summaryrefslogtreecommitdiff
path: root/src/compositor.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-14dmabuf: implement linux_dmabuf extensionPekka Paalanen1-0/+9
2015-08-06input: add a weston_pointer_clear_focus() helper functionDerek Foreman1-0/+2
2015-08-06desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman1-2/+3
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-3/+12
2015-07-29zoom: Store the seat that initiated a zoomDerek Foreman1-1/+3
2015-07-29zoom: Change zoom->active to a boolDerek Foreman1-1/+1
2015-07-16bindings: Make run binding functions take apropriate device instead of a seatDerek Foreman1-6/+7
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-5/+5
2015-07-10compositor: add API to manage compositor instancesGiulio Camuffo1-3/+11
2015-07-09compositor: introduce struct weston_backendGiulio Camuffo1-6/+10
2015-06-26text_backend: make destructor call explicitPekka Paalanen1-1/+6
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-4/+0
2015-06-15Moved the MIN() macro to the helper include.Jon Cruz1-4/+0
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-2/+0
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-06-12compositor: remove the authenticate vfuncGiulio Camuffo1-1/+0
2015-05-08compositor: send the output_created signal after inserting it in the listGiulio Camuffo1-0/+3
2015-05-01data-device: add a function to send the selection to a clientGiulio Camuffo1-0/+3
2015-05-01touch: Make weston_touch_set_focus() take a touch instead of a seatDerek Foreman1-1/+1
2015-04-30compositor: change weston_surface::destroy_signal argumentPekka Paalanen1-1/+1
2015-03-30xwm: tell the shell the pid of the X clientsGiulio Camuffo1-0/+1
2015-03-27compositor: Create the inverse of the output matrixDerek Foreman1-0/+2
2015-03-20compositor: add repaint delay timerPekka Paalanen1-0/+2
2015-03-20compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen1-0/+5
2015-03-19Spellcheck fixesBryce Harrington1-1/+1
2015-03-11compositor: add weston_surface_to_buffer_region()Pekka Paalanen1-0/+5
2015-03-11compositor: Add surface-to-buffer and buffer-to-surface matricesJason Ekstrand1-0/+6
2015-03-11Use pixel coordinates for weston_output.matrixJason Ekstrand1-0/+3
2015-03-11zoom: remove animation_xy as unusedPekka Paalanen1-4/+0
2015-03-04compositor: add weston_view_set_mask() API and statePekka Paalanen1-0/+14
2015-03-02compositor,shell: move debug key code to corePekka Paalanen1-0/+4
2015-02-26compositor: fix plane coords in view_accumulate_damage()Pekka Paalanen1-1/+1
2015-02-26compositor: weston_output::region is in global coordsPekka Paalanen1-0/+3
2015-02-26compositor: note, weston_surface_damage does it wrongPekka Paalanen1-0/+3
2015-02-26compositor: document view->transform.* regionsPekka Paalanen1-0/+6
2015-02-25compositor: add surface-shooting APIPekka Paalanen1-0/+21
2015-02-24compositor: turn weston_view boundingbox into maskedPekka Paalanen1-1/+0
2015-02-24compositor: turn weston_view::transform.opaque into maskedPekka Paalanen1-2/+1
2015-02-24compositor: add a doc note for weston_view::parent_viewPekka Paalanen1-0/+2
2015-02-18compositor: document weston_view_damage_below()Pekka Paalanen1-1/+1
2015-02-02xwm: support maximizing xwayland windowsGiulio Camuffo1-0/+1
2015-01-20compositor, drm: set per-surface Presentation feedback flagsPekka Paalanen1-0/+3
2015-01-20compositor: set presentation.presented flagsPekka Paalanen1-1/+5
2014-12-08compositor: Implement JSON-timeline loggingPekka Paalanen1-0/+5
2014-12-08compositor: add weston_surface_set_label_func()Pekka Paalanen1-0/+6
2014-11-19backends: refactor transform string parsingDerek Foreman1-0/+6
2014-11-19Revert "input: don't send to clients key events eaten by bindings"Pekka Paalanen1-2/+1
2014-11-18compositor: Return a user-defined exit codeFrederic Plourde1-0/+5
2014-11-11input: don't send to clients key events eaten by bindingsGiulio Camuffo1-1/+2
2014-11-11compositor: make keep_buffer a boolDerek Foreman1-1/+1