Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-17 | Windows: Use default cursor on window decoration | Thomas Brand | 1 | -0/+1 | |
Update AUTHORS | |||||
2020-06-13 | Add puglSetCursor() | Jean Pierre Cimalando | 1 | -1/+2 | |
2020-02-11 | X11: Fix XMoveResizeWindow error check | Zoƫ Sparks | 1 | -0/+1 | |
In Xlib, a return value of 0 indicates an error (see "Xlib - C Language X Interface", Ch. 1, "Errors"). XMoveResizeWindow accordingly returns 1 on success, but the error check in puglSetFrame used the usual C convention, and so was backwards. | |||||
2019-11-03 | Remove redisplay flag and add puglPostRedisplayRect() | David Robillard | 1 | -1/+2 | |
2019-11-03 | Fix puglFreeView() crashes when window creation failed | Jordan Halase | 1 | -0/+1 | |
2019-07-21 | Flatten AUTHORS file and add some missing people | David Robillard | 1 | -10/+7 | |
2015-09-13 | Preliminary Windows event work. | David Robillard | 1 | -1/+1 | |
2015-02-14 | UTF-8 keyboard input support on X11. | David Robillard | 1 | -1/+4 | |
2014-01-27 | Add Robin Gareus to AUTHORS. | David Robillard | 1 | -0/+3 | |
2013-02-03 | Apply portability fixes from Ben Loftis. | David Robillard | 1 | -1/+1 | |
2012-05-01 | Add AUTHORS and README file. | David Robillard | 1 | -0/+5 | |
Add doc comments for each file. |