aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Easier and more idiomatic Layout initializingClement Benard2019-07-158-207/+133
* Somehow added the wrong file, fix thatClement Benard2019-07-122-0/+60
* Better separation between Layout and MuxClement Benard2019-07-127-127/+114
* 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-093-26/+43
* better Mux and Env handling in layoutClement Benard2019-07-095-38/+44
* Layout system remakingClement Benard2019-07-097-273/+446
* added layout basicsClement Benard2019-07-046-0/+568
* Merge pull request #7 from Id405/without-monitorHEADmasterMichal Štrba2019-05-221-4/+34
|\
| * fixed formatting8o7wer2019-05-201-7/+7
| * Update win.goId4052019-05-101-3/+3
| * Update win.goId4052019-05-101-2/+2
| * Delete monitor.goId4052019-05-101-42/+0
| * Fixing w.ratio going under zero and causing a divide by zero exception8o7wer2019-05-101-0/+30
| * Adds the ability to get monitor information through win.GetPrimaryMonitor()8o7wer2019-05-101-0/+42
| * Revert "Added the ability to get width, height, and refresh rate from the mon...8o7wer2019-05-102-72/+0
| * Added the ability to get width, height, and refresh rate from the monitor thr...8o7wer2019-05-102-0/+72
|/
* README: add the Credits section (sorry Tori)faiface2019-05-091-0/+4
* README: fix wordfaiface2019-05-091-1/+1
* README: update events infofaiface2019-05-091-46/+36
* change event strings to event typesfaiface2019-05-0911-195/+212
* examples/imageviewer: rename DrawText to MakeTextImagefaiface2019-05-074-5/+5
* README: change 'package' to 'foundation' in thefirst linefaiface2019-05-071-1/+1
* fix event docfaiface2019-05-071-3/+3
* mux: simplify delivering the last resize eventfaiface2019-05-071-11/+8
* minorfaiface2019-05-071-1/+2
* typofaiface2019-05-071-1/+1
* add Mux docsfaiface2019-05-071-0/+10
* minorfaiface2019-05-075-40/+40
* correctly document the resize eventfaiface2019-05-072-3/+5
* mux: make sure to always correctly deliver resize eventfaiface2019-05-071-3/+3
* mux: fix not delivering resize correctly sometimesfaiface2019-05-071-0/+13
* win: another hiDPI fixfaiface2019-05-071-1/+1
* README: add 'chat on discord' badgefaiface2019-05-061-1/+1
* README: better wordfaiface2019-05-061-1/+1
* README: add 'A note on race conditions'faiface2019-05-061-0/+34
* add mouse scrolling docsfaiface2019-05-063-3/+6
* README: fix typo in linkfaiface2019-05-061-1/+1
* README: add examples sectionfaiface2019-05-061-0/+6
* examples: add running instructionsfaiface2019-05-063-0/+13
* examples: add READMEs for the ramaining examplesfaiface2019-05-065-0/+42
* examples/imageviewer: add READMEfaiface2019-05-062-0/+17
* win: fix mouse move position on hiDPIfaiface2019-05-061-1/+1
* win: fix mouse position on hiDPIfaiface2019-05-061-8/+9
* examples/imageviewer: fix import pathfaiface2019-05-061-1/+1
* win: fix macOS retina problemfaiface2019-05-061-1/+16
* examples: imageviewer: fix buttonfaiface2019-05-061-1/+3
* examples: add imageviewerfaiface2019-05-067-0/+608
* win: add mo/scroll eventfaiface2019-05-061-0/+4
* README: add 'Why concurrent GUI?' paragraphfaiface2019-05-051-0/+16