#
59eae96d |
| 22-May-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* Forgot to check against the other modifiers; the Vulcan Death Grip should now work again, thanks humdinger!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36902 a95241bf-73f2-0310-859d-f6b
* Forgot to check against the other modifiers; the Vulcan Death Grip should now work again, thanks humdinger!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36902 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ebed8003 |
| 22-May-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* Operator precedence bit me, Deskbar is working again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36899 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ca9acc20 |
| 21-May-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* The Deskbar will now intercept control+alt-clicks, and will start to move the Deskbar around as other windows do (more or less), as suggested in ticket #6029.
git-svn-id: file:///srv/svn/repo
* The Deskbar will now intercept control+alt-clicks, and will start to move the Deskbar around as other windows do (more or less), as suggested in ticket #6029.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36889 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
5b576468 |
| 01-Dec-2009 |
Axel Dörfler <axeld@pinc-software.de> |
* Removed (incorrect) check in ServerWindow::NotifyMinimize() for B_NOT_MINIMIZABLE; it should still be possible to hide an application programmatically. * The decorators now honor this flag, tho
* Removed (incorrect) check in ServerWindow::NotifyMinimize() for B_NOT_MINIMIZABLE; it should still be possible to hide an application programmatically. * The decorators now honor this flag, though. * And the Deskbar overrides BWindow::Minimize() to ignore all minimize requests.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34404 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
71bd3ba5 |
| 30-Sep-2009 |
Jonas Sundström <jonas@kirilla.com> |
Removing ifdefs and code for non-Haiku build targets. Partial clean-up. Enforcing the 80-char limit, renaming constants, newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@3
Removing ifdefs and code for non-Haiku build targets. Partial clean-up. Enforcing the 80-char limit, renaming constants, newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33377 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
290c9039 |
| 29-Sep-2009 |
Jonas Sundström <jonas@kirilla.com> |
Partial clean-up. Asterisks and k-prefix constants.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33366 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
72f5ac30 |
| 27-Jul-2009 |
Axel Dörfler <axeld@pinc-software.de> |
* Made Deskbar not minimizable as well. * Automatic whitespace cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31798 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
35c6651c |
| 30-Aug-2008 |
Karsten Heimrich <host.haiku@gmx.de> |
* remove HIDE_ APPLICATION shortcut, feel free to revert if this is wanted
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27241 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ced3755c |
| 28-Mar-2008 |
Axel Dörfler <axeld@pinc-software.de> |
* Fixed a memory leak in Deskbar's BarWindow.cpp when adding a deskbar replicant failed as pointed out by Mark Hellegers. * Clarified ownership of the passed in message in TReplicantTray::AddIcon()
* Fixed a memory leak in Deskbar's BarWindow.cpp when adding a deskbar replicant failed as pointed out by Mark Hellegers. * Clarified ownership of the passed in message in TReplicantTray::AddIcon() as well as BShelf::_AddReplicant().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24621 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f8ab4e92 |
| 15-Aug-2007 |
Axel Dörfler <axeld@pinc-software.de> |
Fixed the auto-raise "menus don't work anymore" bug.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21960 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
0a201be4 |
| 15-Aug-2007 |
Axel Dörfler <axeld@pinc-software.de> |
* Found out what the overridden DispatchMessage() is supposed to do. * Disabled activating the window on mouse click when auto-raise is active, as that doesn't work well in combination.
git-svn-i
* Found out what the overridden DispatchMessage() is supposed to do. * Disabled activating the window on mouse click when auto-raise is active, as that doesn't work well in combination.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21958 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
4446e07a |
| 23-Jan-2007 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Use BMenu::RemoveItems() instead of looping... I hope I caught all occurrences.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19910 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
a5210ab1 |
| 11-Aug-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Imported files from OT-current: * ExpandoMenuBar.cpp 1.18 * CalendarMenuItem.cpp 1.6 * WindowMenu.cpp 1.3 * TimeView.cpp 1.14 * StatusView.cpp 1.18 * BarWindow.cpp 1.8
git-svn-id: file:///srv/svn/r
Imported files from OT-current: * ExpandoMenuBar.cpp 1.18 * CalendarMenuItem.cpp 1.6 * WindowMenu.cpp 1.3 * TimeView.cpp 1.14 * StatusView.cpp 1.18 * BarWindow.cpp 1.8
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18482 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
3702e473 |
| 17-May-2006 |
Stephan Aßmus <superstippi@gmx.de> |
synced to 1.8 from OpenTracker CVS
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17496 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
7da06231 |
| 01-Jan-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Imported Deskbar from OpenTracker-current.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15774 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
4a71b881 |
| 14-Nov-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Final GCC 4 fixes by Ingo Weinhold (were not visible before, due to a missing -no-undefined).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14918 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
41281cf3 |
| 23-May-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Added Tracker and Deskbar from OpenTracker-current to the repository. They both build fine.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12773 a95241bf-73f2-0310-859d-f6bbb57e9c96
|