summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cogl/egl: Use EGL_IMG_context_prioritywip/carlosg/context-priorityCarlos Garnacho2019-01-213-3/+31
* startup-notification: Silence warningJonas Ådahl2019-01-181-2/+0
* core: Add MetaLaunchContextCarlos Garnacho2019-01-186-0/+318
* x11: Add method to launch applications, using SnLauncherCarlos Garnacho2019-01-182-0/+76
* wayland: Accept NULL primary data sourceCarlos Garnacho2019-01-181-2/+3
* build: Pass --quiet to glib-genmarshalJonas Ådahl2019-01-172-1/+2
* screen-cast-monitor-stream-src: Only send cursor bitmap when it changesJonas Ådahl2019-01-161-0/+14
* cursor-tracker: Emit `cursor-changed` after renderer was updatedJonas Ådahl2019-01-161-2/+6
* screen-cast: Add 'cursor-mode' to allow decoupled cursor updatesJonas Ådahl2019-01-1613-57/+625
* cursor-renderer: Add API to allow inhibiting HW cursorJonas Ådahl2019-01-163-0/+88
* screen-cast/monitor-stream-src: Copy content before cursor is drawnJonas Ådahl2019-01-161-5/+5
* backends/stage: Emit signal between painting actors and overlaysJonas Ådahl2019-01-161-0/+18
* backends/stage: Fix minor style issueJonas Ådahl2019-01-161-1/+2
* renderer: Add API to get view from logical monitorJonas Ådahl2019-01-162-0/+21
* screen-cast: Add getters to fetch object ownersJonas Ådahl2019-01-1612-20/+94
* screen-cast-monitor-stream: Don't pass monitor manager when creatingJonas Ådahl2019-01-163-11/+10
* clutter/stage: Add clutter_stage_is_redraw_queued() APIJonas Ådahl2019-01-162-0/+14
* cursor-tracker: Add 'cursor-moved' signalJonas Ådahl2019-01-161-0/+12
* constraints: Fix titlebars going off the bottomFlorian Müllner2019-01-161-2/+2
* renderer/native: Prefer hardware rendering for primary GPUPekka Paalanen2019-01-131-22/+69
* renderer/native: Move primary GPU choosing laterEmilio Pozuelo Monfort2019-01-131-2/+2
* renderer/native: Secondary gpu data for allEmilio Pozuelo Monfort2019-01-131-2/+1
* renderer/native: Count devices on EGLDevice checkPekka Paalanen2019-01-131-1/+10
* backends/native: Move primary_gpu into MetaRendererNativePekka Paalanen2019-01-133-65/+38
* backends/native: Re-order primary GPU choosing logicEmilio Pozuelo Monfort2019-01-131-86/+68
* backends/native: Add flags to MetaGpuKmsPekka Paalanen2019-01-133-2/+33
* Remove po/ChangeLogPiotr Drąg2019-01-121-5062/+0
* Remove po/MakevarsPiotr Drąg2019-01-121-68/+0
* clutter/x11: Implement keycode remap to keysyms on virtual key devicesAndrea Azzarone2019-01-113-6/+172
* Bump version to 3.31.43.31.4Florian Müllner2019-01-102-1/+30
* Remove obsolete .cvsignore filesGeorges Basile Stavracas Neto2019-01-104-31/+0
* project: Update gitignoreGeorges Basile Stavracas Neto2019-01-101-29/+0
* Drop AutotoolsGeorges Basile Stavracas Neto2019-01-1045-6633/+0
* window: Handle maximize when headlessOlivier Fourdan2019-01-091-1/+1
* core: Fix compiler warning in MetaSoundPlayerRobert Mader2019-01-091-2/+2
* build: Install .pc files in correct locationFlorian Müllner2019-01-087-0/+9
* build: Use plain libcanberra instead of libcanberra-gtk3Carlos Garnacho2019-01-083-5/+5
* workspace: Port to MetaSoundPlayerCarlos Garnacho2019-01-081-6/+3
* core: Make MetaBell use MetaSoundPlayer to play the bell soundCarlos Garnacho2019-01-081-22/+7
* core: Add MetaSoundPlayer abstractionCarlos Garnacho2019-01-088-0/+354
* build: Make libcanberra no longer optionalCarlos Garnacho2019-01-088-57/+7
* clutter: remove deprecated ClutterMedia.Niels De Graef2019-01-086-791/+0
* backends: Silence a couple of gtk-doc warningsJonas Ådahl2019-01-082-2/+2
* build: Pass library as first argument to pkg.generate()Jonas Ådahl2019-01-086-14/+10
* compositor: Fix maybe-uninitialized warningRobert Mader2019-01-071-1/+1
* Add some gtk-doc comments.Niels De Graef2019-01-0621-22/+505
* clutter-stage: Don't emit "after-paint" when pickingDaniel van Vugt2019-01-061-1/+2
* shaped-texture: Indentation fix in update_area()Robert Mader2019-01-051-4/+4
* shaped-texture: Invert transform of damage in update_area()Robert Mader2019-01-051-2/+24
* boxes: Add API to transform a MetaRectangleRobert Mader2019-01-053-43/+90