Commit Graph

54 Commits

Author SHA1 Message Date
Kelvin Sherlock
a8523f5ebd re-organize for setup support 2023-12-31 18:21:22 -05:00
Kelvin Sherlock
3887146361 rect/point/size - replace integer tuples with proper classes so we can do things like center, inset, etc. 2023-12-30 20:42:17 -05:00
Kelvin Sherlock
5f35f7f5b2 window title needs to be explicitly set 2023-12-30 20:41:12 -05:00
Kelvin Sherlock
89c143f715 control -- need to double up the {{ and }} 2023-12-30 20:40:33 -05:00
Kelvin Sherlock
b6867b33c6 add monaco font (missing from standard types.rez) 2023-12-30 20:40:13 -05:00
Kelvin Sherlock
5381f1f064 misc updates that have been sitting on my hard drive for a while. 2023-12-27 10:58:42 -05:00
Kelvin Sherlock
734f9e0056 better formatting for empty char strings. 2020-08-09 00:34:05 -04:00
Kelvin Sherlock
15a232972e fix bug where generated id wasn't remembered. 2020-08-09 00:33:02 -04:00
Kelvin Sherlock
1e77651b0c rItemStruct support 2020-08-09 00:32:43 -04:00
Kelvin Sherlock
352e6e57fb rIcon support. 2020-08-08 18:33:12 -04:00
Kelvin Sherlock
e7e86e8a36 formatting "chars" 2020-08-03 23:42:09 -04:00
Kelvin Sherlock
bfb1d296cc sys.platform="msys" compatibility. 2020-08-03 19:07:17 -04:00
Kelvin Sherlock
fb278a19ab Key -> Modifier 2020-08-03 19:07:00 -04:00
Kelvin Sherlock
09d9718d69 move rToolStartup to a separate file and add typed constants. 2020-08-03 12:50:11 -04:00
Kelvin Sherlock
41ebc1ba0d KeyEquivalent typed structure 2020-08-02 23:00:35 -04:00
Kelvin Sherlock
3de5be69e4 commentary. 2020-08-02 17:29:12 -04:00
Kelvin Sherlock
a9ac738a44 rSoundSample fixes 2020-08-02 17:28:59 -04:00
Kelvin Sherlock
b5f27c5478 fix bug with rResName generation 2020-08-02 17:26:37 -04:00
Kelvin Sherlock
39eb93fa20 rVersion resource. 2020-08-02 15:45:00 -04:00
Kelvin Sherlock
0efd3724ef menu example 2020-08-02 13:40:58 -04:00
Kelvin Sherlock
bf4db17535 cli -x to dump hex 2020-08-02 13:40:48 -04:00
Kelvin Sherlock
b6cf8f1a76 strings - join multiple arguments (so bytes and text can be passed in together) 2020-08-02 13:40:32 -04:00
Kelvin Sherlock
c4c833c898 string examples. 2020-08-02 10:57:22 -04:00
Kelvin Sherlock
feeb5f260e add rectangle example and fix a couple rectangle bugs. 2020-08-02 10:43:26 -04:00
Kelvin Sherlock
629f90bb04 cli - exception traceback 2020-08-02 10:42:15 -04:00
Kelvin Sherlock
306e42e36e 0x vs $ for hex constants in rez code. 2020-08-02 10:41:58 -04:00
Kelvin Sherlock
2ec84d8076 update readme 2020-08-01 23:12:52 -04:00
Kelvin Sherlock
459bf1c2e4 update test file 2020-08-01 23:00:50 -04:00
Kelvin Sherlock
5e5db6d667 fixes. 2020-08-01 23:00:19 -04:00
Kelvin Sherlock
895957c14b rToolStartup 2020-08-01 22:58:53 -04:00
Kelvin Sherlock
19c8bc07ff git ignore 2020-08-01 21:59:38 -04:00
Kelvin Sherlock
90eb9f1004 resource writing code from resound 2020-08-01 21:57:38 -04:00
Kelvin Sherlock
c4c5874edc constants. 2020-08-01 20:39:39 -04:00
Kelvin Sherlock
b9bc4a32e5 adjust rObject constructor parameters 2020-08-01 20:39:02 -04:00
Kelvin Sherlock
8721ce4141 test names and exports 2020-08-01 15:33:40 -04:00
Kelvin Sherlock
fccc237e2b remove dead code 2020-08-01 15:33:31 -04:00
Kelvin Sherlock
284f177299 clean up string formatting code 2020-08-01 15:33:19 -04:00
Kelvin Sherlock
523d3045d2 custom resource ranges 2020-08-01 15:32:35 -04:00
Kelvin Sherlock
a0888b7123 0x formatting, not $ formatting for hex numbers. 2020-08-01 15:31:50 -04:00
Kelvin Sherlock
001d67553b re-arrange a bit to make cli scope management easier. 2020-08-01 12:47:48 -04:00
Kelvin Sherlock
a1398b74e1 rSoundSample via file import and conversion. 2020-08-01 11:59:34 -04:00
ksherlock
d80f0788f7
Create README.md 2020-07-30 12:16:09 -04:00
Kelvin Sherlock
c15d0b394e start working on cli 2020-07-30 01:08:39 -04:00
Kelvin Sherlock
38a0525e7f test file update 2020-07-30 01:08:04 -04:00
Kelvin Sherlock
38813290f3 add a couple more system 6 flags 2020-07-30 01:07:47 -04:00
Kelvin Sherlock
47c8e1c704 improved text encoding 2020-07-30 01:07:02 -04:00
Kelvin Sherlock
cac3129e56 fix list math 2020-07-30 01:06:38 -04:00
Kelvin Sherlock
eb18060010 Static Text Control 2020-07-30 01:06:05 -04:00
Kelvin Sherlock
48860821ee Rectangle Control 2020-07-29 19:30:28 -04:00
Kelvin Sherlock
75b052610a window constants 2020-07-29 19:30:09 -04:00