aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 returnin...faiface2017-08-312-26/+15
* 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
* win: close is just event, doesn't close windowfaiface2017-08-191-2/+1
* event: handler now returns bool, if true, no other handlers will be runfaiface2017-08-191-11/+13
* win: weird fixes, will clean upfaiface2017-08-191-5/+11
* layers: fix Layer.Frontfaiface2017-08-181-1/+1
* layers: add ImageFlusher for Flush propagationfaiface2017-08-181-8/+12
* add layersfaiface2017-08-181-0/+67
* win: minor changefaiface2017-08-181-27/+27
* win: fix resizingfaiface2017-08-181-28/+41
* add win packagefaiface2017-08-182-0/+227
* add event dispatchfaiface2017-08-181-0/+70