Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Phone Memory Optimizer
Spb Mobile Shell
PalmKeeper
Scriptify - Firefox Addon
Google Play Store
Mojo GBA Emulator
OCLF (One Click Lag Fix)
Learn SEO Interview Q A
emDos Reference for Pocket PC 2002 / 2003
JADE Android
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
Woopsi




Woopsi
Version: 0.27 Demo

Platforms: Mobile Gaming, NDS


Categories: Programming & Development

Upload date: 16 Jan 12

Developer:

License: Freeware

Downloads: 8

File Size: 463 Kb
Download Free Woopsi 



Rating: 0.0/5 (Total votes: 0)




  Woopsi Ant512 has released a new version of Woopsi, now called Woopsi v0.27. For those who haven't heard of it, Woopsi v0.27 is a GUI Development Library based on the AmigaOS windowing system. In other words, it helps coders make user interfaces for their homebrew projects.

Below, you'll find the full changelog for the application, as well as download links for the source and the demo of the application. We invite all the DS coders out in QJ land to try out this new version. In the meantime, learn about the extensive changes below!

Fixes:

* Renamed "font" to "sysfont".
* Moved font includes out of "all_gfx.h".
* Removed font inheritance (problematic with many gadgets).
* Made font an optional parameter in all gadget constructors.
* Removed font from constructors of window border gadgets that do not use a font.
* Woopsi height based on top screen offset instead of an arbitrary number.
* Private class members set to protected where appropriate.
* "Gadget::setBorderless()" now invalidates rect cache.
* Removed "Gadget::removeGadget()" function (request 1846590).
* "Window::createBorder()" sets border focus correctly.
* Window border gadgets base their colour on the parent's active flag rather than by abusing the focus system and their own active flags.
* GraphicsPort was using SCREEN_WIDTH instead of _bitmapWidth when blitting bitmaps.
* Fonts work with const u16* bitmap data instead of plain u16*.
* Woopsi clears its background correctly when a screen closes.
* Gadgets draw only those regions not obscured by children (previously broken by switch to region caching).
* Gradient cache uses new instead of malloc.
* Removed support for external bitmaps from SuperBitmap.
* Renamed Gadget::getRectClippedToParent to Gadget::getRectClippedToHierarchy.
* Making a gadget invisible makes its children invisible.
* Fixed off-by-one error in Gadget::checkCollision() functions.
* Fixed gadget-space to display-space co-ordinate problem in GraphicsPort clipping routines.
* Removed GraphicsPort::clipXORRect() and replaced with bugfixed alternative.
* Various functions in Gadget class now check isVisible() instead of _flags.visible.
* focus() functions ignore the call unless the gadget is not active.
* GraphicsPort will no longer draw to deleted/invisible gadgets.
* Tidied up ambiguities in Gadget::closeChild().
* Gadget::closeChild() function setting the active gadget pointer to top gadget in the stack, but the top gadget could have been the gadget being closed.
* Fixed same problem in Gadget::hideChild().

New Features:

* Added static system font routines to Woopsi class.
* Gadgets automatically use system font if no font specified (bug 1846003).
* Added "floodFill()" function to SuperBitmap (request 1816931).
* Added "drawBitmap()" function to SuperBitmap (request 1813792).
* Added "newBitmapGraphicsPort()" function to SuperBitmap.
* Added "setFont()" function to Text.
* Split Screen class into ScreenBase, AmigaScreen and SimpleScreen classes.
* Added "permeable" flag to gadgets - if set to "true", child gadgets can be dragged to exceed the borders of their parents (ie. windows can be dragged off-screen).
* Gadget::getRectClippedToHierarchy clips to entire ancestor tree.
* Gadget::moveTo() enforces permeability of parent gadgets.
* Gadget::resize() enforces permeability of parent gadgets.
* Window::resize() enforces permeability of parent gadgets.
* Changed VBL events so gadgets must register with Woopsi to receive them (request 1847147).
* Centralised gadget deletion queue handling into static Woopsi functions.
* Added Gadget::hideChild() function.
* Added VBL counting and static getVBLCount() function to Woopsi class (request 1847147).
* Split Window class into WindowBase, AmigaWindow and SimpleWindow classes.
* Added text output methods with colour parameter to GraphicsPort and SuperBitmap classes.

 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

WinFontGenerator 0.1WinFontGenerator 0.1
WinFontGenerator 0.1 Homebrewer Overkill might have "overdone" it this time with the release of his WinFontGenerator 0.1 For DS. According to Overkill himself, this new utility he has created is basically to generate a customized font's sprite. This is his first version so a little bump here and there should be expected
devkitARM r24 (Windows)devkitARM r24 (Windows)
devkitARM r24 (Windows) Interrupt initialisation is now done before main including enabling the vblank interrupt. Since the functions to do this are common to most if not all homebrew apps we decided to simplify things rather than adding extra initialisation in user code for the FIFO based command system. Calling irqInit in main will currently break your code
Volumetric Shadow DemoVolumetric Shadow Demo
The "Volumetric Shadow Demo" is an NDS graphics hardware technology demo, which is mainly targeted towards new NDS developers, who want to see how to activate and utilize some of the NDS' graphics hardware features
libgba 20060720 Update - Sourcelibgba 20060720 Update - Source
libgba 20060720 Update - Source from devkitPro today are libgba and libnds libraries updates, which brings more compatibility between the two and making coding for both platform easier. Macros from libgba have now been added to libnds and changes (most apparent of which are in the interrupt system) have been implemented on libgba
DSLuaDSLua
This download features the GBFS version of DSLua v0
WarlorDS source codeWarlorDS source code
WarlorDS source code B2 has released Nintendo DS homebrew developer Lobo's source code for his strategy game WarlorDS. This code is free to use for anyone who wishes to do so as long as they give credit to the developer.This release had b2 cleaning up classes with a few unit merges thrown in for good measure
Motor 3D - Nitro Engine V 0.1Motor 3D - Nitro Engine V 0.1
Antoniond is working on a new 3D engine for Nintendo DS
devkitARM 19b for LinuxdevkitARM 19b for Linux
devkitARM 19b for Linux devkitPro has released another bugfix for the popular homebrew development kit.Here's a rundown of what's new:This release fixes the malloc problems with GBA code. The elf2flt code has now been removed due to user issues and the minor fact that it no longer works with an arm-eabi target. Some minor fixes have been made in the newlib stdio patches
ScummVM DS 0.13.1ScummVM DS 0.13.1
ScummVM DS 0.13.1 ScummVM 0.13.1 beta1 released for testing! Please test this new beta version of ScummVM, and post your results here. It would be good to know which games you have tested. If you have problems with this build, please post the details in the thread for this build on the ScummVM forums at http://forums.scummvm
NightFox's LibNightFox's Lib
NightFox's Lib Homebrew developer NightFox has updated his NightFox's Lib, a feature-packed library that aims to help aspiring DS developers to create homebrewed games and applications. A  Changelog: Optimized NF_SpriteFrame(); function. Removed WIFI functions of the main library. Now distributed in a library separately
 

Comments on Woopsi:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if Woopsi supports it
 
 
© Pantich 2009 - 2025 All rights reserved.