Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #165 from glennw/mac-visible | tomaka | 2014-12-19 | 1 | -3/+7 |
|\ | | | | | Add support for visible parameter on mac. | ||||
| * | Add support for visible parameter on mac. | Glenn Watson | 2014-12-19 | 1 | -3/+7 |
|/ | |||||
* | Merge pull request #160 from glennw/mac-resize | tomaka | 2014-12-18 | 7 | -35/+111 |
|\ | | | | | Add callback function to allow resize messages to be sent on mac. | ||||
| * | Add experimental attribute since this API will need to be cleaned up. | Glenn Watson | 2014-12-19 | 1 | -0/+2 |
| | | |||||
| * | Add resize example, fix warnings, make callback an option so it can be removed. | Glenn Watson | 2014-12-19 | 7 | -22/+26 |
| | | |||||
| * | Add callback function to allow resize messages to be sent on mac. | Glenn Watson | 2014-12-19 | 6 | -32/+102 |
|/ | |||||
* | Merge pull request #161 from glennw/thread-proxy | tomaka | 2014-12-18 | 8 | -52/+187 |
|\ | | | | | Introduce a WindowProxy for accessing a subset of functionality | ||||
| * | Change todo to unimplemented | Glenn Watson | 2014-12-19 | 2 | -2/+2 |
| | | |||||
| * | Add mac implementation of wakeup_event_loop. | Glenn Watson | 2014-12-18 | 1 | -1/+17 |
| | | |||||
| * | Fix event name | Glenn Watson | 2014-12-18 | 2 | -4/+4 |
| | | |||||
| * | Introduce a WindowProxy for accessing a subset of functionality | Glenn Watson | 2014-12-17 | 8 | -52/+171 |
| | | | | | | | | | | | | | | from other threads. This currently provides a way for other threads to wakeup a blocked event loop on X11. Other platforms have stub functions that need to be implemented. This is similar to the functionality of glfwPostEmptyEvent. | ||||
* | | Merge pull request #164 from glennw/scroll-wheel | tomaka | 2014-12-18 | 1 | -2/+2 |
|\ \ | | | | | | | Add scroll wheel events for mac. | ||||
| * | | Add scroll wheel events for mac. | Glenn Watson | 2014-12-18 | 1 | -2/+2 |
| |/ | |||||
* | | Add links to documentation | Pierre Krieger | 2014-12-17 | 2 | -0/+3 |
| | | |||||
* | | Fix travis secure token | Pierre Krieger | 2014-12-17 | 1 | -1/+1 |
| | | |||||
* | | Add automatic gh-pages deployment in travis | Pierre Krieger | 2014-12-17 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #163 from tomaka/update-rustc | tomaka | 2014-12-17 | 1 | -8/+8 |
|\ \ | | | | | | | Update for rustc for x11 | ||||
| * | | Update for rustc for x11 | Pierre Krieger | 2014-12-17 | 1 | -8/+8 |
|/ / | |||||
* | | Merge pull request #162 from tomaka/winapi-loc | tomaka | 2014-12-17 | 1 | -2/+2 |
|\ \ | |/ |/| | Use "winapi" from crates.io | ||||
| * | Use "winapi" from crates.io | Pierre Krieger | 2014-12-17 | 1 | -2/+2 |
|/ | |||||
* | Update for Rustc for win32 | Pierre Krieger | 2014-12-15 | 2 | -4/+4 |
| | |||||
* | Merge pull request #159 from tomaka/update-rustc | tomaka | 2014-12-14 | 2 | -4/+5 |
|\ | | | | | Update for Rustc for win32 | ||||
| * | Update for Rustc | Pierre Krieger | 2014-12-13 | 2 | -4/+5 |
|/ | |||||
* | Merge pull request #158 from serpis/fix_warning | tomaka | 2014-12-08 | 5 | -6/+0 |
|\ | | | | | Avoid warning; if_let and tuple_indexing now part of language. | ||||
| * | Avoid warning; if_let and tuple_indexing now part of language. | Jakob Fries | 2014-12-08 | 5 | -6/+0 |
|/ | |||||
* | Merge pull request #121 from tomaka/get-api | tomaka | 2014-12-07 | 6 | -0/+52 |
|\ | | | | | Add get_api() function | ||||
| * | Add get_api() function | Pierre Krieger | 2014-12-07 | 6 | -0/+52 |
|/ | |||||
* | Merge pull request #156 from tomaka/remove-compile-msg | tomaka | 2014-12-05 | 2 | -7/+3 |
|\ | | | | | Remove the dependency to compile_msg | ||||
| * | Remove the dependency to compile_msg | Pierre Krieger | 2014-12-04 | 2 | -7/+3 |
| | | |||||
* | | Merge pull request #157 from ozkriff/master | tomaka | 2014-12-04 | 1 | -3/+3 |
|\ \ | | | | | | | android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000 | ||||
| * | | android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000 | Andrey Lesnikov | 2014-12-05 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #155 from AnthIste/osx-enum-fix | tomaka | 2014-12-04 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | OSX: Qualify enum namespacing for NSOpenGLCPSwapInterval | ||||
| * | | Qualify enum namespacing for NSOpenGLCPSwapInterval | Ruben Bakker | 2014-12-03 | 1 | -1/+1 |
| |/ | |||||
* / | Remove obsolete README message about win32 | tomaka | 2014-12-04 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #150 from tomaka/winapi | tomaka | 2014-12-03 | 8 | -1078/+351 |
|\ | | | | | Use the winapi crate instead of our own ffi | ||||
| * | Use the winapi crate instead of our own ffi | Pierre Krieger | 2014-12-02 | 8 | -1078/+351 |
| | | |||||
* | | Merge pull request #154 from tomaka/fix-warning-x11 | tomaka | 2014-12-02 | 1 | -2/+2 |
|\ \ | | | | | | | Fix deprecation warning on X11 | ||||
| * | | Fix deprecation warning on X11 | Pierre Krieger | 2014-12-02 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #153 from tomaka/fix-multisampling-x11 | tomaka | 2014-12-02 | 1 | -1/+2 |
|\ \ | |/ |/| | Fix multisampling not working on X11 | ||||
| * | Fix multisampling not working on X11 | Pierre Krieger | 2014-12-02 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #149 from DavidPartouche/fix_cocoa_fullscreen | Brendan Zabarauskas | 2014-11-29 | 1 | -1/+3 |
|\ | | | | | Fixed issue with menu bar showing in fullscreen | ||||
| * | Fixed issue with menu bar showing in fullscreen | David Partouche | 2014-11-28 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #147 from tomaka/update-rustc | tomaka | 2014-11-27 | 1 | -21/+30 |
|\ | | | | | Update for rustc on win32 | ||||
| * | Update for rustc on win32 | Pierre Krieger | 2014-11-27 | 1 | -21/+30 |
|/ | |||||
* | Merge pull request #133 from tomaka/multisampling | tomaka | 2014-11-27 | 4 | -6/+28 |
|\ | | | | | Implement multisampling for x11 | ||||
| * | Implement multisampling for x11 | Pierre Krieger | 2014-11-27 | 4 | -6/+28 |
|/ | |||||
* | Merge pull request #138 from DavidPartouche/cocoa_offscreen | tomaka | 2014-11-27 | 2 | -19/+115 |
|\ | | | | | Added headless rendering on osx | ||||
| * | Added headless rendering on osx | David Partouche | 2014-11-25 | 2 | -19/+115 |
| | | |||||
* | | Merge pull request #142 from DavidPartouche/cocoa_vsync | tomaka | 2014-11-27 | 1 | -4/+9 |
|\ \ | | | | | | | Added swap interval to osx | ||||
| * | | Added swap interval to osx | David Partouche | 2014-11-26 | 1 | -4/+9 |
| | | |