summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* window-actor: Fix leaked frame listPavel Vasin2013-03-041-0/+1
* window-actor: Fix leaked opaque_regionPavel Vasin2013-03-041-0/+1
* keybindings: filter overlay key even when not-modalRay Strode2013-03-041-11/+9
* compositor: Fix ClutterTimeline usageRui Matos2013-03-041-1/+2
* Fix up for latest Clutter deprecationsJasper St. Pierre2013-03-034-43/+41
* meta-window-group: Report a paint volumeAdel Gadllah2013-03-031-0/+8
* compositor: fix background vignette for non-stretched stylesRay Strode2013-03-021-4/+46
* compositor: when tiling background, center on screenRay Strode2013-03-021-5/+32
* compositor: Make sure we always call the post_paint handlersAdel Gadllah2013-03-021-2/+4
* meta-background-group: Report a paint volumeAdel Gadllah2013-03-021-0/+9
* compositor: Don't connect to the stage's paint signalAdel Gadllah2013-03-021-4/+6
* core: make session registration an explicit stepRay Strode2013-03-013-33/+45
* prefs: Use an unsigned value for META_KEYBINDING_ACTION_NONEFlorian Müllner2013-03-011-1/+1
* keybindings: Add external grab APIFlorian Müllner2013-03-016-7/+223
* keybindings: Generalize mechanism to generate dynamic keybinding actionsFlorian Müllner2013-03-011-3/+7
* background: Fix gradient color renderingRay Strode2013-02-281-7/+2
* screen: fix meta_screen_get_monitor_for_rect for 0x0 rectsRay Strode2013-02-271-12/+24
* MetaWindow: fix annotationGiovanni Campagna2013-02-271-2/+1
* window: Add get_all_monitorsAdel Gadllah2013-02-252-0/+37
* window: fix meta_window_is_remote across hostname changesRay Strode2013-02-205-15/+24
* window: deduplicate is_remote logicRay Strode2013-02-201-9/+1
* compositor/background: Avoid uninitialized variable warningRico Tzschichholz2013-02-201-6/+8
* compositor: Don't use deprecated Cogl-1.0 APIJasper St. Pierre2013-02-1910-162/+155
* compositor: rework how backgrounds are managedRay Strode2013-02-1912-631/+1689
* compositor: export actor_is_untransformed functionRay Strode2013-02-195-98/+166
* compositor: do sync actor stack in one passRay Strode2013-02-191-26/+20
* display: Don't put minimized windows at the back of alt-tabJasper St. Pierre2013-02-181-14/+2