summaryrefslogtreecommitdiff
path: root/src/compositor.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-21Notify clients on mode_switch()Hardening1-8/+83
2013-09-21Rename current, origin, scale, origin_scaleHardening1-13/+13
2013-09-18compositor: Generalize VT switching as a session_signalKristian Høgsberg1-0/+2
2013-09-11gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientationStanislav Vorobiov1-0/+1
2013-08-26Add a --shell option to override the default desktop-shellJason Ekstrand1-2/+10
2013-08-20compositor: Only check buffer for NULL tried to allocate somethingKristian Høgsberg1-4/+5
2013-08-15compositor: Handle OOM in weston_buffer_from_resource()Kristian Høgsberg1-11/+16
2013-08-13compositor: ref-count weston_surface instancesGiulio Camuffo1-2/+6
2013-08-08malloc + memset -> zallocPeter Hutterer1-3/+1
2013-08-06Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_bufferKristian Høgsberg1-1/+0
2013-08-06compositor: Check wl_resource_create() return valueKristian Høgsberg1-10/+35
2013-07-29Reset touch focus in unmapMichael Fu1-0/+2
2013-07-25compositor: Move weston-launch socket lookup to drm backendKristian Høgsberg1-1/+0