aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #409 from kvark/coretomaka2015-05-017-18/+82
|\ \ | | | | | | GL core profile flag
| * | Introduced GlProfile enumDzmitry Malyshau2015-05-015-27/+42
| | |
| * | Implemented gl_core flagDzmitry Malyshau2015-04-307-21/+70
| | |
* | | Merge pull request #417 from tomaka/android-egltomaka2015-05-016-219/+73
|\ \ \ | | | | | | | | Use the EGL API with Android
| * | | Use the EGL API with AndroidPierre Krieger2015-05-016-219/+73
|/ / /
* | | Merge pull request #415 from tomaka/fix-gles-supprttomaka2015-05-011-7/+6
|\ \ \ | | | | | | | | Fix the GLES code in examples/support/mod.rs
| * | | Fix the GLES code in examples/support/mod.rsPierre Krieger2015-04-301-7/+6
| |/ /
* | | Merge pull request #416 from datalus/mastertomaka2015-05-011-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 ↵datalus2015-04-301-1/+1
|/ / | | | | | | the inner size on Windows 8+
* | Fix typo in cocoa moduleFelix Kaaman2015-04-301-1/+1
| |
* | Merge pull request #412 from tomaka/glcontext-traittomaka2015-04-3012-190/+332
|\ \ | | | | | | Add a GlContext trait
| * | Add a GlContext traitPierre Krieger2015-04-3012-190/+332
|/ /
* | Merge pull request #414 from tomaka/pf-win32tomaka2015-04-305-54/+114
|\ \ | | | | | | Add pixelformat for cocoa and remove individual color components
| * | Fix PixelFormat for x11, egl and win32Pierre Krieger2015-04-303-12/+10
| | |
| * | Add pixelformat for cocoa and remove individual color componentsFelix Kaaman2015-04-302-42/+104
|/ /
* | Merge pull request #407 from tomaka/egl-reworktomaka2015-04-301-65/+236
|\ \ | | | | | | Rework EGL
| * | Rework EGLPierre Krieger2015-04-301-65/+236
|/ /
* | Test on beta 3 on travistomaka2015-04-301-1/+1
| |
* | Merge pull request #406 from tomaka/fallback-win32-pixelformatstomaka2015-04-291-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 Krieger2015-04-291-1/+6
|/
* Merge pull request #404 from tomaka/headless-win32tomaka2015-04-293-42/+30
|\ | | | | Extract headless context from api/win32 to platform/windows
| * Extract headless context from api/win32 to platform/windowsPierre Krieger2015-04-293-42/+30
|/
* Merge pull request #401 from fkaa/cocoa-multisampleFelix Kaaman2015-04-271-33/+45
|\ | | | | Add multisampling for cocoa, fixes #145
| * Add multisampling for cocoa, fixes #145Felix Kaaman2015-04-271-33/+45
|/
* Merge pull request #403 from tomaka/shared_librarytomaka2015-04-275-207/+48
|\ | | | | Use the shared_library crate instead of loading symbols manually
| * Use the shared_library crate instead of loading symbols manuallyPierre Krieger2015-04-275-207/+48
|/
* Merge pull request #402 from tomaka/cacatomaka2015-04-274-0/+437
|\ | | | | Add libcaca backend
| * Add libcaca backendPierre Krieger2015-04-264-0/+437
|/
* Release 0.0.27tomaka2015-04-261-1/+1
|
* Merge pull request #398 from fkaa/cocoa-window-postomaka2015-04-261-4/+21
|\ | | | | Fix window position getters and setters on cocoa
| * Fix window position getters and setters on cocoaFelix Kaaman2015-04-241-4/+21
| |
* | Merge pull request #399 from tomaka/egl-linuxtomaka2015-04-266-17/+45
|\ \ | | | | | | Allow using EGL with X11
| * | Allow using EGL with X11Pierre Krieger2015-04-256-17/+45
|/ /
* | Merge pull request #397 from tomaka/split-glxtomaka2015-04-253-119/+239
|\ \ | |/ |/| Split glx
| * Split GLX and X11 in "api"Pierre Krieger2015-04-253-119/+239
|/
* Merge pull request #384 from fkaa/keypress-soundtomaka2015-04-241-4/+6
|\ | | | | Fix alert sounds on keypress for cocoa
| * Fix alert sounds on keypress on cocoaFelix Kaaman2015-04-241-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-reorgtomaka2015-04-249-922/+913
|\ \ | |/ |/| Reorganize the Linux implementation and split OSMesa and X11
| * Reorganize the Linux implementation and split OSMesa and X11Pierre Krieger2015-04-249-922/+913
|/
* Merge pull request #394 from tomaka/egl-apitomaka2015-04-243-0/+227
|\ | | | | Add draft for the EGL API
| * Add draft for the EGL APIPierre Krieger2015-04-243-0/+227
|/
* Merge pull request #392 from tomaka/fix-exampletomaka2015-04-241-3/+5
|\ | | | | Fix and re-enable the fullscreen example
| * Fix and re-enable the fullscreen examplePierre Krieger2015-04-241-3/+5
| |
* | Merge pull request #393 from tomaka/reorganizationtomaka2015-04-2427-15/+42
|\ \ | |/ |/| Create reorganization
| * Create reorganizationPierre Krieger2015-04-2427-15/+42
|/
* Merge pull request #391 from glennw/upstream-i3-vistomaka2015-04-242-0/+8
|\ | | | | Add Expose event handler which is needed on some window managers.
| * Add Expose event handler which is needed on some window managers.Glenn Watson2015-04-242-0/+8
| |
* | Merge pull request #390 from glennw/upstream-wm-classtomaka2015-04-241-0/+10
|\ \ | |/ |/| Set WM_CLASS based on initial window title.
| * Set WM_CLASS based on initial window title.Glenn Watson2015-04-241-0/+10
|/
* Publish 0.0.26tomaka2015-04-221-1/+1
|