Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CreationError::NoAvailablePixelFormat | Pierre Krieger | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | Add CreationError::OpenGlVersionNotSupported | Pierre Krieger | 2015-07-20 | 1 | -2/+2 |
| | |||||
* | Add CreationError::RobustnessNotSupported | Pierre Krieger | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | Correct window creation on X11 | Pierre Krieger | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | Add with_robustness and handle robustness on all implementations | Pierre Krieger | 2015-06-22 | 1 | -0/+8 |
| | |||||
* | Merge pull request #488 from tomaka/rem-is-closed | tomaka | 2015-06-17 | 1 | -8/+0 |
|\ | | | | | Remove the is_closed function | ||||
| * | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 1 | -8/+0 |
| | | |||||
* | | Merge pull request #486 from tomaka/context-error | tomaka | 2015-06-17 | 2 | -4/+11 |
|\ \ | | | | | | | Handle errors from MakeCurrent and SwapBuffers | ||||
| * | | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 2 | -4/+11 |
| | | | |||||
* | | | Add transparency support for cocoa. Closes #472 | Felix Kaaman | 2015-06-16 | 1 | -1/+16 |
| |/ |/| | |||||
* | | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -0/+6 |
|/ | |||||
* | Report scroll deltas in lines for non-touch devices on OS X | Robert Knight | 2015-06-14 | 1 | -2/+6 |
| | | | | | | Scroll deltas on OS X may be reported either as pixel deltas to scroll by if supported by the device or line/row deltas otherwise. | ||||
* | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -1/+5 |
| | | | | | | | | | | | | Depending on the platform and device, scroll deltas may either be represented as pixel deltas specifying the amount in pixels to scroll or they may be expressed in 'lines' or 'chunks' for low resolution devices (eg. a traditional mouse wheel). Pixel deltas are currently available on OS X. X11 currently supports only integer line deltas, though pixel deltas are available via XInput2. Windows supports fractional line deltas. | ||||
* | Add OS version detection on cocoa for selecting latest gl version. Fixes #470 | Felix Kaaman | 2015-05-24 | 1 | -9/+17 |
| | |||||
* | Fix vsync not being disabled by default in cocoa | Felix Kaaman | 2015-05-23 | 1 | -4/+2 |
| | |||||
* | Merge pull request #405 from tomaka/win32-wheel | tomaka | 2015-05-06 | 1 | -1/+1 |
|\ | | | | | [Breaking change] Fix mouse wheel value on win32 and return a f64 instead of i32 in the MouseWheel event | ||||
| * | Rework MouseWheel event and fix the values on win32 | Pierre Krieger | 2015-04-29 | 1 | -1/+1 |
| | | |||||
* | | Add cursor grabbing on cocoa | Felix Kaaman | 2015-05-05 | 1 | -10/+8 |
| | | |||||
* | | Fix compiler errors on OSX | Sven Nilsen | 2015-05-04 | 1 | -2/+3 |
| | | | | | | | | Closes https://github.com/tomaka/glutin/issues/425 | ||||
* | | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 1 | -3/+0 |
| | | |||||
* | | Fix further compilation of cocoa | Kevin Butler | 2015-05-02 | 1 | -7/+7 |
| | | |||||
* | | Fix compilation of cocoa | Pierre Krieger | 2015-05-02 | 1 | -1/+0 |
| | | |||||
* | | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 1 | -4/+5 |
| | | |||||
* | | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -15/+14 |
| | | |||||
* | | Fix typo in cocoa module | Felix Kaaman | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 2 | -45/+58 |
| | | |||||
* | | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 1 | -38/+102 |
|/ | |||||
* | Add multisampling for cocoa, fixes #145 | Felix Kaaman | 2015-04-27 | 1 | -33/+45 |
| | |||||
* | Fix window position getters and setters on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+21 |
| | |||||
* | Fix alert sounds on keypress on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+6 |
| | | | | | Passing on keypress event to parent would make it think the event was not consumed and emit an alert sound. | ||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 4 | -0/+1040 |