aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #511 from thelink2012/drop-win32tomaka2015-07-095-2/+35
|\ | | | | [0.3] DroppedFile event for Win32
| * DroppedFile event for Win32Denilson M. Amorim2015-06-235-2/+35
| |
* | Merge pull request #490 from tomaka/test-with-msvctomaka2015-07-042-15/+17
|\ \ | | | | | | Test glutin with MSVC++
| * | Test glutin with MSVC++Pierre Krieger2015-07-042-15/+17
|/ /
* | Merge pull request #477 from rozaliev/feature/iostomaka2015-06-2911-2/+910
|\ \ | | | | | | [WIP] ios support
| * | [add] content scaleEvgeny Rozaliev2015-06-082-7/+15
| | |
| * | [add] ios supportEvgeny Rozaliev2015-06-0511-2/+902
| | |
* | | Publish 0.2.2tomaka2015-06-271-1/+1
| | |
* | | Merge pull request #508 from tomaka/wgl-swap-errtomaka2015-06-271-2/+5
|\ \ \ | | | | | | | | Ignore errors generated by SwapBuffers on windows
| * | | Ignore errors generated by SwapBuffers on windowsPierre Krieger2015-06-271-2/+5
|/ / /
* | | Merge pull request #504 from tomaka/fix-fullscreentomaka2015-06-271-15/+31
|\ \ \ | | | | | | | | Fix fullscreen mode on X11
| * | | Fix fullscreen mode on X11Pierre Krieger2015-06-261-15/+31
|/ / /
* | | Merge pull request #500 from tomaka/no-errortomaka2015-06-266-24/+70
|\ \ \ | | | | | | | | Add support for the EGL_KHR_create_context_no_error extension
| * | | Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-256-24/+70
| | | |
* | | | Merge pull request #502 from tomaka/fix-wgl-ext-swap-controltomaka2015-06-261-3/+1
|\ \ \ \ | |/ / / |/| | | Fix the discovery of the WGL_EXT_swap_control extension
| * | | Fix the discovery of the WGL_EXT_swap_control extensionPierre Krieger2015-06-251-3/+1
|/ / /
* | | Publish 0.2.1Pierre Krieger2015-06-231-1/+1
| | |
* | | Merge pull request #497 from tomaka/robustnesstomaka2015-06-239-36/+216
|\ \ \ | | | | | | | | Add with_robustness and handle robustness on all implementations
| * | | Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-229-36/+216
| | |/ | |/|
* | | Merge pull request #495 from tomaka/fix-multisamplingtomaka2015-06-231-2/+9
|\ \ \ | | | | | | | | Makes sure that the pixel format has the same multisampling settings as the requirements
| * | | Makes sure that the pf has the same multisampling settings as the requirementsPierre Krieger2015-06-211-2/+9
| | | |
* | | | Merge pull request #498 from vberger/mastertomaka2015-06-233-23/+27
|\ \ \ \ | |_|/ / |/| | | Update wayland dependency to 0.2.
| * | | Update wayland dependency to 0.2.Victor Berger2015-06-233-23/+27
|/ / /
* | | Merge pull request #493 from ricky26/msvctomaka2015-06-211-0/+7
|\ \ \ | |/ / |/| | Add dependencies lines for MSVC.
| * | Add support for MSVC build.Ricky Taylor2015-06-211-0/+7
|/ /
* | Publish 0.2.0tomaka2015-06-171-1/+1
| |
* | Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-1717-176/+72
|\ \ | | | | | | Remove the is_closed function
| * | Remove the is_closed functionPierre Krieger2015-06-1617-176/+72
| | |
* | | Merge pull request #486 from tomaka/context-errortomaka2015-06-1720-62/+123
|\ \ \ | | | | | | | | Handle errors from MakeCurrent and SwapBuffers
| * | | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-1620-62/+123
| | | |
* | | | Merge pull request #489 from ecoal95/glx-droptomaka2015-06-171-2/+4
|\ \ \ \ | | | | | | | | | | glx: Unbind the context if it's the current one
| * | | | glx: Unbind the context if it's the current oneecoal952015-06-171-2/+4
|/ / / /
* | | | Merge pull request #487 from fkaa/cocoa-transparencytomaka2015-06-161-1/+16
|\ \ \ \ | |_|/ / |/| | | Add transparency support for cocoa.
| * | | Add transparency support for cocoa. Closes #472Felix Kaaman2015-06-161-1/+16
|/ / /
* | | Merge pull request #485 from fkaa/cocoa-crash-and-burntomaka2015-06-1610-8/+22
|\ \ \ | |/ / |/| | Make legacy functions crash on osx core contexts
| * | Make legacy functions crash on osx core contextsFelix Kaaman2015-06-1610-8/+22
|/ /
* | Merge pull request #484 from pinumbernumber/mastertomaka2015-06-161-1/+25
|\ \ | | | | | | Implement transparency for X11
| * | Implement transparency for X11pinumbernumber2015-06-141-1/+25
| | |
* | | Merge pull request #483 from robertknight/rob-precise_scroll_deltastomaka2015-06-165-11/+37
|\ \ \ | |/ / |/| | Specify scroll deltas as either line or pixel-based
| * | Correct MouseWheel doc comment.Robert Knight2015-06-151-4/+1
| | | | | | | | | | | | | | | Remove incomplete sentence and obsolete comment about the meaning of the parameter.
| * | Report scroll deltas in lines for non-touch devices on OS XRobert Knight2015-06-141-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.
| * | Correct typo in MouseScrollDelta docsRobert Knight2015-06-131-1/+1
| | |
| * | Express scroll deltas as either line or pixel deltasRobert Knight2015-06-135-8/+33
|/ / | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #480 from tomaka/leaking-colormaptomaka2015-06-091-1/+6
|\ \ | | | | | | Fix leaking color map and destruction of IM
| * | Fix leaking color map and destruction of IMPierre Krieger2015-06-051-1/+6
| |/
* | Merge pull request #482 from frewsxcv/patch-2tomaka2015-06-091-1/+1
|\ \ | |/ |/| Alphabetize crate declarations
| * Alphabetize crate declarationsCorey Farwell2015-06-091-1/+1
|/
* Merge pull request #479 from metajack/official-cratestomaka2015-06-042-4/+4
|\ | | | | Switch to the official crates.
| * Switch to the official crates.Jack Moffitt2015-06-032-4/+4
|/ | | | cocoa, core-foundation, and core-graphics are now on crates.io.
* Merge pull request #475 from fkaa/cocoa-glcaptomaka2015-05-261-9/+17
|\ | | | | Add OS version detection on cocoa for selecting latest gl version. Fixes #470