aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #389 from tomaka/tomaka-patch-1tomaka2015-04-221-1/+1
|\ | | | | Update the tested version on travis
| * Update the tested version on travistomaka2015-04-221-1/+1
|/
* Merge pull request #385 from gfxmonk/fix-rbrackettomaka2015-04-221-1/+1
|\ | | | | Fix x11 XK_bracketright keycode
| * Fix x11 XK_bracketright keycodeTim Cuthbertson2015-04-221-1/+1
|/
* Merge pull request #383 from tomaka/remove-deprecatedtomaka2015-04-192-21/+0
|\ | | | | Remove functions marked as #[deprecated]
| * Remove functions marked as #[deprecated]Pierre Krieger2015-04-192-21/+0
| |
* | Merge pull request #382 from ozkriff/fix-androidtomaka2015-04-181-17/+14
|\ \ | | | | | | android: Updated for Rust be9bd7c93 2015-04-05
| * | android: Updated for Rust be9bd7c93 2015-04-05Andrey Lesnikov2015-04-181-17/+14
|/ /
* | Merge pull request #380 from fkaa/cocoa-mouse-featurestomaka2015-04-171-20/+32
|\ \ | | | | | | Add mouse hiding and more cursors for Cocoa
| * | Add mouse hiding and more cursors for CocoaFelix Kaaman2015-04-171-20/+32
|/ /