summaryrefslogtreecommitdiff
path: root/src/compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-22compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira1-0/+3
2013-12-19compositor: Clean up view output move and destroy listenersAnder Conselvan de Oliveira1-0/+6
2013-12-17compositor: Initialize output listener linksKristian Høgsberg1-0/+2
2013-12-16compositor: transform surface coordinates if a surface scaler is usedJonny Lamb1-8/+76
2013-12-16compositor: add stub scaler resourcesJonny Lamb1-0/+103
2013-12-16Add a weston_surface_set_size functionJason Ekstrand1-4/+11
2013-12-16desktop-shell: Invalidate saved position when output is destroyedZhang, Xiong Y1-0/+3
2013-12-16compositor: Make pointers visible when an output is unpluggedAnder Conselvan de Oliveira1-0/+15
2013-12-16compositor: Don't repaint outputs being destroyedAnder Conselvan de Oliveira1-0/+5
2013-12-16compositor: Ensure views are visible if their output was unpluggedZhang, Xiong Y1-2/+57
2013-12-16compositor: Move views when outputs are movedZhang, Xiong Y1-3/+71
2013-12-16compositor: Move the logic of moving outputs into the coreZhang, Xiong Y1-0/+23
2013-12-16compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira1-0/+2
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand1-34/+36
2013-12-02shell: Remove weston_view_restack()Philip Withnall1-9/+0
2013-12-02rpi: Support opaque regionsTomeu Vizoso1-0/+2
2013-11-28compositor: merge surface size from buffer size funcsPekka Paalanen1-35/+17
2013-11-28compositor: gather buffer_transform and _scale into a structPekka Paalanen1-24/+18
2013-11-27Do not set output->current_mode in compositor.cAxel Davy1-1/+0
2013-11-21compositor: set weston_surface:resource to NULL when destroyedGiulio Camuffo1-0/+4
2013-11-19compositor: fix sub-surface view stacking orderPekka Paalanen1-6/+20
2013-11-19Add modifier-only bindingDaniel Stone1-0/+1
2013-11-15protocol: move sub-surfaces to WaylandPekka Paalanen1-1/+0
2013-11-15Add [core] backend optionLubomir Rintel1-9/+15
2013-11-15compositor: add a way to override the default pointer grabGiulio Camuffo1-0/+16
2013-11-13compositor: Schedule a repaint in weston_view_damage_below()Kristian Høgsberg1-2/+1
2013-11-11compositor-wayland: Add fullscreen supportJason Ekstrand1-0/+1
2013-11-11compositor-wayland: Add a --scale optionJason Ekstrand1-0/+1
2013-11-07compositor-wayland: Parse [output] config sections and more optionsJason Ekstrand1-0/+1
2013-11-07Move region transformation code to weston_transformed_regionJason Ekstrand1-0/+92
2013-11-07Make weston_output_transform_coordinate more saneJason Ekstrand1-17/+17
2013-11-07Remove the concept of a border from weston_output.Jason Ekstrand1-8/+4
2013-11-07compositor-wayland: Add pixman/SHM fallback modeJason Ekstrand1-0/+1
2013-10-28rpi: Remove create_view and destroy_view implementationsTomeu Vizoso1-9/+0
2013-10-25compositor: Let renderers create and destroy surface state on their ownAnder Conselvan de Oliveira1-8/+0
2013-10-24compositor: Remove two unused variablesKristian Høgsberg1-1/+0
2013-10-23compositor: set surface->plane from destroyed plane to NULLXiong Zhang1-5/+17
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-296/+528
2013-10-22compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg1-1/+1
2013-10-22compositor: finish frame if redraw failsDavid Herrmann1-5/+9
2013-10-16compositor: Stop the repaint loop if the compositor went to sleepKristian Høgsberg1-1/+4
2013-10-14gl-renderer: Build as a loadable moduleAnder Conselvan de Oliveira1-4/+4
2013-10-14Add a touch binding to activate a surfaceNeil Roberts1-0/+2
2013-10-01Set new state before emitting wake signal in weston_compsitor_wakeNeil Roberts1-2/+8
2013-09-26config: Don't crash if we don't have a config fileAlexandru DAMIAN1-2/+6
2013-09-26compositor: check if seteuid workedAlexandru DAMIAN1-2/+5
2013-09-22compositor: when unmapping a surface remove it from the compositor's listGiulio Camuffo1-0/+2
2013-09-21compositor: Log the full path of the config file we're usingKristian Høgsberg1-0/+2
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg1-5/+2
2013-09-21compositor: Unlink unmapped surface instead of rebuilding surface listKristian Høgsberg1-3/+1