platform/core/csapi/opentk.git
2013-10-22 Stefanos A.Re-added BeginMode and PixelFormat enums which were...
2013-10-21 Stefanos A.Added ConstCharPointer->string transformation in accord...
2013-10-21 Stefanos A.Added DebugProc delegate in accordance to GL 4.3 specs.
2013-10-12 thefiddlerAdded missing DllImport attribute.
2013-10-12 Stefanos AModify dllimport path on Android builds.
2013-10-12 Stefanos AFixed incorrect self-assignment statements
2013-10-12 Stefanos A[DllImport] registry methods when the Microsoft.Win32...
2013-10-12 Stefanos AFixed compilation on desktop platforms.
2013-10-12 Stefanos AAdded Xamarin.Android target
2013-10-12 Stefanos ASystem.Drawing is required for Point, Size and Rectangl...
2013-10-12 Stefanos AUse OpenTK.Minimal to stub out missing System.Drawing...
2013-10-12 Stefanos AImplemented minimal System.Drawing stubs for Xamarin...
2013-10-11 thefiddlerWhy does this file keep changing?
2013-10-11 thefiddlerFixed Tilde and Number1 scancodes
2013-10-10 thefiddlerNormalized line endings
2013-10-10 thefiddlerUpdate .gitattributes
2013-10-10 Stefanos ATreate .pdf as binary files
2013-10-10 Stefanos AAdded line-ending conversions
2013-10-10 Stefanos AMerge branch 'scancodes'
2013-10-09 Stefanos AAlways Set HIDPI flag
2013-10-09 Stefanos AFixed line endings
2013-10-07 Stefanos AHIDPI support requires SDL > 2.0.0
2013-10-04 Stefanos ADo not copy Dependencies
2013-10-04 Stefanos AUse 7z wildcards to zip tree
2013-10-04 Stefanos A.Fixed git revision detection
2013-10-04 Stefanos AFixed file not found error
2013-10-04 Stefanos AMoved all input processing to Sdl2InputDriver
2013-10-04 Stefanos AImplemented IDisposable in Sdl2Joystick
2013-10-04 Stefanos ANo separate Factory.Embedded for SDL2
2013-10-04 Stefanos ASdl2JoystickDriver.Poll() and axis fixes
2013-10-04 Stefanos ADisplay joystick information
2013-10-03 Stefanos ANew SDL2 library with HiDPI support
2013-10-03 Stefanos AInitial implementation of IJoystickDriver API
2013-10-03 Stefanos AAdd support for HiDPI modes
2013-10-03 Stefanos A.Use locale-independent scancodes
2013-10-03 Stefanos A.Added common key aliases
2013-10-03 Stefanos A.Removed support for < Windows XP
2013-10-03 Stefanos AThrow extension if context creation fails
2013-10-03 Stefanos AFallback to desktop context if embedded fails
2013-10-03 Stefanos A.NRE -> GraphicsContextMissingException
2013-10-03 Stefanos A.Load ES entry points even on desktop
2013-10-03 Stefanos AMerge branch 'sdl2' of https://github.com/thefiddler...
2013-10-03 Stefanos A.Serialize Sdl2NativeWindow methods
2013-10-03 Stefanos A.Reload WGL entry points in WinGLContext()
2013-10-03 Stefanos AAdded support for OpenGL ES through SDL2
2013-10-02 Stefanos A.Improved debugging messages
2013-10-02 Stefanos A.MouseButtonUp and MouseMove fixes
2013-10-02 Stefanos A.Create Sdl2NativeWindow hidden
2013-10-02 Stefanos A.Fixed unsetting current context in SDL2
2013-10-02 Stefanos AAdded missing x64 unmanaged dependencies
2013-10-01 Stefanos AAdded Mac OS X build of SDL2 to dependencies
2013-10-01 Stefanos AImproved diagnostics in Dispose()
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
next