haiku/src
Stephan Aßmus 359c905c57 offscreen bitmaps work, tested on Haiku as well, supports all colorspaces that BBitmap::ImportBits() supports. It uses a fallback for non-B_RGB(A)32 bitmaps. Added support for B_SUB_PIXEL_PRECISION view flags, though it is a bit hacky, since I had to add it to LayerData, even though it is not a true part of stack data. Added Layer::SetFlags() to enforce code path and update fLayerData. Cleaned up DisplayDriverPainter and DisplayDriver API (changed some const BRect& rect to simply BRect rect in order to be able to reuse it in the code), moved Painter.h, the test environment only draws the changed part of the frame buffer again - this causes a lot less CPU overhead, Painter special cases stroke width of 1.0 to use square caps, which is similar to R5 implementation and removes a lot of problems with non-straight line drawing, ServerWindow uses the DisplayDriver from it's WinBorder instead of the one from the Desktop (needed for offscreen windows, which have their own DisplayDriverPainter), it also checks for GetRootLayer() == NULL, because offscreen layers are not attached to a RootLayer, there was a fix for scrolling which worked at least in the test environment, it is now defunced, because Adi moved _CopyBits to Layer... I need to reenable it later, LayerData has no more fEscapementDelta, also fixed fFontAliasing (which was thought to overriding the font flags, and now works as such again), Desktop initialises the menu_info and scroll_bar_info stuff, which makes ScrollBars work actually... hope I didn't forget something.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13448 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-05 16:17:16 +00:00
..
add-ons Removed execute property from source files. 2005-07-05 13:36:47 +00:00
apps Temporarily disabled auto scrolling as SetEventMask() doesn't work in haiku 2005-07-03 05:11:35 +00:00
bin Forget to check in this one. Sorry. shutdown should build again now. 2005-07-04 20:39:40 +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 GetToken() did not check for the correct token type. 2005-07-05 14:46:59 +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 offscreen bitmaps work, tested on Haiku as well, supports all colorspaces that BBitmap::ImportBits() supports. It uses a fallback for non-B_RGB(A)32 bitmaps. Added support for B_SUB_PIXEL_PRECISION view flags, though it is a bit hacky, since I had to add it to LayerData, even though it is not a true part of stack data. Added Layer::SetFlags() to enforce code path and update fLayerData. Cleaned up DisplayDriverPainter and DisplayDriver API (changed some const BRect& rect to simply BRect rect in order to be able to reuse it in the code), moved Painter.h, the test environment only draws the changed part of the frame buffer again - this causes a lot less CPU overhead, Painter special cases stroke width of 1.0 to use square caps, which is similar to R5 implementation and removes a lot of problems with non-straight line drawing, ServerWindow uses the DisplayDriver from it's WinBorder instead of the one from the Desktop (needed for offscreen windows, which have their own DisplayDriverPainter), it also checks for GetRootLayer() == NULL, because offscreen layers are not attached to a RootLayer, there was a fix for scrolling which worked at least in the test environment, it is now defunced, because Adi moved _CopyBits to Layer... I need to reenable it later, LayerData has no more fEscapementDelta, also fixed fFontAliasing (which was thought to overriding the font flags, and now works as such again), Desktop initialises the menu_info and scroll_bar_info stuff, which makes ScrollBars work actually... hope I didn't forget something. 2005-07-05 16:17:16 +00:00
system New error codes: 2005-07-03 16:50:29 +00:00
tests small enhancement 2005-07-05 15:43:28 +00:00
tools Fixed the rc build. Sorry for the inconveniences. 2005-07-04 11:16:03 +00:00
Jamfile Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00