summaryrefslogtreecommitdiff
path: root/desktop-shell
AgeCommit message (Expand)AuthorFilesLines
2015-08-06input: add a weston_pointer_clear_focus() helper functionDerek Foreman2-6/+2
2015-08-06input: pass the global touch coordinates to the touch grabGiulio Camuffo1-4/+10
2015-08-06desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman1-4/+4
2015-08-06desktop-shell: drop shell_client from the head of the surface list on destroyDerek Foreman1-0/+7
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman3-90/+142
2015-07-31desktop-shell: Check for device presence properlyDerek Foreman1-4/+4
2015-07-31desktop-shell: Don't call wl_list_init() in the middle of a listDerek Foreman1-0/+2
2015-07-29zoom: Store the seat that initiated a zoomDerek Foreman1-1/+1
2015-07-29zoom: Call weston_output_activate_zoom() appropriatelyDerek Foreman1-1/+4
2015-07-23desktop-shell: Put monitor to sleep when idle timer expiresDerek Foreman1-0/+2
2015-07-17exposay: Fix use after free when a view is destroyed during animationDerek Foreman1-3/+9
2015-07-17exposay: Fix logic inversion when ending keyboard grabsDerek Foreman1-1/+1
2015-07-17desktop-shell: use work area instead of panel size to constrain movesDerek Foreman1-9/+12
2015-07-17desktop-shell: use output position in get_output_panel_size()Derek Foreman1-5/+4
2015-07-17desktop-shell: add output co-ordinates to get_output_work_area()Derek Foreman1-13/+9
2015-07-16shell: Switch middle and right mouse bindingsDerek Foreman1-2/+2
2015-07-16desktop-shell: Use the grabbed pointer in popup_grab_buttonDerek Foreman1-1/+1
2015-07-16desktop-shell: Make surface_resize take a pointer instead of a seatDerek Foreman1-5/+13
2015-07-16desktop-shell: Make surface_rotate take a pointer instead of a seatDerek Foreman1-7/+7
2015-07-16desktop-shell: Make surface_move take a pointer instead of a seatDerek Foreman1-9/+10
2015-07-16desktop-shell: Make surface_touch_move take a touch instead of a seatDerek Foreman1-6/+6
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman3-63/+68
2015-07-16exposay: Test keyboard presence before using keyboard pointerDerek Foreman1-3/+6
2015-07-10desktop-shell: make client_initiated a boolDerek Foreman1-6/+6
2015-07-02desktop-shell: Allow fullscreen windows to mode-switch their output.Mario Kleiner1-1/+2
2015-06-30desktop-shell: Allow multiple active fullscreen windows on multi-display setup.Mario Kleiner3-14/+38
2015-06-26text_backend: make destructor call explicitPekka Paalanen2-1/+5
2015-06-22desktop-shell: remove screensaver supportPekka Paalanen2-180/+0
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz2-0/+2
2015-06-15Moved the MIN() macro to the helper include.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15*-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington4-64/+68
2015-06-11move text_backend initialization into the shell pluginMurray Calavera1-0/+3
2015-05-26desktop-shell: do not black out with startup "none"Pekka Paalanen1-2/+8
2015-05-26desktop-shell: destroy surfaces in an idle handler after fade outDerek Foreman1-1/+18
2015-05-26exposay: Don't crash if no pointer is presentDerek Foreman1-6/+9
2015-05-15remove trailing whitespacesMichael Vetter1-1/+1
2015-05-08desktop-shell: set the current size in the first 'resizing' configure eventRyo Munakata1-0/+3
2015-05-05xdg-shell: Move xdg_shell.get_xdg_popup errors to xdg_shellJonas Ådahl1-19/+19
2015-05-05xdg-shell: Require proper object tree destructionJonas Ådahl1-0/+26
2015-05-01touch: Make weston_touch_set_focus() take a touch instead of a seatDerek Foreman1-1/+1
2015-04-13desktop-shell: Require a popup parent to be a shell surfaceDima Ryazanov1-5/+7
2015-03-30xwm: tell the shell the pid of the X clientsGiulio Camuffo1-0/+7
2015-03-27desktop-shell: remove dead unminimization codeManuel Bachmann1-23/+10
2015-03-18desktop-shell: don't allow negative values in drag resizeDerek Foreman1-0/+4
2015-03-09shell,compositor-x11: Fix trivial memory leaksRyo Munakata1-0/+2
2015-03-02compositor,shell: move debug key code to corePekka Paalanen1-130/+1
2015-02-27xdg-shell: Bump unstable versionJasper St. Pierre1-1/+1
2015-02-27xdg-shell: Add a simple destructor requestJasper St. Pierre1-1/+9
2015-02-27xdg-shell: Add invalid_parent error to xdg_popupJonas Ådahl1-1/+10