summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland: Add basic input supportwip/wayland-inputNeil Roberts2013-05-0710-15/+1288
* Add support for stacking X and Wayland windows togetherwip/wayland-stackingRobert Bragg2013-05-0710-356/+1179
* adapt to runtime control over display server modeRobert Bragg2013-05-077-430/+394
* Adds a --display-server optionRobert Bragg2013-05-073-0/+24
* wayland: Adds basic hybrid X + Wayland supportRobert Bragg2013-05-0717-222/+2368
* configure: Adds --with-xwayland-path optionRobert Bragg2013-05-071-0/+6
* Track the X Shape input region and use it for pickingRobert Bragg2013-05-076-60/+257
* window: Add missing chain-up for finalize()Pavel Vasin2013-04-291-0/+2
* background: Fix memory leakPavel Vasin2013-04-291-0/+12
* barrier: Fix memory leakPavel Vasin2013-04-291-0/+4
* Let the UI layer (via the core) construct the frame maskSimon McVittie2013-04-177-131/+131
* Fix use of uninitialized variablesStef Walter2013-04-171-9/+12
* MetaFrames: factor out MetaUIFrame accessors for borders, corner radiusesSimon McVittie2013-04-121-17/+39
* keybindings: Fix ungrabbing of keysRui Matos2013-04-101-73/+89
* Don't redefine MetaBackgroundPrivate, fixing a build issue:Jasper Lievisse Adriaanse2013-03-291-1/+0
* ui: Fix crash getting default fontBastien Nocera2013-03-291-0/+10
* background: don't tank if background is destroyed before it gets a pipelineRay Strode2013-03-261-1/+2
* background: share snippets between pipelinesRay Strode2013-03-261-4/+8
* background: drop saturation and blur effectsRay Strode2013-03-262-148/+3
* background: fix pixbuf leak in load_file_finishRay Strode2013-03-261-3/+8
* background: fix task leak in load_file_asyncRay Strode2013-03-261-0/+1
* Give a title to the MetaWorkspace page in the API docsTomeu Vizoso2013-03-181-0/+1
* Remove theme.h and preview-widget.h from the API docsTomeu Vizoso2013-03-182-2/+2
* Add small note to the docs about the actor containers in the compositorTomeu Vizoso2013-03-181-0/+13
* Move compositor documentation from header to the API docsTomeu Vizoso2013-03-182-46/+47
* screen: Fix a copy/paste error from the fullscreen trackingJasper St. Pierre2013-03-181-1/+1
* background: Fix the desaturate effect when on its ownJasper St. Pierre2013-03-181-1/+6
* Don't configure a window before it responds to _NET_WM_SYNC_REQUESTOwen W. Taylor2013-03-181-0/+9
* Handle spontaneous frames during a resizeOwen W. Taylor2013-03-181-7/+8
* background-group: Use a default FixedLayout managerJasper St. Pierre2013-03-181-6/+1
* MetaScreen: Add tracking of whether there are fullscreen windowsOwen W. Taylor2013-03-188-2/+198
* window: Remove obsolete codeFlorian Müllner2013-03-181-7/+0
* window: Reset tile-mode on maximizationFlorian Müllner2013-03-181-0/+1
* window: Force NORMAL layer for tile previewFlorian Müllner2013-03-181-0/+3
* Add a meaningful name and description to all sections/files in the API docsTomeu Vizoso2013-03-1424-65/+143
* docs: Fix cross-reference generationTomeu Vizoso2013-03-145-2/+23
* Fix gobs of gtk-doc warningsTomeu Vizoso2013-03-1439-42/+720
* Remove meta_display_get_atom and MetaAtomTomeu Vizoso2013-03-142-23/+0
* Escape a few < and > from the API docsTomeu Vizoso2013-03-141-3/+3
* Update and fix commentsJasper St. Pierre2013-03-142-9/+12
* background-group: Subclass ClutterActor, not ClutterGroupJasper St. Pierre2013-03-142-4/+4
* compositor: Fix crash when adding a window with an opaque regionJasper St. Pierre2013-03-141-0/+3
* Make handling of windows that don't respond to _NET_WM_SYNC_REQUEST reliableOwen W. Taylor2013-03-143-72/+71
* Fix freezing of windows with keyboard resizingOwen W. Taylor2013-03-143-29/+19
* Compositor: sync stacking of window actors even if they're not parented to th...Giovanni Campagna2013-03-121-7/+11
* core: Remove the eventqueueAdel Gadllah2013-03-065-230/+0
* compositor: map overlay window before redirecting windowsRay Strode2013-03-041-16/+31
* compositor: don't show stage right awayRay Strode2013-03-042-1/+26
* Always send _NET_WM_FRAME_DRAWN for newly created windowsOwen W. Taylor2013-03-042-5/+6
* Free memory allocated by XIQueryPointer()Pavel Vasin2013-03-044-0/+9