| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed formatting | 8o7wer | 2019-05-20 | 1 | -7/+7 |
| | | |||||
| * | Update win.go | Id405 | 2019-05-10 | 1 | -3/+3 |
| | | |||||
| * | Update win.go | Id405 | 2019-05-10 | 1 | -2/+2 |
| | | |||||
| * | Fixing w.ratio going under zero and causing a divide by zero exception | 8o7wer | 2019-05-10 | 1 | -0/+30 |
| | | | | | Adds Borderless and Maximized options | ||||
| * | Revert "Added the ability to get width, height, and refresh rate from the ↵ | 8o7wer | 2019-05-10 | 1 | -30/+0 |
| | | | | | | | monitor through win.GetPrimaryMonitor()." This reverts commit dc5d91b238e9260b2e61224fc8b8cabbb3440323. | ||||
| * | Added the ability to get width, height, and refresh rate from the monitor ↵ | 8o7wer | 2019-05-10 | 1 | -0/+30 |
| | | | | | | | through win.GetPrimaryMonitor(). Added the borderless and maximized options. | ||||
| * | change event strings to event types | faiface | 2019-05-09 | 1 | -59/+38 |
| | | |||||
| * | minor | faiface | 2019-05-07 | 1 | -11/+11 |
| | | |||||
| * | win: another hiDPI fix | faiface | 2019-05-07 | 1 | -1/+1 |
| | | |||||
| * | add mouse scrolling docs | faiface | 2019-05-06 | 1 | -1/+2 |
| | | |||||
| * | win: fix mouse move position on hiDPI | faiface | 2019-05-06 | 1 | -1/+1 |
| | | |||||
| * | win: fix mouse position on hiDPI | faiface | 2019-05-06 | 1 | -8/+9 |
| | | |||||
| * | win: fix macOS retina problem | faiface | 2019-05-06 | 1 | -1/+16 |
| | | |||||
| * | win: add mo/scroll event | faiface | 2019-05-06 | 1 | -0/+4 |
| | | |||||
| * | Win: add warning about not supporting multiple windows yet | faiface | 2019-05-05 | 1 | -0/+2 |
| | | |||||
| * | Win: remove duplicate key strings from doc | faiface | 2019-05-05 | 1 | -2/+1 |
| | | |||||
| * | Win: make docs on key strings more readable | faiface | 2019-05-05 | 1 | -6/+6 |
| | | |||||
| * | remove key constants, represent keys as strings | faiface | 2019-05-04 | 1 | -53/+68 |
| | | |||||
| * | add some documentation | faiface | 2019-05-03 | 1 | -1/+68 |
| | | |||||
| * | make Env an interface (instead of a struct) | faiface | 2019-05-02 | 1 | -3/+2 |
| | | |||||
| * | revamp the whole thing for a fresh new start | faiface | 2019-05-02 | 1 | -24/+54 |
| | | |||||
| * | win: adapt to new layout interface | faiface | 2017-09-01 | 1 | -67/+51 |
| | | |||||
| * | layout: change EventDrawer Draw to accept a draw function instead of ↵ | faiface | 2017-08-31 | 1 | -7/+6 |
| | | | | | returning a channel | ||||
| * | start over, concurrency full on | faiface | 2017-08-29 | 1 | -128/+59 |
| | | |||||
| * | win: optimize opengl flushing | faiface | 2017-08-25 | 1 | -12/+28 |
| | | |||||
| * | win: stricter channel directions | faiface | 2017-08-24 | 1 | -8/+8 |
| | | |||||
| * | win: minor change | faiface | 2017-08-24 | 1 | -4/+4 |
| | | |||||
| * | win: more solid events -> handlers -> flushing concurrency handling | faiface | 2017-08-23 | 1 | -84/+176 |
| | | |||||
| * | win: clean up mainthread event handling | faiface | 2017-08-19 | 1 | -7/+7 |
| | | |||||
| * | win: fix flushing empty rect | faiface | 2017-08-19 | 1 | -0/+3 |
| | | |||||
| * | win: minor change | faiface | 2017-08-18 | 1 | -27/+27 |
| | | |||||
| * | win: fix resizing | faiface | 2017-08-18 | 1 | -28/+41 |
| | | |||||
| * | add win package | faiface | 2017-08-18 | 1 | -0/+178 |