A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki 25e24282b3 - Added view selection and focus states
- Added some API for focus selection
- Fixed a bug in selected view table lookup
- View creation now selects new view
- Refactored and fixed bugs in checkbox rendering
- Checkboxes can now be toggled
- Basic API for view actions
- Convenience routine for painting all views
2014-09-05 20:32:16 -07:00
WeeGUI.xcodeproj - New version of WGPrint that handles scrolling and clipping much better 2014-09-01 11:18:36 -07:00
.gitignore - Added unit test for text scrolling and clipping 2014-09-02 17:43:09 -07:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
gui.s - Added view selection and focus states 2014-09-05 20:32:16 -07:00
guidemo.dsk - Added view selection and focus states 2014-09-05 20:32:16 -07:00
guidemo.lst - Initial commit 2014-08-29 12:19:19 -07:00
guidemo.s - Initial commit 2014-08-29 12:19:19 -07:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
macros.s - Added view selection and focus states 2014-09-05 20:32:16 -07:00
Makefile - Initial commit 2014-08-29 12:19:19 -07:00
memory.s - Added view selection and focus states 2014-09-05 20:32:16 -07:00
painting.s - Painting code for Checkboxes 2014-09-05 16:31:33 -07:00
ReadMe.md - Painting code for button contents, in both states, with titles 2014-09-05 17:14:37 -07:00
switches.s - Initial commit 2014-08-29 12:19:19 -07:00
unit_test.s - Painting code for Checkboxes 2014-09-05 16:31:33 -07:00
utility.s - Painting code for Checkboxes 2014-09-05 16:31:33 -07:00
V2Make.scpt - Initial commit 2014-08-29 12:19:19 -07:00
views.s - Added view selection and focus states 2014-09-05 20:32:16 -07:00

Known issues

  • Negative cursor positions unsupported
  • Positive scroll values unsupported

To Do:

  • Make WGFillRect support 1 height and 1 width