Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-22 | Merge pull request #1149 from emersion/export-map-without-version | emersion | |
Remove symbol versioning from DSO | |||
2018-07-21 | Merge pull request #1155 from emersion/fix-os-compat-config | Drew DeVault | |
util: include config in os-compatibility.c | |||
2018-07-21 | util: include config in os-compatibility.c | emersion | |
2018-07-21 | Revert "Merge pull request #1153 from emersion/include-config" | Drew DeVault | |
This reverts commit ef0a6ea4d2934ec014d791150c42348061ec4f7f, reversing changes made to 8d03bc9178d8544cbcd24293ece6ac9f1698e602. | |||
2018-07-21 | Merge pull request #1152 from emersion/improve-os-compat | Drew DeVault | |
Use posix_fallocate when available | |||
2018-07-21 | Use posix_fallocate when available | emersion | |
2018-07-21 | Merge pull request #1153 from emersion/include-config | Drew DeVault | |
Always include config.h | |||
2018-07-21 | Always include config.h | emersion | |
2018-07-20 | Remove symbol versioning from DSO | emersion | |
2018-07-19 | Merge pull request #1148 from emersion/rename-linux-dmabuf | Drew DeVault | |
linux-dmabuf: add v1 suffix | |||
2018-07-19 | linux-dmabuf: add v1 suffix | emersion | |
This prevents some future conflicts with the stable version. Fixes #1133 | |||
2018-07-19 | Merge pull request #1147 from RyanDwyer/xwayland-set-hints | emersion | |
Introduce set_hints event for xwayland | |||
2018-07-19 | Introduce set_hints event for xwayland | Ryan Dwyer | |
2018-07-18 | Merge pull request #1145 from emersion/override-redirect-updates | Drew DeVault | |
xwayland: handle override_redirect flag changes | |||
2018-07-18 | xwayland: make xwm_surface_activate static | emersion | |
2018-07-18 | xwayland: handle override_redirect flag changes | emersion | |
The override_redirect flag can change on configure notify and on map notify. This adds an event to know when it changes. This removes wlr_xwayland_surface_is_unmanaged which was wrongly using the window type to decide whether the view should be unmanaged. A similar patch was proposed to Weston, but has never been merged upstream [1]. [1]: https://patchwork.freedesktop.org/patch/211161/ | |||
2018-07-18 | Merge pull request #1144 from agx/doc-headless | emersion | |
Document WLR_HEADLESS_OUTPUTS | |||
2018-07-18 | Document WLR_HEADLESS_OUTPUTS | Guido Günther | |
2018-07-17 | Merge pull request #1136 from emersion/remove-unused-tablet-v2 | Drew DeVault | |
Remove unused types/wlr_tablet_v2.c | |||
2018-07-17 | Remove unused types/wlr_tablet_v2.c | emersion | |
2018-07-16 | Merge pull request #960 from Ongy/tablet | Drew DeVault | |
tablet-unstable-v2 support | |||
2018-07-14 | tablet-v2: fix merge commits and test again | Markus Ongyerth | |
There were a few issues after rebase, that the merge algorithm didn't throw at my face: wlr_output did a check on the actual role, not a string anymore, so that had to go to allow tablet-v2 to set cursor surfaces. A few L_DEBUG/L_ERRORs were still around There was a user-after-free in tablet-group free()ing, probably after insufficient testing from a previous feedback pass | |||
2018-07-14 | Another round of feedback from acrisci | Markus Ongyerth | |
2018-07-14 | First feedback pass from acrisci | Markus Ongyerth | |
2018-07-14 | propagate rename to rootston code | Markus Ongyerth | |
2018-07-14 | Remove last remnant of tool_tool in libinput | Markus Ongyerth | |
2018-07-14 | rename wlr_tablet_tool to wlr_tablet | Markus Ongyerth | |
The previous naming was based on the input-device capability names from libinput. With code that uses the libinput_tablet_tool and mapping into tablet-v2, this is confusing, so the name is changed to follow the names used in the protocol. | |||
2018-07-14 | Remove unused tablet_pad list from tools | Markus Ongyerth | |
2018-07-14 | Another feedback pass | Markus Ongyerth | |
2018-07-14 | use previous resource versions and destroy pads | Markus Ongyerth | |
2018-07-14 | Handle relative motion for mouse tools | Markus Ongyerth | |
2018-07-14 | emersion feedback | Markus Ongyerth | |
Introduce TABLET_MANAGER_VERSION and remove the wlr_tablet_tool_tool.c | |||
2018-07-14 | remove unused wl_listener | Markus Ongyerth | |
2018-07-14 | Add asserts and rename destroy function in libinput backend | Markus Ongyerth | |
2018-07-14 | Silent conversion from double to int should be illegal | Markus Ongyerth | |
2018-07-14 | Clean up serial handling and automate proximity acompaning events | Markus Ongyerth | |
2018-07-14 | Clean up serial handling | Markus Ongyerth | |
2018-07-14 | Hide pad auxiliary data in .c file | Markus Ongyerth | |
2018-07-14 | Split tablet_v2 implementation for easier maintainance | Markus Ongyerth | |
2018-07-14 | Send all tablet tool axis events | Markus Ongyerth | |
2018-07-14 | Fix clang build errors | Markus Ongyerth | |
2018-07-14 | Improve inert resource handling | Markus Ongyerth | |
2018-07-14 | Hook up set_cursor in rootston | Markus Ongyerth | |
2018-07-14 | Use wlr_list for paths, and improve inert resource handling | Markus Ongyerth | |
2018-07-14 | Use tablet_tool impl in libinput backend | Markus Ongyerth | |
2018-07-14 | 1st feedback pass | Markus Ongyerth | |
Rename make_ functions to _create Implement set_cursor and set_feedback | |||
2018-07-14 | Fix segfaultiness | Markus Ongyerth | |
2018-07-14 | Fix borked rebase | Markus Ongyerth | |
2018-07-14 | Add tool buttons | Markus Ongyerth | |
2018-07-14 | Propagate most axis events to clients | Markus Ongyerth | |