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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
8o7wer
2019-05-10
2
-72
/
+0
|
|
|
|
|
|
monitor through win.GetPrimaryMonitor()." This reverts commit dc5d91b238e9260b2e61224fc8b8cabbb3440323.
*
Added the ability to get width, height, and refresh rate from the monitor ↵
8o7wer
2019-05-10
2
-0
/
+72
|
|
|
|
|
|
through win.GetPrimaryMonitor(). Added the borderless and maximized options.
*
README: add the Credits section (sorry Tori)
faiface
2019-05-09
1
-0
/
+4
|
*
README: fix word
faiface
2019-05-09
1
-1
/
+1
|
*
README: update events info
faiface
2019-05-09
1
-46
/
+36
|
*
change event strings to event types
faiface
2019-05-09
11
-195
/
+212
|
*
examples/imageviewer: rename DrawText to MakeTextImage
faiface
2019-05-07
4
-5
/
+5
|
*
README: change 'package' to 'foundation' in thefirst line
faiface
2019-05-07
1
-1
/
+1
|
*
fix event doc
faiface
2019-05-07
1
-3
/
+3
|
*
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
|
*
minor
faiface
2019-05-07
5
-40
/
+40
|
*
correctly document the resize event
faiface
2019-05-07
2
-3
/
+5
|
*
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
|
*
win: another hiDPI fix
faiface
2019-05-07
1
-1
/
+1
|
*
README: add 'chat on discord' badge
faiface
2019-05-06
1
-1
/
+1
|
*
README: better word
faiface
2019-05-06
1
-1
/
+1
|
*
README: add 'A note on race conditions'
faiface
2019-05-06
1
-0
/
+34
|
*
add mouse scrolling docs
faiface
2019-05-06
3
-3
/
+6
|
*
README: fix typo in link
faiface
2019-05-06
1
-1
/
+1
|
*
README: add examples section
faiface
2019-05-06
1
-0
/
+6
|
*
examples: add running instructions
faiface
2019-05-06
3
-0
/
+13
|
*
examples: add READMEs for the ramaining examples
faiface
2019-05-06
5
-0
/
+42
|
*
examples/imageviewer: add README
faiface
2019-05-06
2
-0
/
+17
|
*
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
|
*
examples/imageviewer: fix import path
faiface
2019-05-06
1
-1
/
+1
|
*
win: fix macOS retina problem
faiface
2019-05-06
1
-1
/
+16
|
*
examples: imageviewer: fix button
faiface
2019-05-06
1
-1
/
+3
|
*
examples: add imageviewer
faiface
2019-05-06
7
-0
/
+608
|
*
win: add mo/scroll event
faiface
2019-05-06
1
-0
/
+4
|
*
README: add 'Why concurrent GUI?' paragraph
faiface
2019-05-05
1
-0
/
+16
|
*
README: add "support multiple windows" to TODO list
faiface
2019-05-05
1
-0
/
+1
|
*
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
|
*
README: fix a typo
faiface
2019-05-04
1
-1
/
+1
|
*
README: add a 'main idea of concurrent GUI' paragraph
faiface
2019-05-04
1
-1
/
+3
|
*
README: add a link to image/draw blog entry
faiface
2019-05-04
1
-0
/
+2
|
*
improve README (better example + one more picture + typo fixes)
faiface
2019-05-04
3
-50
/
+80
|
*
remove key constants, represent keys as strings
faiface
2019-05-04
3
-77
/
+68
|
*
add a godoc badge to README
faiface
2019-05-04
1
-1
/
+1
|
*
add a README
faiface
2019-05-04
3
-1
/
+255
|
*
add some documentation
faiface
2019-05-03
3
-1
/
+145
|
*
add key constants
faiface
2019-05-03
1
-0
/
+21
|
*
mux: fix a bug and document it very well
faiface
2019-05-03
1
-3
/
+24
|
[next]