haiku/headers/os
Oliver Tappe 3f3ab1625c continued work on BTextView:
* reverted my recent change that caused Mail to always show the end
  of mails 8-) and now invoke ScrollToOffset() wherever it was missing
  (mostly in keyboard-related methods)
* _DoInsertText() only moves the caret if the text has been inserted
  in front of the caret, not after it
* overhauled selection by char/word/line and their extension mechanism
  (which now behaves as the haiku shell)
* use strnlen() instead of strlen() in those versions of Insert() which
  accept a length parameter, as strlen can potentially waste a lot of
  cycles skipping the whole string, when all we want is to clamp the length.
* cleanup (some of it automatic removal of trailing whitespace)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-04-07 15:29:23 +00:00
..
add-ons * Rewrote InputServerDevice.h header. 2008-10-19 15:48:34 +00:00
app Adding const for gcc2 as well shouldn't cause any issues. Thanks Axel! 2009-02-01 23:28:37 +00:00
arch
be_apps
bluetooth - Add Strings for bluetooth events 2009-03-28 01:03:05 +00:00
device Moved _joystick_info definition to JoystickTweaker.h, since there is no point to keep it public. Removed default parameter in the second version of Open(), otherwise the two functions can't be used unambiguously. Should fix bug #2904 2008-10-23 08:18:48 +00:00
drivers Removed the fs_vnode_ops::create_dir() parameter for returning the ID of the 2009-03-26 00:16:34 +00:00
game correct spelling 2008-10-31 22:33:06 +00:00
interface continued work on BTextView: 2009-04-07 15:29:23 +00:00
kernel - Path by Joerg Meyer 2009-04-03 23:04:30 +00:00
mail
media * Implement basic support for the BSound parts of BSoundPlayer. Only one sound 2009-03-01 23:22:30 +00:00
midi
midi2
net - Changed BNetBuffer to a simpler (and R5 compatible) implementation. 2009-01-17 21:28:10 +00:00
opengl Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
storage * Changed directory structure as suggested on the mailing list. 2009-04-03 09:02:44 +00:00
support Experimental approach to tackle the problem with Be's negative error codes and 2009-03-22 15:43:03 +00:00
translation
AppKit.h
Be.h
BeBuild.h "_IMPORT" was not defined, but most (all?) BeOS software that could be compiled 2008-09-10 20:29:50 +00:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h