summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert window menus to a compositor implementationJasper St. Pierre2014-05-1723-1725/+41
* x11: Add simple cursor rendererJasper St. Pierre2014-05-176-30/+178
* cursor: Add a META_CURSOR_NONEJasper St. Pierre2014-05-171-0/+1
* cursor: Correct switching between fallback and backend cursorsJasper St. Pierre2014-05-173-12/+24
* cursor-renderer-native: Don't move the cursor when we don't need toJasper St. Pierre2014-05-171-1/+1
* cursor-renderer: We always use a MetaStageJasper St. Pierre2014-05-171-4/+0
* keybindings: Don't crash if we don't have any windows to activateJasper St. Pierre2014-05-151-1/+2
* keybindings: Rename initial_selection to windowJasper St. Pierre2014-05-151-7/+7
* wayland: Don't try to autostart gnome-sessionJasper St. Pierre2014-05-151-1/+1
* backend: Create the cursor renderer after the monitor managerJasper St. Pierre2014-05-151-1/+1
* pointer: Update the button count after repickingJasper St. Pierre2014-05-151-2/+2
* wayland: Use meta_window_move to position xdg_popup windowsJasper St. Pierre2014-05-141-2/+3
* display: Replace set_grab_op_cursor with update_cursorJasper St. Pierre2014-05-143-22/+11
* backend-x11: Always pass None for the cursorJasper St. Pierre2014-05-131-7/+1
* cursor-tracker: Remove the grab cursorJasper St. Pierre2014-05-133-43/+7
* cursor-tracker: Use a separate cursor for xfixes cursor trackingJasper St. Pierre2014-05-132-11/+32
* wayland: Send a correct width / height for state changesJasper St. Pierre2014-05-121-2/+10
* wayland: Update to latest xdg-shell protocolJasper St. Pierre2014-05-125-229/+139
* wayland: Move appears-focused changed handling to window-waylandJasper St. Pierre2014-05-122-9/+23
* wayland: Use standard SINCE version definitionsJasper St. Pierre2014-05-123-8/+3
* events: Make sure to reset current_time after handling eventsJasper St. Pierre2014-05-091-0/+2
* events: Set display->current_time when we start processing the eventJasper St. Pierre2014-05-091-1/+1
* events: Move window button handling to window.cJasper St. Pierre2014-05-083-139/+160
* events: Clean up event replay codeJasper St. Pierre2014-05-081-14/+27
* events: Swallow all events directly on windowsJasper St. Pierre2014-05-081-5/+3
* events: Replace a switch statement with a simple if testJasper St. Pierre2014-05-081-147/+139
* events: Remove extra check for certain grab opJasper St. Pierre2014-05-081-17/+0
* events: Move the overlay_key_only_pressed handling to keybindings.cJasper St. Pierre2014-05-082-9/+5
* events: Move keybindings event handling out of the giant switchJasper St. Pierre2014-05-083-36/+50
* events: Remove an unnecessary checkJasper St. Pierre2014-05-081-1/+1
* events: Don't check if we have the grab to raise / focus a windowJasper St. Pierre2014-05-081-4/+2
* display: Correct check for grab_window_buttonsJasper St. Pierre2014-05-081-18/+6
* wayland: Only send wl_output.scale event if supported by the clientJonas Ã…dahl2014-05-072-3/+5
* xprops: free the text list content tooGiovanni Campagna2014-05-071-1/+1
* MetaStackTracker: make sure all stack ops are freed eventuallyGiovanni Campagna2014-05-071-1/+11
* default: free the option context after parsingGiovanni Campagna2014-05-071-0/+1
* MetaDisplay: free the wayland windows table at closeGiovanni Campagna2014-05-071-0/+1
* MetaIdleMonitorDBus: unref the objects after exporting themGiovanni Campagna2014-05-071-0/+3
* keybindings: Don't mark a replayed keypress event as handledJasper St. Pierre2014-05-071-0/+2
* keybindings: Fix <Super> key crashJasper St. Pierre2014-05-071-19/+26
* MetaMonitorConfig: don't always restore the previous config when opening the ...Giovanni Campagna2014-05-061-3/+17
* MetaMonitorConfig: don't keep a previous config with the wrong outputsGiovanni Campagna2014-05-061-2/+15
* Revert "Update to latest xdg-shell protocol"Jasper St. Pierre2014-05-054-160/+232
* Revert "ui: Remove maybe_redirect_mouse_event"Jasper St. Pierre2014-05-051-0/+196
* constraints: Complete fix for size hints constrainmentJasper St. Pierre2014-05-051-0/+8
* Update to latest xdg-shell protocolJasper St. Pierre2014-05-054-232/+160
* window: Make sure not to eat any events that end grab opsJasper St. Pierre2014-05-051-0/+2
* constraints: Size increments need to be applied to the client rectJasper St. Pierre2014-05-051-4/+7
* ui: Remove maybe_redirect_mouse_eventJasper St. Pierre2014-05-041-196/+0
* xwayland: Don't crash when the window disappears from under usJasper St. Pierre2014-05-041-4/+15