haiku/src/kits
Stephan Aßmus dcd70f0e39 * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR.
* When drawing BBitmaps with scaling in the app_server, use a bilinear
  filter when a bitmap has this flag set. (Hope nobody objects, otherwise
  I can revert or improve this. Performance can certainly be improved, since
  the AGG implementation is too generic. But that goes for the nearest
  neighbor implementation as well.)
* Flags are uint32, fix app_server side code to declare them correctly. Use
  appropriate link methods in BBitmap and ServerApp.
* Enable the BeOS compatibility mode for B_RGB32 (works just like B_RGBA32
  in B_OP_ALPHA mode).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26649 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-26 23:40:13 +00:00
..
app * If a handler goes away that has an looper, we should remove us from the 2008-07-11 20:07:00 +00:00
bluetooth In some cases the remote name request is never returning us the event containing the name. It fails, the reason could be that the command has some differences in the fields depending on the BT version. This is handling the error code properly in this fail case avoiding the wait. 2008-07-25 19:37:19 +00:00
debug Debugger stubs for m68k. 2008-06-11 01:26:02 +00:00
device gcc4 build fix 2008-06-08 16:32:07 +00:00
game style cleanup 2008-04-26 12:16:53 +00:00
interface * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR. 2008-07-26 23:40:13 +00:00
mail style cleanup 2008-04-26 12:16:53 +00:00
media Better debug output, print the error string when failing to get a Reader or Decoder. 2008-07-19 15:30:29 +00:00
midi fixed looping mode, and bug #1730 2008-02-10 21:03:34 +00:00
midi2 fix some signatures, cleanup 2006-09-13 14:11:42 +00:00
network Overhauled BNetEndpoint implementation (and BNetAddress, too): 2008-07-13 19:58:35 +00:00
opengl * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
print * merge parts of libprint and libprintutils to make both indepentend 2008-07-26 22:36:01 +00:00
screensaver fix R5 build 2006-07-12 09:58:23 +00:00
shared fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
storage Use same structure of whitespace as in rest of comment. 2008-07-26 19:08:47 +00:00
support BString::Append(, int32) methods have been broken in r26378. A local 2008-07-21 23:21:47 +00:00
textencoding * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
tracker * Renamed _ForceUnmount() to _SuggestForceUnmount() to clarify what it does. 2008-07-24 11:25:16 +00:00
translation * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
Jamfile * move libprint sources into libs, as it is a 3rdparty lib 2008-07-22 20:30:14 +00:00
libbe_version.rdef The version information is now actually set: apparently, AddResources must 2005-07-09 20:52:00 +00:00