Age | Commit message (Expand) | Author |
2019-07-23 | Mac: Fix initial view allocation | David Robillard |
2019-07-23 | Mac: Fix coordinate system | David Robillard |
2019-07-23 | Windows: Only kill timer when actually flashing | David Robillard |
2019-07-23 | Windows: Only set double buffered pixel format when requested | David Robillard |
2019-07-23 | Windows: Clean up and factor out window flags | David Robillard |
2019-07-23 | Windows: Focus windows when shown | David Robillard |
2019-07-23 | Windows: Improve live resize smoothness | David Robillard |
2019-07-23 | Windows: Fix configured window size | David Robillard |
2019-07-23 | Windows: Use DispatchMessage | David Robillard |
2019-07-23 | X11: Fix memory leak | David Robillard |
2019-07-23 | X11: Factor out impl variable for brevity | David Robillard |
2019-07-23 | X11: Improve live resize smoothness | David Robillard |
2019-07-23 | X11: Factor out window event mask | David Robillard |
2019-07-21 | Flatten AUTHORS file and add some missing people | David Robillard |
2019-07-21 | Update README | David Robillard |
2019-07-21 | Update stale copyright dates | David Robillard |
2019-07-21 | Use the standard blurb in pkg-config description | David Robillard |
2019-07-21 | Fix some warnings | David Robillard |
2019-07-21 | Tidy up X11 code | David Robillard |
2019-07-21 | Make windows miniaturizable on MacOS | David Robillard |
2019-07-21 | Remove redundant and mismatched prototype | David Robillard |
2019-07-21 | Show minimize and maximize buttons on top level windows on Windows | David Robillard |
2019-07-21 | Add puglRequestAttention() | David Robillard |
2019-07-21 | Fix handling of WM_DELETE_WINDOW | David Robillard |
2019-07-21 | Use local display and window variables for brevity | David Robillard |
2019-07-21 | Implement focus on MacOS | David Robillard |
2019-07-21 | Implement puglGrabFocus on Windows and MacOS | David Robillard |
2019-07-21 | Implement aspect ratio on MacOS | David Robillard |
2019-07-21 | Set square aspect ratio on pugl_test window | David Robillard |
2019-07-21 | Gracefully handle failure to create window | David Robillard |
2019-07-21 | Set title and minimum size for pugl_cairo_test window | David Robillard |
2019-07-21 | Fix Cairo on MacOS | David Robillard |
2019-07-21 | Fix initial display on Windows again | David Robillard |
2019-07-21 | Implement focus on Windows | David Robillard |
2019-07-21 | Implement enter and leave notifications on Windows | David Robillard |
2019-07-21 | Print more information about crossing and focus events | David Robillard |
2019-07-21 | Implement enter and leave notifications on MacOS | David Robillard |
2019-07-21 | Show mouse enter/leave state in pugl_test background | David Robillard |
2019-07-21 | Remove redundant prototypes | David Robillard |
2019-07-21 | Draw during resizing on MacOS | David Robillard |
2019-07-21 | Clean up Objective C syntax | David Robillard |
2019-07-21 | Draw during resizing on Windows | David Robillard |
2019-07-21 | Draw in pugl_test according to display time | David Robillard |
2019-07-21 | Fix initial window display on Windows | David Robillard |
2019-07-21 | Clean up event loop on MacOS | David Robillard |
2019-07-21 | Fix tracking area implementation on MacOS | David Robillard |
2019-07-21 | Make time start from approximately zero | David Robillard |
2019-07-20 | Remove redisplay flag and use system events instead | David Robillard |
2019-07-20 | Add CI rows for MinGW | David Robillard |
2019-07-20 | Use C for Windows implementation | David Robillard |