Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Track rust nightly | Tomaka17 | 2014-08-15 | 1 | -4/+4 | |
| | ||||||
* | Win32: no longer fails when calling swap_buffers on a closed window | Tomaka17 | 2014-08-15 | 1 | -5/+1 | |
| | ||||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 6 | -96/+117 | |
| | ||||||
* | Implement Default for Window | Tomaka17 | 2014-08-13 | 1 | -0/+8 | |
| | ||||||
* | Rename gl-init-rs to gl_init | Tomaka17 | 2014-08-13 | 4 | -18/+18 | |
| | | | | Fix #20 | |||||
* | Fix #22 | Tomaka17 | 2014-08-12 | 2 | -0/+5 | |
| | | | | Thanks to @Anthiste | |||||
* | Add failure if SwapBuffers returns an error | Tomaka17 | 2014-08-12 | 1 | -1/+4 | |
| | ||||||
* | Fixed compilation broken by #837efc54 | Tomaka17 | 2014-08-12 | 1 | -0/+1 | |
| | ||||||
* | Fix attempt for #22 | Tomaka17 | 2014-08-12 | 1 | -0/+4 | |
| | ||||||
* | Remove dummy context creation for X11 | Tomaka17 | 2014-08-12 | 1 | -31/+11 | |
| | ||||||
* | Minor fix in consistency for #[cfg]s | Tomaka17 | 2014-08-12 | 1 | -1/+1 | |
| | ||||||
* | Now using compile_msg crate instead of static_assert | Tomaka17 | 2014-08-12 | 3 | -2/+8 | |
| | ||||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 5 | -6/+6 | |
| | ||||||
* | Remove deps/gl | Tomaka17 | 2014-08-11 | 3 | -4246/+1 | |
| | ||||||
* | Add flags when choosing pixel format | Tomaka17 | 2014-08-07 | 1 | -1/+2 | |
| | ||||||
* | Add default title for windows | Tomaka17 | 2014-08-07 | 1 | -1/+1 | |
| | ||||||
* | Call glViewport on windows init for win32 | Tomaka17 | 2014-08-07 | 2 | -2/+16 | |
| | | | | See #14 | |||||
* | Multiwindow example now creates a third window | Pierre Krieger | 2014-08-07 | 1 | -0/+5 | |
| | ||||||
* | Now calling glViewport on X11 when the window is created | Pierre Krieger | 2014-08-07 | 1 | -3/+16 | |
| | | | | See #14 | |||||
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 4 | -4/+4 | |
| | | | | Fix #12 | |||||
* | Fix two warnings on X11 | Pierre Krieger | 2014-08-07 | 1 | -4/+4 | |
| | ||||||
* | Add some error detection | Pierre Krieger | 2014-08-07 | 1 | -1/+7 | |
| | ||||||
* | Fix glXCreateContextAttrib always null | Pierre Krieger | 2014-08-07 | 1 | -12/+26 | |
| | ||||||
* | Merge branch 'master' of https://github.com/tomaka/gl-init-rs | Pierre Krieger | 2014-08-07 | 8 | -13/+176 | |
|\ | ||||||
| * | Doc now ignored for doctest | Tomaka17 | 2014-08-07 | 1 | -1/+1 | |
| | | ||||||
| * | Examples now call glViewport | Tomaka17 | 2014-08-07 | 3 | -2/+17 | |
| | | ||||||
| * | Fix events handling in examples | Tomaka17 | 2014-08-07 | 3 | -9/+6 | |
| | | ||||||
| * | Merge pull request #13 from pnkfelix/fsk-fix-osx-dummy-impl | tomaka | 2014-08-03 | 2 | -2/+4 | |
| |\ | | | | | | | Fix bugs in OS X dummy impl | |||||
| | * | Fix bugs from f4fb699b524 | Felix S. Klock II | 2014-08-03 | 2 | -2/+4 | |
| |/ | ||||||
| * | Fix GL context not being destroyed on win32 | Tomaka17 | 2014-08-03 | 1 | -0/+3 | |
| | | ||||||
| * | Fix closed flag not being immediatly set on win32 | Tomaka17 | 2014-08-03 | 1 | -0/+12 | |
| | | ||||||
| * | Add example for multiple simultaneous examples | Tomaka17 | 2014-08-03 | 1 | -0/+32 | |
| | | ||||||
| * | Update README.md | tomaka | 2014-08-03 | 1 | -3/+1 | |
| | | ||||||
| * | Add static assert for platform not supported | Tomaka17 | 2014-08-03 | 1 | -0/+4 | |
| | | ||||||
| * | Add dummy implementation for OS/X | Tomaka17 | 2014-08-03 | 3 | -2/+87 | |
| | | ||||||
| * | Add doc to crate root | Tomaka17 | 2014-08-02 | 1 | -0/+15 | |
| | | ||||||
* | | Cleaner GL creation on X11 | Pierre Krieger | 2014-08-07 | 2 | -2/+54 | |
| | | ||||||
* | | Minor style fix in X11 | Pierre Krieger | 2014-08-07 | 1 | -2/+1 | |
| | | ||||||
* | | Now using glXChooseFBConfig | Pierre Krieger | 2014-08-07 | 2 | -18/+42 | |
|/ | ||||||
* | Update README.md | tomaka | 2014-08-02 | 1 | -1/+1 | |
| | ||||||
* | Implement set_window_position for x11 | Pierre Krieger | 2014-08-02 | 2 | -1/+2 | |
| | ||||||
* | Remove Iconified and NeedRefresh events | Tomaka17 | 2014-08-02 | 1 | -8/+0 | |
| | ||||||
* | Remove #[exprimental] from make_current | Tomaka17 | 2014-08-02 | 1 | -1/+0 | |
| | ||||||
* | Correctly handling pixel format and fullscreen resolution on Win32 | Tomaka17 | 2014-08-02 | 2 | -6/+49 | |
| | ||||||
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 3 | -7/+20 | |
| | ||||||
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 3 | -2/+27 | |
| | ||||||
* | Fix docs for Window | Tomaka17 | 2014-08-02 | 1 | -2/+1 | |
| | ||||||
* | with_monitor -> with_fullscreen | Tomaka17 | 2014-08-02 | 2 | -2/+7 | |
| | ||||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 3 | -4/+34 | |
| | ||||||
* | Merge pull request #9 from tomaka/pass-builder-to-impl-new | tomaka | 2014-08-02 | 4 | -31/+23 | |
|\ | | | | | Now passing WindowBuilder to implwin::Window::new |