Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 1 | -0/+3 |
| | |||||
* | Reorganize the Linux implementation and split OSMesa and X11 | Pierre Krieger | 2015-04-24 | 1 | -2/+0 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 1 | -15/+1 |
| | |||||
* | Fixes for x11-rs/osmesa-sys conversion. | Daggerbot | 2015-04-11 | 1 | -3/+3 |
| | |||||
* | Using `x11-rs` and `osmesa-rs`. | Daggerbot | 2015-04-09 | 1 | -0/+4 |
| | |||||
* | Add support for sRGB attribute and fix creation on windows | Pierre Krieger | 2015-04-08 | 1 | -0/+13 |
| | |||||
* | Remove deprecated functions | Pierre Krieger | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #347 from tomaka/win32-pixel-format-details | tomaka | 2015-04-03 | 1 | -4/+0 |
|\ | | | | | Fix missing parameter for pixel formats infos on win32 | ||||
| * | Fix missing parameter for pixel formats infos on win32 | Pierre Krieger | 2015-04-02 | 1 | -4/+0 |
| | | |||||
* | | Remove all features for 1.0 beta | Pierre Krieger | 2015-04-03 | 1 | -3/+3 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Fix the default value for OpenGL flag again | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #340 from tomaka/winimpl-platform | tomaka | 2015-04-02 | 1 | -7/+7 |
|\ | | | | | Rename "winimpl" module to "platform" | ||||
| * | Rename "winimpl" to "platform" | Pierre Krieger | 2015-04-02 | 1 | -7/+7 |
| | | |||||
* | | Fix default OpenGL debug flag being the opposite of what it should be | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Update for winapi | Pierre Krieger | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | choose_pixel_format now returns a Result | Pierre Krieger | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | Fix compilation on win32 | Pierre Krieger | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Change grab_cursor and ungrab_cursor to set_cursor_state | Pierre Krieger | 2015-03-26 | 1 | -0/+17 |
| | |||||
* | Merge pull request #321 from SSheldon/objc_lib | Brendan Zabarauskas | 2015-03-26 | 1 | -0/+3 |
|\ | | | | | Use objc crate for Objective-C runtime functionality | ||||
| * | Updated to use objc lib. | Steven Sheldon | 2015-03-25 | 1 | -0/+3 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-03-25 | 1 | -6/+6 |
|/ | |||||
* | Merge pull request #316 from binsoftware/cocoa-fixes | Brendan Zabarauskas | 2015-03-24 | 1 | -0/+19 |
|\ | | | | | Cocoa fixes: memory leaks, monitor handling, is_current() | ||||
| * | fix headless build by ensuring NativeMonitorId enum is available internally ↵ | Ryan Stewart | 2015-03-18 | 1 | -1/+20 |
| | | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId | ||||
| * | expose platform-native monitor identifier | Ryan Stewart | 2015-03-16 | 1 | -1/+1 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-03-21 | 1 | -1/+3 |
|/ | |||||
* | Pull all dependencies from crates.io | Pierre Krieger | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Allow using non-hardware-accelerated pixel formats | Pierre Krieger | 2015-03-01 | 1 | -7/+8 |
| | |||||
* | Fix creating non-hardware-accelerated contexts | Pierre Krieger | 2015-03-01 | 1 | -0/+5 |
| | |||||
* | Use the WGL API to determine extended pixel format, plus fix creation | Pierre Krieger | 2015-03-01 | 1 | -0/+1 |
| | |||||
* | Remove deprecated 'allow' lint | Corey Farwell | 2015-02-21 | 1 | -1/+0 |
| | |||||
* | Opt into features to silence warnings | Corey Farwell | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | Deref before matching | Corey Farwell | 2015-02-21 | 1 | -3/+3 |
| | | | | rust-guidelines encourages this | ||||
* | Improve the OpenGL context request system | Pierre Krieger | 2015-02-18 | 1 | -2/+26 |
| | |||||
* | Implement better handling for pixel formats | Pierre Krieger | 2015-02-16 | 1 | -1/+52 |
| | |||||
* | Cleanup crate root by moving headless and window to modules | Pierre Krieger | 2015-02-16 | 1 | -589/+9 |
| | |||||
* | Merge pull request #70 from tomaka/fix-iterators | tomaka | 2015-02-10 | 1 | -28/+6 |
|\ | | | | | Use platform-specific iterators instead | ||||
| * | Win32: use platform-specific iterators instead | Tomaka17 | 2015-02-10 | 1 | -28/+6 |
| | | |||||
* | | Implement win32 initialization in a cleaner way | Pierre Krieger | 2015-02-10 | 1 | -0/+27 |
|/ | |||||
* | Add WebGL in the APIs list | Pierre Krieger | 2015-01-29 | 1 | -0/+2 |
| | |||||
* | fix for rust nightly | Andrew Kelley | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #231 from bjz/osx-window | tomaka | 2015-01-26 | 1 | -2/+2 |
|\ | | | | | Implement some more Cocoa stuff | ||||
| * | Rename osx->cocoa | Brendan Zabarauskas | 2015-01-26 | 1 | -2/+2 |
| | | |||||
* | | Upgrade to latest winapi | Peter Atashian | 2015-01-25 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Peter Atashian <retep998@gmail.com> | ||||
* | fix for latest rustc | Andrew Kelley | 2015-01-23 | 1 | -5/+17 |
| | |||||
* | Merge pull request #219 from bjwbell/remove-deadcode-warning | tomaka | 2015-01-23 | 1 | -0/+1 |
|\ | | | | | Remove deadcode warning in BuilderAttribs | ||||
| * | Remove deadcode warning in BuilderAttribs | Bryan Bell | 2015-01-23 | 1 | -0/+1 |
| | | | | | | | | | | | | In src/lib.rs remove the deadcode warning about the 'headless' builder attribute. Headless is /actually/ set to false or true depending on if HeadlessRendererBuilder is used. | ||||
* | | Disable compiler unstable warnings | Bryan Bell | 2015-01-22 | 1 | -0/+1 |
|/ | | | | | To cleanup the compiler output when building, disable warnings about using unstable crates/features. | ||||
* | Merge pull request #213 from tomaka/permanent-iterators | tomaka | 2015-01-19 | 1 | -8/+30 |
|\ | | | | | Iterators returned by wait_events and poll_events are now persistent | ||||
| * | Iterators returned by wait_events and poll_events are now persistent | Pierre Krieger | 2015-01-19 | 1 | -8/+30 |
| | |