summaryrefslogtreecommitdiff
path: root/src/compositor.c
Commit message (Expand)AuthorAgeFilesLines
...
* compositor: Clarify XDG_RUNTIME_DIR misconfiguration messageGuillem Jover2014-02-011-3/+2
* compositor: free memory from str config sections after done using itU. Artie Eoff2014-01-191-17/+33
* Only update the surface size if a new buffer is attachedJason Ekstrand2014-01-131-6/+6
* compositor: Init output listeners in weston_view if it's not on any outputKristian Høgsberg2014-01-091-0/+3
* protocol: rename wl_surface_scaler to wl_viewportPekka Paalanen2014-01-081-38/+38
* compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira2013-12-221-0/+3
* compositor: Clean up view output move and destroy listenersAnder Conselvan de Oliveira2013-12-191-0/+6
* compositor: Initialize output listener linksKristian Høgsberg2013-12-171-0/+2
* compositor: transform surface coordinates if a surface scaler is usedJonny Lamb2013-12-161-8/+76
* compositor: add stub scaler resourcesJonny Lamb2013-12-161-0/+103
* Add a weston_surface_set_size functionJason Ekstrand2013-12-161-4/+11
* desktop-shell: Invalidate saved position when output is destroyedZhang, Xiong Y2013-12-161-0/+3
* compositor: Make pointers visible when an output is unpluggedAnder Conselvan de Oliveira2013-12-161-0/+15
* compositor: Don't repaint outputs being destroyedAnder Conselvan de Oliveira2013-12-161-0/+5
* compositor: Ensure views are visible if their output was unpluggedZhang, Xiong Y2013-12-161-2/+57
* compositor: Move views when outputs are movedZhang, Xiong Y2013-12-161-3/+71
* compositor: Move the logic of moving outputs into the coreZhang, Xiong Y2013-12-161-0/+23
* compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira2013-12-161-0/+2
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-34/+36
* shell: Remove weston_view_restack()Philip Withnall2013-12-021-9/+0
* rpi: Support opaque regionsTomeu Vizoso2013-12-021-0/+2
* compositor: merge surface size from buffer size funcsPekka Paalanen2013-11-281-35/+17
* compositor: gather buffer_transform and _scale into a structPekka Paalanen2013-11-281-24/+18
* Do not set output->current_mode in compositor.cAxel Davy2013-11-271-1/+0
* compositor: set weston_surface:resource to NULL when destroyedGiulio Camuffo2013-11-211-0/+4
* compositor: fix sub-surface view stacking orderPekka Paalanen2013-11-191-6/+20
* Add modifier-only bindingDaniel Stone2013-11-191-0/+1
* protocol: move sub-surfaces to WaylandPekka Paalanen2013-11-151-1/+0
* Add [core] backend optionLubomir Rintel2013-11-151-9/+15
* compositor: add a way to override the default pointer grabGiulio Camuffo2013-11-151-0/+16
* compositor: Schedule a repaint in weston_view_damage_below()Kristian Høgsberg2013-11-131-2/+1
* compositor-wayland: Add fullscreen supportJason Ekstrand2013-11-111-0/+1
* compositor-wayland: Add a --scale optionJason Ekstrand2013-11-111-0/+1
* compositor-wayland: Parse [output] config sections and more optionsJason Ekstrand2013-11-071-0/+1
* Move region transformation code to weston_transformed_regionJason Ekstrand2013-11-071-0/+92
* Make weston_output_transform_coordinate more saneJason Ekstrand2013-11-071-17/+17
* Remove the concept of a border from weston_output.Jason Ekstrand2013-11-071-8/+4
* compositor-wayland: Add pixman/SHM fallback modeJason Ekstrand2013-11-071-0/+1
* rpi: Remove create_view and destroy_view implementationsTomeu Vizoso2013-10-281-9/+0
* compositor: Let renderers create and destroy surface state on their ownAnder Conselvan de Oliveira2013-10-251-8/+0
* compositor: Remove two unused variablesKristian Høgsberg2013-10-241-1/+0
* compositor: set surface->plane from destroyed plane to NULLXiong Zhang2013-10-231-5/+17
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-296/+528
* compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg2013-10-221-1/+1
* compositor: finish frame if redraw failsDavid Herrmann2013-10-221-5/+9
* compositor: Stop the repaint loop if the compositor went to sleepKristian Høgsberg2013-10-161-1/+4
* gl-renderer: Build as a loadable moduleAnder Conselvan de Oliveira2013-10-141-4/+4
* Add a touch binding to activate a surfaceNeil Roberts2013-10-141-0/+2
* Set new state before emitting wake signal in weston_compsitor_wakeNeil Roberts2013-10-011-2/+8
* config: Don't crash if we don't have a config fileAlexandru DAMIAN2013-09-261-2/+6