This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
History
Stefano Ceccherini
46b4e48998
Added some debug output to PicturePlayer. Since checking the table size for every op is very slow, now we do that only at the beginning, and use a custom op table if needed. The best case (which is the one used when drawing a picture with BView::DrawPicture()) is very fast since it only requires one check.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21972 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-08-16 09:14:03 +00:00
..
build
Port endian conversion fixes to build version of BMessage.
2007-08-12 11:47:11 +00:00
compatibility
/bsd
* Adapted the path of "login" - eventually, telnetd should just use the standard
2007-07-04 22:11:24 +00:00
cpp
GCC 4 fix.
2005-12-11 16:22:51 +00:00
glibc
Merged changes from branch build_system_redesign at revision 14573.
2005-10-29 16:27:43 +00:00
gnu
…
legacy
/network
setsockopt and getsockopt use int as others functions
2006-06-23 14:19:11 +00:00
libs
updated freetype to 2.3.5
2007-08-09 21:33:28 +00:00
os
* Fixed the TODO added by Ingo in r21957: locking the application didn't even make any
2007-08-15 01:06:20 +00:00
posix
* fix ticket
#1365
, isinf(x) -> isinf(value)
2007-08-08 09:14:38 +00:00
private
Added some debug output to PicturePlayer. Since checking the table size for every op is very slow, now we do that only at the beginning, and use a custom op table if needed. The best case (which is the one used when drawing a picture with BView::DrawPicture()) is very fast since it only requires one check.
2007-08-16 09:14:03 +00:00
tools
…