#
e680a439 |
| 13-Feb-2019 |
Yatendra Singh <yatendra1999luffy@gmail.com> |
Launchbox: autostart on boot
Use launch daemon to autostart Launchbox if enabled in settings.
Change-Id: Id0aaf454cfbc0cc42db2dbb54d6788c79dae6949 Reviewed-on: https://review.haiku-os.org/c/917 Rev
Launchbox: autostart on boot
Use launch daemon to autostart Launchbox if enabled in settings.
Change-Id: Id0aaf454cfbc0cc42db2dbb54d6788c79dae6949 Reviewed-on: https://review.haiku-os.org/c/917 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
a84e14ca |
| 16-Dec-2011 |
Alex Wilson <yourpalal2@gmail.com> |
Merge branch 'master' of git://github.com/haiku/haiku
|
#
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 ...
|
#
3f2e30c0 |
| 29-Oct-2011 |
Stephan Aßmus <superstippi@gmx.de> |
Place the button description window near the mouse and to the side of the pad window that has enough room (preferring right/bottom side of pad). The algorithm doesn't strictly prevent the window to b
Place the button description window near the mouse and to the side of the pad window that has enough room (preferring right/bottom side of pad). The algorithm doesn't strictly prevent the window to be placed outside of the screen in any and all situations, but it should work pretty well in practice.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42975 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
a1e3c32d |
| 20-May-2011 |
Axel Dörfler <axeld@pinc-software.de> |
* BIconButton now inherits from BControl, solving a TODO comment. * I tried to reuse as much state from BControl as possible, so I removed a few states. * Also made the flags private, and added pro
* BIconButton now inherits from BControl, solving a TODO comment. * I tried to reuse as much state from BControl as possible, so I removed a few states. * Also made the flags private, and added protected SetInside()/IsInside() methods. * Removed useless BIconButton::ID(). * Adjusted users. * Minor cleanup, automatic white space cleanup. -alpha
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41611 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
9368e58b |
| 18-Sep-2009 |
Stephan Aßmus <superstippi@gmx.de> |
* Re-enabled tool tips as those are now supported in Haiku. * Make sure settings are saved rightaway whenever they change. (Solves a ticket which I cannot seem to find right now.) * Some improvemen
* Re-enabled tool tips as those are now supported in Haiku. * Make sure settings are saved rightaway whenever they change. (Solves a ticket which I cannot seem to find right now.) * Some improvements to the NamePanel layout/size (when setting descriptions).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33167 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8d186370 |
| 21-Apr-2009 |
Stephan Aßmus <superstippi@gmx.de> |
* Added setting for "Ignore Double Click". I assumed it to be the desired behavior to ignore double clicks in case someone did it out of habbit, but wouldn't expect an app to launch twice because
* Added setting for "Ignore Double Click". I assumed it to be the desired behavior to ignore double clicks in case someone did it out of habbit, but wouldn't expect an app to launch twice because of that. However, some people may want the plain/straight button behavior, as testified in #3800. :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30307 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
227fb2b1 |
| 25-Aug-2007 |
Stephan Aßmus <superstippi@gmx.de> |
* use Ryan's new BAboutWindow class (also removed the hint that this app originally was a birthday present for Ingo... hope he is Ok with that) * fixed ticket #1424, now it uses three empty buttons
* use Ryan's new BAboutWindow class (also removed the hint that this app originally was a birthday present for Ingo... hope he is Ok with that) * fixed ticket #1424, now it uses three empty buttons for new pads * cloned pads are now opened at an offset, otherwise one wouldn't have any visual feedback that something happened with a cloned pad on top of the original
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22055 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f32e3a29 |
| 10-Jun-2007 |
Stephan Aßmus <superstippi@gmx.de> |
* implemented default buttons * window size limits are correctly set * one can now chose between horizontal and vertical layout (brilliantly simple with the new layout system :-)
git-svn-id: file
* implemented default buttons * window size limits are correctly set * one can now chose between horizontal and vertical layout (brilliantly simple with the new layout system :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21385 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
25648ff0 |
| 09-Jun-2007 |
Stephan Aßmus <superstippi@gmx.de> |
* added LaunchBox, an application launcher with drag&drop support * it has been rewritten from using liblayout to use the new Haiku layout framework * TODO: it should come with default settings * T
* added LaunchBox, an application launcher with drag&drop support * it has been rewritten from using liblayout to use the new Haiku layout framework * TODO: it should come with default settings * TODO: the minimum window size is not yet set by the layout framework (?)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21373 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|