haiku/headers/os/interface
Axel Dörfler ef5ab08df3 Fixed keyboard navigation; it should now behave pretty much like R5 AFAICT:
- moved standard keyboard navigation into the BView::KeyDown() hook
- the window now only handles tab+option/command key
- B_COMMAND_KEY triggers group jumping, not B_CONTROL_KEY (that activates the switcher,
  but directly in the app_server)
- fixed broken group navigation: (modifiers & B_COMMAND_KEY & B_SHIFT_KEY) is different
  to (modifiers & (B_COMMAND_KEY | B_SHIFT_KEY)) and is just never true with these
  constants.
That allows the tab key completion to be used again in Terminal.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14038 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-21 14:44:53 +00:00
..
Alert.h
Bitmap.h Implemented BPrivateScreen::ReadBitmap(), but the guts are still missing 2005-07-13 22:33:52 +00:00
Box.h
Button.h Forgot to commit the changed header too. 2005-06-30 09:14:08 +00:00
ChannelControl.h Applied our style guide as someone (cough! *** Axel *** cough!) bugged me (correctly) about it :) 2005-02-01 14:29:06 +00:00
ChannelSlider.h Vertical() can be const and should be, when invoked on a const instance. 2005-02-02 13:33:34 +00:00
CheckBox.h no Invalidate in BControl::SetValue, I figure more controls need to be updated for this change 2005-06-03 19:55:49 +00:00
ColorControl.h
ColorUtils.h
Control.h
Deskbar.h
Dragger.h
Font.h Gave _font_control() friend status so we can init the system fonts 2005-01-15 22:07:32 +00:00
GraphicsDefs.h added this very useful compare function 2005-03-29 16:30:46 +00:00
Input.h
InterfaceDefs.h
ListItem.h
ListView.h
Menu.h
MenuBar.h
MenuField.h
MenuItem.h Moved BSeparatorItem's interface to its own file. Everything still builds, amazing :P 2004-12-30 10:11:38 +00:00
MultiChannelControl.h
OptionControl.h
OptionPopUp.h
OutlineListView.h
Picture.h
PictureButton.h
Point.h
Polygon.h
PopUpMenu.h
PrintJob.h
RadioButton.h no Invalidate in BControl::SetValue, I figure more controls need to be updated for this change 2005-06-03 19:55:49 +00:00
Rect.h Cleanup. 2005-06-04 15:15:42 +00:00
Region.h Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
Screen.h
ScrollBar.h usability improvements to scrollbar, sorry had no time to include all of Stefanos drawing code yet, other visual improvements 2005-07-07 14:33:19 +00:00
ScrollView.h
SeparatorItem.h Moved BSeparatorItem's interface to its own file. Everything still builds, amazing :P 2004-12-30 10:11:38 +00:00
Shape.h Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
Shelf.h Big cleanup, rewrote Shelf.h. 2005-07-06 00:43:52 +00:00
Slider.h Improved BSlider class: 2005-06-29 02:12:42 +00:00
StatusBar.h
StringItem.h
StringView.h
TabView.h
TextControl.h
TextView.h
UnicodeBlockObjects.h
View.h Some refactoring and cleanup: 2005-06-28 23:02:44 +00:00
Window.h Fixed keyboard navigation; it should now behave pretty much like R5 AFAICT: 2005-08-21 14:44:53 +00:00