Releases: dborth/libwiigui
Releases · dborth/libwiigui
[1.06 - July 22, 2011]
[1.05 - October 16, 2009]
* Text alignment corrections * Compatibility with devkitPPC r18 and libogc 1.8.0 * Removed outside dependencies - uses only devkitpro portlibs now * Added grayscale method to image class (thanks dimok!) * Other minor optimizations
[1.04 - August 4, 2009]
* Rewritten ogg player - fixed a crashing bug * Improved text rendering performance * Improved logic for option browser and file browser classes * Onscreen keyboard class improvements * GuiText: Added SetScroll and SetWrap and changed behavior of SetMaxWidth * Other minor GUI logic corrections and code cleanup
[1.03 - May 22, 2009]
* Add file browser class to template - browses your SD card * New images for the template (thanks mvit!) * Add a function to get the parent element
[1.02 - April 13, 2009]
* Fixed letterboxing on PAL * Add STATE_HELD for held button actions (eg: draggable elements) * Now tracks state changes per-remote * Default constructor for GuiImage * Keyboard corrections, added more keyboard keys * Better handling of multiple wiimote cursors on-screen * Added functions for the ability to alter button behavior for all states * Documented GuiTrigger class * Refactor - moved trigger class definition to gui.h
[1.01 - April 5, 2009]
* Changed default sound format to 16bit PCM 48000 * Added loop option for OGG sound playback
[1.00 - April 4, 2009]
* Initial release