Releases: dborth/libgui
Releases · dborth/libgui
Release list
Pre-release
fix build
1.07 - June 28, 2026
- Bugfix for virtual keyboard space key (missing null termination) (retro100)
- Updated build config for newer bin2o/devkitPPC header generation (Spotlight)
- Added WiiU Controller (libwiidrc) input support, split headers and began C++11 conversion, fixed optionbrowser/demo issues and truncation/unused-parameter warnings (Carsten Teibes)
- Added README.md (bladeoner)
- Fixed FreeType/portlibs linking order (meta)
- Fixed on-screen keyboard issues, bumped GUI thread memory, removed custom FreeType dependency, compressed images and fixed sRGB profile, updated makefile for current devkitPPC, silenced a compiler warning (dborth)
1.06 - July 22, 2011
- Compatibility with devkitPPC r24 and libogc 1.8.7
- Minor bug fixes and optimizations
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