index
:
gui
layout
layout2
master
rev1
Super minimal, rock-solid foundation for concurrent GUI in Go.
Sam Anthony, Michal Štrba
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename attachHandler to killer, attachable to victim
Sam Anthony
2024-08-28
1
-6
/
+6
*
move functionality of makeEventsChan() to external library
Sam Anthony
2024-08-24
1
-10
/
+7
*
rename MakeEventsChan -> makeEventsChan
Sam Anthony
2024-08-24
1
-2
/
+2
*
test attachHandler
Sam Anthony
2024-08-22
1
-1
/
+1
*
simplify killer interface
Sam Anthony
2024-08-22
1
-18
/
+24
*
mux: adapt to new Env interface
Sam Anthony
2024-08-21
1
-74
/
+146
*
move shared data structures to external module
Sam Anthony
2024-08-17
1
-5
/
+7
*
gofmt
Sam Anthony
2024-08-16
1
-4
/
+7
*
rename server to sharedVal
Sam Anthony
2024-08-15
1
-8
/
+7
*
mux: manage eventsIns without mutex
Sam Anthony
2024-08-15
1
-48
/
+36
*
mux: store last resize without mutex
Sam Anthony
2024-08-15
1
-12
/
+17
*
change event strings to event types
faiface
2019-05-09
1
-6
/
+4
*
mux: simplify delivering the last resize event
faiface
2019-05-07
1
-11
/
+8
*
minor
faiface
2019-05-07
1
-1
/
+2
*
typo
faiface
2019-05-07
1
-1
/
+1
*
add Mux docs
faiface
2019-05-07
1
-0
/
+10
*
mux: make sure to always correctly deliver resize event
faiface
2019-05-07
1
-3
/
+3
*
mux: fix not delivering resize correctly sometimes
faiface
2019-05-07
1
-0
/
+13
*
mux: fix a bug and document it very well
faiface
2019-05-03
1
-3
/
+24
*
make Env an interface (instead of a struct)
faiface
2019-05-02
1
-4
/
+12
*
revamp the whole thing for a fresh new start
faiface
2019-05-02
1
-0
/
+86