summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/add-yuv-supportNiels De Graef2019-06-241-3/+10
* WIPNiels De Graef2019-06-242-2/+14
* wayland: Support complex (YUV) pixel formatsNiels De Graef2019-06-2419-348/+699
* cogl: Add CoglMultiPlaneTexture for complex formatsNiels De Graef2019-06-247-0/+354
* cogl: Add non-RGBA pixel formatsNiels De Graef2019-06-2426-132/+1195
* WIP: Add a COGL_TEXTURE_COMPONENTS_RNiels De Graef2019-06-244-0/+10
* cogl: Replace G_8 with R_8 pixel formatNiels De Graef2019-06-2410-57/+30
* window: Warn if try to focus unmanaging windowsMarco Trevisan (Treviño)2019-06-241-0/+2
* window-x11: Focus the default window with delay while waiting for take-focusMarco Trevisan (Treviño)2019-06-244-6/+142
* test-runner: Add 'dispatch' commandMarco Trevisan (Treviño)2019-06-241-10/+28
* test-runner: Add 'sleep' commandMarco Trevisan (Treviño)2019-06-241-2/+27
* tests: Verify focused window in closed-transient testsMarco Trevisan (Treviño)2019-06-242-3/+12
* test-runner: Add 'assert_focused' commandMarco Trevisan (Treviño)2019-06-241-0/+36
* tests, stacking: Add tests with no-input and no-take-focus windowsMarco Trevisan (Treviño)2019-06-244-0/+67
* tests: Add 'can_take_focus' command to runner and clientMarco Trevisan (Treviño)2019-06-243-0/+70
* tests: Add 'accept_focus' command to runner and clientMarco Trevisan (Treviño)2019-06-242-0/+37
* workspace: Focus only ancestors that are focusableMarco Trevisan (Treviño)2019-06-241-10/+27
* display: Remove _XOPEN_SOURCE definitionTing-Wei Lan2019-06-241-2/+0
* window-x11: Fix _XOPEN_SOURCE usage for gethostname on FreeBSDTing-Wei Lan2019-06-241-1/+1
* xwayland: Use g_get_host_name instead of gethostnameTing-Wei Lan2019-06-241-5/+1
* wayland: Use right sign for workspace IDCarlos Garnacho2019-06-241-1/+2
* wayland/pointer-constraints: Fix build when native backend is disabledTing-Wei Lan2019-06-221-1/+4
* Update Croatian translationGoran Vidović2019-06-221-48/+77
* cogl: Remove CoglError wrapperNiels De Graef2019-06-20105-1071/+648
* kms-update: Seal updates when posting themJonas Ådahl2019-06-203-0/+34
* backends/native: Add some KMS debug loggingJonas Ådahl2019-06-203-3/+95
* kms: Add high level code documentationJonas Ådahl2019-06-201-0/+90
* backend/native: Add and use transactional KMS APIJonas Ådahl2019-06-2031-1080/+2360
* logical-monitor: Pass output when iterating over CRTCsJonas Ådahl2019-06-203-0/+5
* backend/native: Move some KMS utilities to its own fileJonas Ådahl2019-06-209-70/+125
* kms: Add API to register impl file descriptorsJonas Ådahl2019-06-202-0/+79
* kms: Add API to add a GSource that'll be invoked in the impl contextJonas Ådahl2019-06-202-0/+52
* kms: Add API to post callbacks out of the impl contextJonas Ådahl2019-06-202-0/+74
* gpu/kms: Remove unused typedefJonas Ådahl2019-06-201-2/+0
* crtc/kms: Use MetaKmsPlane to check supported rotations and formatsJonas Ådahl2019-06-208-264/+275
* gpu/kms: Init global mode list from MetaKmsConnectorsJonas Ådahl2019-06-202-117/+27
* output/kms: Outsource connector state fetching to MetaKmsConnectorJonas Ådahl2019-06-209-322/+484
* crtc/kms: Outsource CRTC state fetching to MetaKmsCrtcJonas Ådahl2019-06-2013-24/+170
* crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMSJonas Ådahl2019-06-201-3/+2
* kms: Add connector representationJonas Ådahl2019-06-2012-62/+305
* gpu/kms: Fix connector id type in helperJonas Ådahl2019-06-201-3/+3
* output/kms: Make drmModeEncoderPtr array localJonas Ådahl2019-06-201-21/+19
* kms: Add plane representationJonas Ådahl2019-06-208-2/+346
* kms: Add CRTC representationJonas Ådahl2019-06-2012-14/+245
* backends/native: Add basic KMS abstraction building blocksJonas Ådahl2019-06-2017-34/+903
* gpu/kms: Remove max buffer size getterJonas Ådahl2019-06-202-19/+0
* backend: Move GPU ownership from the monitor manager to the backendJonas Ådahl2019-06-2036-559/+587
* monitor-manager/kms: Use 'hotplug' event from MetaUdevJonas Ådahl2019-06-201-5/+33
* udev: Add 'hotplug' eventJonas Ådahl2019-06-201-0/+11
* udev: Add helpers to list DRM devicesJonas Ådahl2019-06-205-4/+152