aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #22Tomaka172014-08-122-0/+5
| | | | Thanks to @Anthiste
* Add failure if SwapBuffers returns an errorTomaka172014-08-121-1/+4
|
* Fixed compilation broken by #837efc54Tomaka172014-08-121-0/+1
|
* Fix attempt for #22Tomaka172014-08-121-0/+4
|
* Remove dummy context creation for X11Tomaka172014-08-121-31/+11
|
* Minor fix in consistency for #[cfg]sTomaka172014-08-121-1/+1
|
* Now using compile_msg crate instead of static_assertTomaka172014-08-123-2/+8
|
* get_proc_address now returns a libc::c_voidTomaka172014-08-115-6/+6
|
* Remove deps/glTomaka172014-08-113-4246/+1
|
* Add flags when choosing pixel formatTomaka172014-08-071-1/+2
|
* Add default title for windowsTomaka172014-08-071-1/+1
|
* Call glViewport on windows init for win32Tomaka172014-08-072-2/+16
| | | | See #14
* Multiwindow example now creates a third windowPierre Krieger2014-08-071-0/+5
|
* Now calling glViewport on X11 when the window is createdPierre Krieger2014-08-071-3/+16
| | | | See #14
* set_position now takes intsPierre Krieger2014-08-074-4/+4
| | | | Fix #12
* Fix two warnings on X11Pierre Krieger2014-08-071-4/+4
|
* Add some error detectionPierre Krieger2014-08-071-1/+7
|
* Fix glXCreateContextAttrib always nullPierre Krieger2014-08-071-12/+26
|
* Merge branch 'master' of https://github.com/tomaka/gl-init-rsPierre Krieger2014-08-078-13/+176
|\
| * Doc now ignored for doctestTomaka172014-08-071-1/+1
| |
| * Examples now call glViewportTomaka172014-08-073-2/+17
| |
| * Fix events handling in examplesTomaka172014-08-073-9/+6
| |
| * Merge pull request #13 from pnkfelix/fsk-fix-osx-dummy-impltomaka2014-08-032-2/+4
| |\ | | | | | | Fix bugs in OS X dummy impl
| | * Fix bugs from f4fb699b524Felix S. Klock II2014-08-032-2/+4
| |/
| * Fix GL context not being destroyed on win32Tomaka172014-08-031-0/+3
| |
| * Fix closed flag not being immediatly set on win32Tomaka172014-08-031-0/+12
| |
| * Add example for multiple simultaneous examplesTomaka172014-08-031-0/+32
| |
| * Update README.mdtomaka2014-08-031-3/+1
| |
| * Add static assert for platform not supportedTomaka172014-08-031-0/+4
| |
| * Add dummy implementation for OS/XTomaka172014-08-033-2/+87
| |
| * Add doc to crate rootTomaka172014-08-021-0/+15
| |
* | Cleaner GL creation on X11Pierre Krieger2014-08-072-2/+54
| |
* | Minor style fix in X11Pierre Krieger2014-08-071-2/+1
| |
* | Now using glXChooseFBConfigPierre Krieger2014-08-072-18/+42
|/
* Update README.mdtomaka2014-08-021-1/+1
|
* Implement set_window_position for x11Pierre Krieger2014-08-022-1/+2
|
* Remove Iconified and NeedRefresh eventsTomaka172014-08-021-8/+0
|
* Remove #[exprimental] from make_currentTomaka172014-08-021-1/+0
|
* Correctly handling pixel format and fullscreen resolution on Win32Tomaka172014-08-022-6/+49
|
* Dimensions will now match the monitor's in case of fullscreenTomaka172014-08-023-7/+20
|
* Add get_dimensions() to MonitorIDTomaka172014-08-023-2/+27
|
* Fix docs for WindowTomaka172014-08-021-2/+1
|
* with_monitor -> with_fullscreenTomaka172014-08-022-2/+7
|
* Add support for specific OpenGL version for Win32Tomaka172014-08-023-4/+34
|
* Merge pull request #9 from tomaka/pass-builder-to-impl-newtomaka2014-08-024-31/+23
|\ | | | | Now passing WindowBuilder to implwin::Window::new
| * Now passing WindowBuilder to implwin::Window::newTomaka172014-08-024-31/+23
| |
* | Merge pull request #8 from tomaka/breaking-api-changestomaka2014-08-027-148/+104
|\| | | | | Add WindowBuilder and iterators for events
| * Add iterators for events and WindowBuilderTomaka172014-08-027-148/+104
|/
* Now using wglCreateContextAttribs when availableTomaka172014-08-021-36/+144
|
* Mark hints as deprecatedTomaka172014-08-011-0/+1
|