summaryrefslogtreecommitdiff
path: root/src/core/display.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid shadowing existing variablesFlorian Müllner2015-09-241-3/+2
* Fix constness warningsFlorian Müllner2015-09-241-2/+2
* Install enum typesJasper St. Pierre2015-07-051-1/+1
* Remove the ability to grab resize unmaximizeJasper St. Pierre2015-07-011-1/+0
* Move atomnames.h to x11/Jasper St. Pierre2015-04-271-2/+2
* wayland: manually activate/deactivate stage when taking/dropping grabRay Strode2015-03-281-0/+4
* display: Fix moving grab op checkRui Matos2015-01-201-1/+1
* frames: Clutterify frame event handlingJasper St. Pierre2015-01-191-0/+3
* backends/native: Implement support for pointer barriersJonas Ådahl2015-01-191-4/+18
* display: Remove ungrab_should_not_cause_focus_windowJasper St. Pierre2015-01-171-1/+0
* Move the resizepopup to a compositor-side featureJasper St. Pierre2014-12-291-0/+27
* display: Unknown keyboard resize ops are resizing opsJasper St. Pierre2014-12-011-1/+1
* display: Call grab_op_ended after actually ending the grab opJasper St. Pierre2014-11-261-1/+5
* display: Fix accidental inversion from 2f9c601Jasper St. Pierre2014-10-141-1/+1
* display: Do not include unmanaging windows in list_windows()Florian Müllner2014-10-071-2/+2
* Revert "display: Don't put minimized windows at the back of alt-tab"Jasper St. Pierre2014-10-011-2/+11
* display: Optionally sort window listFlorian Müllner2014-09-301-0/+6
* display: Fix return value of set_alarm_filterJasper St. Pierre2014-09-121-1/+1
* Replace MetaStackWindow with a 64-bit "stack ID"Owen W. Taylor2014-09-121-0/+64
* Add meta_display_set_alarm_filter()Owen W. Taylor2014-09-121-0/+11
* display: Fix inversion for meta_grab_op_is_*Jasper St. Pierre2014-08-161-4/+4
* display: Replace the inline logic with a static inlineJasper St. Pierre2014-08-151-4/+10
* display: Fix the base type check inside is_keyboardJasper St. Pierre2014-08-151-1/+1
* display: Use a named mask constant inside is_moving / is_resizingJasper St. Pierre2014-08-151-2/+2
* display: Remove meta_grab_op_is_moving_or_resizingJasper St. Pierre2014-08-151-6/+0
* display: Fix meta_grab_op_is_movingJasper St. Pierre2014-08-151-1/+1
* common: Create a better encoding for MetaGrabOpJasper St. Pierre2014-08-151-84/+15
* display: Establish a separate state variable for routing eventsJasper St. Pierre2014-08-151-15/+63
* display: Simplify yet even more grab op codeJasper St. Pierre2014-08-151-1/+1
* cursor-renderer: Popups need to set cursors, tooJasper St. Pierre2014-08-151-8/+6
* display: Init X11 events separatelyJasper St. Pierre2014-08-151-0/+3
* display: Don't bother recording the grab timestampJasper St. Pierre2014-08-151-2/+0
* keybindings: Move the button grabs to here as wellJasper St. Pierre2014-08-141-254/+1
* display: Simplify the regrab on focus modeJasper St. Pierre2014-08-141-28/+23
* display: Move devirtualize_modifiers into keybindingsJasper St. Pierre2014-08-141-29/+0
* Conditionalize Wayland support againJasper St. Pierre2014-08-131-0/+8
* display: Move composite version checks hereJasper St. Pierre2014-08-131-12/+7
* backends: Make MetaBackend available to introspectionRui Matos2014-08-071-1/+1
* Use libX11's Xkb* API unconditionallyRui Matos2014-08-061-2/+0
* display: cancel wayland client touches when the compositor is grabbedCarlos Garnacho2014-07-241-2/+5
* display: Add meta_display_is_pointer_emulating_sequence()Carlos Garnacho2014-07-241-0/+20
* display: Add forgotten meta_display_cancel_touchCarlos Garnacho2014-07-231-0/+12
* display: Implement gesture-induced touch cancellation for waylandCarlos Garnacho2014-07-241-12/+20
* display: Call meta_window_grab_op_ended after everything else is resetJasper St. Pierre2014-07-171-6/+9
* Revert "backend-x11: Take the touch grab on the stage window"Adel Gadllah2014-07-171-2/+0
* Add a framework for restarting the compositor with nice visualsOwen W. Taylor2014-07-161-0/+80
* backend-x11: Take the touch grab on the stage windowJasper St. Pierre2014-07-141-0/+2
* Take the touch grab in MetaBackendX11Jasper St. Pierre2014-07-141-31/+0
* display: Add an extra check inside meta_display_closeJasper St. Pierre2014-07-131-0/+1
* display: Use a local here instead of the global the_displayJasper St. Pierre2014-07-131-160/+161