Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib. | Daggerbot | 2015-05-06 | 1 | -1/+0 |
| | |||||
* | Fix previous commit | Pierre Krieger | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Publish 0.1 | tomaka | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #405 from tomaka/win32-wheel | tomaka | 2015-05-06 | 4 | -6/+9 |
|\ | | | | | [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 | 4 | -6/+9 |
| | | |||||
* | | Merge pull request #429 from tomaka/remove-headless | tomaka | 2015-05-06 | 4 | -6/+1 |
|\ \ | | | | | | | [Breaking change] Remove the "headless" feature entirely | ||||
| * | | Remove the "headless" feature entirely | Pierre Krieger | 2015-05-04 | 4 | -6/+1 |
| | | | |||||
* | | | Merge pull request #432 from fkaa/cocoa-cursor-grab | tomaka | 2015-05-06 | 1 | -10/+8 |
|\ \ \ | | | | | | | | | Add cursor grabbing on cocoa | ||||
| * | | | Add cursor grabbing on cocoa | Felix Kaaman | 2015-05-05 | 1 | -10/+8 |
| | | | | |||||
* | | | | Merge pull request #430 from tomaka/tomaka-patch-1 | tomaka | 2015-05-05 | 1 | -4/+0 |
|\ \ \ \ | |/ / / |/| | | | Remove the necessity to call glFlush | ||||
| * | | | Remove the necessity to call glFlush | tomaka | 2015-05-04 | 1 | -4/+0 |
| |/ / | |||||
* | | | Merge pull request #431 from krdln/patch-1 | tomaka | 2015-05-05 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | Copy Linux dependencies to ARM target | ||||
| * | | Copy Linux dependencies to ARM target | krdln | 2015-05-05 | 1 | -0/+4 |
|/ / | | | | | Add `[target.arm-unknown-linux-gnueabihf.dependencies]` with osmesa-sys and x11. This enables glutin to compile on ARM Linux. | ||||
* | | Publish 0.0.31 | tomaka | 2015-05-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #427 from bvssvni/osxfix | Felix Kaaman | 2015-05-04 | 1 | -2/+3 |
|\ \ | | | | | | | Fix compiler errors on OSX | ||||
| * | | Fix compiler errors on OSX | Sven Nilsen | 2015-05-04 | 1 | -2/+3 |
|/ / | | | | | | | Closes https://github.com/tomaka/glutin/issues/425 | ||||
* | | Merge pull request #424 from tomaka/tomaka-patch-1 | tomaka | 2015-05-04 | 1 | -24/+5 |
|\ \ | | | | | | | Update the README | ||||
| * | | Update the README | tomaka | 2015-05-04 | 1 | -24/+5 |
|/ / | |||||
* | | Merge pull request #423 from tomaka/remove-headless | tomaka | 2015-05-04 | 8 | -24/+83 |
|\ \ | | | | | | | Remove the "headless" feature | ||||
| * | | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 8 | -24/+83 |
| | | | |||||
* | | | Merge pull request #372 from tomaka/get-format-examples | tomaka | 2015-05-04 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Print the pixel format in the `window` example | ||||
| * | | Print the pixel format in the `window` example | Pierre Krieger | 2015-05-04 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #36 from tomaka/emscripten | tomaka | 2015-05-03 | 4 | -0/+383 |
|\ \ | | | | | | | [WIP] Support for emscripten | ||||
| * | | Basic implementation of emscripten | Tomaka17 | 2015-05-03 | 4 | -0/+383 |
|/ / | |||||
* | | Publish 0.0.30 | tomaka | 2015-05-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #422 from Ryman/fixosx | tomaka | 2015-05-02 | 1 | -7/+7 |
|\ \ | | | | | | | Fix further compilation of cocoa | ||||
| * | | Fix further compilation of cocoa | Kevin Butler | 2015-05-02 | 1 | -7/+7 |
|/ / | |||||
* | | Merge pull request #421 from tomaka/fix-compilation | tomaka | 2015-05-02 | 2 | -2/+1 |
|\ \ | | | | | | | Fix compilation of cocoa | ||||
| * | | Fix compilation of cocoa | Pierre Krieger | 2015-05-02 | 2 | -2/+1 |
|/ / | |||||
* | | Merge pull request #409 from kvark/core | tomaka | 2015-05-01 | 7 | -18/+82 |
|\ \ | | | | | | | GL core profile flag | ||||
| * | | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 5 | -27/+42 |
| | | | |||||
| * | | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 7 | -21/+70 |
| | | | |||||
* | | | Merge pull request #417 from tomaka/android-egl | tomaka | 2015-05-01 | 6 | -219/+73 |
|\ \ \ | | | | | | | | | Use the EGL API with Android | ||||
| * | | | Use the EGL API with Android | Pierre Krieger | 2015-05-01 | 6 | -219/+73 |
|/ / / | |||||
* | | | Merge pull request #415 from tomaka/fix-gles-supprt | tomaka | 2015-05-01 | 1 | -7/+6 |
|\ \ \ | | | | | | | | | Fix the GLES code in examples/support/mod.rs | ||||
| * | | | Fix the GLES code in examples/support/mod.rs | Pierre Krieger | 2015-04-30 | 1 | -7/+6 |
| |/ / | |||||
* | | | Merge pull request #416 from datalus/master | tomaka | 2015-05-01 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting inner size on Windows 8 | ||||
| * | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵ | datalus | 2015-04-30 | 1 | -1/+1 |
|/ / | | | | | | | the inner size on Windows 8+ | ||||
* | | Fix typo in cocoa module | Felix Kaaman | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #412 from tomaka/glcontext-trait | tomaka | 2015-04-30 | 12 | -190/+332 |
|\ \ | | | | | | | Add a GlContext trait | ||||
| * | | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 12 | -190/+332 |
|/ / | |||||
* | | Merge pull request #414 from tomaka/pf-win32 | tomaka | 2015-04-30 | 5 | -54/+114 |
|\ \ | | | | | | | Add pixelformat for cocoa and remove individual color components | ||||
| * | | Fix PixelFormat for x11, egl and win32 | Pierre Krieger | 2015-04-30 | 3 | -12/+10 |
| | | | |||||
| * | | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 2 | -42/+104 |
|/ / | |||||
* | | Merge pull request #407 from tomaka/egl-rework | tomaka | 2015-04-30 | 1 | -65/+236 |
|\ \ | | | | | | | Rework EGL | ||||
| * | | Rework EGL | Pierre Krieger | 2015-04-30 | 1 | -65/+236 |
|/ / | |||||
* | | Test on beta 3 on travis | tomaka | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #406 from tomaka/fallback-win32-pixelformats | tomaka | 2015-04-29 | 1 | -1/+6 |
|\ \ | |/ |/| | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | ||||
| * | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | Pierre Krieger | 2015-04-29 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #404 from tomaka/headless-win32 | tomaka | 2015-04-29 | 3 | -42/+30 |
|\ | | | | | Extract headless context from api/win32 to platform/windows |