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
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix compiler errors
Sam Anthony
12 days
1
-3
/
+4
*
win: implement new Env interface
Sam Anthony
2026-02-25
2
-76
/
+102
*
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
*
change event strings to event types
faiface
2019-05-09
2
-59
/
+127
*
minor
faiface
2019-05-07
1
-11
/
+11
*
win: another hiDPI fix
faiface
2019-05-07
1
-1
/
+1
*
add mouse scrolling docs
faiface
2019-05-06
1
-1
/
+2
*
win: fix mouse move position on hiDPI
faiface
2019-05-06
1
-1
/
+1
*
win: fix mouse position on hiDPI
faiface
2019-05-06
1
-8
/
+9
*
win: fix macOS retina problem
faiface
2019-05-06
1
-1
/
+16
*
win: add mo/scroll event
faiface
2019-05-06
1
-0
/
+4
*
Win: add warning about not supporting multiple windows yet
faiface
2019-05-05
1
-0
/
+2
*
Win: remove duplicate key strings from doc
faiface
2019-05-05
1
-2
/
+1
*
Win: make docs on key strings more readable
faiface
2019-05-05
1
-6
/
+6
*
remove key constants, represent keys as strings
faiface
2019-05-04
1
-53
/
+68
*
add some documentation
faiface
2019-05-03
1
-1
/
+68
*
make Env an interface (instead of a struct)
faiface
2019-05-02
1
-3
/
+2
*
revamp the whole thing for a fresh new start
faiface
2019-05-02
1
-24
/
+54
*
win: adapt to new layout interface
faiface
2017-09-01
1
-67
/
+51
*
layout: change EventDrawer Draw to accept a draw function instead of returnin...
faiface
2017-08-31
1
-7
/
+6
*
start over, concurrency full on
faiface
2017-08-29
1
-128
/
+59
*
win: optimize opengl flushing
faiface
2017-08-25
1
-12
/
+28
*
win: stricter channel directions
faiface
2017-08-24
1
-8
/
+8
*
win: minor change
faiface
2017-08-24
1
-4
/
+4
*
win: more solid events -> handlers -> flushing concurrency handling
faiface
2017-08-23
1
-84
/
+176
*
win: more solid events -> handlers -> flushing concurrency handling
faiface
2017-08-23
1
-43
/
+0
*
win: pass full rectangle through resize event
faiface
2017-08-19
1
-1
/
+1
*
win: use event.Sprint
faiface
2017-08-19
1
-9
/
+1
*
win: rename event "wi/resize" -> "resize"
faiface
2017-08-19
1
-1
/
+1
*
win: clean up mainthread event handling
faiface
2017-08-19
2
-22
/
+19
*
win: fix flushing empty rect
faiface
2017-08-19
1
-0
/
+3
*
win: close is just event, doesn't close window
faiface
2017-08-19
1
-2
/
+1
*
win: weird fixes, will clean up
faiface
2017-08-19
1
-5
/
+11
*
win: minor change
faiface
2017-08-18
1
-27
/
+27
*
win: fix resizing
faiface
2017-08-18
1
-28
/
+41
*
add win package
faiface
2017-08-18
2
-0
/
+227