summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* backend: Reset current device id when current device removedBenoit Gschwind2017-11-091-0/+2
* backends: Plug leaksCarlos Garnacho2017-11-073-0/+5
* core: Plug leaksCarlos Garnacho2017-11-072-0/+2
* wayland: Plug leakCarlos Garnacho2017-11-071-1/+5
* compositor: Keep reference to the screen on the MetaBackgroundCarlos Garnacho2017-11-061-1/+1
* wayland/keyboard: Don't transfer layout group when replacing xkb stateJonas Ådahl2017-11-021-5/+6
* renderer-native-gles3: Add cpp error if gl.h was includedJonas Ådahl2017-10-301-0/+8
* renderer-native-gles3: Remove unnecessary includesJonas Ådahl2017-10-301-2/+2
* renderer-native-gles3: Don't pass GPU when renderingJonas Ådahl2017-10-303-4/+0
* backends: Unref variants obtained from g_variant_iter_get_next_value()Carlos Garnacho2017-10-271-0/+4
* wayland/surface: Disconnect actor handlers before unassigning roleJonas Ådahl2017-10-271-9/+10
* wayland: Allow Xwayland to leave core dumpsDaniel van Vugt2017-10-262-12/+33
* wayland: Update pointer confinement on surface actor relocationsCarlos Garnacho2017-10-261-0/+28
* wayland: Trigger wl_output updates on actor position changesCarlos Garnacho2017-10-261-9/+66
* backends/native: Fix handling of trackball settingsCarlos Garnacho2017-10-261-3/+20
* MetaWindowActor: assert that we have plugin manager on simple effectMarco Trevisan (Treviño)2017-10-241-0/+2
* window: rename get_flatpack_id into get_sandboxed_app_idMarco Trevisan (Treviño)2017-10-212-4/+7
* 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
* Revert "display: trap X errors in get_current_time_roundtrip"Marco Trevisan (Treviño)2017-10-201-15/+5
* 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
* MetaLogicalMonitor: free the monitors list on finalizeMarco Trevisan (Treviño)2017-10-201-0/+13
* display: trap X errors in get_current_time_roundtripMarco Trevisan (Treviño)2017-10-201-5/+15
* compositor: Avoid a crash if the top window actor is finalizedRui Matos2017-10-191-0/+3
* monitor-unit-tests: Check non-first preferred modesJonas Ådahl2017-10-193-3/+100
* monitor/normal: Prefer modes with same flags as preferred modeJonas Ådahl2017-10-191-9/+32
* monitor-manager/xrandr: Use a single supported scales list for allJonas Ådahl2017-10-171-9/+95
* compositor: Ignore offscreen windows when unredirectingJonas Ådahl2017-10-172-6/+43
* x11/window: Don't manage InputOnly windowsRui Matos2017-10-171-0/+6
* monitor-manager/xrandr: Chain up constructed vfuncJonas Ådahl2017-10-161-0/+2
* workspace: ensure that workarea data is valid when fetching by monitor numMarco Trevisan (Treviño)2017-10-131-2/+5
* backend: move the cursor render update on screen changes hereMarco Trevisan (Treviño)2017-10-132-7/+2
* monitor-manager: use g_return_val_if_fail if trying to fetch an invalid monitorMarco Trevisan (Treviño)2017-10-131-1/+1
* backends: add 'monitors-updated-internal' signal to only update internal stateMarco Trevisan (Treviño)2017-10-139-11/+43
* DisplayConfig: Add 'legacy-ui-scaling-factor' propertyJonas Ådahl2017-10-122-0/+11
* settings: Get UI scaling factor from primary logical monitorJonas Ådahl2017-10-121-15/+6
* x11: Protect XChangeProperty call with error trapspolygamma2017-10-101-0/+2
* backends/native: Move functions out of HAVE_EGL_DEVICECarlos Garnacho2017-10-091-1/+1
* monitor-unit-tests: Check going headless -> headlessJonas Ådahl2017-10-071-0/+7
* window: Handle updating from no to no monitorJonas Ådahl2017-10-071-1/+1
* renderer/native: Use g_initable_new() to create rendererJonas Ådahl2017-10-061-12/+5
* cursor-renderer-native: Support HW cursors on multiple GPUsJonas Ådahl2017-10-061-151/+314
* renderer-native: Add hybrid GPU system supportJonas Ådahl2017-10-064-205/+1182
* renderer-native: Move some error reporting up the call stackJonas Ådahl2017-10-051-15/+13
* gpu-kms: Pass GPU on page flip callbacksJonas Ådahl2017-10-052-11/+37
* backends: Add OpenGL ES 3 abstraction layerJonas Ådahl2017-10-054-0/+285
* egl: Add more API used when renderingJonas Ådahl2017-10-052-0/+91
* monitor: Add meta_monitor_get_gpu()Jonas Ådahl2017-10-052-0/+10
* egl: Expose eglGetProcAddressJonas Ådahl2017-10-052-0/+23