Commit Graph

123 Commits

Author SHA1 Message Date
Tom Beckmann
8f7bd9bd67 Fixed maximize animation where window disappeared 2012-06-27 14:56:51 +02:00
Rico Tzschichholz
a8dadcf008 skip "destroyed" actors and don't do more operations on it 2012-06-27 13:52:26 +02:00
Rico Tzschichholz
abb374e256 build: pass -g to valac for better debug output 2012-06-27 13:17:19 +02:00
Rico Tzschichholz
1bcd6f5058 clean up of r107+108 2012-06-27 13:07:52 +02:00
Rico Tzschichholz
f420fca1cf vapi: update bindings to mutter 3.5.3+ 2012-06-26 08:17:38 +02:00
Rico Tzschichholz
2350a8e363 bump mutter version check 2012-06-26 07:59:18 +02:00
Tom Beckmann
53e81aea96 Improve the crashy situation a bit 2012-06-24 20:37:12 +02:00
Tom Beckmann
1fa87dca20 Use Gee lists 2012-06-23 19:34:52 +02:00
Rico Tzschichholz
faa19498b1 vapi: fix Meta.Window.get_rect binding 2012-06-20 22:54:35 +02:00
Tom Beckmann
437aa4898b Implemented kill_window_effects callback 2012-06-20 00:27:21 +02:00
Tom Beckmann
a43f3d8fbd Removed warnings when changing workspaces 2012-06-19 23:48:56 +02:00
Tom Beckmann
42be1ccd89 Removed the reparenting of the window and overlay group and the elements attribute, moved some calls 2012-06-19 23:39:50 +02:00
Rico Tzschichholz
3f4317b81c clean up reload_shadow () 2012-06-19 21:43:16 +02:00
Tom Beckmann
3a8ad2fd1f Removed dead code 2012-06-18 22:37:16 +02:00
Rico Tzschichholz
c44b5acdce vapi: update mutter bindings 2012-06-18 16:58:00 +02:00
Tom Beckmann
fea322987d Added configuration to dconf 2012-06-16 23:16:46 +02:00
Tom Beckmann
80287242f0 Removed black border 2012-06-16 19:44:00 +02:00
Tom Beckmann
358ba1efb7 Don't show dialogs when alt-tabbing windows, don't dim windows with attached dialogs anymore 2012-06-16 16:53:23 +02:00
Tom Beckmann
0f056c3b0d Allow using custom shortcuts for workspaceswitching as long as it includes Super_L, Alt_L or Control_L 2012-06-16 16:21:03 +02:00
Tom Beckmann
713b736185 Fix startup position of workspace indicator in workspaceview 2012-06-11 20:22:45 +02:00
Rico Tzschichholz
8f84a9be7a Some more clean up 2012-06-09 14:11:38 +02:00
Rico Tzschichholz
daac10a90a clean up window dimming code 2012-06-09 13:17:01 +02:00
Rico Tzschichholz
1165162b1c Handle minimized windows in window-switcher
This reverts bzr85 and will display WindowActors of minimized windows
if needed.

This doesnt conflict with the elementary UI since there aren't suppose to
be minimized windows and just hiding/ignoring them breaks the useablity.
2012-06-09 12:46:48 +02:00
Tom Beckmann
2a140099bb Fix the alt-tab-switch order 2012-06-09 11:06:23 +02:00
Tom Beckmann
9e86e08f6f Don't fade out any modal dialog 2012-06-09 10:52:58 +02:00
Daniel Fore
6750b57801 fix wallpaper direction 2012-06-08 20:53:36 -07:00
Tom Beckmann
c227f81d18 Move wallpaper with workspaces 2012-06-09 03:58:04 +02:00
Tom Beckmann
1559cf2b71 Fade windows out on alt-tab 2012-06-09 03:21:31 +02:00
Tom Beckmann
20b9cba90a Added black border between workspaces 2012-06-09 03:07:28 +02:00
Tom Beckmann
eee0d057be Fixed bug #1010731 2012-06-09 02:39:44 +02:00
Tom Beckmann
da631cf697 Accidentally uncommented a line in the window switcher 2012-06-09 02:32:41 +02:00
Tom Beckmann
f7124db1af Make window look like it's moving when being moved around workspaces 2012-06-09 02:29:40 +02:00
Tom Beckmann
c5a3bc8ffe Cleaned up workspace switching code 2012-06-09 02:05:53 +02:00
Tom Beckmann
aa5030f286 Don't alt-tab if there's only one window 2012-06-09 01:52:54 +02:00
Tom Beckmann
c5d262e03c Fixed a little problem when animation caused the windows not to scale back 2012-06-09 01:33:46 +02:00
Tom Beckmann
1cdea76397 Switched to new alt-tab-switcher layout 2012-06-09 01:16:11 +02:00
Tom Beckmann
9ac205c57c Discovered that I can get the dim effect easier.. 2012-06-09 00:22:01 +02:00
Tom Beckmann
f1f69f1c4e Add dim effect for windows with modal dialog attached 2012-06-09 00:19:54 +02:00
Tom Beckmann
a643364019 Fixed bug #1009991 2012-06-08 23:26:25 +02:00
Tom Beckmann
6f9c230781 Prevented warning when asking to acvivate newly mapped override-redirect window, made sure focused window after closing is a NORMAL one 2012-06-08 23:10:21 +02:00
Rico Tzschichholz
68c8e3c6f0 update mutter bindings for 3.5.2+ and keep it building with 3.4.x 2012-06-08 22:38:08 +02:00
Niels Avonds
de2ace94ba Fixed bug #1007845 2012-06-05 23:12:12 +02:00
Rico Tzschichholz
ca6d842bcd windowswitcher: clean up 2012-06-05 20:19:55 +02:00
Rico Tzschichholz
c00a7e7e97 libmutter.vapi: yet another bindings clean up followed by source adaption 2012-06-05 19:17:07 +02:00
Rico Tzschichholz
b2684d7939 libmutter.vapi: drop some further properties and useless things, adapt source to it 2012-06-05 18:01:43 +02:00
Rico Tzschichholz
3893fe6eda move Plugin.move_workspaces to WorkspaceView and clean up 2012-06-05 13:13:08 +02:00
Rico Tzschichholz
4f238111c8 libmutter.vapi: mark some return values nullable 2012-06-05 09:47:43 +02:00
Rico Tzschichholz
8d4df0077a libmutter.vapi: remove Meta.Screen.screen and Meta.Window.focus_window properties 2012-06-05 09:01:33 +02:00
Rico Tzschichholz
1688545087 Add custom binding for XRectangle to avoid warning 2012-06-05 08:31:48 +02:00
Rico Tzschichholz
b27f0d5fad clean up Plugin.get_icon_for_window 2012-06-05 08:09:30 +02:00