Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 8 | -24/+83 |
| | |||||
* | 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 | ||||
| * | Extract headless context from api/win32 to platform/windows | Pierre Krieger | 2015-04-29 | 3 | -42/+30 |
|/ | |||||
* | Merge pull request #401 from fkaa/cocoa-multisample | Felix Kaaman | 2015-04-27 | 1 | -33/+45 |
|\ | | | | | Add multisampling for cocoa, fixes #145 | ||||
| * | Add multisampling for cocoa, fixes #145 | Felix Kaaman | 2015-04-27 | 1 | -33/+45 |
|/ | |||||
* | Merge pull request #403 from tomaka/shared_library | tomaka | 2015-04-27 | 5 | -207/+48 |
|\ | | | | | Use the shared_library crate instead of loading symbols manually | ||||
| * | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 5 | -207/+48 |
|/ | |||||
* | Merge pull request #402 from tomaka/caca | tomaka | 2015-04-27 | 4 | -0/+437 |
|\ | | | | | Add libcaca backend | ||||
| * | Add libcaca backend | Pierre Krieger | 2015-04-26 | 4 | -0/+437 |
|/ | |||||
* | Release 0.0.27 | tomaka | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #398 from fkaa/cocoa-window-pos | tomaka | 2015-04-26 | 1 | -4/+21 |
|\ | | | | | Fix window position getters and setters on cocoa | ||||
| * | Fix window position getters and setters on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+21 |
| | | |||||
* | | Merge pull request #399 from tomaka/egl-linux | tomaka | 2015-04-26 | 6 | -17/+45 |
|\ \ | | | | | | | Allow using EGL with X11 | ||||
| * | | Allow using EGL with X11 | Pierre Krieger | 2015-04-25 | 6 | -17/+45 |
|/ / | |||||
* | | Merge pull request #397 from tomaka/split-glx | tomaka | 2015-04-25 | 3 | -119/+239 |
|\ \ | |/ |/| | Split glx | ||||
| * | Split GLX and X11 in "api" | Pierre Krieger | 2015-04-25 | 3 | -119/+239 |
|/ | |||||
* | Merge pull request #384 from fkaa/keypress-sound | tomaka | 2015-04-24 | 1 | -4/+6 |
|\ | | | | | Fix alert sounds on keypress for cocoa | ||||
| * | 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. | ||||
* | | Merge pull request #395 from tomaka/x-reorg | tomaka | 2015-04-24 | 9 | -922/+913 |
|\ \ | |/ |/| | Reorganize the Linux implementation and split OSMesa and X11 | ||||
| * | Reorganize the Linux implementation and split OSMesa and X11 | Pierre Krieger | 2015-04-24 | 9 | -922/+913 |
|/ | |||||
* | Merge pull request #394 from tomaka/egl-api | tomaka | 2015-04-24 | 3 | -0/+227 |
|\ | | | | | Add draft for the EGL API | ||||
| * | Add draft for the EGL API | Pierre Krieger | 2015-04-24 | 3 | -0/+227 |
|/ | |||||
* | Merge pull request #392 from tomaka/fix-example | tomaka | 2015-04-24 | 1 | -3/+5 |
|\ | | | | | Fix and re-enable the fullscreen example |