aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* change event strings to event typesfaiface2019-05-092-59/+127
* minorfaiface2019-05-071-11/+11
* win: another hiDPI fixfaiface2019-05-071-1/+1
* add mouse scrolling docsfaiface2019-05-061-1/+2
* win: fix mouse move position on hiDPIfaiface2019-05-061-1/+1
* win: fix mouse position on hiDPIfaiface2019-05-061-8/+9
* win: fix macOS retina problemfaiface2019-05-061-1/+16
* win: add mo/scroll eventfaiface2019-05-061-0/+4
* 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
* remove key constants, represent keys as stringsfaiface2019-05-041-53/+68
* add some documentationfaiface2019-05-031-1/+68
* make Env an interface (instead of a struct)faiface2019-05-021-3/+2
* revamp the whole thing for a fresh new startfaiface2019-05-021-24/+54
* win: adapt to new layout interfacefaiface2017-09-011-67/+51
* layout: change EventDrawer Draw to accept a draw function instead of returnin...faiface2017-08-311-7/+6
* start over, concurrency full onfaiface2017-08-291-128/+59
* 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
* win: pass full rectangle through resize eventfaiface2017-08-191-1/+1
* win: use event.Sprintfaiface2017-08-191-9/+1
* win: rename event "wi/resize" -> "resize"faiface2017-08-191-1/+1
* win: clean up mainthread event handlingfaiface2017-08-192-22/+19
* win: fix flushing empty rectfaiface2017-08-191-0/+3
* win: close is just event, doesn't close windowfaiface2017-08-191-2/+1
* win: weird fixes, will clean upfaiface2017-08-191-5/+11
* win: minor changefaiface2017-08-181-27/+27
* win: fix resizingfaiface2017-08-181-28/+41
* add win packagefaiface2017-08-182-0/+227