haiku/src/kits
2004-09-07 23:33:31 +00:00
..
app Fixed bug. There was an issue with unflattening. When moving dataPtr along the buffer to the next variable-size item, the padding was being incorrectly calculated (too large) because the four-byte size header was not being taken into account. E.g., for an 18-byte item, the padding was calculated as 6 bytes, rather than two, placing dataPtr directly past the size header for the next item. An incorrect value would be used as the size for the next item, which could result in anything from a segment violation to an allocation failure. 2004-09-07 23:33:31 +00:00
device added a link in develop/lib 2004-06-27 22:40:01 +00:00
game Fixed some spelling errors in some comments and added more of them 2004-07-09 11:14:31 +00:00
interface Tweak to FindClosestColor 2004-09-05 00:46:37 +00:00
media Added some new functions which seem to be required for Xentronics SampleStudio Pro. 2004-08-16 12:44:00 +00:00
midi added a link in develop/lib 2004-06-27 22:20:06 +00:00
midi2 added a link in develop/lib 2004-06-27 22:20:06 +00:00
network Rename get_stack_driver_path() into stack_driver_path() to follow BeOS naming policy 2004-08-31 08:56:18 +00:00
screensaver added a link in develop/lib 2004-06-27 22:20:06 +00:00
storage Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
support Modified BDataBuffer's copy constructor to let the user specify whether to create a copy of the buffer or just a reference. Also changed all void* params to be const. 2004-09-07 23:00:30 +00:00
textencoding reduce namespace pollution 2004-07-18 20:40:54 +00:00
translation added a link in develop/lib 2004-06-27 21:53:26 +00:00
Jamfile Introduced a new build flag and macro RUN_WITHOUT_APP_SERVER, to allow 2004-08-28 20:18:31 +00:00