2011-12-15 Mirco Müller <email address hidden>
Release 4.26.0 (SRU1)
2011-12-15 Mirco Müller <email address hidden>
Fixes #850623: don't segfault in geis_configuration_get_value() (backported from unity trunk r1728)
2011-12-15 Mirco Müller <email address hidden>
Fixes #860805: get focus on dash by pressing the super key first time after login (backported from unity trunk r1759)
2011-12-15 Mirco Müller <email address hidden>
Fixes #873100: clicking on panel when dash is open no longer causes maximized window to raise (backported from unity trunk r1751)
2011-12-15 Gord Allott <email address hidden>
Reverted out r1713
2011-12-16 Sam Spilsbury <email address hidden>
Merged lp:~smspillaz/unity/unity4.0_fix_881190
2011-12-15 Sam Spilsbury <email address hidden>
Don't read transients on windows which are not valid since all not valid
transient windows will match with that window.
Also don't bother to re-fake-unminimize windows that have been fake minimized
if they were destroyed since the window isn't valid anyways and the operation
will be a no-op (note that we should do it on ~UnityWindow in the case where
the window has not been destroyed yet, as it probably means that the plugin
is being unloaded)
2011-12-15 Sam Spilsbury <email address hidden>
Inhibit other windows from leaving show desktop mode in the case that
core tries to leave show desktop mode after a window was activated - in this
case we should only allow the window that was activated to leave show desktop
mode and keep the "show desktop" mode state on until the user explicitly leave
s
show desktop mode.
Fixes LP #871801 and LP #899932
2011-12-06 Michal Hruby <email address hidden>
Backport fix for bug #856205 from trunk
2011-11-29 Mirco Müller <email address hidden>
Fixes LP: #834630
2011-10-26 Mirco Müller <email address hidden>
Add an out-of-bounds check to the DetailXids vector. Fixes LP: #834630
2011-11-29 Mirco Müller <email address hidden>
Fixes LP: #832151
2011-10-26 Mirco Müller <email address hidden>
Be properly unref'ing _tray the FilterTrayCallback should be correctly unregistered and not called again. Fixes LP: 832151
2011-10-18 Jason Smith <email address hidden>
merge automatic raising of input winodws
2011-10-17 Jason Smith <email address hidden>
Raise input windows from nux unconditionally on alt-tab and showing of the dash using compiz
2011-10-14 Robert Carr <email address hidden>
Back out a horizontal margin that breaks sizing in some cases
2011-10-14 Sam Spilsbury <email address hidden>
Bug #863114: Cannot raise window from panel after minimize
Bug #865890: compiz crashed with SIGSEGV in nux::BaseWindow::GetInputWindowId() (when onboard is used)
2011-10-13 Neil Jagdish Patel <email address hidden>
Revert out maximised window dash change
2011-10-13 Gord Allott <email address hidden>
fixes an issue with the panel segfaulting on window change
2011-10-13 Gord Allott <email address hidden>
fixes the panel service segfaulting in certain conditions