haiku/src
2005-06-29 23:40:25 +00:00
..
add-ons No wonder I had to remove the grist to make it build.... :-) 2005-06-29 22:35:04 +00:00
apps Fixed a bug that always report one processor even on SMP machine. 2005-06-29 22:11:48 +00:00
bin Looks like I'm on a run: forgot to commit Jamfile :/ 2005-06-29 23:05:05 +00:00
build Required for the build under Linux. Defines dl_iterate_phdr() which is a Linux specific glibc dependency. 2005-03-06 16:49:13 +00:00
data Adds Svorak keymap on behalf of Mikael Jansson (aka tic) 2005-04-17 22:57:11 +00:00
documentation added util xsl sheets from BoostBook 2005-06-17 09:38:09 +00:00
kits No longer draws any lines over the thumb area in B_BLOCK_THUMB mode. 2005-06-29 23:08:57 +00:00
libs Removed obviously accidently set execute property from source files. 2005-06-28 23:38:36 +00:00
preferences Added \n to the debug strings, so we get the output 2005-06-26 06:26:03 +00:00
servers AS_LAYER_GET_STATE no longer sends stuff that doesn't belong to the layer's state. 2005-06-28 23:03:28 +00:00
system The color index is multiplied by 3 because there are R, G and B values for each color in the palette. But uint8 can't hold these for any index above 256/3 obviously. Also fixed the 24-bit display. It works on real hardware but looks broken with bochs. I suppose bochs does not handle 24-bit VESA correctly though. 2005-06-29 23:40:25 +00:00
tests The SliderTest now also uses our own BControl, as that doesn't invalidate the 2005-06-29 15:28:41 +00:00
tools Check the BApplication construction error. 2005-06-28 14:48:26 +00:00
Jamfile Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00