This report covers hrev57901 through hrev58042. R1/beta5 was of course released just a few days ago, and many (though not all) of the changes in this report made it in to the release. madmax fixed a ...
The Application Kit should be your starting point if you want to write native Haiku applications with a GUI. The application kit does exactly as its name suggests; it is the basis for Haiku ...
Defines the BScreen class and support structures. More ...
Defines the time zone API which specifies a time zone, allows you to display it to the user, and converts between GMT and local time. More ...
In general, you should name your jobs/services after the application signature (if possible), and name the configuration files accordingly (in each case without the "application/" prefix).
Haiku R1 introduces the first version of a system-wide key store service, allows you as developer to outsource some of the credential and certificate management, as well as providing an infrastructure ...
B_UPDATE_MIME_INFO_NO_FORCE = 0 , B_UPDATE_MIME_INFO_FORCE_KEEP_TYPE = 1 , B_UPDATE_MIME_INFO_FORCE_UPDATE_ALL = 2 ...
Returns whether two BMessengers do NOT have the same target.
If the message cannot be delivered to the syslog daemon, it will be directly dumped to stderr. #define LOG_NDELAY (8 << 12) /* connect to the syslog daemon immediately */ Connect to the syslog daemon ...
The distance that a character outline is inset from its escapement boundaries. Edge values, like escapements, need to be multiplied by the font size to get the correct value for the font.
A modular, add-ons based network stack Two shared libraries, libnet.so and libnetapi.so A stack driver, acting as interface between the network stack and libnet.so Basic network apps A modular GUI ...
Defines the BBitmap class and global operators and functions for handling bitmaps. More ...