Commit Graph

19 Commits

Author SHA1 Message Date
4am 25bde6bc2c add WGResetView 2018-04-01 22:24:13 -04:00
4am 39f6a9106a add WGClearPendingClick 2018-03-31 11:49:58 -04:00
4am 9d33b9257a add WGPendingClick to MLI 2018-03-31 11:28:27 -04:00
4am b8ca8dd6d4 add WGGetState 2018-03-26 19:35:55 -04:00
4am d3cad7db22 add WGReset 2018-03-03 09:46:36 -05:00
4am 39101de3b4 add support for radio buttons 2018-02-28 15:43:14 -05:00
4am 419d3aad53 WGSetContentWidth and Height fixups 2018-02-26 18:32:29 -05:00
blondie7575 c4035b83ef Added WGSetContentWidth and WGSetContentHeight 2018-02-26 12:32:54 -08:00
blondie7575 80f6662ede Moved WeeGUI to HGR2 in memory
Trying to co-exist with ProDOS, BASIC.SYSTEM and Applesoft at the top of memory was giving me too many gray hairs. WeeGUI apps shouldn’t need the HGR2 page, so we’re going to live there from now on.
2018-01-06 17:50:22 -08:00
blondie7575 23272a30fd Moved WeeGUI down, clear of BASIC.SYSTEM’s buffer
Temporarily removed memory map management, pending more evaluation of the right way to do that.
2017-12-22 15:57:55 -07:00
blondie7575 5cb58f44dc Added support for raw bytes in view titles 2017-12-21 15:50:50 -08:00
Mark Pilgrim ff4f555ccd feedback from pull request 1 2015-07-18 09:51:47 -05:00
Mark Pilgrim b04af05f79 add progress bar view 2015-07-17 23:38:48 -05:00
Quinn Dunki 05200b8ec2 Cleanup and small bug fixes 2015-02-01 16:05:30 -08:00
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
Quinn Dunki 639ba927fc Bug fixes
- Added Exit routine for cleaning up text state and memory allocation
- Quitting no longer leaves BASIC in inverse sometimes
- Quitting now cleans up ProDOS memory properly
- Added Applesoft API for Exit
2015-01-16 08:18:19 -08:00
Quinn Dunki 421835ce66 Polish & Docs
- Removed &NRML and &IVER (not needed)
- WeeGUI's memory pages are now reserved in ProDOS's page allocation scheme, to protect us from file operations and such
- Renamed various files to be more friendly
- Cleaned up the disk image
- First draft of documentation
2015-01-02 16:01:38 -08:00
Quinn Dunki 5d00c3286c - More code size optimization
- Reimplemented Print unit test
- Made it easier to exclude AppleSoft API if desired
2014-10-13 19:12:14 -07:00
Quinn Dunki fd53a53a85 - Implemented most of MLI
- Code cleanup
- GUIDEMO is now the demo for the MLI
2014-10-11 16:12:15 -07:00