haiku/src/kits
2004-09-27 08:32:47 +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 Renamed sync() to card_sync() to avoid name clashing with the "sync()" function in the new unistd.h. Commented out transparent_blit() to suppress a compiler warning, and added a comment to it. 2004-09-27 08:32:47 +00:00
interface Finally fixed the problem with the styling code: now selecting two sections of text 2004-09-23 06:40:22 +00:00
mail Added packaging for the mail daemon, added build support for SSL mode (although it currently relies on manually uncommenting things in the Jamfile). PPP state detection still broken. 2004-09-21 20:23:32 +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 Alternative implementation that uses STL. 2004-09-15 16:14:20 +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 Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later. 2004-09-20 22:31:50 +00:00