platform/core/csapi/opentk.git
2013-10-01 Stefanos AAdded Sync object for SDL
2013-10-01 Stefanos AMarked class as partial
2013-10-01 Stefanos AUse separate process for executing examples
2013-10-01 Stefanos AFixed invalid version string on git
2013-10-01 Stefanos A.MakeCurrent(null) should make context non-current
2013-10-01 Stefanos AFixed build under xbuild
2013-10-01 Stefanos AClean up OpenTK after every example
2013-10-01 Stefanos AImproved resource disposal
2013-10-01 Stefanos A.Removed terrible hack for SDL_WINDOW_OPENGL
2013-09-30 Stefanos A.Implemented Sdl2GLControl
2013-09-30 Stefanos AMerge remote-tracking branch 'origin/master' into sdl2
2013-09-30 Stefanos A.Workaround for NRE on WinRawMouse driver
2013-09-30 thefiddlerMerge branch 'sdl2' of https://github.com/thefiddler...
2013-09-30 Stefanos A.Attempted to fix key modifier state
2013-09-30 Stefanos A.Renamed Sdl2InputBase
2013-09-30 Stefanos A.Use scancodes for KeyboardDevice states
2013-09-30 Stefanos A.Fixed return values of keyboard functions
2013-09-30 Stefanos A.Fixed documentation comment
2013-09-30 Stefanos A.Renamed Sdl2InputBase to Sdl2InputDriver
2013-09-30 Stefanos A.Made internal SDL2 API private
2013-09-30 Stefanos A.Implemented SDL2 mouse and keyboard drivers
2013-09-30 thefiddlerReduced icon resolution to 128x128 in order to avoid...
2013-09-29 Stefanos A.Added high-res icons to Example Browser
2013-09-29 Stefanos A.Free SDL surface after updating the window icon
2013-09-29 Stefanos A.Fixed decoding of Icons
2013-09-27 Stefanos A.Updated license information
2013-09-27 Stefanos A.Implemented WindowState, WindowBorder and Icon
2013-09-27 Stefanos A.Increased the text surface size
2013-09-27 Stefanos A.Use OpenGL window flag and switch to "fake" fullscreen...
2013-09-27 Stefanos A.Add debug message when context creation fails
2013-09-27 Stefanos A.Use Wgl.Import.GetCurrentContext DllImport directly
2013-09-27 Stefanos AMerge remote-tracking branch 'origin/master' into sdl2
2013-09-27 Stefanos A.Added app.manifest to OpenTK.Examples project
2013-09-27 thefiddlerMerge branch 'master' of https://github.com/thefiddler...
2013-09-27 Stefanos A.Updated .gitignore
2013-09-27 thefiddlerImplemented SDL2 platform using sdl2-cs
2013-09-27 thefiddlerIntegrated sdl2-cs bindings for sdl2
2013-09-27 thefiddlerMerge commit 'ed45dddb98c8250a33505c953b6c60bf7a854ffb...
2013-09-27 thefiddlerSquashed 'Source/OpenTK/Platform/SDL2/sdl2-cs/' content...
2013-09-25 thefiddlerMade OpenTK.Examples high-dpi aware
2013-09-25 thefiddlerAdded support for high-dpi mode on Windows.
2013-09-25 thefiddlerMerge remote-tracking branch 'andy/master'
2013-09-24 Andy KorthMerge pull request #20 from NeilWhite/MatrixRangeFix
2013-09-24 Neil WhiteFix for setting Matrix/Vector values by Index
2013-08-12 Andy KorthMerge pull request #19 from jeske/fix
2013-08-11 David Jeskefix MacOS bug mapping modifier keys to the scancode...
2013-08-10 Andy KorthMerge pull request #17 from jeske/master
2013-08-10 David Jeskeadded support for smooth trackpad scrolling on macos
2013-07-18 Andy KorthMerge pull request #15 from GoldBlockGames/master
2013-07-18 Robert RouhaniAdded Quaterniond version of FromMatrix
2013-07-18 Robert RouhaniAdded Quaternion.FromMatrix
2013-06-04 Andy KorthFix for github issue 13, terrible crash on Keyboard...
2013-04-27 Andy KorthMerge pull request #12 from zastrowm/patch-1
2013-04-27 zastrowmUpdate whitespace issues to conform to the rest of...
2013-04-27 zastrowmChange WinRawMouse.ProcessMouseEvents to call code...
2013-04-15 Andy KorthMerge pull request #10 from Artfunkel/master
2013-04-11 Tom EdwardsAdded Matrix clearing methods
2013-03-22 Andy KorthReadme cleanup, add some resources and links
2013-03-22 Dean EllisMerge pull request #1 from elisee/fix-client-rectangle...
2013-03-20 Andy KorthMerge pull request #9 from Artfunkel/master
2013-03-20 Tom EdwardsCopied Matrix4 changes to other classes
2013-03-19 Tom EdwardsChanges suggested by Rob Rouhani
2013-03-07 Benjamin NitschkeAdded readme
2013-02-23 Tom EdwardsA couple more maths functions
2013-02-18 Tom EdwardsExtra maths features
2013-02-17 Tom EdwardsMerge remote-tracking branch 'origin/ScanCodeKeyboardBr...
2013-01-31 Andy Korthminor notes in comments of Matrix classes
2013-01-26 Robert RouhaniMerge branch 'master' of github.com:andykorth/opentk
2013-01-26 Robert RouhaniAdded GL.UniformMatrix* double overloads.
2013-01-26 Robert RouhaniConverted tabs to spaces.
2013-01-26 Robert RouhaniCopied float matrix classes to their double equivalents.
2013-01-26 Robert RouhaniImplemented Matrix3(d) constructor that takes upper...
2013-01-26 Andy KorthMerge pull request #6 from shrt/master
2013-01-26 Jacob Hauberg... Fix NullPointerException on Windows 8.
2013-01-24 Andy KorthCommitting artfunkel patch for scan codes
2013-01-24 Andy KorthMerge pull request #5 from Tamschi/master
2013-01-24 Tamme SchichlerAdded missing XML comments for Matrix3d
2013-01-24 Tamme SchichlerAdded missing XML comments for Matrix3d
2013-01-24 Tamme SchichlerFixed a few warnings with XML comments
2013-01-20 Robert RouhaniMatrix4x2 implementation and documenting the other...
2013-01-20 Robert RouhaniMatrix3x2 implementation and partial Matrix4x2 implemen...
2013-01-20 Robert RouhaniMatrix2x3 and Matrix2x4 implementatinos
2013-01-19 Robert RouhaniMore work on matrices.
2013-01-19 Robert RouhaniMatrix2 implementation
2013-01-19 Robert RouhaniAdded very basic implementations of all possible matrix...
2013-01-18 Robert RouhaniAdded Matrix4x3 and Matrix3x4 implementations from...
2013-01-18 Robert RouhaniFixed bug in Matrix4.LookAt.
2013-01-17 Andy KorthAdding ignore for mac DS_Store files
2013-01-17 Andy KorthA few minor comments
2013-01-17 Robert RouhaniFixed extra endregion directive that prevented compilation.
2013-01-17 Robert RouhaniReverted .gitignore to andykorth's version. A patch...
2013-01-17 Robert RouhaniRemoved swizzles that had duplicate components.
2013-01-17 Robert RouhaniFixed spacing of #endregion directives from merging
2013-01-17 Robert RouhaniFixed the issues caused by merging in our changes as...
2013-01-17 Robert RouhaniAdded all swizzle permutations up to the vector's dimen...
2013-01-17 Robert RouhaniMore hacking for gamepads
2013-01-17 Robert RouhaniStarted implementing GamePad
2013-01-17 Robert RouhaniAdded UniformMatrix3/3d/4d overloads
2013-01-17 Robert RouhaniAdded ref/out overload for Matrix4.Invert
2013-01-17 Robert RouhaniImplemented perpendicular dot product in Vector2.
next