summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/uncrustify-testNiels De Graef2018-11-1927-994/+1373
* plugins/Makefile.am: Install libdefault.so in plugin directoryJonas Ådahl2018-11-071-1/+1
* Add meson build supportJonas Ådahl2018-11-061-0/+20
* autotools: Make install directories paths more consistentJonas Ådahl2018-11-061-2/+2
* plugin: Rename the .so file from plugin.so to libplugin.soJonas Ådahl2018-11-061-6/+6
* Clean up include macros messJonas Ådahl2018-11-0645-221/+229
* shaped-texture: Clean up texture regionsJonas Ådahl2018-10-201-0/+3
* shaped-texture: Transform clip and opaque region to texture spaceJonas Ådahl2018-10-041-28/+55
* region-utils: Add API to scale an integer region with a doubleJonas Ådahl2018-10-042-0/+55
* region-utils: Some whitespace fixesJonas Ådahl2018-10-041-5/+6
* shaped-texture: Move variable declaration on topJonas Ådahl2018-10-041-1/+2
* shaped-texture: Use ints for sizesJonas Ådahl2018-10-042-11/+11
* compositor: Skip windows not visible to the compositorOlivier Fourdan2018-09-211-0/+4
* Don't cast free function passed to g_clear_pointerFlorian Müllner2018-07-312-3/+3
* Stop using g_type_class_add_private()Florian Müllner2018-07-318-27/+17
* compositor: Add get_paint_volume() implementation to MetaSurfaceActorCarlos Garnacho2018-07-131-0/+8
* compositor: Do not optimize obscured areas away in paint volumesCarlos Garnacho2018-07-131-36/+1
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-065-23/+23
* Use MetaMonitorManager insted of MetaDisplay where possibleArmin Krezović2018-07-063-21/+19
* Fix XDND handling to work without GDK and MetaX11DisplayArmin Krezović2018-07-061-7/+7
* Prepare for making MetaX11Display conditionalArmin Krezović2018-07-061-10/+17
* Stop using MetaScreen where it is unnecessaryArmin Krezović2018-07-069-142/+124
* Move monitor management API to MetaDisplayArmin Krezović2018-07-063-37/+40
* Move X11 helper windows and xprops to MetaX11DisplayArmin Krezović2018-07-061-7/+6
* Move stack tracking and guard_window outside of MetaScreenArmin Krezović2018-07-061-1/+1
* Move alarm and xids management to MetaX11DisplayArmin Krezović2018-07-061-1/+1
* Move screen size and cursor setting to MetaDisplayArmin Krezović2018-07-064-20/+42
* Move X11 extension queries to MetaX11DisplayArmin Krezović2018-07-061-1/+3
* Switch meta_error_trap functions to MetaX11DisplayArmin Krezović2018-07-063-18/+18
* Start populating MetaX11DisplayArmin Krezović2018-07-064-29/+36
* compositor: Remove dead code: META_DISABLE_MIPMAPSDaniel van Vugt2018-07-042-4/+0
* shaped-texture: Disable mipmapping during animationDaniel van Vugt2018-05-181-6/+82
* build: Introspect some more typesFlorian Müllner2018-05-074-36/+26
* window-group: Remove undefined function declarationFlorian Müllner2018-05-071-3/+0
* wayland: Abstract access to the actor corresponding to a wl_surfaceCarlos Garnacho2018-04-231-1/+1
* window-actor: add new signal "effects-completed"Olivier Fourdan2018-04-092-0/+25
* wayland: Push actor state instead of itself pullingJonas Ådahl2018-02-232-231/+2
* surface-actor/wayland: Minor style fixesJonas Ådahl2018-02-231-5/+9
* build: Fix non-wayland buildsTing-Wei Lan2017-12-241-0/+2
* window-actor: rename destroy function in queue_destroyMarco Trevisan (Treviño)2017-11-303-3/+3
* compositor: reset top_window_actor and remove it from windows when destroyedMarco Trevisan (Treviño)2017-11-301-3/+20
* compositor: Fix buildCarlos Garnacho2017-11-171-1/+0
* compositor: End MetaDnd grab on plugin grab endCarlos Garnacho2017-11-172-13/+28
* compositor: Keep reference to the screen on the MetaBackgroundCarlos Garnacho2017-11-061-1/+1
* MetaWindowActor: assert that we have plugin manager on simple effectMarco Trevisan (Treviño)2017-10-241-0/+2
* Revert "MetaWindowActor: don't start any effect when no compositor is available"Marco Trevisan (Treviño)2017-10-201-3/+0
* Revert "MetaPluginManager: don't try to deference a NULL pointer when process...Marco Trevisan (Treviño)2017-10-201-11/+4
* MetaWindowActor: don't start any effect when no compositor is availableMarco Trevisan (Treviño)2017-10-201-0/+3
* MetaPluginManager: don't try to deference a NULL pointer when processing eventsMarco Trevisan (Treviño)2017-10-201-4/+11
* compositor: Avoid a crash if the top window actor is finalizedRui Matos2017-10-191-0/+3