aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove key constants, represent keys as stringsfaiface2019-05-043-77/+68
|
* add a godoc badge to READMEfaiface2019-05-041-1/+1
|
* add a READMEfaiface2019-05-043-1/+255
|
* add some documentationfaiface2019-05-033-1/+145
|
* add key constantsfaiface2019-05-031-0/+21
|
* mux: fix a bug and document it very wellfaiface2019-05-031-3/+24
|
* examples: forgot to cover all tiles in Pexeso examplefaiface2019-05-021-1/+1
|
* examples: add pexeso examplefaiface2019-05-021-0/+155
|
* minorfaiface2019-05-021-1/+1
|
* small fixfaiface2019-05-021-1/+0
|
* examples: add paint examplefaiface2019-05-021-0/+131
|
* make Env an interface (instead of a struct)faiface2019-05-023-10/+17
|
* revamp the whole thing for a fresh new startfaiface2019-05-025-47/+200
|
* win: adapt to new layout interfacefaiface2017-09-011-67/+51
|
* layout: simplify the interface even furthurfaiface2017-09-011-13/+6
|
* layout: change EventDrawer Draw to accept a draw function instead of ↵faiface2017-08-312-26/+15
| | | | returning a channel
* start over, concurrency full onfaiface2017-08-295-500/+99
|
* 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: more solid events -> handlers -> flushing concurrency handlingfaiface2017-08-231-43/+0
|
* layout: minor changes + bug fixfaiface2017-08-231-6/+8
|
* layout: add Splitfaiface2017-08-221-0/+161
|
* layout: minor renamingfaiface2017-08-221-3/+3
|
* layout: remove Subfaiface2017-08-201-37/+0
|
* layout: LayerList.Flush -> LayerList.flushfaiface2017-08-201-13/+13
|
* event: remove Matchesfaiface2017-08-201-14/+0
|
* event: add Matchesfaiface2017-08-201-0/+14
|
* layout: add Subfaiface2017-08-201-5/+5
|
* layout: use event.Sscanfaiface2017-08-202-3/+39
|
* event: add Sscanfaiface2017-08-201-0/+6
|
* layout: change ImageFlusher -> EventImageFlusher and propagate eventsfaiface2017-08-201-10/+27
|
* win: pass full rectangle through resize eventfaiface2017-08-191-1/+1
|
* win: use event.Sprintfaiface2017-08-191-9/+1
|
* event: add Sprintfaiface2017-08-191-0/+13
|
* fix the package name, urrrgghhfaiface2017-08-191-1/+1
|
* move Layer to layout packagefaiface2017-08-191-20/+20
|
* actually rename layers -> layerfaiface2017-08-191-1/+1
|
* win: rename event "wi/resize" -> "resize"faiface2017-08-191-1/+1
|
* win: clean up mainthread event handlingfaiface2017-08-192-22/+19
|
* layer: panic at a few pacesfaiface2017-08-191-0/+9
|
* layer: move Front,Remove to List, add List method to Layerfaiface2017-08-191-6/+11
|
* layer: fix panic error messagefaiface2017-08-191-1/+1
|
* layer: fix List.Happenfaiface2017-08-191-1/+3
|
* rename layers -> layer, Layers -> List + fix List.Happenfaiface2017-08-191-6/+7
|
* update .gitignorefaiface2017-08-191-14/+2
|
* layers: minor changefaiface2017-08-191-4/+4
|
* win: fix flushing empty rectfaiface2017-08-191-0/+3
|
* layers: Layers and Layer dispatch eventsfaiface2017-08-191-0/+14
|