Commit Graph

25 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 92e32ec963 actually add WGPendingClick 2018-03-31 11:32:17 -04:00
4am b8ca8dd6d4 add WGGetState 2018-03-26 19:35:55 -04:00
Peter Ferrie 258987b04f a bit smaller code 2018-03-07 14:38:22 -08:00
Peter Ferrie a81df445d3 more consistent formatting 2018-03-07 13:34:35 -08:00
Peter Ferrie 91515d510d rename file and document 65816 detection 2018-03-06 15:13:14 -08:00
Peter Ferrie 784d6bc984 support IIGS mouse 2018-03-05 22:00:06 -08:00
4am 2acc9e286f WGReset fixup 2018-03-03 10:26:27 -05: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 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 f72a85e802 Added Applesoft API to get selected view
- Also combined WIPE/ERASE APIs into one
2017-12-31 14:23:58 -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 7e410bc304 Documentation polish 2015-03-14 11:29:49 -07:00
Quinn Dunki 666083762f HIMEM now set properly to protect weegui code 2015-02-13 08:10:54 -08:00
Quinn Dunki 0c12da7c89 Scrolling fixes
- Fixed window titles rendering in wrong coordinate space
- Fixed superfluous redrawing caused by scroll arrow clicking
2015-02-03 13:11:22 -08: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