Commit Graph

184 Commits

Author SHA1 Message Date
blondie7575 a59dea9d11 Merge branch 'master' of https://github.com/blondie7575/WeeGUI 2018-07-22 09:24:46 -05:00
blondie7575 6d2c8c5d95 Added missing ASM sample 2018-07-22 09:24:32 -05:00
blondie7575 2305dc31f3
Merge pull request #26 from a2-4am/master
always set state of activated radio button to 1
2018-04-11 19:45:22 -07:00
4am c95837c15b always set state of activated radio button to 1 2018-04-11 19:14:27 -04:00
blondie7575 3ee5a55b25
Merge pull request #25 from a2-4am/master
fix some minor documentation typos and formatting
2018-04-10 10:41:03 -07:00
4am 294b9502e8 fix some minor documentation typos and formatting 2018-04-10 12:54:17 -04:00
blondie7575 1339014ab2
Merge pull request #24 from a2-4am/master
add WGResetView
2018-04-02 21:04:49 -07:00
4am 25bde6bc2c add WGResetView 2018-04-01 22:24:13 -04:00
blondie7575 f3a72567a0
Merge pull request #23 from a2-4am/master
add WGPendingClick and WGClearPendingClick
2018-03-31 09:35:11 -07: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 3579119f71 Merge remote-tracking branch 'upstream/master'
.
2018-03-31 11:30:01 -04:00
4am 9d33b9257a add WGPendingClick to MLI 2018-03-31 11:28:27 -04:00
blondie7575 b380704b23
Merge pull request #22 from a2-4am/master
add WGGetState
2018-03-26 16:54:56 -07:00
4am b8ca8dd6d4 add WGGetState 2018-03-26 19:35:55 -04:00
blondie7575 45b1173d9f Documentation updates 2018-03-18 11:03:07 -07:00
blondie7575 cf32f7f8c3
Merge pull request #20 from peterferrie/smaller
a bit smaller code
2018-03-08 15:02:59 -08:00
blondie7575 9e8105e435
Merge pull request #19 from peterferrie/mouse
real 65816 format
2018-03-08 14:53:47 -08: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 af7e3884b6 real 65816 format 2018-03-07 13:23:35 -08:00
blondie7575 0f28ef8960
Merge pull request #16 from peterferrie/master
support IIGS mouse
2018-03-06 18:04:52 -08:00
Peter Ferrie 91515d510d rename file and document 65816 detection 2018-03-06 15:13:14 -08:00
blondie7575 782c3b33ca
Merge pull request #17 from a2-4am/master
bugfix for paintWindowTitle
2018-03-06 13:00:02 -08:00
4am 57cf9db87e bugfix for paintWindowTitle 2018-03-06 15:58:34 -05:00
Peter Ferrie 784d6bc984 support IIGS mouse 2018-03-05 22:00:06 -08:00
blondie7575 66f2674d28
Merge pull request #15 from a2-4am/master
refactor WGCreateRadio, add WGReset, refactor raw/non-raw paint loops, various documentation fixes
2018-03-04 11:40:41 -08:00
4am 26a3c27b0a documentation bugfix for WGSetState 2018-03-03 10:50:37 -05:00
4am 79b6984dbf documentation bugfix for DESK/HOME 2018-03-03 10:48:40 -05:00
4am 1b0521d265 consolidate raw and non-raw paint loops 2018-03-03 10:45:03 -05: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 366d765998 refactor WGCreateRadio 2018-03-03 09:31:01 -05:00
blondie7575 053690ba47
Merge pull request #14 from a2-4am/master
refactor WGClearScreen
2018-03-02 12:22:49 -08:00
4am 3c9aee9d6b refactor WGClearScreen 2018-03-02 14:20:17 -05:00
blondie7575 6a8b8652d9
Merge pull request #13 from a2-4am/master
refactor WGDesktop
2018-03-01 20:06:58 -08:00
4am fa635751a6 refactor WGDesktop 2018-03-01 19:59:52 -05:00
blondie7575 ce5eaaed95
Merge pull request #12 from a2-4am/master
bugfix for painting checkboxes with raw titles
2018-03-01 12:20:57 -08:00
4am 5b5841cc31 bugfix for painting checkboxes with raw titles 2018-03-01 10:45:06 -05:00
blondie7575 7647b7f8eb
Merge pull request #11 from a2-4am/master
add support for radio buttons
2018-02-28 21:30:27 -08:00
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