haiku/src
2008-09-01 19:33:50 +00:00
..
add-ons * Added parameter "size_t align" to file_map_translate(). If > 1, the 2008-08-30 23:06:28 +00:00
apps Added menu item "Show Calendar ..." to time pop up menu. 2008-09-01 17:50:06 +00:00
bin partially reverted the latest change 2008-08-26 06:08:24 +00:00
build Patch by Andreas Faerber with changes by myself: Work towards Solaris 2008-08-09 15:36:24 +00:00
data - Further updated supertypes. 2008-08-22 12:33:07 +00:00
documentation removed former haiku_book and headersampler tool 2007-10-04 22:15:58 +00:00
kits I hate to add another special case, but with the way the BMenu* classes are designed, I see little in the way of alternatives. If we're a BMenuField's menu bar, then we should invoke the menu item regardless of where in the bar we click. This problem was visible in ticket #1877, where basically you could click only on the portion with text, because that was the size of the menu item, where the rest of the contained menu bar was considered dead space. Thus we now check if we're an instance of BMenuField's special menubar class, and if so we unconditionally select the item instead of a hit test. Fixes the aforementioned bug. If someone has a better approach, I'm all ears. 2008-09-01 19:33:50 +00:00
libs updated libpng to 1.2.31: 1.2.30 had at least one serious regression 2008-08-21 22:34:27 +00:00
preferences * move DateTime and CalendarView into shared 2008-08-29 19:26:58 +00:00
servers Apply the same logic of r24682 to the drawing of BPictures inside BPictures. Fixes part of bug #1389 (drawing pictures at an offset). Thanks to Karsten for his observations! 2008-09-01 14:43:25 +00:00
system * Fix a potential race condition when deleting a semaphore set: previously only 2008-09-01 16:16:03 +00:00
tests fixed some warnings (gcc4) 2008-09-01 08:18:49 +00:00
tools fix the build 2008-09-01 06:55:22 +00:00
Jamfile libshared.a doesn't deserve a src/ subdirectory. Moved to 2007-06-15 18:32:50 +00:00