Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | storage commit #2 | Markus Ongyerth | |
2018-07-14 | convoluted tablet code | Markus Ongyerth | |
2018-07-14 | backend/libinput: Manage tablet tool livetimes | Markus Ongyerth | |
This adds the management code to manage tablet tools lifetimes from libinput. It follows the suggestion made in the tablet-unstable-v2.xml to destroy tablet_tools once all tablets that it got into contact with were removed from the system. This is implemented via a refcount. If a tool is *not* unique, it will be destroyed on proximity out. This is libinput specific and mentioned in libinput docs that tools will not be found again, so we shouldn't keep a reference to them. Also they can't be on other tablets as well, because they cannot be tracked. The naming in this commit is a bit off (to not break things). The wlr names stay the same, tablet_tool is the libinput_device with capaiblity LIBINPUT_DEVICE_CAP_TABLET_TOOL which is more akin to "tablet" in the tablet-unstable-v2 protocol. The struct that corresponds to the tablet_tool in tablet-unstable-v2 is called tablet_tool_tool, a rename should be done at some point in the future. | |||
2018-07-14 | Start tablet protocol | Markus Ongyerth | |
2018-07-13 | Merge pull request #1132 from emersion/fix-screencopy-frame-error | Drew DeVault | |
screencopy: fix segfault when client supplies invalid buffer | |||
2018-07-13 | Revert "Move side-effect out of assert statement" | Drew DeVault | |
This reverts commit a0afedcd8fbeb2013252e629d524aa83cdd9326e. | |||
2018-07-13 | screencopy: fix segfault when client supplies invalid buffer | emersion | |
2018-07-13 | Move side-effect out of assert statement | Drew DeVault | |
2018-07-13 | Merge pull request #1130 from emersion/surface-opaque | Drew DeVault | |
Add wlr_surface.opaque_region | |||
2018-07-13 | surface: add wlr_surface.opaque_region | emersion | |
2018-07-12 | render: add wlr_texture_is_opaque | emersion | |
2018-07-12 | Merge pull request #1128 from agx/unbreak-xvfb | emersion | |
Unbreak xvfb | |||
2018-07-11 | Missed some old wlr_log calls | Drew DeVault | |
2018-07-11 | Merge pull request #1116 from emersion/surface-role | Drew DeVault | |
surface: replace wlr_surface_set_role_committed with wlr_surface_role | |||
2018-07-11 | x11: make sure event source is drained | Guido Günther | |
Otherwise running under Xvfb will not deliver any events. This results in e.g. weston-info reporting a 0x0 window size (which results in all sorts of problems). | |||
2018-07-11 | x11: use correct type for events in wl_event_loop_add_fd | Guido Günther | |
2018-07-11 | x11: Check if xcb_configure_window worked | Guido Günther | |
So far we did not check for any errors | |||
2018-07-09 | Merge pull request #1126 from emersion/wlr-log-prefix | Drew DeVault | |
util: add wlr_ prefix to log symbols | |||
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-07-09 | Merge pull request #1124 from 5nefarious/handle-32bit-time | emersion | |
fix: handle 32 bit time_t (or smaller) | |||
2018-07-09 | fix: handle 32 bit time_t (or smaller) | Arvin Ignaci | |
2018-07-08 | Merge pull request #1121 from emersion/rename-wl-resources-global | Drew DeVault | |
Rename wl_resources to resource, wl_global to global | |||
2018-07-08 | Rename wl_resources to resource, wl_global to global | emersion | |
2018-07-08 | Merge pull request #1120 from ↵ | emersion | |
vilhalmer/gamma-control-set-bail-on-destroyed-resource Bail from setting gamma on destroyed resource | |||
2018-07-08 | Bail from setting gamma on destroyed resource | vilhalmer | |
2018-07-08 | Merge pull request #1118 from emersion/xdg-output-no-noop-updates | Drew DeVault | |
xdg-output: don't send no-op updates | |||
2018-07-08 | xdg-output: don't send no-op updates | emersion | |
To begin with, no-op updates are unnecessary, so this patch is an improvement on its own. Then, this fixes hotplugging issues with xwayland. xwayland waits for both wl_output and xdg_output to send a "done" event. However, it doesn't handle well desynchronized "done" updates: if xdg-output sends "done" twice, the second one will wait for the next wl_output "done" event. This is an issue when the first is a no-op and the second is a real update: the second isn't applied. I've considered patching xwayland instead, but it seems pretty complicated. | |||
2018-07-07 | Merge pull request #1117 from emersion/inert-output | Drew DeVault | |
output: make wl_output resources inert | |||
2018-07-07 | output: make wl_output resources inert | emersion | |
2018-07-07 | surface: replace wlr_surface_set_role_committed with wlr_surface_role | emersion | |
2018-07-07 | Merge pull request #1095 from agx/output-add-mode | Drew DeVault | |
Allow to add additional modes to outputs | |||
2018-07-07 | rootston: use wl_list_empty instead of wl_list_length > 0 | Guido Günther | |
2018-07-07 | rootston: Handle modeline parameter | Guido Günther | |
This allows to pass custom modes. | |||
2018-07-07 | drm: Allow to add additional modes | Guido Günther | |
This allows to add additional modes to the list of available video modes using VESA Coordinated Video Timing information. Closes #1080 | |||
2018-07-05 | Merge pull request #1076 from emersion/redesign-surface-state | Drew DeVault | |
surface: redesign state | |||
2018-07-04 | surface: fix damage when moving subsurfaces with scale > 1 | emersion | |
2018-07-04 | surface: don't clip input and opaque regions | emersion | |
These can be set to e.g. regions larger than the surface. If the surface resizes itself, it doesn't need to set again these regions. | |||
2018-07-04 | surface: rename wlr_surface_state.buffer to buffer_resource | emersion | |
2018-07-04 | surface: fix crash on NULL commit | emersion | |
2018-07-04 | surface: fix previous state eating current state resources | emersion | |
2018-07-04 | output: fix cursor attach coords handling | emersion | |
2018-07-04 | surface: add wlr_surface.previous | emersion | |
2018-07-04 | surface: move position and scale out of wlr_surface_state | emersion | |
2018-07-04 | surface: do not monkey-patch state damage | emersion | |
2018-07-04 | surface: better buffer position handling | emersion | |
2018-07-04 | surface: fix WLR_SURFACE_STATE_BUFFER_DAMAGE value | emersion | |
2018-07-04 | surface: make pending and current embedded structs | emersion | |
2018-07-04 | surface: remove wlr_surface_state.subsurface_position | emersion | |
2018-07-04 | surface: rename invalid state | emersion | |
2018-07-04 | Merge pull request #1112 from emersion/fix-debug-damage-tracking | Drew DeVault | |
Fix damage tracking debug mode |