aboutsummaryrefslogtreecommitdiffstats
path: root/layout
Commit message (Collapse)AuthorAgeFilesLines
* adapt scroller to new layout designSam Anthony2024-08-242-142/+0
|
* adapt grid to new layout designSam Anthony2024-08-242-141/+0
|
* implement new layout designSam Anthony2024-08-243-209/+0
|
* revamp layout.MuxSam Anthony2024-08-171-98/+72
|
* layout/scroller: remove superfluous variableSam Anthony2024-08-171-2/+1
|
* layout/mux: rename env variablesSam Anthony2024-08-171-9/+9
|
* Made the layout package actually usableClement Benard2019-08-077-94/+265
|
* now workingClement Benard2019-07-151-2/+1
|
* Easier and more idiomatic Layout initializingClement Benard2019-07-155-168/+79
|
* Better separation between Layout and MuxClement Benard2019-07-125-27/+68
|
* Added SplitFunc type, documented everything exportedClement Benard2019-07-113-50/+66
|
* Documenting, bug fixing and refactoring to be more in line with the project.Clement Benard2019-07-092-25/+35
|
* better Mux and Env handling in layoutClement Benard2019-07-093-22/+33
|
* Layout system remakingClement Benard2019-07-095-245/+352
|
* added layout basicsClement Benard2019-07-042-0/+253
|
* revamp the whole thing for a fresh new startfaiface2019-05-021-23/+0
|
* layout: simplify the interface even furthurfaiface2017-09-011-13/+6
|
* layout: change EventDrawer Draw to accept a draw function instead of ↵faiface2017-08-311-19/+9
| | | | returning a channel
* start over, concurrency full onfaiface2017-08-293-281/+40
|
* 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
|
* layout: add Subfaiface2017-08-201-5/+5
|
* layout: use event.Sscanfaiface2017-08-202-3/+39
|
* layout: change ImageFlusher -> EventImageFlusher and propagate eventsfaiface2017-08-201-10/+27
|
* fix the package name, urrrgghhfaiface2017-08-191-1/+1
|
* move Layer to layout packagefaiface2017-08-191-0/+102