aboutsummaryrefslogtreecommitdiffstats
path: root/win/win.go
Commit message (Collapse)AuthorAgeFilesLines
* remove key constants, represent keys as stringsfaiface2019-05-041-53/+68
|
* add some documentationfaiface2019-05-031-1/+68
|
* make Env an interface (instead of a struct)faiface2019-05-021-3/+2
|
* revamp the whole thing for a fresh new startfaiface2019-05-021-24/+54
|
* win: adapt to new layout interfacefaiface2017-09-011-67/+51
|
* layout: change EventDrawer Draw to accept a draw function instead of ↵faiface2017-08-311-7/+6
| | | | returning a channel
* start over, concurrency full onfaiface2017-08-291-128/+59
|
* win: optimize opengl flushingfaiface2017-08-251-12/+28
|
* win: stricter channel directionsfaiface2017-08-241-8/+8
|
* win: minor changefaiface2017-08-241-4/+4
|
* win: more solid events -> handlers -> flushing concurrency handlingfaiface2017-08-231-84/+176
|
* win: clean up mainthread event handlingfaiface2017-08-191-7/+7
|
* win: fix flushing empty rectfaiface2017-08-191-0/+3
|
* win: minor changefaiface2017-08-181-27/+27
|
* win: fix resizingfaiface2017-08-181-28/+41
|
* add win packagefaiface2017-08-181-0/+178