A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki 0fe5765c45 Support for removing views
- Added WGDeleteView and &KILL
- Added WGEraseView and &WIPE
- Fixed focus iteration code to handle unallocated views in the middle of the list
2015-01-24 17:17:38 -08:00
docart Updated table images 2015-01-19 14:02:29 -08:00
WeeGUI.xcodeproj Polish & Docs 2015-01-02 16:01:38 -08:00
.gitignore Removed HTML character tables 2015-01-19 13:54:16 -08:00
AppleCommander.jar
applesoft.s Support for removing views 2015-01-24 17:17:38 -08:00
asmdemo.s Bug fixes 2015-01-16 08:18:19 -08:00
Documentation.html New HTML version of documentation 2015-01-19 12:09:57 -08:00
Documentation.md Support for removing views 2015-01-24 17:17:38 -08:00
LICENSE
macros.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
Makefile Polish & Docs 2015-01-02 16:01:38 -08:00
memory.s - Fixed mashing mouse buttin causing Applesoft GOSUBs to fail intermittently 2015-01-14 13:29:12 -08:00
mouse.s - Fixed mouse clicks not being detected unless mouse moved recently 2014-10-25 12:28:41 -07:00
painting.s Minor cleanup 2015-01-01 15:56:32 -08:00
ReadMe.md Support for removing views 2015-01-24 17:17:38 -08:00
rects.s FillRect now supports 1x1 rects 2015-01-16 21:03:11 -08:00
switches.s - Fixed parameter-less AppleSoft commands 2014-09-16 14:04:05 -07:00
unit_test.s - More code size optimization 2014-10-13 19:12:14 -07:00
utility.s - More code size optimization 2014-10-13 19:12:14 -07:00
V2Make.scpt Polish & Docs 2015-01-02 16:01:38 -08:00
views.s Support for removing views 2015-01-24 17:17:38 -08:00
WeeGUI_MLI.s Support for removing views 2015-01-24 17:17:38 -08:00
weegui.dsk Support for removing views 2015-01-24 17:17:38 -08:00
weegui.s Support for removing views 2015-01-24 17:17:38 -08:00
zeropage.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00

Known issues

  • Hitting Reset during a WeeGUI application will leave your Apple II in an unsafe state
  • Calling WGEraseView on a view that shares border rendering with other views will require manually redrawing those views.

To Do:

  • Delete view feature
  • Factor out mouse driver
  • Standardize naming of functions
  • Write sample code
  • Update side effects in assembly API