haiku/build/jam
Stephan Aßmus 991547ef6c Patch by Artur Wyszynski:
* Implemented BGradient, BGradientLinear, BGradientRadial,
  BGradientDiamond, BGradientConic and BGradientRadialFocus
  new Interface Kit classes.
* Implemented all the (AGG-based) backend necessary in
  the app_server to render gradients (Painter, DrawingEngine)
* app_server/View can convert a BGradient layout to screen
  coordinates.
* Added BGradient methods of the Fill* methods in BView.
* Implemented a test app and added it to the image as a
  demo.
* Adopted Icon-O-Matic and libs/icon in order to avoid
  clashing with the new BGradient class. Re-use some
  parts where possible.

Awesome work, Artur! Thanks a lot. Now a more modern
looking GUI has just become much easier to implement! :-)

TODO:
* Remove the need to have gradient type twice in the
  app_server protocol.
* Refactor some parts of the patch to remove duplicated
  code (Painter, DrawingEngine).
* Adopt the BPicture protocol to know about BGradients.
* Review some parts of the BArchivable implementation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28109 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-10-14 21:27:42 +00:00
..
BeOSRules * BuildPlatformMain supports overriding HOST_LIBROOT on the target now, 2008-03-22 21:05:03 +00:00
BuildSetup Improve indentation. 2008-10-14 13:29:28 +00:00
CDBootImage Rules and targets to build a boot CD iso... use: 2008-03-02 04:38:29 +00:00
ConfigRules * Added JAMFILE to the config variables. 2008-03-30 15:34:30 +00:00
DocumentationRules Replace spaces with tabs. 2008-04-08 15:18:19 +00:00
FileRules * Applied patch by Andreas that uses git as a fallback in case retrieving 2008-08-15 11:00:07 +00:00
FloppyBootImage Building the floppy (and consequently, the cd) boot image was broken since some revisions, due to now missing block_io module 2008-08-22 12:53:38 +00:00
FreetypeRules
HaikuImage Patch by Artur Wyszynski: 2008-10-14 21:27:42 +00:00
HeadersRules * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
HelperRules Made the compatibility level for target libbe_test depend on the compatibility 2007-08-05 01:13:27 +00:00
ImageRules * When updating all targets, symlinks and directories are now also recreated. 2008-07-15 19:23:34 +00:00
KernelRules Add --no-undefined for kernel add-ons, too. 2008-04-20 03:08:29 +00:00
MainBuildRules * Missing config header directories in the CreateAsmStructOffsetsHeader 2008-10-01 14:26:08 +00:00
MathRules Added rules for performing basic integer arithmetics (+, -, *). The rules 2007-04-06 02:37:12 +00:00
MiscRules Quote the command line arguments, so arguments with whitespace will 2008-09-28 13:45:36 +00:00
NetBootArchive applied patch by Olivier Coursire which removes block_io from the NetBootArchive script (bug #2714) 2008-09-09 08:13:47 +00:00
OptionalPackages Add NetSurf as optional package. 2008-10-06 13:24:40 +00:00
OptionalTestPackages POSIX test suite related changes by Vasilis Kaoutsis: 2008-05-19 23:03:47 +00:00
OverriddenJamRules * When using the generic attribute emulation the Link actions does now 2008-09-08 23:03:52 +00:00
PackageRules
TestsRules Change the jam rules to build the test binaries as release by default, 2007-02-03 21:55:45 +00:00
UserBuildConfig.ReadMe Document the new HAIKU_IMAGE_LABEL user build option in UserBuildConfig.ReadMe. Thanks Ingo for pointing it. 2008-09-20 00:39:21 +00:00
UserBuildConfig.sample Support for adding libraries compiled with the alternative gcc (2 vs. 2008-05-17 23:47:39 +00:00