summaryrefslogtreecommitdiff
path: root/src/compositor.h
Commit message (Expand)AuthorAgeFilesLines
* compositor: surface and view output comment fixesPekka Paalanen2016-05-171-3/+6
* compositor: fix comments about weston_compositor::surface_listPekka Paalanen2016-05-171-4/+2
* compositor.h: Add shell_interface.get_output_work_areaQuentin Glidic2016-05-031-0/+1
* compositor: Version the backend configuration structuresBryce Harrington2016-04-181-0/+26
* compositor: Drop unneeded create_output callbackBryce Harrington2016-04-181-8/+0
* compositor: remove input_loopPekka Paalanen2016-03-241-3/+0
* input: use doubles in the interfaces to notify of input eventsGiulio Camuffo2016-03-231-6/+6
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-071-1/+1
* data-device: Implement compositor-chosen actionsCarlos Garnacho2016-01-191-0/+1
* data-device: Implement DnD actionsCarlos Garnacho2016-01-191-0/+6
* data-device: Implement DnD progress notificationCarlos Garnacho2016-01-191-0/+3
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-0/+16
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-7/+15
* compositor-{drm, fbdev, rpi}: Make VT switching configurableBob Ham2016-01-121-0/+2
* compositor: Fix a couple comment typosBryce Harrington2015-12-221-2/+2
* xwm: let the shells decide the position of X windowsGiulio Camuffo2015-12-181-3/+1
* input: Add notify_touch_cancel()Derek Foreman2015-12-081-0/+3
* compositor: Add damage_bufferDerek Foreman2015-12-031-1/+3
* compositor: Remove unused weston_surface_to_buffer functionChris Michael2015-12-011-3/+0
* compositor.h: Remove unused variable from weston_seat structureChris Michael2015-11-231-1/+0
* compositor: Move weston_matrix_transform_region to compositor.c and export itDerek Foreman2015-11-201-0/+4
* compositor: Change "touched" to boolDerek Foreman2015-11-201-1/+1
* input: Keep per client pointer resources in their own structsJonas Ådahl2015-11-201-2/+9
* input: Make pointer grab motion callbacks take an event structJonas Ådahl2015-11-201-3/+21
* input: Pass axis events through pointer grab interfacesJonas Ådahl2015-11-021-0/+5
* compositor: Disallow negative geometries in backend output configsBryce Harrington2015-10-291-3/+3
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-1/+2
* compositor: introduce structs to handle backends configurationGiulio Camuffo2015-10-231-2/+34
* zoom: Remove unneeded usage of wl_fixed_ts in favour of doublesGiulio Camuffo2015-10-091-5/+3
* dmabuf: implement linux_dmabuf extensionPekka Paalanen2015-08-141-0/+9
* input: add a weston_pointer_clear_focus() helper functionDerek Foreman2015-08-061-0/+2
* desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman2015-08-061-2/+3
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-3/+12
* zoom: Store the seat that initiated a zoomDerek Foreman2015-07-291-1/+3
* zoom: Change zoom->active to a boolDerek Foreman2015-07-291-1/+1
* bindings: Make run binding functions take apropriate device instead of a seatDerek Foreman2015-07-161-6/+7
* input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman2015-07-161-5/+5
* compositor: add API to manage compositor instancesGiulio Camuffo2015-07-101-3/+11
* compositor: introduce struct weston_backendGiulio Camuffo2015-07-091-6/+10
* text_backend: make destructor call explicitPekka Paalanen2015-06-261-1/+6
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-4/+0
* Moved the MIN() macro to the helper include.Jon Cruz2015-06-151-4/+0
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-2/+0
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* compositor: remove the authenticate vfuncGiulio Camuffo2015-06-121-1/+0
* compositor: send the output_created signal after inserting it in the listGiulio Camuffo2015-05-081-0/+3
* data-device: add a function to send the selection to a clientGiulio Camuffo2015-05-011-0/+3
* touch: Make weston_touch_set_focus() take a touch instead of a seatDerek Foreman2015-05-011-1/+1
* compositor: change weston_surface::destroy_signal argumentPekka Paalanen2015-04-301-1/+1
* xwm: tell the shell the pid of the X clientsGiulio Camuffo2015-03-301-0/+1