Jeff Carr
|
9a3f9d0991
|
kinda don't believe it, but maybe new mouseMove()
|
2025-02-01 17:38:10 -06:00 |
Jeff Carr
|
2062060dac
|
hmm. notsure
|
2025-02-01 17:17:32 -06:00 |
Jeff Carr
|
7557486b13
|
found the code and renamed things
|
2025-02-01 17:03:14 -06:00 |
Jeff Carr
|
4dad234532
|
start working on movingMsg
|
2025-02-01 16:50:01 -06:00 |
Jeff Carr
|
3d5ee3f89b
|
this gocui package is really cool
|
2025-02-01 16:44:43 -06:00 |
Jeff Carr
|
2e0465e44a
|
silence all dropdown menu output
|
2025-02-01 15:57:29 -06:00 |
Jeff Carr
|
49f8e1c043
|
dropdown menu selects and changes text again
|
2025-02-01 15:48:28 -06:00 |
Jeff Carr
|
4bc9fa41b7
|
more cleanups
|
2025-02-01 15:19:35 -06:00 |
Jeff Carr
|
96fdfd1338
|
remove dumb old stuff and clean up struct.go
|
2025-02-01 15:15:05 -06:00 |
Jeff Carr
|
8d007ec10d
|
trying to handle Flag widget clicks
|
2025-02-01 14:55:25 -06:00 |
Jeff Carr
|
fdca4d2601
|
finally found the minor missing return lines
|
2025-02-01 14:02:58 -06:00 |
Jeff Carr
|
417b3e5225
|
use dumpWidget() where possible
|
2025-02-01 13:58:53 -06:00 |
Jeff Carr
|
e4f0524bdf
|
lots of code cleanup and debugging work
|
2025-02-01 13:43:51 -06:00 |
Jeff Carr
|
ebb03139bb
|
can't use protobuf in a plugin yet
|
2025-02-01 12:52:25 -06:00 |
Jeff Carr
|
4695ada409
|
oops
|
2025-02-01 12:23:02 -06:00 |
Jeff Carr
|
a78cd82dcd
|
GPL 3.0
|
2025-02-01 11:42:31 -06:00 |
Jeff Carr
|
a8a918655a
|
add keypress '2' as a debugging tool
|
2025-01-31 22:56:05 -06:00 |
Jeff Carr
|
39e851c76c
|
very quiet output now with good debugging options
|
2025-01-31 22:08:29 -06:00 |
Jeff Carr
|
bac14a675b
|
lots of work to clean up my old code
|
2025-01-31 22:08:21 -06:00 |
Jeff Carr
|
b7cd6d07fc
|
hmm. can't figure out where clicks are going
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
f76960c907
|
almost quiet
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
5b39848b64
|
more helpful and easier to read debugging output
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
bbdf7fefbd
|
make keyboard 'f' show what widgets are under the mouse
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
73de9899a8
|
hmm. mouse click detection is better. now what?
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
c348940ca1
|
comments and code rearrangement
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
8a4afa760d
|
the strings show up
Signed-off-by: Jeff Carr <jcarr@wit.com>
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
4aef276b64
|
toggle on the me.dropdown widget works
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
1d32c5da2b
|
got the strings for a dropdown widget (finally. only took me 4 years)
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
9f38585892
|
I'm trying to make this clearer to understand
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
1a1881aa4e
|
name changes after I haven't looked at this code for some time
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
75a5c7bf72
|
wrapping my head around this code again
|
2025-01-31 13:47:45 -06:00 |
Jeff Carr
|
11465e4043
|
ignore patch files
|
2025-01-29 12:28:03 -06:00 |
Jeff Carr
|
57fbbc62ed
|
better debugging output
|
2025-01-29 12:27:10 -06:00 |
Jeff Carr
|
ce11f999f9
|
start moving to protobuf. fix mouse clicks (kinda)
|
2025-01-29 12:27:10 -06:00 |
Jeff Carr
|
a16b53c289
|
start debugging why this doesn't work
|
2025-01-29 12:27:10 -06:00 |
Jeff Carr
|
b5fe1eb8ff
|
standard build rules
|
2024-12-06 01:51:45 -06:00 |
Jeff Carr
|
85f3a08238
|
correct build rules. attempt ldflags VERSION
|
2024-12-05 19:15:34 -06:00 |
Jeff Carr
|
439c6e3b01
|
testing plugins
|
2024-12-05 18:49:22 -06:00 |
Jeff Carr
|
19370790f8
|
todo: fix golang plugin install
Signed-off-by: Jeff Carr <jcarr@wit.com>
|
2024-12-03 00:46:32 -06:00 |
Jeff Carr
|
bab555aa4c
|
notes to trigger build
|
2024-12-02 09:00:40 -06:00 |
Jeff Carr
|
7e2d7f72ef
|
I guess this for now. todo: "package plugin"
|
2024-12-02 05:17:02 -06:00 |
Jeff Carr
|
39eb2e5210
|
add 'make install' for testing
|
2024-12-01 00:50:07 -06:00 |
Jeff Carr
|
bb3802857b
|
try adding //go:plugin to golang
|
2024-11-14 21:48:44 -06:00 |
Jeff Carr
|
c02399708e
|
stdout window much closer
Signed-off-by: Jeff Carr <jcarr@wit.com>
|
2024-11-14 10:05:43 -06:00 |
Jeff Carr
|
aea18d5b65
|
still not right, but better stdout window
|
2024-11-14 09:50:27 -06:00 |
Jeff Carr
|
820f27c0a2
|
use io.Writer
|
2024-11-14 04:59:09 -06:00 |
Jeff Carr
|
15666309ee
|
fakefile writes to stdout window work
Signed-off-by: Jeff Carr <jcarr@wit.com>
|
2024-11-14 04:28:12 -06:00 |
Jeff Carr
|
aae13f2b57
|
more debugging
Signed-off-by: Jeff Carr <jcarr@wit.com>
|
2024-11-14 03:58:18 -06:00 |
Jeff Carr
|
2461df0153
|
output window works with keypress 'L'
Signed-off-by: Jeff Carr <jcarr@wit.com>
|
2024-11-14 03:50:59 -06:00 |
Jeff Carr
|
368c25107a
|
test writes to stdout widget kinda work
|
2024-11-13 21:32:44 -06:00 |