haiku/headers/libs
Clemens Zeidler 37344020ef - Add a alternative method to setup a group layout. BLayoutItem / BView are wrapped into a GroupItem. GroupItem overloads the | (horizontal tiling) and / (vertical tiling) operators. In this manner you can create a group layout using these operators, e.g. GroupItem item = GroupItem(button1) | (GroupItem(button2) / GroupItem(button3)); would layout button1 at the left and button2 and button3 at the right in a vertical layout. All the layout information is stored in the GroupItem item, to setup the final layout you have to call BuildLayout(item). If you like it it could also be added to the BGroupLayout.
- Add operator test app.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38877 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-10-03 20:05:52 +00:00
..
agg Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
alm - Add a alternative method to setup a group layout. BLayoutItem / BView are wrapped into a GroupItem. GroupItem overloads the | (horizontal tiling) and / (vertical tiling) operators. In this manner you can create a group layout using these operators, e.g. GroupItem item = GroupItem(button1) | (GroupItem(button2) / GroupItem(button3)); would layout button1 at the left and button2 and button3 at the right in a vertical layout. All the layout information is stored in the GroupItem item, to setup the final layout you have to call BuildLayout(item). If you like it it could also be added to the BGroupLayout. 2010-10-03 20:05:52 +00:00
expat Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
fluidsynth updated fluidsynth to 1.0.9 2009-08-21 21:27:45 +00:00
freetype2 merged freetype 2.4.2 2010-08-06 23:01:05 +00:00
icon * Added ConvertToCMAP8() bitmap variant. 2008-08-18 11:40:01 +00:00
iconv worked standalone libiconv into a working state that is compatible with 2008-11-12 19:34:35 +00:00
jpeg * updated libjpeg to version 8, as the previous version on trunk didn't look like version 7, the merge wasn't usable. I modified jpeglib.h to have the JPEGTranslator built. 2010-01-27 01:57:51 +00:00
linprog More cleanup and BList -> BObjectList. 2010-09-20 06:26:32 +00:00
lp_solve Fix #6605, don't try to load a lib which not exist. 2010-09-14 23:33:09 +00:00
mapm * Moved the mapm library from src/apps/deskcalc to src/libs and headers/libs. 2009-06-28 17:10:40 +00:00
mesa/GL/internal Moved Mesa libs (mesa, glu & glut) under src/libs/mesa, where it should have 2009-09-25 01:50:30 +00:00
ncurses Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
png updated libpng to 1.4.3 2010-09-18 11:22:54 +00:00
print/libprint This modifies the Postscript printer to be able to insert a pipe in between the Postscript generation 2010-04-11 22:01:13 +00:00
termcap * Moved termcap.h to headers/libs/termcap/, where it belongs. 2009-08-17 21:13:51 +00:00
tiff updated libtiff to 3.9.4 2010-09-18 12:01:26 +00:00
udis86 Moved libudis86 to headers/libs/udis86 and src/libs/udis86. 2009-06-21 12:58:16 +00:00
zlib merge zlib 1.2.5 into trunk 2010-05-09 15:28:00 +00:00