Switch to global output repaint timer
[platform/upstream/weston.git] / libweston / compositor.c
2017-03-14 Daniel StoneSwitch to global output repaint timer
2017-03-13 Daniel StoneChange boolean repaint_scheduled to quad-state enum
2017-03-13 Daniel StoneChange repaint_needed to bool
2017-03-13 Daniel StoneDon't delay initial output paint
2017-03-13 Daniel StoneCalculate next-frame target time in absolute space
2017-03-13 Daniel Stonetimespec: Add timespec_to_msec helper
2017-02-07 Emilio Pozuelo Monfortcompositor: damage pending subsurfaces when committing...
2017-02-04 Bryce Harringtonlibweston: grammar fix to recent comment
2017-01-30 Daniel StoneAdd comments and whitespace to repaint machinery
2017-01-17 Quentin Glidiclibweston: Properly namespace modules entrypoint
2017-01-17 Quentin Glidiclibweston: Properly namespace backends entrypoint
2017-01-17 Quentin Glidiclibweston: Position layers in an absolute way
2017-01-03 Abdur Rehmancompositor: fix a minor typo
2016-12-16 Daniel Stonecompositor: Assign new views to the primary plane
2016-12-12 Daniel StoneRemove DPMS-on when going offscreen
2016-11-30 Daniel Stonelibweston: Make module loading safe against long paths
2016-11-22 Arnaud Vraccompositor: allow using nested parent as a subsurface...
2016-10-05 Armin Krezovićlibweston: Drop requirement of setting mm_width/mm_heig...
2016-10-05 Armin Krezovićweston: Rename weston_output_init_pending() to weston_o...
2016-10-05 Armin Krezovićlibweston: Merge weston_output_init() into weston_outpu...
2016-10-03 Armin Krezovićlibweston: Add more functionality for handling weston_o...
2016-09-24 Giulio Camuffocompositor: set the opaque region for some views with...
2016-08-30 Bryce HarringtonRevert "compositor: Add internal support to track idle...
2016-08-30 Bryce HarringtonRevert "compositor: Add public interface support for...
2016-08-30 Bryce HarringtonRevert "libweston: Add a signal to fire when the idle...
2016-08-30 Bryce HarringtonRevert "shell: Inhibit idle fade-out behavior"
2016-08-30 Bryce Harringtonshell: Inhibit idle fade-out behavior
2016-08-30 Bryce Harringtonlibweston: Add a signal to fire when the idle inhibitor...
2016-08-30 Bryce Harringtoncompositor: Add public interface support for client...
2016-08-30 Bryce Harringtoncompositor: Add internal support to track idle inhibiti...
2016-08-15 Quentin Glidiclibweston: Silence tautological-compare warning
2016-08-15 Quentin Glidiclibweston-desktop: Implement xdg_shell_v6
2016-08-14 Quentin GlidicIntroduce libweston-desktop
2016-08-14 Quentin Glidiclibweston: Rename weston_surface::configure to ::committed
2016-08-11 Quentin Glidiclibweston: Implement wl_output version 3 (release request)
2016-08-11 Armin Krezovićcompositor: Mark all views as dirty when a new output...
2016-08-07 Bryce HarringtonSwitch to use safe_strtoint instead of strtol
2016-08-07 Bryce HarringtonStandardize error checking for strtol calls
2016-07-26 Jonas ÅdahlImplement pointer locking and confinement
2016-07-26 Jonas Ådahlcompositor: Add surface commit signal
2016-07-26 Jonas ÅdahlImplement the relative pointer protocol
2016-07-26 Jonas Ådahlcompositor: Keep track of what views were activated...
2016-07-13 Bryce HarringtonRequire base-10 for strtol() calls
2016-07-01 Armin Krezovićcompositor: Switch to new surface/view mapped checks
2016-07-01 Armin Krezovićcompositor: Untangle surface/view is_mapped from output...
2016-07-01 Giulio Camuffoxwayland: make the plugin usable by libweston compositors
2016-07-01 Pekka Paalanencompositor: add plugin-registry
2016-06-23 Pekka PaalanenRename src/ to libweston/