wlroots/types
Timidger f56ce11aa0
Fixes #535 send mode info on DRM refresh once
When DRM refreshed, wlr_output_set_mode is called. It would then call
the DRM set_mode callback which sends the updated matrix and mode info.

However once that call completed it would then immediantly send the
information again. This is handled poorly by xwayland, causing it to
scale up the clients twice.
2017-12-28 11:12:44 -06:00
..
meson.build Add wlr_primary_selection_device_manager and wlr_primary_selection_source 2017-12-22 19:20:12 +01:00
wlr_box.c Fix inverted flipped-90 and flipped-270 2017-12-01 09:49:32 +01:00
wlr_compositor.c Add display destroy listener to data device 2017-12-07 00:50:55 +01:00
wlr_cursor.c Introduce fractional scaling 2017-12-15 01:00:03 +01:00
wlr_data_device.c style: fix sizeof() calls without parentheses 2017-12-28 16:28:19 +01:00
wlr_gamma_control.c Listen to display destroy in gamma control manager 2017-12-07 00:55:50 +01:00
wlr_input_device.c fixes use after free caused by signal lists 2017-09-08 16:02:26 +02:00
wlr_keyboard.c keep track of number of keycodes pressed 2017-12-27 18:58:43 -05:00
wlr_list.c Refactor wlr_list inside wlroots 2017-11-19 00:17:40 +01:00
wlr_output.c Fixes #535 send mode info on DRM refresh once 2017-12-28 11:12:44 -06:00
wlr_output_layout.c Update output layout when scale or transform changes 2017-12-12 21:58:00 +01:00
wlr_pointer.c fixes use after free caused by signal lists 2017-09-08 16:02:26 +02:00
wlr_primary_selection.c ENOMEM checks: consistently check wl_array_add return 2017-12-28 09:48:35 +01:00
wlr_region.c wlr region/surface: explicitely select interface fields 2017-08-19 09:31:06 +02:00
wlr_screenshooter.c Remove destroy event in screenshooter for now 2017-12-07 01:19:41 +01:00
wlr_seat.c ENOMEM checks: consistently check wl_array_add return 2017-12-28 09:48:35 +01:00
wlr_server_decoration.c Remove display destroy listeners, add compositor listener 2017-12-07 00:44:45 +01:00
wlr_surface.c add role-committed hook 2017-12-27 06:06:29 -05:00
wlr_tablet_pad.c Simplify tablet pad destruction 2017-08-15 12:16:23 +02:00
wlr_tablet_tool.c Fix remaining unchecked allocs in types and code style 2017-10-31 11:58:39 +01:00
wlr_touch.c Simplify input device destruction code 2017-08-14 18:23:20 +02:00
wlr_wl_shell.c validate grab serial for shell events 2017-12-27 08:04:01 -05:00
wlr_xcursor_manager.c Introduce fractional scaling 2017-12-15 01:00:03 +01:00
wlr_xdg_shell_v6.c xdg_toplevel send_configure: also post no_memory to resource on ENOMEM 2017-12-28 16:33:08 +01:00