aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-22Merge pull request #126 from go-gl/early-2015-overhaulHEADgradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3gradle_1.3.0-beta2gradle_1.3.0-beta1studio-master-releasestudio-1.4-releasestudio-1.3-releasemastermainDmitri Shuralyov
2015-02-21Rename both packages from glfw3 to glfw.Dmitri Shuralyov
2015-02-21Update import paths in README.Dmitri Shuralyov
2015-02-21Move latest GLFW 3.1 bindings into v3.1/glfw subfolder.Dmitri Shuralyov
2015-02-21Update doc URL for new import pathCoşku Baş
2015-02-21Allow use of OpenGL ES 2 on Desktop platforms with -tags=gles2Stephen Gutekanst
2015-02-21Was not renamed compared to 3.0Coşku Baş
2015-02-21Remove extra renamedCoşku Baş
2015-02-21Fix library versionCoşku Baş
2015-02-21README overhaulCoşku Baş
2015-02-21Add missing panicError call.Stephen Gutekanst
2015-02-21Remove needless return statements.Stephen Gutekanst
2015-02-21Fix grammer mistake.Stephen Gutekanst
2015-02-21Return less errors; Fixes #118Stephen Gutekanst
2015-02-21Remove FIXMEsCoşku Baş
2015-02-21Add missing docs for consistency; fix typo.Dmitri Shuralyov
2015-02-21Update documentCoşku Baş
2015-02-21Convert non RGBA images to RGBA, use Image interfaceCoşku Baş
2015-02-21Implement rest of the 3.1 featuresCoşku Baş
2015-02-21More naming and doc updatesCoşku Baş
2015-02-21Tie GLFWimage to imgage.NRGBACoşku Baş
2015-02-21Document all the public ErrorCode constants.Stephen Gutekanst
2015-02-21Make PlatformError private and a panic instead of an error.Stephen Gutekanst
2015-02-21Switch on error codes in the same order as they are declared.Stephen Gutekanst
2015-02-21VideoMode to VidModeCoşku Baş
2015-02-21Adhere strictly to C API namingCoşku Baş
2015-02-21Avoid name collisionCoşku Baş
2015-02-21Implement cursor stuffCoşku Baş
2015-02-21Switched to all caps abbreviationsCoşku Baş
2015-02-21Remove a typo that is kept only for backward compatibilityCoşku Baş
2015-02-21Add a stringer for ErrorCode.Stephen Gutekanst
2015-02-21Move the Error method closer to the Error type.Stephen Gutekanst
2015-02-21README: add "Rename GLFWError to just Error." to changelogStephen Gutekanst
2015-02-21Rename GLFWError to just Error.Stephen Gutekanst
2015-02-21Make the panic error codes private.Stephen Gutekanst
2015-02-21Panic when encountering errors that are uncommon.Stephen Gutekanst
2015-02-21Revert temporary fix for #100.Dmitri Shuralyov
2015-02-21Use idiomatic form for build constraints.Dmitri Shuralyov
2015-02-21Remove remaining unused CMake files from vendored glfw folder.Dmitri Shuralyov
2015-02-21Update to official GLFW 3.1 release.Dmitri Shuralyov
2015-02-21Rename Character to Char to match upstream API naming.Dmitri Shuralyov
2015-02-21Update to glfw/glfw@59afffb3733f3f6f439c61be552ec1b3852692c4.Dmitri Shuralyov
2015-02-21Update to glfw/glfw@aa7f827e721d8fc4c856f10152ec945169e69665.Dmitri Shuralyov
2015-02-21Fix Linux build by adding missing linker library.Dmitri Shuralyov
2015-02-21Update to glfw/glfw@3b9a14f.Dmitri Shuralyov
2015-02-21Create and point to GLFW_C_REVISION.txt file.Dmitri Shuralyov
2015-02-21README: add note about Go 1.4 requirement on Windows; Closes #91Stephen Gutekanst
2015-02-21Minor cleanup.Dmitri Shuralyov
2015-02-21Cleanup the flushErrors function.Stephen Gutekanst
2015-02-21Fix type "occured" -> "occurred".Stephen Gutekanst