summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* idle-monitor: Postpone dispatching of idle timeout if not readycherry-pick-1ca0fdc9Jonas Ådahl2019-05-031-0/+7
* compositor: Disconnect from stage signals on destructionMarco Trevisan (Treviño)2019-05-012-5/+19
* compositor: Destroy window actors list on destructionMarco Trevisan (Treviño)2019-05-011-0/+17
* input-settings: Use 0 initialized struct for kbd a11yOlivier Fourdan2019-04-301-1/+1
* clutter/x11: disable mousekeys with Numlock ONOlivier Fourdan2019-04-192-2/+27
* clutter/evdev: disable mousekeys with Numlock ONOlivier Fourdan2019-04-191-0/+16
* Bump version to 3.32.13.32.1Florian Müllner2019-04-172-1/+31
* display: Fix inconsistent behavior with demand attentionOlivier Fourdan2019-04-171-1/+1
* core: Emit MetaStartupNotification::changed on sequence completionCarlos Garnacho2019-04-171-0/+12
* core: Add MetaStartupSequence::complete signalCarlos Garnacho2019-04-171-5/+16
* core: Account for completed sequences in feedback updatesCarlos Garnacho2019-04-171-1/+15
* core: Fix differing sequence timestamp precision expectationsCarlos Garnacho2019-04-172-5/+5
* wayland/output: Set user data of xdg_output resourceOlivier Fourdan2019-04-151-4/+4
* keybindings: Stop keybinding if a touch happens while Super is pressedJonas Dreßler2019-04-151-0/+2
* cogl-winsys-glx: Fix frame notification race/leakDaniel van Vugt2019-04-121-29/+29
* clutter/evdev: Toggle accessibility features from keyboardOlivier Fourdan2019-04-111-7/+7
* clutter/device-manager: Small code cleanupOlivier Fourdan2019-04-111-7/+1
* renderer/native: Check primary GPU supports EGLPekka Paalanen2019-04-111-3/+28
* renderer/native: Make EGL initialization failure not fatalPekka Paalanen2019-04-111-22/+40
* renderer-native: Freeze frames while retrying to page flipJonas Ådahl2019-04-021-2/+15
* renderer-native: Add helper to get backend from rendererJonas Ådahl2019-04-021-3/+10
* backend: Add API to freeze/thaw frame clockJonas Ådahl2019-04-022-0/+22
* renderer-native: Fake page flipping slower when power savingJonas Ådahl2019-04-024-29/+102
* renderer-native: Fake page flipped if power saving when retryingJonas Ådahl2019-04-021-11/+40
* renderer-native: Fix page flip retry timeout calculationJonas Ådahl2019-04-021-2/+2
* monitor-manager: Clean up DPMS state trackingJonas Ådahl2019-04-027-48/+120
* ci: Blacklist .c and .h in the commit message subject prefixJonas Ådahl2019-04-021-0/+5
* ci: Nag about invalid commit message subject prefixesJonas Ådahl2019-04-021-1/+22
* backends/native: Move underscan setting to MetaOutputKmsJonas Ådahl2019-04-023-95/+59
* cogl/texture: Implement is_get_data_supported on GLES texturesHeiher2019-04-021-1/+7
* launch-context: Swap reversed timestamp/workspaceDaniel van Vugt2019-04-011-2/+2
* Updated Spanish translationDaniel Mustieles2019-04-011-18/+18
* clutter: Fix check for keyboard a11y featuresCarlos Garnacho2019-03-281-1/+1
* clutter-actor: Keep is_dirty unchanged for culled actorsDaniel van Vugt2019-03-281-1/+1
* wayland/xdg-shell: Correct window menu position in logical layout modeJan Alexander Steffens (heftig)2019-03-262-2/+2
* Update Croatian translationGoran Vidović2019-03-261-41/+48
* background: Shrink wallpaper using LINEAR_MIPMAP_LINEARDaniel van Vugt2019-03-261-1/+1
* renderer/native: Make the EGLStreams operate in mailbox modeJonas Ådahl2019-03-251-1/+1
* renderer/native: Make EGLStream page flip errors non-fatalJonas Ådahl2019-03-251-7/+1
* wayland: Defer text_input.done on an idleCarlos Garnacho2019-03-251-6/+54
* clutter: Drop no longer necessary APICarlos Garnacho2019-03-255-84/+0
* backends: Use udev to determine absolute input devices' sizeCarlos Garnacho2019-03-251-1/+46
* clutter/evdev: Fix toggling accessibility features from keyboardOlivier Fourdan2019-03-201-10/+7
* core: Remove startup sequences after timeoutCarlos Garnacho2019-03-181-0/+1
* build: Don't use absolute paths with subdir keywordFlorian Müllner2019-03-189-16/+22
* constraints: Don't use intersection when sliding with custom ruleJonas Ådahl2019-03-171-8/+32
* constraints: Only get parent rect once when placement rule constrainingJonas Ådahl2019-03-171-4/+3
* constraints: Only readjust placement constraint when not checkingJonas Ådahl2019-03-171-28/+45
* window: Replace placement constrained bool with stateJonas Ådahl2019-03-172-23/+35
* window: Unmanage rule placed window if ending up outside of parentJonas Ådahl2019-03-173-0/+62