Commit Graph

144 Commits

Author SHA1 Message Date
4am
39101de3b4 add support for radio buttons 2018-02-28 15:43:14 -05:00
blondie7575
690d3f9fca
Merge pull request #10 from a2-4am/master
WGSetContentWidth and Height fixups
2018-02-26 15:39:39 -08:00
4am
419d3aad53 WGSetContentWidth and Height fixups 2018-02-26 18:32:29 -05:00
blondie7575
1e43cda4f8 Merge branch 'master' of https://github.com/blondie7575/WeeGUI 2018-02-26 12:32:59 -08:00
blondie7575
c4035b83ef Added WGSetContentWidth and WGSetContentHeight 2018-02-26 12:32:54 -08:00
blondie7575
87866bd9c3
Merge pull request #9 from a2-4am/master
typos in scrolling documentation
2018-02-07 10:54:56 -08:00
4am
5a2aa1e7ef typos in scrolling documentation 2018-02-07 13:10:20 -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
a08531343e Added &GTSEL to documentation 2017-12-31 14:34:48 -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
f9e2c1b173 Fixed a misleading Applesoft example 2017-12-24 10:46:51 -07:00
blondie7575
d4e09ded5d Fixed parameterless functions failing to parse before colons 2017-12-24 09:08:32 -07:00
blondie7575
46b0009a33 Merge branch 'master' of https://github.com/blondie7575/WeeGUI 2017-12-24 08:55:45 -07:00
blondie7575
2a9945abaf Deleting unallocated views is now safe and harmless 2017-12-24 08:55:38 -07:00
blondie7575
b266fed969
Merge pull request #8 from a2-4am/master
document use of WGSetValue for checkboxes
2017-12-24 07:36:37 -08:00
4am
e152fa3069 document use of WGSetValue for checkboxes 2017-12-24 09:57:49 -05: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
blondie7575
14d8928d17 Updated disk image binary to reflect latest source 2017-12-20 13:15:49 -08:00
blondie7575
2ef6fc01b4 Merge branch 'master' of https://github.com/blondie7575/WeeGUI
# Conflicts:
#	weegui.dsk
2017-12-20 12:41:47 -08:00
blondie7575
5202ddbeb7 Added support for variables in widget titles
Views, buttons, and checkboxes can now all use Applesoft string variables in their title parameters. Hardcoded literals still work as well.

Also generalized the string pool allocator and added support for allocating pascal strings.
2017-12-20 12:41:34 -08:00
blondie7575
a5cf785e74
Merge pull request #7 from a2-4am/master
bugfix: &FILL should support mousetext characters [fixes #6]
2017-12-20 11:01:37 -08:00
4am
03132095c6 bugfix: &FILL should support mousetext characters [fixes #6] 2017-12-20 09:20:54 -05:00
Quinn Dunki
971da7c4da Updated disk image 2016-02-07 18:05:54 -08:00
Quinn Dunki
6c4e254ec1 Documentation updated 2016-02-07 15:32:53 -08:00
Quinn Dunki
9600b99d81 &PRINT now supports Applesoft string variables 2016-02-07 15:30:20 -08:00
Quinn Dunki
3702d0c50d Fixed leading spaces not working in &PRINT 2016-02-07 14:08:35 -08:00
Quinn Dunki
6a08a561e7 Fixed disk image 2015-07-30 19:34:06 -07:00
blondie7575
b3c8ae421f Merge pull request #3 from a2retro/master
Added Makefile.win and updated view.s - swapped #-1 for #FF
2015-07-22 21:23:03 -07:00
Glenn Jones
e20a45f9ec Added MAkefile.win and updated view.s - swapped #-1 for # 2015-07-22 23:02:03 -04:00
blondie7575
d37afac77f Update Documentation.md 2015-07-19 12:15:22 -05:00
blondie7575
45f044b9ef Merge pull request #1 from a2mark/master
Add progress bar view
2015-07-18 14:29:06 -05:00
Mark Pilgrim
ff4f555ccd feedback from pull request 1 2015-07-18 09:51:47 -05:00
Mark Pilgrim
02f282483c restore asmdemo 2015-07-17 23:45:15 -05:00
Mark Pilgrim
b04af05f79 add progress bar view 2015-07-17 23:38:48 -05:00
Quinn Dunki
abbe73c2ad Cleaned up disk image a bit 2015-07-16 16:15:27 -05:00
Quinn Dunki
894dcd5afb Fixed multiple clicks between mouse-moves not being detected on //c 2015-07-16 16:10:27 -05:00
Quinn Dunki
0f6ab21293 Restored deleted basic programs 2015-07-14 18:10:12 -07:00
Quinn Dunki
3ca2fdd06a Restored some delete basic programs 2015-07-14 18:09:52 -07:00
Quinn Dunki
fa51d14fb8 Mouse support is now compatible with the //c 2015-07-11 17:54:39 -07:00
Quinn Dunki
50630a7156 Cleanup 2015-05-23 12:28:10 -07:00
Quinn Dunki
a986b06b7f Updated readme 2015-05-23 12:27:00 -07:00
Quinn Dunki
2b32e09bd7 Documentation polish 2015-05-23 12:15:02 -07: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
42d7777370 Fixed decorated views being keyboard-focusable 2015-02-12 08:02:29 -08:00
Quinn Dunki
97be525f28 More efficient even/odd checking 2015-02-12 08:00:41 -08:00
Quinn Dunki
a76e961f61 More documentation 2015-02-08 18:31:42 -08:00
Quinn Dunki
19657cb959 Added support for frameless views 2015-02-08 18:06:14 -08:00
Quinn Dunki
aa7425b99a Polish to docs and sample code 2015-02-08 17:50:44 -08:00