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
*
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
|
*
examples: forgot to cover all tiles in Pexeso example
faiface
2019-05-02
1
-1
/
+1
|
*
examples: add pexeso example
faiface
2019-05-02
1
-0
/
+155
|
*
minor
faiface
2019-05-02
1
-1
/
+1
|
*
small fix
faiface
2019-05-02
1
-1
/
+0
|
*
examples: add paint example
faiface
2019-05-02
1
-0
/
+131
|
*
make Env an interface (instead of a struct)
faiface
2019-05-02
3
-10
/
+17
|
*
revamp the whole thing for a fresh new start
faiface
2019-05-02
5
-47
/
+200
|
*
win: adapt to new layout interface
faiface
2017-09-01
1
-67
/
+51
|
*
layout: simplify the interface even furthur
faiface
2017-09-01
1
-13
/
+6
|
*
layout: change EventDrawer Draw to accept a draw function instead of ↵
faiface
2017-08-31
2
-26
/
+15
|
|
|
|
returning a channel
*
start over, concurrency full on
faiface
2017-08-29
5
-500
/
+99
|
*
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
|
*
layout: minor changes + bug fix
faiface
2017-08-23
1
-6
/
+8
|
*
layout: add Split
faiface
2017-08-22
1
-0
/
+161
|
*
layout: minor renaming
faiface
2017-08-22
1
-3
/
+3
|
*
layout: remove Sub
faiface
2017-08-20
1
-37
/
+0
|
*
layout: LayerList.Flush -> LayerList.flush
faiface
2017-08-20
1
-13
/
+13
|
*
event: remove Matches
faiface
2017-08-20
1
-14
/
+0
|
*
event: add Matches
faiface
2017-08-20
1
-0
/
+14
|
*
layout: add Sub
faiface
2017-08-20
1
-5
/
+5
|
[next]