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
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
drivers Removed the fs_vnode_ops::create_dir() parameter for returning the ID of the 2009-03-26 00:16:34 +00:00
game
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
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
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