Commit | Date | |
---|---|---|
[r3371]
by
kappa1
AppletLoader: fixed flicker on animated gifs using ImageObserver. When image is ready to be drawn it is copied into a buffer image ready to be drawn. Also now supports variable time animated gifs and not limited to drawing only every 100ms. |
2010-07-10 11:56:55 | Tree |
[r3370]
by
spasi
|
2010-07-09 21:46:27 | Tree |
[r3369]
by
kappa1
Display sync modified to allow it to be interrupted. |
2010-07-09 19:37:14 | Tree |
2010-07-09 18:44:31 | Tree | |
2010-07-08 21:12:20 | Tree | |
2010-07-07 12:37:40 | Tree | |
[r3365]
by
spasi
|
2010-07-04 18:24:53 | Tree |
[r3364]
by
spasi
Fix for Linux fullscreen mode problem with Compiz (http://lwjgl.org/forum/index.php/topic,3335.0.html) |
2010-07-04 17:14:33 | Tree |
2010-07-04 14:45:33 | Tree | |
[r3362]
by
kappa1
AppletLoader: Parameters boxbgcolor, boxfgcolor and boxerrorcolor have been added. Previous parameters al_bgcolor, al_fgcolor and al_errorcolor have been removed. Unlike the previous color support now you can specify the color as a string name of any AWT Color ("red", "blue", "yellow", etc), RGB format (0-255, e.g. "255,0,0") or html HEX color (must use leading #, previous didn't need to have the # e.g. "#FF0000"). This is to match the color support of boxbgcolor and boxfgcolor of the java plugin, so now the color is set and appears before the appletloader is even loaded. |
2010-07-04 14:35:41 | Tree |