Woopsi A new version of Ant512's Woopsi, a handy windowing system for creating homebrew user interfaces for the Nintendo DS is now out folks.
A
Fixes:
Screen flipping/ordering does not occur if only one screen is visible.
Removed ability to set font draw colour/monochrome from font classes; replaced with explicit "colour" parameter to all draw methods
Woopsi Ant512's handy windowing system for creating homebrew user interfaces for the Nintendo DS has recently received a new update. Tagged asversion 1.1, the latest Woopsi update brings the following fixes and improvements:Changelog:
Fixes:
Slider arrow buttons work correctly.
WoopsiString::compareTo() returns s8 instead of s32
Woopsi Ant512's handy GUI library for creating homebrew user interfaces for the Nintendo DS has received a new update today, bringing the version of Woopsi to 0.99.6.Developer's note:
A
Other than a few minor enhancements to the Debug class, this release just contains bug fixes.
There are a couple of points to note about this release
Woopsi Homebrew coder ant512 is back to update Woopsi, a handy GUI library for creating homebrew user interfaces for the Nintendo DS. Woopsi 0.99.4 is mainly a bug fix release to correct some issues from the previous versions. Changelog:
Fixes:
All makefiles no longer create .ds.gba and .sc.nds binaries.
Fonts include doxygen comments
Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.
A
Changelog:
Fixes:
WoopsiString::compareTo() no longer inlined (fixes SF bug 3017420).
Moved unused FixedWidthFontBase class into extras directory
Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.Changelog:Fixes:- Replaced code in clipping Gadgets : : clipRectToHierarchy () with call to newRect functions.- PackedFont16 : renderChar () abort Correctly If There is Nothing to render( Lakedaemon )
Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.Changelog:Fixes:- Rewrote SliderVertical and SliderHorizontal again to improve accuracy.- Removed jumpGrip() from all slider gagdets.- Added setValueWithBitshift() to all slider gadgets
Woopsi Developer's note:
A
This version has had a significant version bump because it is considered complete. I'm holding off from releasing version 1.0 partly to ensure that the documentation is done and partly to allow time for any bug reports
Woopsi Developer's note:
A
This version adds support for a "drop" event to enable drag-and-drop functionality. The ScrollingPanel has been refactored to fix the bugs spotted by DoZ. It includes a new ColourPicker gadget supplied by Mark Adamson that allows a colour to be chosen by manipulating RGB sliders