haiku/src/kits
beveloper ca16f5cb03 start of media kit codec plugin API
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5078 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-17 23:55:19 +00:00
..
app Updates to sync with (hopefully) final tweaks to messaging protocols 2003-10-13 23:34:12 +00:00
device Removed invocations of UsePublicHeaders, which was a no-op anyway. 2003-06-23 16:53:22 +00:00
game Added the missing private interface include dir and made the compiler use the R5 interface kit headers for DirectWindow.cpp. 2003-09-19 19:45:19 +00:00
interface Fixed the long outstanding bug that made BRect::Intersects() return false when one rect was completely contained into the other. Cleaned up (a bit) the code. 2003-10-16 08:00:44 +00:00
media start of media kit codec plugin API 2003-10-17 23:55:19 +00:00
midi Removed invocations of UsePublicHeaders, which was a no-op anyway. 2003-06-23 16:53:22 +00:00
midi2 Removed invocations of UsePublicHeaders, which was a no-op anyway. 2003-06-23 16:53:22 +00:00
network h_errno is now declared in each file that uses it. 2003-10-17 13:57:33 +00:00
screensaver Removed invocations of UsePublicHeaders, which was a no-op anyway. 2003-06-23 16:53:22 +00:00
storage Implemented CommitModifications(). We still need to extract port and token from the supplied messenger. 2003-09-22 21:48:33 +00:00
support better handling of low memory situations inside constructor 2003-09-08 19:47:29 +00:00
translation fix the "extra bytes at the end" bug that happens when the existing file has more bytes than the new file. I chose to SetSize(textLength) after Write instead of SetSize(0) before the Write because there is less of a chance of complete data loss if the Write fails somehow. right? (write?) :-) 2003-08-27 01:33:17 +00:00
Jamfile Forgot to check this in - properly build with ClientFontList sources added in 2003-09-02 21:55:48 +00:00