summaryrefslogtreecommitdiff
path: root/src/wayland
Commit message (Expand)AuthorAgeFilesLines
* wayland-surface: Make sure to apply the margin before moving the windowJasper St. Pierre2014-07-031-3/+3
* monitor-manager: Rename output_id to winsys_idJasper St. Pierre2014-07-011-4/+4
* window-wayland: Make sure the size of the buffer rect is kept up to dateJasper St. Pierre2014-07-011-0/+3
* window-wayland: Correct the buffer rect for frame extentsJasper St. Pierre2014-06-261-4/+5
* wayland window: update buffer_rect when movingMarek Chalupa2014-06-261-2/+2
* wayland-pointer: fix condition for grabbingMarek Chalupa2014-06-261-1/+1
* window: Save the buffer_rect internallyJasper St. Pierre2014-06-171-0/+2
* wayland-touch: Rearrange header slightlyJasper St. Pierre2014-06-111-5/+5
* wayland-pointer: Remove useless initializationJasper St. Pierre2014-06-111-2/+0
* wayland-surface: Subsurfaces start out in synchronous modeJasper St. Pierre2014-06-111-0/+1
* wayland-surface: Fix whitespaceJasper St. Pierre2014-06-111-4/+2
* wayland: Implement the server side bits of wl_touch_interfaceCarlos Garnacho2014-06-046-3/+632
* wayland: Scale smooth scroll events to pointer motion coordinate spaceJonas Ådahl2014-05-311-2/+6
* window: Remove meta_window_move as wellJasper St. Pierre2014-05-271-9/+9
* Actually implement opening the app menuFlorian Müllner2014-05-271-1/+1
* wayland: Add support for show_window_menuJasper St. Pierre2014-05-242-0/+34
* window-wayland: Don't use meta_window_get_positionJasper St. Pierre2014-05-221-1/+1
* window: Rename the requested_rect to the unconstrained_rectJasper St. Pierre2014-05-221-3/+3
* wayland: Move checks for grabbing into a central locationJasper St. Pierre2014-05-225-12/+30
* window: Move constructors to the respective header filesJasper St. Pierre2014-05-201-0/+4
* window: Move meta_window_wayland_new to window-wayland.cJasper St. Pierre2014-05-201-0/+57
* window-wayland: Change the state on grab op transitionsJasper St. Pierre2014-05-201-10/+30
* window: Replace the user_rect with the unconstrained_rectJasper St. Pierre2014-05-201-1/+0
* wayland: Don't try to autostart gnome-sessionJasper 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
* 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-124-217/+139
* wayland: Move appears-focused changed handling to window-waylandJasper St. Pierre2014-05-121-1/+23
* wayland: Use standard SINCE version definitionsJasper St. Pierre2014-05-123-8/+3
* wayland: Only send wl_output.scale event if supported by the clientJonas Ådahl2014-05-072-3/+5
* Revert "Update to latest xdg-shell protocol"Jasper St. Pierre2014-05-053-160/+212
* Update to latest xdg-shell protocolJasper St. Pierre2014-05-053-212/+160
* xwayland: Don't crash when the window disappears from under usJasper St. Pierre2014-05-041-4/+15
* wayland-surface: Fix warningsJasper St. Pierre2014-05-041-2/+1
* Fix last commitAdel Gadllah2014-05-031-3/+1
* wayland: Scale native surfaces for hidpiAdel Gadllah2014-05-032-1/+7
* wayland: Add basic hidpi supportAdel Gadllah2014-05-034-7/+110
* window: Change meta_window_move_resize_internal to take a MetaRectangleJasper St. Pierre2014-05-011-10/+13
* window-wayland: Fix interactive resizing from the top/left once moreJasper St. Pierre2014-05-011-13/+13
* window-wayland: Fix resizing from the top/left once moreJasper St. Pierre2014-04-281-23/+14
* window: Move move_resize_wayland to window-wayland.cJasper St. Pierre2014-04-283-1/+47
* keyboard: Don't use a grab interface for sending key eventsJasper St. Pierre2014-04-283-55/+12
* keyboard: Remove start_grab / end_grabJasper St. Pierre2014-04-282-21/+0
* window-wayland: Make sure to save where the position for server-initiated res...Jasper St. Pierre2014-04-281-2/+31
* Revert "window-wayland: Don't enter the only-moving path for WaylandJasper St. Pierre2014-04-281-5/+2
* Revert "window-wayland: Make sure to save where the position for server-initi...Jasper St. Pierre2014-04-281-20/+3
* window-wayland: Make sure to save where the position for server-initiated res...Jasper St. Pierre2014-04-281-3/+20
* window-wayland: Don't enter the only-moving path for Wayland resizesJasper St. Pierre2014-04-281-2/+5
* window-wayland: Clean up a bitJasper St. Pierre2014-04-281-4/+6