platform/core/csapi/opentk.git
2014-02-25 Fraser WatersDisable Obsolete warning.
2014-02-25 Fraser WatersFix XML documentation.
2014-02-25 Fraser WatersFix compile warnings in Converter.
2014-02-25 Fraser WatersFix compile warnings in Examples.
2014-02-25 thefiddlerMerge branch 'keymod' into develop
2014-02-25 thefiddler[X11] Fixed KeyUp event arguments
2014-02-25 thefiddler[Examples] Display modifier key information
2014-02-25 thefiddler[X11] Implemented modifier keys
2014-02-25 thefiddler[Win] Implemented modifier keys
2014-02-25 thefiddler[Input] Implemented GetModifiers() method
2014-02-25 thefiddler[SDL2] Implemented modifier keys
2014-02-25 thefiddler[Input] Added modifier keys to KeyboardKeyEventArgs
2014-02-25 thefiddler[SDL2] Added PeepEvents/PollEvent functions
2014-02-25 thefiddler[SDL2] Corrected win/alt key mapping (was swapped previ...
2014-02-25 thefiddler[Mac] Implemented modifier keys
2014-02-25 thefiddler[Input] Added KeyModifiers enumeration
2014-02-25 thefiddlerMerge branch 'calli' into develop
2014-02-25 thefiddler[Build] Added -debug to Rewrite commandline parameters
2014-02-25 thefiddler[Build] Fixed ErrorHelper local variable
2014-02-25 thefiddler[Rewrite] Fixed exit from try-finally block
2014-02-25 FraserAdd ErrorHelper to bindings.
2014-02-24 thefiddlerSquashed commit of the following:
2014-02-24 thefiddler[Build] Test build OpenTK with mono 3.2.6 and 2.10.11
2014-02-24 thefiddlerAdded Travis-CI build script
2014-02-21 thefiddler[EGL] Removed unnecessary OpenTK.Platform.Windows reference
2014-02-17 Benjamin NitschkeFixed line breaks in release notes again
2014-02-17 Benjamin NitschkeFixed line breaks in release notes
2014-02-17 Benjamin NitschkeAdded stable release notes and nuget package links
2014-02-16 thefiddler[Doc] Generate oxygen reference for OpenGL/AL
2014-02-16 thefiddler[Doc] Add links to OpenTK manual and API reference
2014-02-16 thefiddler[Doc] Updated version number in doxygen documentation
2014-02-16 thefiddler[Doc] Removed deprecated doxygen directives
2014-02-16 thefiddler[Doc] Fixed doxygen latex-to-pdf conversion
2014-02-16 thefiddler[Doc] Removed pdf OpenGL/AL specifications in favor...
2014-02-16 Stefanos A.[Doc] Updated documentation for release
2014-02-13 Stefanos A.[Win] Do not raise KeyPress for control chars
2014-02-12 Stefanos A.[OpenTK] Make VB.Net overload resolution happy
2014-02-11 thefiddlerMerge pull request #58 from Frassle/develop
2014-02-11 Fraser WatersRemove non-breaking space.
2014-02-10 Stefanos AMerge branch 'joyhat' into develop
2014-02-07 thefiddler[GL] Do not limit strings to StringBuilder.Capacity...
2014-02-06 thefiddler[GL][ES] Mark DebugProc* delegates as unmanaged functio...
2014-02-06 thefiddlerMerge pull request #56 from l3m/matrix4d-axis-angle
2014-02-04 thefiddler[GL] Fixed invalid IL instruction in Get*() and Delete...
2014-02-04 thefiddler[GL] Added missing ActiveUniformType.FloatMat3x2 token
2014-02-04 Jonas BoeschUpdated Matrix4d.FromAxisAngle to mirror the Matrix4...
2014-02-03 thefiddlerMerged remote-tracking branch 'l3m/matrix4d-quat-fix...
2014-02-01 Stefanos A.[Win] Do not create second WinMMJoystick instance
2014-02-01 Stefanos A.[Win] Query WinMM joysticks on devicechange event
2014-02-01 Stefanos A.[Win] Cache WinMM joystick capabilities
2014-01-31 Stefanos A.[Input] Fixed SetButton index check
2014-01-31 Stefanos A.[Input] Fixed compilation error
2014-01-31 thefiddler[Mac] Implemented JoystickHat support
2014-01-31 thefiddler[Input] Added JoystickCapabilities.HatCount
2014-01-31 thefiddler[SDL2] Implemented support for hat state
2014-01-31 thefiddler[Input] Added hat state to JoystickState
2014-01-31 thefiddler[Input] Do not use a bitfield for hat position
2014-01-31 thefiddler[Input] Added JoystickHatState structure
2014-01-30 thefiddler[Input] Added structures for joystick hat input
2014-01-30 thefiddler[Input] Fixed off-by-one error in internal max axes...
2014-01-30 Stefanos A.[Examples] BindAttribLocation must precede LinkProgram
2014-01-30 Stefanos A.[Examples] Updated to use 1.1 API
2014-01-30 thefiddler[Win] Faster WinMM GetCapabilities() and GetState()
2014-01-29 thefiddler[Input] Implemented axis-button mappings
2014-01-29 thefiddler[Input] Added support for JoystickButtons 16-31
2014-01-26 thefiddlerMerge remote-tracking branch 'cwassall/develop' into...
2014-01-26 thefiddler[GLControl] Warn when accessing GL properties on non...
2014-01-26 thefiddler[GLControl] Use IGraphicsContext.SwapInterval to get...
2014-01-26 thefiddler[GLControl] Clarified docs regarding multiple contexts
2014-01-25 thefiddler[Input] Corrected GamePadState range to byte [0,255]
2014-01-22 Stefanos AMerge branch 'graphicsmode' into develop
2014-01-22 Stefanos A.[OpenTK] Don't skip AA modes in RelaxGraphicsMode
2014-01-22 thefiddler[SDL2] Use RelaxGraphicsMode to find optimal mode
2014-01-22 thefiddler[Max] Use RelaxGraphicsMode to find optimal mode
2014-01-22 thefiddler[Win] Use RelaxGraphicsMode to find optimal mode
2014-01-22 thefiddler[OpenTK] Moved RelaxGraphicsMode to Utilities
2014-01-22 thefiddler[OpenTK] Allow a GraphicsMode.Buffers value of 0
2014-01-22 thefiddler[OpenTK] Clamp max AA level to 64x
2014-01-22 thefiddler[OpenTK] Removed unused GraphicsMode field
2014-01-21 Stefanos A.[Win] Clear extension list on reload
2014-01-21 Stefanos A.[Win] Removed WGL delegates in favor of calli
2014-01-21 Stefanos A.[Win] Implemented calli-based interop for WGL
2014-01-20 cwassallChange original_resolution field to a property
2014-01-19 cwassallRemember DisplayDevice original resolutions
2014-01-18 Stefanos A.[GLControl] Use dummy context in design mode
2014-01-16 Stefanos A.[Win] Fix X1/X2 mouse buttons (fixes issue #27)
2014-01-16 Stefanos AMerge branch 'utf8' into develop
2014-01-16 Stefanos A.[Examples] Move UTF8 sample to Test folder
2014-01-16 Stefanos AMerge branch 'utf8_test' of https://github.com/ganaware...
2014-01-16 Stefanos A.[OpenTK] Use ASCII encoding
2014-01-16 Stefanos AMerge branch 'develop' of https://github.com/opentk...
2014-01-16 Stefanos AMerge branch 'develop' into utf8
2014-01-16 Nayuta Tagashader source with Japanese comment test
2014-01-16 Nayuta TagaMerge branch 'utf8' into utf8_test
2014-01-15 Stefanos A.[Docs] Updated readme file for release
2014-01-15 thefiddlerMerge branch 'linux_joystick' into develop
2014-01-15 thefiddler[OpenTK] Protect against invalid axis/button ids
2014-01-15 thefiddler[OpenTK] Fixed polling
2014-01-15 thefiddler[OpenTK] Fixed legacy joystick hotplugging & events
2014-01-14 thefiddler[Linux] Implemented joystick guid detection
next