aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7 from Id405/without-monitorHEADmasterMichal Štrba2019-05-221-4/+34
|\ | | | | Adding the options borderless and maximized to win
| * 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 Borderless and Maximized options
| * 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 ↵8o7wer2019-05-102-72/+0
| | | | | | | | | | | | monitor through win.GetPrimaryMonitor()." This reverts commit dc5d91b238e9260b2e61224fc8b8cabbb3440323.
| * Added the ability to get width, height, and refresh rate from the monitor ↵8o7wer2019-05-102-0/+72
|/ | | | | | through win.GetPrimaryMonitor(). Added the borderless and maximized options.
* 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
|
* README: add "support multiple windows" to TODO listfaiface2019-05-051-0/+1
|
* Win: add warning about not supporting multiple windows yetfaiface2019-05-051-0/+2
|
* Win: remove duplicate key strings from docfaiface2019-05-051-2/+1
|
* Win: make docs on key strings more readablefaiface2019-05-051-6/+6
|
* README: fix a typofaiface2019-05-041-1/+1
|
* README: add a 'main idea of concurrent GUI' paragraphfaiface2019-05-041-1/+3
|
* README: add a link to image/draw blog entryfaiface2019-05-041-0/+2
|
* improve README (better example + one more picture + typo fixes)faiface2019-05-043-50/+80
|