summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Preserve focus across decoration changeswip/carlosg/issue-273Carlos Garnacho2018-08-224-0/+24
* backends/x11: Only free cursor if it was created successfullySebastian Keller2018-08-211-1/+3
* monitor-manager-kms: Check if GPUs can have outputsIain Lane2018-08-213-0/+30
* gpu-kms: Handle drmModeGetResources() failingIain Lane2018-08-211-5/+31
* wayland/actor-surface: Intersect input/opaque region with surface regionRobert Mader2018-08-211-0/+8
* wayland/xdg-shell: Intersect set geometry with subsurface tree geometryRobert Mader2018-08-204-4/+27
* wayland: Use surface size helper functionsRobert Mader2018-08-203-30/+8
* wayland/surface: Add get_width() and get_height() helper functionsRobert Mader2018-08-202-0/+37
* keybindings: Ignore auto-repeat events for some keybindingsAndrea Azzarone2018-08-202-54/+118
* clutter/enum: Add CLUTTER_EVENT_FLAG_REPEATED for auto-repeated eventsAndrea Azzarone2018-08-201-4/+3
* wayland/keyboard: Create a separate keymap shm file per resourceJonas Ådahl2018-08-172-83/+56
* wayland/keyboard: Indentation fixJonas Ådahl2018-08-171-1/+1
* wayland/keyboard: Accept key down serial after key up for popupsJonas Ådahl2018-08-152-6/+22
* wayland: Implement text-input from wayland-protocolsCarlos Garnacho2018-08-147-0/+742
* wayland: Make gtk-text-input "legacy"Carlos Garnacho2018-08-146-72/+70
* idle-monitor: Store either 1 or 0 in the inhibited gbooleanJonas Ådahl2018-08-141-2/+3
* backends/x11: Improve grab-device clock updatesJeff Smith2018-08-131-2/+3
* Revert "gpu-kms: Handle drmModeGetResources() failing"Jonas Ådahl2018-08-101-31/+5
* gpu-kms: Handle drmModeGetResources() failingIain Lane2018-08-101-5/+31
* renderer/native: Fallback to non-planar API if gbm_bo_get_handle_for_plane failsAlex Villacís Lasso2018-08-091-5/+16
* wayland: Clean up xwayland grabs even if surface is goneOlivier Fourdan2018-08-061-7/+7
* plugin: Add back prototypes to META_PLUGIN_DECLARE()Florian Müllner2018-08-011-0/+8
* wayland-private: Make display_name non-constFlorian Müllner2018-07-311-1/+1
* Don't cast free function passed to g_clear_pointerFlorian Müllner2018-07-317-21/+21
* Stop using g_type_class_add_private()Florian Müllner2018-07-319-30/+18
* plugin: Add META_DECLARE_PLUGIN_WITH_CODE() variantFlorian Müllner2018-07-311-2/+6
* plugin: Simplify META_PLUGIN_DECLARE() macroFlorian Müllner2018-07-311-52/+6
* prefs: Remove override systemFlorian Müllner2018-07-312-131/+0
* monitor: Use current monitor mode to check whether activeJonas Ådahl2018-07-311-6/+16
* wayland: Remove unused GList *lDaniel van Vugt2018-07-311-1/+0
* tests: Add "closed-transient" testFlorian Müllner2018-07-302-0/+20
* window: Explicitly exclude unmanaging window from focus againFlorian Müllner2018-07-301-1/+3
* window: Don't refuse to move focus to the grab windowFlorian Müllner2018-07-301-0/+1
* monitor-manager: Filter out low screen resolutionsAndrea Azzarone2018-07-303-2/+23
* wayland: Nullify monitor resources when updating outputsOlivier Fourdan2018-07-301-21/+31
* native/gpu: Handle drmModeSetCrtc() failing gracefullyJonas Ådahl2018-07-251-1/+4
* fixed typoKevin Tamool2018-07-241-1/+1
* window/wayland: Always update monitor for non-user opsOlivier Fourdan2018-07-241-0/+6
* Add remote access controller APIJonas Ådahl2018-07-2010-0/+411
* tests: Add the "parent_exported" testOlivier Fourdan2018-07-182-0/+16
* tests: Fix usage message for "set_parent"Olivier Fourdan2018-07-181-1/+1
* tests: Add "set_parent_exported" commandOlivier Fourdan2018-07-182-2/+46
* backend: Remove direct upower-glib usageBastien Nocera2018-07-182-17/+97
* backend: Move lid-is-closed handling to MetaBackendBastien Nocera2018-07-1810-117/+137
* monitor-manager: Cache the last known value of "lid-is-closed"Bastien Nocera2018-07-182-1/+9
* monitor-manager: Don't throw an error if UPower isn't runningBastien Nocera2018-07-181-2/+5
* backends/native: Remove unused upower-glib headerBastien Nocera2018-07-181-1/+0
* tests: Move window-shown verification to test-runnerJonas Ådahl2018-07-173-27/+83
* stack-tracker: Don't sort O-R's under guard window on topJonas Ådahl2018-07-171-1/+19
* compositor: Add get_paint_volume() implementation to MetaSurfaceActorCarlos Garnacho2018-07-131-0/+8