A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki 6dc82fe5b5 Minor cleanup
- Code cleanup
- Fixed mouse not working on checkboxes with no callback
2015-01-01 15:56:32 -08:00
WeeGUI.xcodeproj - Implemented most of MLI 2014-10-11 16:12:15 -07:00
.gitignore Minor cleanup 2015-01-01 15:56:32 -08:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
applesoft.s - More code compression 2014-10-14 13:06:38 -07:00
gui.s - Fixed a bug where the first click on a button wouldn't highlight it 2014-10-17 11:08:14 -07:00
guidemo.dsk - Fixed mouse clicks not being detected unless mouse moved recently 2014-10-25 12:28:41 -07:00
guidemo.s Minor cleanup 2015-01-01 15:56:32 -08:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
macros.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
Makefile - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
memory.s - More code size optimization 2014-10-13 19:12:14 -07: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 Minor cleanup 2015-01-01 15:56:32 -08:00
rects.s - Fixed a bug where mouse wouldn't initialize until a WGPlot was encountered 2014-10-25 12:01:14 -07: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 - Added a non-blocking version of GET to AppleSoft 2014-10-01 15:53:20 -07:00
views.s Minor cleanup 2015-01-01 15:56:32 -08:00
WeeGUI_MLI.s - More code size optimization 2014-10-13 19:12:14 -07:00
zeropage.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00

Known issues

  • Negative cursor positions unsupported
  • Positive scroll values unsupported
  • Hitting Reset in app that uses windows and desktop (no mouse needed) seems to mess up screen holes for Disk II
  • Mashing a button with mouse in Applesoft will cause Undefined Statement error
  • Repainting a view while the mouse cursor is on it will cause artifacts when mouse moves
  • Quitting sometimes leaves BASIC in inverted text mode
  • Quitting with button highlighted leaves us in inverted text mode

To Do:

  • Make WGFillRect support 1 height and 1 width
  • If called in inverse mode, clear screen clears inverse