This website requires JavaScript.
Explore
Help
Register
Sign In
Haiku
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
mirror of
https://review.haiku-os.org/haiku
synced
2025-02-01 11:15:59 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
History
Axel Dörfler
d76e154b8b
Implemented get_token_list() and get_window_info() client side.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13453 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-05 17:30:54 +00:00
..
cpp
…
gnu
…
libs
incorporated fix from AGG mailing list, the problem only showed on Sun hardware though...
2005-05-10 11:34:26 +00:00
os
MenuField layouts the menu bar better with respect to fDivider, it aligns better with other controls. fDivider in TextControl is an integer number now, small fix and small cleanup in Menu, Window::InitData takes an optional BBitmap token to construct an offscreen window, fixed PrivateScreen IndexForColor, View prevents being located at fractional coordinates as in R5, BBitmap unlocks its offscreen window since it is never Show()n and needs manual unlocking, fixed Slider offscreen window mode and improved triange thumb drawing, ScrollView would not crash when passing a NULL target just for kicks, the private MenuBar class now implements Draw to draw itself a little differently inside the BMenuField (dark right and bottom side) - though how it currently sets the clipping region prevents the text controls to draw in Playground, needs fixing
2005-07-05 16:30:53 +00:00
posix
Added missing wctype.h header - R5 does not include this header, but its
2005-05-18 15:02:09 +00:00
private
Implemented get_token_list() and get_window_info() client side.
2005-07-05 17:30:54 +00:00
tools
…