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
Commit message (
Expand
)
Author
Age
Files
Lines
*
win: implement Env
rev1
Sam Anthony
2024-08-28
1
-0
/
+12
*
synchronize shared win data
Sam Anthony
2024-08-28
1
-23
/
+48
*
rename attachHandler to killer, attachable to victim
Sam Anthony
2024-08-28
5
-71
/
+81
*
win: rename Option to WinOption
Sam Anthony
2024-08-28
1
-34
/
+34
*
move functionality of makeEventsChan() to external library
Sam Anthony
2024-08-24
8
-94
/
+47
*
adapt scroller to new layout design
Sam Anthony
2024-08-24
3
-142
/
+127
*
adapt grid to new layout design
Sam Anthony
2024-08-24
2
-7
/
+5
*
implement new layout design
Sam Anthony
2024-08-24
9
-292
/
+424
*
move win to gui package
Sam Anthony
2024-08-24
3
-97
/
+90
*
rename MakeEventsChan -> makeEventsChan
Sam Anthony
2024-08-24
3
-5
/
+5
*
test attachHandler
Sam Anthony
2024-08-22
5
-7
/
+148
*
kill: reorder interface declarations
Sam Anthony
2024-08-22
1
-6
/
+6
*
simplify killer interface
Sam Anthony
2024-08-22
3
-47
/
+45
*
layout diagram
Sam Anthony
2024-08-21
2
-0
/
+465
*
mux: tests
Sam Anthony
2024-08-21
1
-0
/
+225
*
mux: adapt to new Env interface
Sam Anthony
2024-08-21
1
-74
/
+146
*
explicit and graceful Env shutdown with attach/kill
Sam Anthony
2024-08-21
2
-6
/
+78
*
revamp layout.Mux
Sam Anthony
2024-08-17
1
-98
/
+72
*
move shared data structures to external module
Sam Anthony
2024-08-17
3
-58
/
+8
*
layout/scroller: remove superfluous variable
Sam Anthony
2024-08-17
1
-2
/
+1
*
layout/mux: rename env variables
Sam Anthony
2024-08-17
1
-9
/
+9
*
remove examples/layout executable
Sam Anthony
2024-08-17
1
-0
/
+0
*
Merge remote-tracking branch 'keitio/master'
Sam Anthony
2024-08-17
15
-0
/
+1024
|
\
|
*
Made the layout package actually usable
Clement Benard
2019-08-07
13
-145
/
+420
|
*
now working
Clement Benard
2019-07-15
4
-8
/
+4
|
*
Easier and more idiomatic Layout initializing
Clement Benard
2019-07-15
8
-207
/
+133
|
*
Somehow added the wrong file, fix that
Clement Benard
2019-07-12
2
-0
/
+60
|
*
Better separation between Layout and Mux
Clement Benard
2019-07-12
7
-127
/
+114
|
*
Added SplitFunc type, documented everything exported
Clement Benard
2019-07-11
3
-50
/
+66
|
*
Documenting, bug fixing and refactoring to be more in line with the project.
Clement Benard
2019-07-09
3
-26
/
+43
|
*
better Mux and Env handling in layout
Clement Benard
2019-07-09
5
-38
/
+44
|
*
Layout system remaking
Clement Benard
2019-07-09
7
-273
/
+446
|
*
added layout basics
Clement Benard
2019-07-04
6
-0
/
+568
*
|
gofmt
Sam Anthony
2024-08-16
2
-5
/
+8
*
|
close channel
Sam Anthony
2024-08-16
1
-0
/
+1
*
|
rename server to sharedVal
Sam Anthony
2024-08-15
3
-60
/
+59
*
|
mux: manage eventsIns without mutex
Sam Anthony
2024-08-15
1
-48
/
+36
*
|
mux: store last resize without mutex
Sam Anthony
2024-08-15
2
-12
/
+69
*
|
add example executables to .gitignore
Sam Anthony
2024-08-14
1
-0
/
+3
*
|
create go module
Sam Anthony
2024-08-14
2
-0
/
+24
|
/
*
Merge pull request #7 from Id405/without-monitor
HEAD
master
Michal Štrba
2019-05-22
1
-4
/
+34
|
\
|
*
fixed formatting
8o7wer
2019-05-20
1
-7
/
+7
|
*
Update win.go
Id405
2019-05-10
1
-3
/
+3
|
*
Update win.go
Id405
2019-05-10
1
-2
/
+2
|
*
Delete monitor.go
Id405
2019-05-10
1
-42
/
+0
|
*
Fixing w.ratio going under zero and causing a divide by zero exception
8o7wer
2019-05-10
1
-0
/
+30
|
*
Adds the ability to get monitor information through win.GetPrimaryMonitor()
8o7wer
2019-05-10
1
-0
/
+42
|
*
Revert "Added the ability to get width, height, and refresh rate from the mon...
8o7wer
2019-05-10
2
-72
/
+0
|
*
Added the ability to get width, height, and refresh rate from the monitor thr...
8o7wer
2019-05-10
2
-0
/
+72
|
/
*
README: add the Credits section (sorry Tori)
faiface
2019-05-09
1
-0
/
+4
[next]