haiku/src
Ingo Weinhold 7cf8907453 Added new state ResizeBorderState, activated by right click on the decorator
or Cmd-Ctrl-right-click anywhere. Introduces the following behavioral changes:
* The send-to-back effect is triggered on mouse-up now. It expires after a
  short time of holding the button or moving the mouse, just like the
  activation effect on left-click in FFM mode.
* Depending on where the mouse was pressed, moving it will move the closest
  border or corner with it, thus resizing the window. The algorithm choosing
  the border/corner needs refinement. Currently the window is divided into 8
  equally sized sectors corresponding to the borders/corners.

Work in progress...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39615 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-24 21:22:13 +00:00
..
add-ons Remove duplicate code which was counting send error twice. 2010-11-24 08:02:53 +00:00
apps MessageReceived(): Override B_MOUSE_WHEEL_CHANGED when in alternative screen 2010-11-23 17:49:40 +00:00
bin * Moved the shared part of NetServer.h into a new private header. 2010-11-23 21:44:37 +00:00
build
data * Switch to B_RGB24 output format 2010-11-19 13:10:16 +00:00
documentation
kits Factorized a bit more, and update fStatus in some place it was missing 2010-11-24 17:55:46 +00:00
libs Switch link speed unit to bit/s to support low bitrate speed too 2010-11-23 13:35:30 +00:00
preferences * axeld is getting sloppy: applied r39597 to EthernetSettingsView.cpp as well :-) 2010-11-24 02:02:00 +00:00
servers Added new state ResizeBorderState, activated by right click on the decorator 2010-11-24 21:22:13 +00:00
system Fixed regression introduced by r38409: For a parameterless escape sequence 2010-11-23 16:43:28 +00:00
tests * Added a new AS_DUMP_BITMAPS command. 2010-11-23 21:50:12 +00:00
tools Add missing copyright to mmlr. Please check. 2010-11-12 15:12:37 +00:00
Jamfile