This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
private
History
Axel Dörfler
3b00a056c7
Be's native types are no longer allowed in this file (because of the gensyscall utility).
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9002 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-19 18:55:33 +00:00
..
app
Fixed bug. BMessageBody's assignment operator was making a generic copy of the map which maintains the data -- meaning only pointers to contained BMessageFields were being copied. Added Clone() operation to BMessageField and Copy() to BMessageFieldStoragePolicy, along with a specialization of BMessageFieldStoragePolicy for BDataBuffer; a straight copy of the vector is sufficient for all other data types. This fixes issues with BMessage unittests where BMessage, entry_ref, BFlattenable, and raw data are exercises.
2004-09-07 23:25:09 +00:00
disk_scanner
…
graphics
added some registers
2004-09-13 14:03:58 +00:00
input
fix the naming
2004-08-24 13:44:35 +00:00
interface
Added ColorTools and ColumnListView from Vision cvs repository
2004-09-16 20:42:34 +00:00
kernel
Be's native types are no longer allowed in this file (because of the gensyscall utility).
2004-09-19 18:55:33 +00:00
libroot
Added a header that contains private libroot definitions.
2004-05-03 12:42:43 +00:00
media
Modified media_server and media_addon_server cration/terminatio.
2004-08-15 20:43:01 +00:00
midi
Haiku be thy name.
2004-06-25 08:47:00 +00:00
net
Doh! Forgot to commit these after having removed from headers/posix/*.
2004-05-04 16:08:52 +00:00
print
…
screen_saver
Moved here from current/headers/os/add-ons/screen_saver
2004-06-12 22:46:11 +00:00
servers
/app
Set the API for stroke/fill shape
2004-09-17 10:20:14 +00:00
shared
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
storage
Got rid of the Storage Kit's kernel abstraction layer, which was
2004-08-28 20:14:46 +00:00
syslog_daemon
…
textencoding
…