summaryrefslogtreecommitdiff
path: root/desktop-shell/shell.c
Commit message (Expand)AuthorAgeFilesLines
* input: add a weston_pointer_clear_focus() helper functionDerek Foreman2015-08-061-3/+1
* input: pass the global touch coordinates to the touch grabGiulio Camuffo2015-08-061-4/+10
* desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman2015-08-061-4/+4
* desktop-shell: drop shell_client from the head of the surface list on destroyDerek Foreman2015-08-061-0/+7
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-73/+118
* desktop-shell: Check for device presence properlyDerek Foreman2015-07-311-4/+4
* desktop-shell: Don't call wl_list_init() in the middle of a listDerek Foreman2015-07-311-0/+2
* zoom: Store the seat that initiated a zoomDerek Foreman2015-07-291-1/+1
* zoom: Call weston_output_activate_zoom() appropriatelyDerek Foreman2015-07-291-1/+4
* desktop-shell: Put monitor to sleep when idle timer expiresDerek Foreman2015-07-231-0/+2
* desktop-shell: use work area instead of panel size to constrain movesDerek Foreman2015-07-171-9/+12
* desktop-shell: use output position in get_output_panel_size()Derek Foreman2015-07-171-5/+4
* desktop-shell: add output co-ordinates to get_output_work_area()Derek Foreman2015-07-171-13/+9
* shell: Switch middle and right mouse bindingsDerek Foreman2015-07-161-2/+2
* desktop-shell: Use the grabbed pointer in popup_grab_buttonDerek Foreman2015-07-161-1/+1
* desktop-shell: Make surface_resize take a pointer instead of a seatDerek Foreman2015-07-161-5/+13
* desktop-shell: Make surface_rotate take a pointer instead of a seatDerek Foreman2015-07-161-7/+7
* desktop-shell: Make surface_move take a pointer instead of a seatDerek Foreman2015-07-161-9/+10
* desktop-shell: Make surface_touch_move take a touch instead of a seatDerek Foreman2015-07-161-6/+6
* input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman2015-07-161-60/+65
* desktop-shell: make client_initiated a boolDerek Foreman2015-07-101-6/+6
* desktop-shell: Allow fullscreen windows to mode-switch their output.Mario Kleiner2015-07-021-1/+2
* desktop-shell: Allow multiple active fullscreen windows on multi-display setup.Mario Kleiner2015-06-301-12/+35
* text_backend: make destructor call explicitPekka Paalanen2015-06-261-1/+3
* desktop-shell: remove screensaver supportPekka Paalanen2015-06-221-172/+0
* Moved the MIN() macro to the helper include.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* *-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* move text_backend initialization into the shell pluginMurray Calavera2015-06-111-0/+3
* desktop-shell: do not black out with startup "none"Pekka Paalanen2015-05-261-2/+8
* desktop-shell: destroy surfaces in an idle handler after fade outDerek Foreman2015-05-261-1/+18
* remove trailing whitespacesMichael Vetter2015-05-151-1/+1
* desktop-shell: set the current size in the first 'resizing' configure eventRyo Munakata2015-05-081-0/+3
* xdg-shell: Move xdg_shell.get_xdg_popup errors to xdg_shellJonas Ådahl2015-05-051-19/+19
* xdg-shell: Require proper object tree destructionJonas Ådahl2015-05-051-0/+26
* touch: Make weston_touch_set_focus() take a touch instead of a seatDerek Foreman2015-05-011-1/+1
* desktop-shell: Require a popup parent to be a shell surfaceDima Ryazanov2015-04-131-5/+7
* xwm: tell the shell the pid of the X clientsGiulio Camuffo2015-03-301-0/+7
* desktop-shell: remove dead unminimization codeManuel Bachmann2015-03-271-23/+10
* desktop-shell: don't allow negative values in drag resizeDerek Foreman2015-03-181-0/+4
* shell,compositor-x11: Fix trivial memory leaksRyo Munakata2015-03-091-0/+2
* compositor,shell: move debug key code to corePekka Paalanen2015-03-021-130/+1
* xdg-shell: Bump unstable versionJasper St. Pierre2015-02-271-1/+1
* xdg-shell: Add a simple destructor requestJasper St. Pierre2015-02-271-1/+9
* xdg-shell: Add invalid_parent error to xdg_popupJonas Ådahl2015-02-271-1/+10
* xdg-shell: Send an error when the client uses the not-topmost popupJasper St. Pierre2015-02-271-5/+53
* xdg-shell: Remove the flags from get_xdg_popupJasper St. Pierre2015-02-271-1/+1
* xdg-shell: Remove the serial from popup_doneJasper St. Pierre2015-02-271-2/+1
* xdg-shell: Take a xdg_surface as the parent surfaceJasper St. Pierre2015-02-271-6/+6
* desktop-shell: Fix coding style of add_popup_grabJonas Ådahl2015-02-231-13/+24