aboutsummaryrefslogtreecommitdiffstats
path: root/win/win.go
Commit message (Collapse)AuthorAgeFilesLines
* fixed formatting8o7wer2019-05-201-7/+7
|
* Update win.goId4052019-05-101-3/+3
|
* Update win.goId4052019-05-101-2/+2
|
* Fixing w.ratio going under zero and causing a divide by zero exception8o7wer2019-05-101-0/+30
| | | | Adds Borderless and Maximized options
* Revert "Added the ability to get width, height, and refresh rate from the ↵8o7wer2019-05-101-30/+0
| | | | | | monitor through win.GetPrimaryMonitor()." This reverts commit dc5d91b238e9260b2e61224fc8b8cabbb3440323.
* Added the ability to get width, height, and refresh rate from the monitor ↵8o7wer2019-05-101-0/+30
| | | | | | through win.GetPrimaryMonitor(). Added the borderless and maximized options.
* change event strings to event typesfaiface2019-05-091-59/+38
|
* 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 ↵faiface2017-08-311-7/+6
| | | | returning a channel
* 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: clean up mainthread event handlingfaiface2017-08-191-7/+7
|
* win: fix flushing empty rectfaiface2017-08-191-0/+3
|
* win: minor changefaiface2017-08-181-27/+27
|
* win: fix resizingfaiface2017-08-181-28/+41
|
* add win packagefaiface2017-08-181-0/+178