summaryrefslogtreecommitdiff
path: root/desktop-shell/shell.c
Commit message (Expand)AuthorAgeFilesLines
* desktop-shell: Don’t reconfigure an already fullscreen surfaceEmmanuel Gil Peyrot2016-05-191-0/+7
* compositor.h: Add shell_interface.get_output_work_areaQuentin Glidic2016-05-031-1/+3
* desktop-shell: Use 'surface-local' to correct grammarYong Bakos2016-04-291-1/+1
* desktop-shell: Get rid of some unused fieldsJonas Ådahl2016-04-221-6/+0
* desktop-shell: Unset the shell surface owner when it goes awayJonas Ådahl2016-04-221-1/+10
* input: use doubles in the interfaces to notify of input eventsGiulio Camuffo2016-03-231-3/+3
* shell: Don't send extra configure events on clickDerek Foreman2016-02-161-0/+8
* shell: Check more thoroughly for undefined surface resourceBryce Harrington2016-02-031-7/+24
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-0/+33
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-7/+10
* desktop-shell: Allow binding-modifier weston.ini option to be noneBob Ham2016-01-121-12/+14
* desktop-shell: Make zapping configurableBob Ham2016-01-121-3/+11
* xwm: let the shells decide the position of X windowsGiulio Camuffo2015-12-181-10/+30
* input: Keep per client pointer resources in their own structsJonas Ådahl2015-11-201-4/+10
* input: Make pointer grab motion callbacks take an event structJonas Ådahl2015-11-201-10/+12
* Remove workspaces protocolJonas Ådahl2015-11-191-113/+0
* desktop-shell: Rename protocol weston_desktop_shellJonas Ådahl2015-11-191-38/+38
* Use xdg_shell protocol from wayland-protocolsJonas Ådahl2015-11-191-1/+1
* desktop-shell: use weston_pointer_send_axisPeter Hutterer2015-11-161-7/+1
* input: Pass axis events through pointer grab interfacesJonas Ådahl2015-11-021-0/+24
* desktop-shell: Add surface_keyboard_focus_lost helperJonas Ådahl2015-11-021-25/+22
* desktop-shell: Make activate_binding take a view instead of surfaceJonas Ådahl2015-10-231-5/+5
* shell: fix maximizing windows on a secondary outputMarek Chalupa2015-10-091-4/+2
* cosmetic: Remove a few double semicolonsDerek Foreman2015-10-071-1/+1
* desktop-shell: NULL check whether a popup parent is a shell surfaceJonas Ådahl2015-10-071-2/+3
* clients: Moving and rotating transient surfacesBen Hummon2015-10-061-8/+5
* clients: If available, prefer top level surfaces for move or rotateDerek Foreman2015-09-151-0/+23
* shell: Make sure we actually have a resource in end_busy_cursorDerek Foreman2015-09-141-0/+1
* 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