haiku/src/kits
2005-04-12 13:02:20 +00:00
..
app Added TypeConstants.cpp that exports the constants of TypeConstants.h. Needed for binary compatibility. 2005-04-11 18:01:39 +00:00
debug Added the beginnings of a small private API for debug support. 2005-03-20 22:04:04 +00:00
device Small cleanup, added a comment to some obscure code 2004-11-10 12:43:06 +00:00
game by Stefano Ceccherini 2005-03-25 13:18:26 +00:00
interface I _think_ the global system default fonts were never set. I added that to the _init_interface_kit_ function, and it fixes the system fonts under R5. It might have looked like it worked on Haiku before, but I think the be_fixed_font was just the first font found by the scanner in either Haiku and BeOS, while on Haiku, this was Courier just by chance. If this is not the right place to call _init_global_fonts, please tell me or just fix it. I tested under Haiku and BeOS and it looks like it works... 2005-04-12 13:02:20 +00:00
mail Fixed the build of several network apps under R5: 2005-04-12 04:22:55 +00:00
media MediaRoster::Roster() now sets out_error to B_OK if everything is OK 2005-02-26 23:21:52 +00:00
midi Added preliminary support for using TiMidity++ as softsynth. 2005-03-11 16:48:12 +00:00
midi2 added a link in develop/lib 2004-06-27 22:20:06 +00:00
network Added socket.c to the build again. It is of course neccessary to have it in libnet.so. The real version of socket is in libsocket.so. 2005-04-11 18:12:40 +00:00
screensaver Changed the way preferences are stored. 2004-10-09 23:17:47 +00:00
storage Changed our read link syscall and FS interface call to make it easily possible to be POSIX compliant. 2005-04-06 16:07:10 +00:00
support BMessenger has no friends besides Private anymore. 2005-01-25 14:46:28 +00:00
textencoding putting textencoding.so into beos/system/lib is important so that the Deskbar replicant works 2004-11-11 11:37:12 +00:00
translation Fixed warnings, minor cleanup. 2005-03-29 15:58:27 +00:00
Jamfile Now, we support a value of 0 for the RUN_WITHOUT_APP_SERVER variable in the libbe Jamfile. In makehdimage we don't override the variable's value, if it is already set anymore. This conveniently allows to set it to 0 in a wrapper script that invokes makehdimage -- no need to change makehdimage itself. 2005-03-31 11:09:51 +00:00