aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DroppedFile event for Win32Denilson M. Amorim2015-06-235-2/+35
* Merge pull request #493 from ricky26/msvctomaka2015-06-211-0/+7
|\
| * Add support for MSVC build.Ricky Taylor2015-06-211-0/+7
|/
* Publish 0.2.0tomaka2015-06-171-1/+1
* Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-1717-176/+72
|\
| * Remove the is_closed functionPierre Krieger2015-06-1617-176/+72
* | Merge pull request #486 from tomaka/context-errortomaka2015-06-1720-62/+123
|\ \
| * | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-1620-62/+123
* | | Merge pull request #489 from ecoal95/glx-droptomaka2015-06-171-2/+4
|\ \ \
| * | | glx: Unbind the context if it's the current oneecoal952015-06-171-2/+4
|/ / /
* | | Merge pull request #487 from fkaa/cocoa-transparencytomaka2015-06-161-1/+16
|\ \ \ | |_|/ |/| |
| * | Add transparency support for cocoa. Closes #472Felix Kaaman2015-06-161-1/+16
|/ /
* | Merge pull request #485 from fkaa/cocoa-crash-and-burntomaka2015-06-1610-8/+22
|\ \ | |/ |/|
| * Make legacy functions crash on osx core contextsFelix Kaaman2015-06-1610-8/+22
|/
* Merge pull request #484 from pinumbernumber/mastertomaka2015-06-161-1/+25
|\
| * Implement transparency for X11pinumbernumber2015-06-141-1/+25
* | Merge pull request #483 from robertknight/rob-precise_scroll_deltastomaka2015-06-165-11/+37
|\ \ | |/ |/|
| * Correct MouseWheel doc comment.Robert Knight2015-06-151-4/+1
| * Report scroll deltas in lines for non-touch devices on OS XRobert Knight2015-06-141-2/+6
| * Correct typo in MouseScrollDelta docsRobert Knight2015-06-131-1/+1
| * Express scroll deltas as either line or pixel deltasRobert Knight2015-06-135-8/+33
|/
* Merge pull request #480 from tomaka/leaking-colormaptomaka2015-06-091-1/+6
|\
| * Fix leaking color map and destruction of IMPierre Krieger2015-06-051-1/+6
* | Merge pull request #482 from frewsxcv/patch-2tomaka2015-06-091-1/+1
|\ \ | |/ |/|
| * Alphabetize crate declarationsCorey Farwell2015-06-091-1/+1
|/
* Merge pull request #479 from metajack/official-cratestomaka2015-06-042-4/+4
|\
| * Switch to the official crates.Jack Moffitt2015-06-032-4/+4
|/
* Merge pull request #475 from fkaa/cocoa-glcaptomaka2015-05-261-9/+17
|\
| * Add OS version detection on cocoa for selecting latest gl version. Fixes #470Felix Kaaman2015-05-241-9/+17
* | Merge pull request #476 from aepsil0n/x11-cursor-grab-fixtomaka2015-05-261-4/+9
|\ \ | |/ |/|
| * Fix set_cursor_state on X11Eduard Bopp2015-05-251-4/+9
|/
* Merge pull request #453 from tomaka/transparencytomaka2015-05-246-4/+80
|\
| * Switch to dwmapiPierre Krieger2015-05-243-11/+9
| * Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-245-2/+80
|/
* Merge pull request #469 from fkaa/cocoa-vsynctomaka2015-05-231-4/+2
|\
| * Fix vsync not being disabled by default in cocoaFelix Kaaman2015-05-231-4/+2
* | Merge pull request #464 from tomaka/wgl-adjustementstomaka2015-05-222-140/+170
|\ \
| * | Several WGL cleanupsPierre Krieger2015-05-222-140/+170
|/ /
* | Merge pull request #460 from tomaka/fix-compilation-32bitstomaka2015-05-212-2/+2
|\ \
| * | Fix the compilation on 32bits linuxPierre Krieger2015-05-212-2/+2
|/ /
* | Fix docs publication not workingtomaka2015-05-211-1/+1
* | Test on stable Rust instead of betatomaka2015-05-211-1/+1
* | Publish 0.1.5tomaka2015-05-211-1/+1
* | Merge pull request #459 from tomaka/win32-egl-2tomaka2015-05-217-27/+133
|\ \
| * | Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-217-27/+133
|/ /
* | Merge pull request #458 from tomaka/detach-wgltomaka2015-05-217-427/+531
|\ \ | |/ |/|
| * Detach wgl and win32Pierre Krieger2015-05-217-427/+531
|/
* Merge pull request #457 from tomaka/appveyortomaka2015-05-201-4/+13
|\
| * Update the appveyor file for 64bits buildsPierre Krieger2015-05-201-4/+13
|/
* Merge pull request #456 from aweinstock314/numlock-fixtomaka2015-05-191-2/+8
|\