index
:
go.wit.com/gui.git
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
/
toolkit
Age
Commit message (
Expand
)
Author
2023-04-06
correctly deprecate *widget to plugins
Jeff Carr
2023-04-06
andlabs: callback is now safe through a go channel
Jeff Carr
2023-04-06
andlabs: use callback channel for window close
Jeff Carr
2023-04-06
gocui: resize works on textbox's
Jeff Carr
2023-04-06
gocui: callbacks work via a channel
Jeff Carr
2023-04-06
gogui: checkboxes
Jeff Carr
2023-04-06
gocui: more or less correct sizes
v0.7.7
Jeff Carr
2023-04-06
gocui: ready for 0.7.6
v0.7.6
Jeff Carr
2023-04-06
gocui: next step hide junk
Jeff Carr
2023-04-06
gocui: more size calculations
Jeff Carr
2023-04-05
gocui: more almost working
Jeff Carr
2023-04-05
gocui: it might actually work
Jeff Carr
2023-04-05
gocui: don't try to draw on add()
Jeff Carr
2023-04-05
more fixes
Jeff Carr
2023-04-05
gocui: close to fixing tab coords
Jeff Carr
2023-04-05
gocui: store more in w.gocuiSize.
Jeff Carr
2023-04-05
gocui: window and tab position kinda correct
Jeff Carr
2023-04-05
gocui: more dumb and broken attempts at fixing this code
Jeff Carr
2023-04-05
gocui: s/realSize/gocuiSize/
Jeff Carr
2023-04-05
gocui: rework spacing logic
Jeff Carr
2023-04-04
I can't add
Jeff Carr
2023-04-04
minor reorg
Jeff Carr
2023-04-04
gocui: grid resize
Jeff Carr
2023-04-04
gocui: use (w,h) and avoid (x,y) names
Jeff Carr
2023-04-03
gocui: simple grid working
Jeff Carr
2023-04-03
gocui: more size debugging
Jeff Carr
2023-04-03
gocui: debugging logical sizes
Jeff Carr
2023-04-03
gocui: more color cleanups
Jeff Carr
2023-04-03
gocui: working towards correct layout
Jeff Carr
2023-03-30
'hide' and 'show' works in gocui
Jeff Carr
2023-03-29
add semi-working gocui
v0.7.4
Jeff Carr
2023-03-23
Squashed commit of the following:
v0.7.3
Jeff Carr
2023-03-12
Squashed commit of the following:
Jeff Carr
2023-03-03
release as v0.6.5
v0.6.5
Jeff Carr
2023-03-01
lots cleaner code between the plugin
v0.6.1
Jeff Carr
2023-02-25
The debugging window is finally useful
Jeff Carr
2022-11-14
setup building without plugins on windows
v0.5.1
Jeff Carr
2022-11-13
Massive refactor to use go plugins. This is neat.
Jeff Carr
2022-11-09
cleanup of the example commands. more plugin work
v0.4.6
Jeff Carr
2022-11-06
Implement a early AddButton() via a golang plugin
v0.4.5
Jeff Carr
2022-11-06
start trying to make the tookits plugins
v0.4.3
Jeff Carr
2022-11-05
v0.4.2 more code cleanups and improvements
v0.4.2
Jeff Carr
2022-10-21
v0.4.1 set sane toolkit default look and feel
v0.4.1
Jeff Carr
2022-10-20
Squashed commit of the following:
Jeff Carr
2022-10-19
Refactor to 'gui/toolkit/'
Jeff Carr
2022-10-17
GROUP: implement 'group' in toolkit/
Jeff Carr
2022-10-17
DEMO: change the toolkit demo to not use 'tabs'
Jeff Carr
2022-10-17
DEMO: add andlabs/ui demo window
Jeff Carr
2022-10-16
fix andlabs.ui.NewLabel()
Jeff Carr
2022-10-16
Add slander and spinbox in toolkit/andlabs
Jeff Carr