Skip to content

Releases: dborth/libgui

Pre-release

Pre-release Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 May 20:16
fix build

1.07 - June 28, 2026

Choose a tag to compare

@dborth dborth released this 21 Aug 04:49
  • 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

Choose a tag to compare

@dborth dborth released this 21 Aug 04:50
  • Compatibility with devkitPPC r24 and libogc 1.8.7
  • Minor bug fixes and optimizations

1.05 - October 16, 2009

Choose a tag to compare

@dborth dborth released this 20 Jun 01:15
  • 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

Choose a tag to compare

@dborth dborth released this 20 Jun 01:16
  • 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

Choose a tag to compare

@dborth dborth released this 20 Jun 01:16
  • 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

Choose a tag to compare

@dborth dborth released this 20 Jun 01:16
  • 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

Choose a tag to compare

@dborth dborth released this 20 Jun 01:16
  • Changed default sound format to 16bit PCM 48000
  • Added loop option for OGG sound playback

1.00 - April 4, 2009

Choose a tag to compare

@dborth dborth released this 20 Jun 01:16
  • Initial release