platform/core/csapi/opentk.git
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
2014-01-14 thefiddler[OpenTK] Use LegacyJoystickDriver for IJoystickDriver...
2014-01-14 thefiddler[Linux] Implemented joystick hotplugging
2014-01-14 thefiddler[OpenTK] Suggest alternative to obsolete INativeWindow...
2014-01-14 Stefanos A.[X11] Implemented joystick hotplugging
2014-01-14 Stefanos A.[X11] Added INotify.cs to project files
2014-01-14 Stefanos A.[X11] Removed IJoystickDriver from X11Joystick
2014-01-14 Stefanos AMerge branch 'develop' into linux_joystick
2014-01-14 Stefanos AMerge branch 'legacy_joystick' into linux_joystick
2014-01-14 Stefanos A.[Linux] Added INotify bindings
2014-01-14 Stefanos AMerge branch 'issue43_unstablefps' into develop
2014-01-14 Stefanos A.[OpenTK] Increase max Update/RenderFrame rates
2014-01-14 Stefanos A.[OpenTK] Do not hang when update rate too high
2014-01-14 Stefanos A.[OpenTK] Respect a TargetUpdatePeriod of zero
2014-01-14 Stefanos A.[Examples] Improved timing display
2014-01-14 Stefanos A.[OpenTK] Fix UpdateFrame quantization error
2014-01-13 Stefanos A.[OpenTK] Remove Thread.Sleep() from loop timing
2014-01-13 Stefanos A.[OpenTK] Simplified update and render loops
2014-01-12 thefiddler[Audio] Don't crash when Alc.GetString() returns null
2014-01-12 Stefanos A.[OpenTK] Fix UpdateFrame loop condition
2014-01-11 Stefanos A.[OpenTK] Frameskip needs TargetUpdateFrequency!=0
2014-01-10 Stefanos A.[OpenTK] Fixed Utilities.CreateSdl2WindowInfo
2014-01-10 Stefanos A.[SDL2] Implemented GetWindowWMInfo
2014-01-10 Stefanos A.[Win] More robust pixel format selection
2014-01-10 Stefanos A.[Win] More robust WGL extension detection
2014-01-09 thefiddler[Mac] OpenGL 3.x/4.x require core profile flag
2014-01-08 Stefanos A.[OpenTK] Do not raise *Frame events when time = 0
2014-01-08 thefiddlerMerge branch 'rdp' into develop
2014-01-08 Stefanos A.[Win] Fix issue #35 (OpenTK over Remote Desktop)
2014-01-08 Stefanos A.[Win] Check registry keys before accessing
2014-01-08 thefiddlerMerge pull request #38 from opentk/issue34
2014-01-08 Stefanos A.[Win] Fix issue #33; fix issue #34
2014-01-08 Stefanos A.[Win] Do not overload internal SetWindowLong
2014-01-08 Stefanos A.[Win] Do not unregister class twice
2014-01-07 Stefanos A.[Win] Remove unnecessary #if clauses
2014-01-07 Stefanos A.[Win] Refactor huge wndproc into functions
2014-01-07 thefiddlerMerge branch 'timing' into develop
2014-01-07 Stefanos A.[Examples] Added keys to modify timing
next