History log of /haiku-fatelf/src/preferences/mouse/MouseView.cpp
Revision Date Author Comments
# 67fb47c9 13-Nov-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39420 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 926e63c8 22-Oct-2009 Brecht Machiels <brecht@mos6581.org>

* added click to focus mouse mode; right-click for bring-to-front and send-to-back
(might cause some regressions in FFM)
* made accept first click user configurable
* updated the Mouse preflet to use the layout kit
* removed the warp and instant warp modes from the Mouse preflet
* changed internal representation of mouse modes (warp modes moved)
* coding style fixes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33732 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b4415503 11-Sep-2009 Michael Lotz <mmlr@mlotz.ch>

* Removed copyrighted bitmaps.
* Draw a pseudo mouse instead of using the bitmap. It's ugly and should be done
properly by someone with more of an artistic talent than me. But it should do
for now.
* Downright removed the little icons. The code is still there, but since the
icons aren't there anymore it will simply fail to load them and not use them.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33078 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e8f87bad 30-Aug-2009 Fredrik Modeen <fredrik@modeen.se>

Code style changes and License/Copyright fixes.
I hope I found most of them.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32832 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ed3e7531 05-Jun-2009 Philippe Saint-Pierre <stpere@gmail.com>

Load the bitmaps from resources rather than from a byte array in a
header. Fixing a TODO in MouseView.cpp

This patch was in ticket #3754. (Thanks to Axel for the reminder and
thanks to Brecht for your help extracting the images from the header!)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30977 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 50d9f089 07-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

Fixed include <-> copyright spacing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29434 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4edbdca0 07-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

* Fixed header include order in MouseView.
* Updated copyright section.
* Fixed border mis-alignment of buttons and group view.
* Fixed #3528 by checking the current clipping region which tells us if
windows overlap. Don't display the popup menu then.
* Removed some superfluous calls.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29430 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a418aa5f 06-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Fix function spacing.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28535 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01406f37 05-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Rework this a bit to handle ctrl+clicking and ctrl+alt+clicking for right and middle mouse button.
Fixes ticket #3061.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28528 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ba65711e 12-Sep-2008 Fredrik Modeen <fredrik@modeen.se>

Fixed CID 1033: fMouseDownBounds will never be null as we do a new BBitmap before we check for NULL

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27448 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1beb8bb1 13-Jan-2008 Jérôme Duval <korli@users.berlios.de>

whitespace => tab


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23503 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69e65f2f 29-Oct-2007 Jérôme Duval <korli@users.berlios.de>

replaced misc values with respective constants


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22762 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2f7c57a9 03-Nov-2006 Stephan Aßmus <superstippi@gmx.de>

* small cleanup



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19186 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3aa0a9d8 03-Jul-2006 Jérôme Duval <korli@users.berlios.de>

we want button numbers to be updated as mouse map is updated


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18011 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a10cf76e 24-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed src/prefs to "preferences", as the directory is usually called in BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13263 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 67fb47c908f500860ed2b2c06e1d747c0ff1df6a 13-Nov-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39420 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 926e63c8851f8e1d085981e69ef03f8e9cda1e65 22-Oct-2009 Brecht Machiels <brecht@mos6581.org>

* added click to focus mouse mode; right-click for bring-to-front and send-to-back
(might cause some regressions in FFM)
* made accept first click user configurable
* updated the Mouse preflet to use the layout kit
* removed the warp and instant warp modes from the Mouse preflet
* changed internal representation of mouse modes (warp modes moved)
* coding style fixes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33732 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b4415503b6989d385b08ef3084d38db439d50334 11-Sep-2009 Michael Lotz <mmlr@mlotz.ch>

* Removed copyrighted bitmaps.
* Draw a pseudo mouse instead of using the bitmap. It's ugly and should be done
properly by someone with more of an artistic talent than me. But it should do
for now.
* Downright removed the little icons. The code is still there, but since the
icons aren't there anymore it will simply fail to load them and not use them.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33078 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e8f87bad4c12a8aa10faa7fac04749c267d6bebe 30-Aug-2009 Fredrik Modeen <fredrik@modeen.se>

Code style changes and License/Copyright fixes.
I hope I found most of them.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32832 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ed3e75317ecfc70a296dba1aa92d72d5f01ae512 05-Jun-2009 Philippe Saint-Pierre <stpere@gmail.com>

Load the bitmaps from resources rather than from a byte array in a
header. Fixing a TODO in MouseView.cpp

This patch was in ticket #3754. (Thanks to Axel for the reminder and
thanks to Brecht for your help extracting the images from the header!)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30977 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 50d9f08911f31bb48ae39d5011939b44ec782cc6 07-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

Fixed include <-> copyright spacing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29434 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4edbdca09e37f09215fb980ab8528d6fb6634215 07-Mar-2009 Stephan Aßmus <superstippi@gmx.de>

* Fixed header include order in MouseView.
* Updated copyright section.
* Fixed border mis-alignment of buttons and group view.
* Fixed #3528 by checking the current clipping region which tells us if
windows overlap. Don't display the popup menu then.
* Removed some superfluous calls.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29430 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a418aa5f4f604a8936e8ac935aad9770d87b006f 06-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Fix function spacing.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28535 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01406f374db1246080d1b39483a480ccb49b3971 05-Nov-2008 Rene Gollent <anevilyak@gmail.com>

Rework this a bit to handle ctrl+clicking and ctrl+alt+clicking for right and middle mouse button.
Fixes ticket #3061.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28528 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ba65711eb211d9f0f77c8a6d8399e2e19974dbf9 12-Sep-2008 Fredrik Modeen <fredrik@modeen.se>

Fixed CID 1033: fMouseDownBounds will never be null as we do a new BBitmap before we check for NULL

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27448 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1beb8bb1ba2f137f0f4385614bcde3aa13a401be 13-Jan-2008 Jérôme Duval <korli@users.berlios.de>

whitespace => tab


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23503 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69e65f2f57747be872249e98c7a40ac0992e38a0 29-Oct-2007 Jérôme Duval <korli@users.berlios.de>

replaced misc values with respective constants


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22762 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2f7c57a98687d33729a70d28442bdc44bb67cbb4 03-Nov-2006 Stephan Aßmus <superstippi@gmx.de>

* small cleanup



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19186 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3aa0a9d8793f829a1eb11bd2a6eeccb252d0dd7a 03-Jul-2006 Jérôme Duval <korli@users.berlios.de>

we want button numbers to be updated as mouse map is updated


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18011 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a10cf76ef5b9e8c726ebc47183abd6943023cf8f 24-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed src/prefs to "preferences", as the directory is usually called in BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13263 a95241bf-73f2-0310-859d-f6bbb57e9c96