summaryrefslogtreecommitdiff
path: root/src/shell-wm.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-02windowMenu: Implement new show_menu_for_rect() hookFlorian Müllner1-3/+18
2014-05-27Support (fallback) app menu in SSDFlorian Müllner1-7/+8
2014-05-22windowManager: Support coordsJasper St. Pierre1-4/+6
2014-05-17Implement window menus in gnome-shellJasper St. Pierre1-0/+14
2014-02-20windowManager: Implement tile previewsFlorian Müllner1-0/+34
2013-08-20Add a confirmation dialog for display changesGiovanni Campagna1-0/+28
2012-11-17windowManager: Implement keybinding_filter hookFlorian Müllner1-0/+20
2012-04-09Fix documentation warningsGiovanni Campagna1-5/+5
2012-02-28shell-wm: Fix argument number for UNMAXIMIZE signalFlorian Müllner1-1/+1
2012-01-25shell: Use generic marshallerJasper St. Pierre1-17/+8
2011-11-22shell-wm: Remove takeover_keybinding()Florian Müllner1-64/+0
2011-09-20alt-tab: Do not hardcode ALT modifierFlorian Müllner1-3/+5
2011-03-07src: update for mutter include reorganizationDan Winship1-2/+2
2010-10-23Adapt to removal of Mutter namespaceOwen W. Taylor1-51/+51
2010-09-07introspection: Build with --warn-all --warn-errorColin Walters1-1/+1
2010-06-17Update GnomeShellPlugin according to recent changes in MutterPluginMaxim Ermilov1-134/+25
2009-11-24include "config.h" in all .c filesDan Winship1-0/+2
2009-09-24[AppSwitcher] Port Alt-Tab switcher to custom_handler interfaceDan Winship1-16/+62
2009-05-04Implement MetaAltTabHandlerDan Winship1-0/+20
2008-12-29implement some basic window management effects. #563844Jonathan Matthew1-9/+217
2008-12-22Convert to gnome-shell-plugin to new plugin styleOwen Taylor1-36/+10
2008-11-21implement a basic switch_workspace animation using Tweener. #561835Dan Winship1-40/+63
2008-11-21add the initial framework of a window management interface. #561724Dan Winship1-0/+194