haiku/headers/os
Stephan Aßmus 55f6067fcd * I thought it was a good idea to Flush() the server link
in all drawing methods in case the parent window was
  not in a "transaction" (fInTransaction). For ordinary
  updates, nothing has changed, but if you call drawing
  methods outside of an update, they will happen "immediately"
  rather than when the link is sporadically full and auto
  flushes. The effect is that the cursor in Terminal blinks
  reliably, the selection in BTextViews follows the mouse
  right on the spot (and so on). BWindow::BeginViewTransaction()
  and EndViewTransaction() now have a meaning in Haiku too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15927 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-01-12 12:22:34 +00:00
..
add-ons Screw source compatibility. Cleaning up the legacy. 2005-05-25 23:57:47 +00:00
app Cleanup! 2006-01-03 09:23:08 +00:00
arch Added empty arch_debugger.h header file. 2005-03-03 06:07:59 +00:00
be_apps Added missing R5 headers. 2004-02-26 19:35:02 +00:00
device More headers for the new modules and PnP/device system - note, this 2004-06-06 23:52:08 +00:00
drivers fix build for echo drivers, added cs_timer.h from pcmcia-cs 2005-12-19 18:57:29 +00:00
game more cleanups. I'll probably end up rewriting the etire header 2005-12-26 10:16:22 +00:00
interface * I thought it was a good idea to Flush() the server link 2006-01-12 12:22:34 +00:00
kernel * Find out a few interesting information about the system (like CPU, 2006-01-03 13:30:23 +00:00
mail restore prior values for utf8 and null, for the sake of default send mail encoding settings 2004-11-17 01:56:18 +00:00
media GCC 4 fix. 2005-12-11 13:53:26 +00:00
midi Fixed gcc 4 build. 2005-11-17 22:53:30 +00:00
midi2 Put private classes into the BPrivate namespace. 2004-05-13 10:55:10 +00:00
net Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
opengl Import OpenGL kit headers, thanks to Mesa3D project. 2005-06-26 13:50:18 +00:00
storage Rewrote FilePanel.h, cleanup. 2005-11-14 15:53:46 +00:00
support Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
translation Moved FuncTranslator.h to private headers since it is not intended for the user. 2005-02-12 14:33:31 +00:00
AppKit.h
Be.h
BeBuild.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h Removed GLX headers: was never there anyway! 2005-06-26 21:48:15 +00:00
StorageKit.h
SupportKit.h
TranslationKit.h