summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* window/wayland: Don't recursive indefinitely when updating monitorJonas Ådahl2018-08-271-1/+1
* window: Keep windows with placement rule attached to parentJonas Ådahl2018-08-273-18/+46
* wayland/gtk-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-10/+19
* wayland/legacy-xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-14/+79
* wayland/legacy-xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2018-08-271-1/+8
* wayland/xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-13/+67
* wayland/xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2018-08-271-1/+7
* wayland/xdg-shell: Cache pending frame callbacks on popup resetJonas Ådahl2018-08-271-0/+1
* wayland/surface: Add API to cache frame callbacksJonas Ådahl2018-08-272-7/+13
* wayland/xdg-shell: Queue frame callbacks on new actor after resettingJonas Ådahl2018-08-273-8/+18
* wayland: Use geometry_scale on opaque regionsCarlos Garnacho2018-08-271-1/+1
* wayland: Fix input/opaque regions calculation on hidpiCarlos Garnacho2018-08-271-14/+26
* window: Force update monitor on hot plugsJonas Ådahl2018-08-273-3/+4
* window: Pass flag to meta_window_update_monitor() instead of boolJonas Ådahl2018-08-275-20/+34
* renderer/native: Check calculated transform when creating viewJonas Ådahl2018-08-242-4/+13
* 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