summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* window: Export a bunch of state flags as accessor methodsJasper St. Pierre2014-03-143-9/+58
* window: Add a META_MAXIMIZE_BOTH maximization flagJasper St. Pierre2014-03-145-61/+27
* core: Add minimal handling of touch eventsCarlos Garnacho2014-03-132-16/+78
* Fix identification of CSD windows when checking whether to force fullscreenOwen W. Taylor2014-03-113-1/+21
* Fix meta_window_titlebar_is_onscreen() for titlebar-less windowsOwen W. Taylor2014-03-111-1/+1
* cursor-tracker: Include gdk/gdkx.hRui Matos2014-03-061-0/+1
* cursor-tracker: Avoid unnecessary round tripAdel Gadllah2014-03-061-1/+1
* build: Use non-deprecated feature test macrosFlorian Müllner2014-03-053-3/+3
* Fix positioning error for manually positioned windowsOwen W. Taylor2014-03-051-1/+6
* Fix handling of dynamic updates to colors/font/etc.Owen W. Taylor2014-03-052-27/+23
* keybindings: Fix ungrabs possibly failing after switching keymapsRui Matos2014-03-041-1/+3
* keybindings: Fix external grabs not being ungrabbedRui Matos2014-03-041-3/+4
* keybindings: Keep keybindings in an hash table instead of an arrayRui Matos2014-03-042-180/+169
* keybindings: Use display_get_keybinding() instead of looping explicitlyRui Matos2014-03-041-62/+56
* keybindings: Rename MetaKeyPref.bindings to MetaKeyPref.combosRui Matos2014-03-043-14/+14
* keybindings: Make MetaKeyPref, MetaKeyCombo and MetaKeyHandler privateRui Matos2014-03-043-50/+42
* meta-shaped-texture: Check if the parent has mapped clones as wellAdel Gadllah2014-02-281-1/+12
* keybindings: Make move-to-monitor-* bindings known to g-c-cFlorian Müllner2014-02-281-0/+12
* window-actor: Guard against %NULL frame maskFlorian Müllner2014-02-281-1/+2
* keybindings: Don't use the keysym to match keybindingsRui Matos2014-02-271-10/+2
* Remove tabpopup and friendsJasper St. Pierre2014-02-2713-2574/+9
* window: Fix meta_window_get_client_area_rectJasper St. Pierre2014-02-271-2/+2
* Revert "window: Update the shape, input, and opaque regions immediately"Jasper St. Pierre2014-02-265-42/+46
* window: Change ordering of functions to match wayland branchJasper St. Pierre2014-02-262-19/+12
* Fix input and bounding shapesGiovanni Campagna2014-02-262-21/+29
* window-actor: Complete the removal of update_shapeJasper St. Pierre2014-02-261-36/+1
* window: Update the shape, input, and opaque regions immediatelyJasper St. Pierre2014-02-265-10/+41
* window-actor: Kill off another use of MetaFrameBordersJasper St. Pierre2014-02-261-3/+3
* window-actor: Don't pass around client_areaJasper St. Pierre2014-02-261-16/+17
* window: Add meta_window_get_client_area_rectJasper St. Pierre2014-02-263-10/+35
* keybindings: fix invalid read after a keybinding is removedGiovanni Campagna2014-02-262-1/+5
* core: prevent early MetaIdleMonitor destruction when its invoker vanishesCarlos Garnacho2014-02-231-0/+2
* meta-window-actor: Fix paint_volumeAdel Gadllah2014-02-211-3/+3
* meta-shaped-texture: Fix typoAdel Gadllah2014-02-211-1/+1
* Make tile preview a compositor plugin effectStefano Facchini2014-02-1915-276/+216
* Revert "compositor: Delay meta_compositor_add_window until the first show"Jasper St. Pierre2014-02-192-12/+21
* default: Use a consistent rand() for monitor backgroundsJasper St. Pierre2014-02-171-3/+6
* default: Don't wait to show the stageJasper St. Pierre2014-02-171-18/+1
* Fix regression in mutter translationsGiovanni Campagna2014-02-1726-25/+63
* util: fix warnings when compiling gnome-shell-waylandGiovanni Campagna2014-02-171-4/+1
* Move position-changed / size-changed signals to the MetaWindowJasper St. Pierre2014-02-142-35/+42
* compositor: Delay meta_compositor_add_window until the first showJasper St. Pierre2014-02-142-21/+12
* Always map the client and frame windowsJasper St. Pierre2014-02-148-251/+54
* window: Centralize WM_STATE managementJasper St. Pierre2014-02-141-12/+16
* idle-monitor: avoid XSyncBadAlarm X errorRyan Lortie2014-02-141-1/+1
* window: don't set _NET_WM_FULLSCREEN_MONITORS to bogus valuesGiovanni Campagna2014-02-132-17/+31
* window: fix invalid read in computing the input shapeGiovanni Campagna2014-02-131-3/+3
* default: Make the map animation more friendlyJasper St. Pierre2014-02-091-5/+5
* Disable clutter's high dpi scalingAdel Gadllah2014-02-091-0/+8
* shaped-texture: Fix unused variable warningRico Tzschichholz2014-02-051-1/+0