summaryrefslogtreecommitdiff
path: root/src/compositor.h
Commit message (Expand)AuthorAgeFilesLines
* compositor: remove unused signalGiulio Camuffo2014-09-091-1/+0
* compositor: add a way to change the keyboard locksGiulio Camuffo2014-09-031-0/+12
* compositor: add weston_client_start()Pekka Paalanen2014-08-281-0/+3
* compositor: fetch repeat info from weston.iniJonny Lamb2014-08-151-0/+3
* compositor: add a masking mechanism to weston_layerGiulio Camuffo2014-07-231-0/+10
* compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo2014-07-231-2/+12
* shell: Replace set_margin with set_window_geometryJasper St. Pierre2014-07-171-3/+3
* Create a weston_surface_state structure for storing pending surface state and...Jason Ekstrand2014-07-071-50/+30
* Move weston_subsurface to after weston_surfaceJason Ekstrand2014-07-071-51/+51
* compositor: update the surface size when there is a size change without a buf...George Kiagiadakis2014-06-191-0/+2
* compositor: Remove the edges parameter from send_configureJasper St. Pierre2014-04-301-2/+1
* compositor: Fix the documentation for surface->configureJasper St. Pierre2014-04-301-3/+4
* xwayland: Set decoration margin for xwayland windowsKristian Høgsberg2014-04-301-1/+3
* libinput: Forward frame events to clientsJonas Ådahl2014-04-211-0/+3
* compositor: Add create_surface_signalKristian Høgsberg2014-04-061-0/+1
* Add possible capabilities CURSOR_PLANE and ARBITRARY_MODEJason Ekstrand2014-04-021-0/+6
* Add a signal for when a seat updates its capabilitiesJason Ekstrand2014-04-021-0/+1
* compositor: add an exported function to take a screenshot of an outputGiulio Camuffo2014-04-021-0/+12
* protocol,compositor: split wl_viewport settersPekka Paalanen2014-04-011-0/+2
* compositor: replace weston_buffer_viewport::viewport_setPekka Paalanen2014-04-011-5/+7
* compositor: reorganize struct weston_buffer_viewportPekka Paalanen2014-04-011-11/+16
* input: Send leave and enter pair when the surface moves under the cursorKristian Høgsberg2014-02-181-0/+1
* compositor: Drop core ping_handler calloutKristian Høgsberg2014-02-111-2/+0
* compositor: Move view repositioning logic into shellAnder Conselvan de Oliveira2014-02-051-8/+0
* compositor: Remove weston_output::move_signalAnder Conselvan de Oliveira2014-02-051-1/+1
* input: Remove exported function weston_pointer_verify()Ander Conselvan de Oliveira2014-02-011-2/+3
* protocol: rename wl_surface_scaler to wl_viewportPekka Paalanen2014-01-081-5/+5
* input: Remap touch point IDs from multiple touch screens to not overlapKristian Høgsberg2014-01-081-0/+1
* compositor: transform surface coordinates if a surface scaler is usedJonny Lamb2013-12-161-0/+13
* Add a weston_surface_set_size functionJason Ekstrand2013-12-161-0/+4
* desktop-shell: Invalidate saved position when output is destroyedZhang, Xiong Y2013-12-161-0/+6
* compositor: Make pointers visible when an output is unpluggedAnder Conselvan de Oliveira2013-12-161-0/+2
* compositor: Don't repaint outputs being destroyedAnder Conselvan de Oliveira2013-12-161-0/+1
* compositor: Ensure views are visible if their output was unpluggedZhang, Xiong Y2013-12-161-0/+1
* compositor: Move views when outputs are movedZhang, Xiong Y2013-12-161-0/+4
* sdk: make C++11 plugins build againGiulio Camuffo2013-12-091-4/+0
* shell: Make sure the shell implementation and protocol versions matchKristian Høgsberg2013-12-081-0/+4
* input: Move the xkb fields from weston_seat to weston_keyboardJonas Ådahl2013-12-031-7/+7
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-6/+1
* input: Keep track of number of touch points inside touch structJonas Ådahl2013-12-021-2/+2
* shell: Remove weston_view_restack()Philip Withnall2013-12-021-3/+0
* compositor: merge surface size from buffer size funcsPekka Paalanen2013-11-281-4/+0
* compositor: gather buffer_transform and _scale into a structPekka Paalanen2013-11-281-8/+11
* src/data_device.c: add dnd support for touch screenXiong Zhang2013-11-251-1/+6
* input: set the focus to NULL when the focus's resource is destroyedGiulio Camuffo2013-11-201-1/+5
* input: Don't send leave events to destroyed viewsEmilio Pozuelo Monfort2013-11-191-0/+1
* Add move/scale animationDaniel Stone2013-11-191-0/+6
* Add modifier-only bindingDaniel Stone2013-11-191-0/+16
* animation, shell: add kbd focus change animationLouis-Francis Ratté-Boulianne2013-11-191-0/+8
* compositor: add a way to override the default pointer grabGiulio Camuffo2013-11-151-1/+10