Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-21 | Fix `XVisualInfo` leak | Tuomas Siipola | |
It's not documented when this value should be freed but other GLX applications free it here. | |||
2020-07-21 | Fix X11 window cleanup | Tuomas Siipola | |
2020-07-21 | Fix `keymap` leak | Tuomas Siipola | |
2019-08-25 | Remove unused imv_window_get_keymap function | Harry Jeffery | |
2019-08-24 | imv: Move keyboard handling into window subsystem | Harry Jeffery | |
This is required as key repeating is going to need to be handled locally on Wayland, which means a slight refactor. | |||
2019-08-24 | window: Set Wayland/X11 class/app_id hints | Harry Jeffery | |
2019-08-23 | x11_window: Maintain keyboard modifiers state | Harry Jeffery | |
2019-08-18 | x11_window: Use XCB to load keymap | Harry Jeffery | |
2019-08-15 | wl/x11: Ensure event writes are always atomic | Harry Jeffery | |
2019-08-13 | Wayland: Detect keyboard layout automatically | Harry Jeffery | |
2019-07-16 | x11: Pass events via pipe not queue | Harry Jeffery | |
2019-07-16 | x11: Use pipe for custom event notification | Harry Jeffery | |
2019-07-16 | x11: Implement mouse input | Harry Jeffery | |
2019-07-15 | x11: Add fullscreen support | Harry Jeffery | |
2019-07-15 | x11: Fix crash by implementing window size accessors | Harry Jeffery | |
2019-07-13 | x11_window: Handle most input events | Harry Jeffery | |
2019-07-13 | x11_window: Implement wait_for_event | Harry Jeffery | |
2019-07-13 | Create stub X11 window implementation | Harry Jeffery | |