#
d99d8dbd |
| 27-Aug-2020 |
X512 <danger_mail@list.ru> |
app_server memory management: use ObjectDeleter to mark ownership
Make object ownership explicit by use of ObjectDeleter where possible.
Change-Id: I499a00aa3390d1510ae284419e73faffa5166430 Reviewe
app_server memory management: use ObjectDeleter to mark ownership
Make object ownership explicit by use of ObjectDeleter where possible.
Change-Id: I499a00aa3390d1510ae284419e73faffa5166430 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2695 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com> Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
show more ...
|
#
98b326dd |
| 28-Jan-2013 |
Adrien Destugues <pulkomandy@gmail.com> |
Revert Ctrl+Alt resizing/moving changes. This removes the solution with no convincing replacement, and breaks most basic window management tasks such as raising a window when clicking it.
Please com
Revert Ctrl+Alt resizing/moving changes. This removes the solution with no convincing replacement, and breaks most basic window management tasks such as raising a window when clicking it.
Please come back when you get the issues fixed and a real alternative to the "ugly" border highlighting.
This reverts hrev45197-45202.
show more ...
|
#
ae883c5f |
| 25-Jan-2013 |
John Scipione <jscipione@gmail.com> |
Reset cursor if kAcceptKeyboardFocusFlag is set.
This basically affects menus which are not movable, and not resizable but have that flag set because they take input anyway. This change shows the re
Reset cursor if kAcceptKeyboardFocusFlag is set.
This basically affects menus which are not movable, and not resizable but have that flag set because they take input anyway. This change shows the regular cursor over menu windows even in window management mode when ctrl+alt are held down.
Also rename _SetNowAllowedCursor to _SetNotAllowedCursor, typo.
show more ...
|
#
3071859c |
| 17-Jan-2013 |
John Scipione <jscipione@gmail.com> |
Update ctrl+alt window management functionality.
* Use double-headed resize arrows instead of single headed. * Remove border highlighting, it is replaced by mouse cursor. * Don't enter drag state if
Update ctrl+alt window management functionality.
* Use double-headed resize arrows instead of single headed. * Remove border highlighting, it is replaced by mouse cursor. * Don't enter drag state if window is not movable. * Make Ctrl+LMB resize window border like RMB. * Define other 3 corners in default decorator and resize by them as well * Update mouse cursor to show arrows when over borders and control is held. * Set the move cursor on ctrl+alt if the window is movable. * Set cursor to not allowed on ctrl+alt if window is not movable. * Set the cursor to appropriate resize arrow on ctrl+alt+RMB. * Set the cursor to not allowed on ctrl+alt+RMB if not resizable. * Make window go to back when you right-click or ctrl+click on the tab. It doesn't lose focus though unlike BeOS R5.
show more ...
|
#
19ae20e6 |
| 05-Nov-2011 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'master' into pm-flat
Conflicts: build/jam/HaikuImage build/jam/OptionalBuildFeatures build/jam/OptionalPackages build/jam/UserBuildConfig.sample data/bin/installoptionalpackage s
Merge branch 'master' into pm-flat
Conflicts: build/jam/HaikuImage build/jam/OptionalBuildFeatures build/jam/OptionalPackages build/jam/UserBuildConfig.sample data/bin/installoptionalpackage src/apps/deskbar/DeskbarMenu.cpp src/servers/debug/DebugServer.cpp src/system/kernel/fs/vfs.cpp
show more ...
|
#
f4f30311 |
| 25-Jul-2011 |
Clemens Zeidler <clemens.zeidler@googlemail.com> |
Cleanup app server directory a bit by creating a font and a decorator sub folder.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42483 a95241bf-73f2-0310-859d-f6bbb57e9c96
|