summaryrefslogtreecommitdiff
path: root/src/compositor.c
Commit message (Expand)AuthorAgeFilesLines
* compositor, drm: set per-surface Presentation feedback flagsPekka Paalanen2015-01-201-7/+36
* compositor: set presentation.presented flagsPekka Paalanen2015-01-201-6/+13
* compositor: Propagate errors from module_initOndřej Majerech2014-12-151-2/+4
* compositor: Implement JSON-timeline loggingPekka Paalanen2014-12-081-0/+40
* compositor: add weston_surface_set_label_func()Pekka Paalanen2014-12-081-0/+16
* Use zalloc instead of calloc(1, ...)Bryce Harrington2014-11-281-8/+8
* Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington2014-11-281-12/+0
* compositor: Document options for headless compositorBryce Harrington2014-11-211-0/+10
* compositor: Add idle timeout option to weston.iniFrederic Plourde2014-11-211-1/+5
* backends: refactor transform string parsingDerek Foreman2014-11-191-0/+39
* compositor: do not overwrite error exit codePekka Paalanen2014-11-181-1/+3
* compositor: Return a user-defined exit codeFrederic Plourde2014-11-181-0/+17
* compositor: add missing newline to help textPekka Paalanen2014-11-111-1/+1
* compositor: List only available backends in help textBryce Harrington2014-11-111-3/+19
* compositor: Display option help text only for enabled backendsBryce Harrington2014-11-111-0/+8
* compositor: Fix typos in help textBryce Harrington2014-11-111-2/+2
* compositor: Fix tabbing of help outputBryce Harrington2014-11-111-2/+2
* compositor: (Whitespace-only) Indent with tabsBryce Harrington2014-11-111-12/+12
* compositor: stop sending spurious events on mode switchDerek Foreman2014-11-111-0/+3
* compositor: check version before calling wl_output_send_scale()Derek Foreman2014-11-101-3/+5
* compositor: Refactor weston_output_mode_switch()Derek Foreman2014-11-051-80/+105
* compositor: Fix weston_subsurface_is_synchronized() return value.Carlos Olmedo Escobar2014-11-051-1/+1
* cosmetic: replace boolean function return values with boolDerek Foreman2014-11-041-10/+10
* compositor: send error for surface role resetsPekka Paalanen2014-10-081-6/+27
* compositor-drm: deliver frame seq for feedbackPekka Paalanen2014-09-301-1/+1
* compositor: implement presentation_feedbackPekka Paalanen2014-09-301-4/+144
* compositor: set and use the presentation clock everywherePekka Paalanen2014-09-301-7/+72
* compositor: add stub implementation of presentation interfacePekka Paalanen2014-09-301-1/+46
* compositor: Don't free an uninitialised pointer.Ondřej Majerech2014-09-121-1/+2
* cosmetic: update comments that refer to weston_surface_update_transform()Derek Foreman2014-09-111-2/+2
* compositor: fix memory corruption when removing an outputGiulio Camuffo2014-09-091-0/+6
* main: don't leak option stringsRyo Munakata2014-09-091-24/+18
* compositor: extract choose_default_backend and create_listening_socketRyo Munakata2014-09-091-25/+41
* Fix a copy-paste error in weston_surface_commit_stateJason Ekstrand2014-09-061-1/+1
* compositor: add an option to set the default numlock valueGiulio Camuffo2014-09-031-0/+13
* compositor: leave no zombie behindPekka Paalanen2014-08-281-12/+14
* compositor: add weston_client_start()Pekka Paalanen2014-08-281-0/+60
* compositor: fetch repeat info from weston.iniJonny Lamb2014-08-151-0/+5
* Use the named SINCE_VERSION defines for version checksJasper St. Pierre2014-08-081-2/+2
* compositor: Use libwayland to find a good default display for usJasper St. Pierre2014-08-051-29/+38
* compositor: ignore unmapped sub-surfaces for view_listPekka Paalanen2014-07-291-0/+3
* compositor: quick fix for sub-surface mappingPekka Paalanen2014-07-251-3/+8
* compositor: add a masking mechanism to weston_layerGiulio Camuffo2014-07-231-3/+58
* compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo2014-07-231-8/+25
* Create a weston_surface_state structure for storing pending surface state and...Jason Ekstrand2014-07-071-154/+111
* Move weston_frame_callback above weston_surface_createJason Ekstrand2014-07-071-5/+5
* Use pixman_region32_clear instead of our own empty_regionJason Ekstrand2014-07-051-15/+6
* compositor: update the surface size when there is a size change without a buf...George Kiagiadakis2014-06-191-14/+46
* weston: Fix memleak issue in compositor.cSrivardhan Hebbar2014-06-181-6/+17
* compositor: unmap subsurface views before destroying the subsurfacesGeorge Kiagiadakis2014-06-181-2/+6