Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add links to documentation | Pierre Krieger | 2014-12-17 | 1 | -0/+2 |
| | |||||
* | Remove obsolete README message about win32 | tomaka | 2014-12-04 | 1 | -1/+0 |
| | |||||
* | Remove obsolete notice in README | Tomaka17 | 2014-11-11 | 1 | -1/+0 |
| | |||||
* | Merge pull request #90 from tomaka/remove-glflush | tomaka | 2014-10-31 | 1 | -0/+1 |
|\ | | | | | Remove call to glFlush() before swap_buffers on win32 | ||||
| * | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 1 | -0/+1 |
| | | | | | | | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin. | ||||
* | | Update README.md | tomaka | 2014-10-29 | 1 | -2/+1 |
|/ | |||||
* | Update README.md | tomaka | 2014-10-28 | 1 | -4/+6 |
| | |||||
* | Update README.md | tomaka | 2014-10-13 | 1 | -3/+3 |
| | |||||
* | Added Gitter badge | The Gitter Badger | 2014-10-04 | 1 | -0/+1 |
| | |||||
* | Update README.md | tomaka | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Rename gl-init-rs to glutin in the README | tomaka | 2014-10-03 | 1 | -5/+4 |
| | |||||
* | Rename crate to glutin | Tomaka17 | 2014-09-21 | 1 | -2/+2 |
| | |||||
* | Update README.md | tomaka | 2014-09-19 | 1 | -0/+3 |
| | |||||
* | Add platform-specific notes in README | Tomaka17 | 2014-09-15 | 1 | -0/+28 |
| | |||||
* | Update README.md | tomaka | 2014-09-07 | 1 | -2/+2 |
| | |||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Update README.md | tomaka | 2014-08-03 | 1 | -3/+1 |
| | |||||
* | Update README.md | tomaka | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Add "try it!" to README | tomaka | 2014-07-28 | 1 | -0/+9 |
| | |||||
* | Draft for monitor API | Tomaka17 | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Add example to README | Pierre Krieger | 2014-07-27 | 1 | -0/+28 |
| | |||||
* | Initial commit | Tomaka17 | 2014-07-27 | 1 | -0/+3 |