aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clean up border layout datastructurelayoutSam Anthony2026-02-112-25/+27
* add border layoutSam Anthony2026-02-1110-123/+555
* remove layout optionsSam Anthony2026-02-105-53/+13
* add rows layoutSam Anthony2026-02-109-13/+311
* add layout resize functionsSam Anthony2026-02-105-18/+108
* region layout: draw background only within regionSam Anthony2026-02-101-1/+1
* layout: add background color optionSam Anthony2026-02-096-35/+97
* add region layoutSam Anthony2026-02-094-0/+171
* create go moduleSam Anthony2026-02-093-1/+25
* 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