haiku/headers/private
Jérôme Duval 59fda8c176 change the mouse io struct
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9064 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-26 22:34:57 +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 NV45 ident. 2004-09-23 11:47:08 +00:00
input change the mouse io struct 2004-09-26 22:34:57 +00:00
interface Added ColorTools and ColumnListView from Vision cvs repository 2004-09-16 20:42:34 +00:00
kernel Renamed sleep() to spin() as that's what it does, and sleep() also doesn't 2004-09-23 13:43:57 +00:00
libroot Added a header that contains private libroot definitions. 2004-05-03 12:42:43 +00:00
mail 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
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 Implemented copy number of pages for printers that do not support page copy command. Check if PrintToFile dialog was canceled and return without an error. 2004-03-27 07:08:38 +00:00
screen_saver Moved here from current/headers/os/add-ons/screen_saver 2004-06-12 22:46:11 +00:00
servers/app s/OpenBeOS/Haiku/ 2004-09-20 22:46:37 +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