index
:
toolkits/gocui
devel
guimaster
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dropdown.go
Age
Commit message (
Expand
)
Author
2025-02-08
mouse drag was not always right
Jeff Carr
2025-02-08
more usability cleanups
Jeff Carr
2025-02-08
<enter> closes and saves the text from the textbox
Jeff Carr
2025-02-08
more work on the text entry
Jeff Carr
2025-02-08
text entry worked for the first time
Jeff Carr
2025-02-08
stuff
Jeff Carr
2025-02-08
dropdown works again
Jeff Carr
2025-02-08
setting the size of the textbox correctly
Jeff Carr
2025-02-08
textbox opens
Jeff Carr
2025-02-08
dropdown menu works again
Jeff Carr
2025-02-07
maybe fixed wierd clicks on window drag
Jeff Carr
2025-02-07
start closing down crappy color choices
Jeff Carr
2025-02-07
textbox kinda works
Jeff Carr
2025-02-07
code cleanups
Jeff Carr
2025-02-06
basic start of a stubbed out 'textbox' entry box
Jeff Carr
2025-02-06
trying to fix Hidden() to use the parent
Jeff Carr
2025-02-06
dropdown menus are maybe working again
Jeff Carr
2025-02-05
set the node.State.Label on SetText()
Jeff Carr
2025-02-02
finally can drag something else
Jeff Carr
2025-02-01
no more dropdownV
Jeff Carr
2025-02-01
huh. getting somewhere
Jeff Carr
2025-02-01
silence all dropdown menu output
Jeff Carr
2025-02-01
remove dumb old stuff and clean up struct.go
Jeff Carr
2025-02-01
use dumpWidget() where possible
Jeff Carr
2025-02-01
GPL 3.0
Jeff Carr
2025-01-31
add keypress '2' as a debugging tool
Jeff Carr
2025-01-31
lots of work to clean up my old code
Jeff Carr
2025-01-31
almost quiet
Jeff Carr
2025-01-31
more helpful and easier to read debugging output
Jeff Carr
2025-01-31
comments and code rearrangement
Jeff Carr
2025-01-31
the strings show up
Jeff Carr
2025-01-31
toggle on the me.dropdown widget works
Jeff Carr
2025-01-31
got the strings for a dropdown widget (finally. only took me 4 years)
Jeff Carr
2025-01-31
wrapping my head around this code again
Jeff Carr
2024-02-09
debugging cleanups
Jeff Carr
2024-02-07
fix range panic in dropdown menu
Jeff Carr
2024-02-05
need to implement heartbeat
v0.20.0
Jeff Carr
2024-02-03
trying to debug SetText()
Jeff Carr
2024-02-02
dropdown's work
v0.19.2
Jeff Carr
2024-02-02
finds the item chosen from the dropdown list
Jeff Carr
2024-02-02
crippled, but works
Jeff Carr
2024-02-02
rename dropdown related variables
Jeff Carr
2024-02-01
dropdown & combobox's pop up
v0.19.1
Jeff Carr
2024-02-01
restore STDOUT and STDERR on panic()
Jeff Carr