summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compositor: emit grab-op-begin/end signals on plugin grabswip/gesturesCarlos Garnacho2014-06-251-0/+8
* gesture-tracker: Implement threshold-based sequence rejectionCarlos Garnacho2014-06-251-0/+19
* wayland: Export meta_wayland_touch_cancel()Carlos Garnacho2014-06-252-24/+25
* frames: Keep information about the ongoing grab operation, and retry if needed.Carlos Garnacho2014-06-253-19/+83
* backend: Use the most recent event time on replayed touch eventsCarlos Garnacho2014-06-251-0/+20
* display: Set an X11 passive touch grab on the root windowCarlos Garnacho2014-06-251-0/+66
* events: Hook MetaGestureTracker to display event processingCarlos Garnacho2014-06-251-0/+11
* backend: Ensure touch event coordinates are translated to the stage'sCarlos Garnacho2014-06-251-0/+3
* display: Add a getter for the gesture trackerCarlos Garnacho2014-06-252-0/+14
* core: Add MetaGestureTrackerCarlos Garnacho2014-06-253-0/+621
* events: Update current time on CLUTTER_TOUCH_BEGIN eventsCarlos Garnacho2014-06-251-1/+3
* ui: Remove unneeded codeCarlos Garnacho2014-06-251-7/+0
* x11/events: Filter out all pointer/touch GDK eventsCarlos Garnacho2014-06-253-12/+84
* ui: Remove XI_TouchBegin handling from window frame event handlersCarlos Garnacho2014-06-251-7/+2
* frame: Only select for ButtonPress/Release/Motion/CrossingCarlos Garnacho2014-06-251-0/+13
* backend-x11: Remove pointless gotoCarlos Garnacho2014-06-251-8/+5
* Bump version to 3.13.33.13.3Florian Müllner2014-06-242-1/+14
* window: Add user_op parameter to update_monitor()Florian Müllner2014-06-243-16/+14
* window: Keep track of preferred outputFlorian Müllner2014-06-242-14/+35
* window: Don't make windows on non-primaries sticky on restartFlorian Müllner2014-06-241-0/+7
* Revert "window: Move placement code from the constraints path"Florian Müllner2014-06-242-92/+125
* frames: Simplify the clip region calculationJasper St. Pierre2014-06-211-16/+4
* frames: Don't bother painting the backgroundJasper St. Pierre2014-06-211-27/+0
* frames: Hackily adapt to GTK+ drawing changesJasper St. Pierre2014-06-211-6/+18
* Change shadow radiuses to match new Adwaita more or lessNikita Churaev2014-06-191-7/+7
* compositor: Simplify meta_window_actor_set_updates_frozenJasper St. Pierre2014-06-175-17/+20
* window: Move placement code from the constraints pathJasper St. Pierre2014-06-172-125/+92
* constraints: Clean up logical operationsJasper St. Pierre2014-06-171-3/+3
* window: Save the buffer_rect internallyJasper St. Pierre2014-06-174-18/+19
* window: Rename get_input_rect to get_buffer_rectJasper St. Pierre2014-06-174-10/+13
* window: Fix get_input_rect in a hacky wayJasper St. Pierre2014-06-161-0/+11
* window: Move get_toplevel_xwindow to window-x11Jasper St. Pierre2014-06-166-13/+15
* theme: Replace char array element comparisons with strncmpJasper St. Pierre2014-06-141-19/+7
* theme: Remove dead codeJasper St. Pierre2014-06-141-212/+0
* theme: Properly indent codeJasper St. Pierre2014-06-141-24/+21
* theme: Consolidate unused opsJasper St. Pierre2014-06-141-23/+7
* theme: Remove unused RECTANGLE codeJasper St. Pierre2014-06-141-14/+0
* display: Remove unused variableJasper St. Pierre2014-06-121-1/+0
* display: Use G_SOURCE_CONTINUE / G_SOURCE_REMOVEJasper St. Pierre2014-06-122-3/+3
* display: Use meta_window_has_pointer instead of XQueryPointerJasper St. Pierre2014-06-123-20/+6
* workspace: Extend builtin struts to screen edge when possibleFlorian Müllner2014-06-121-0/+39
* testboxes: Update test casesFlorian Müllner2014-06-121-24/+18
* boxes: Ignore struts that don't attach to the side they claimFlorian Müllner2014-06-121-2/+25
* testboxes: Fix find_closest_point_to_line() testFlorian Müllner2014-06-121-4/+6
* screen: Split workspace initialization from meta_screen_new()Florian Müllner2014-06-113-27/+37
* prefs: Queue change notification when app menu visibility changedFlorian Müllner2014-06-111-0/+6
* native: Add a warp_pointer implementationJasper St. Pierre2014-06-112-9/+16
* display: Fix the logic for moving attached dialogsJasper St. Pierre2014-06-111-12/+12
* Move all X11 event processing to a new file in x11/Jasper St. Pierre2014-06-115-1783/+1858
* wayland-touch: Rearrange header slightlyJasper St. Pierre2014-06-111-5/+5