platform/core/csapi/opentk.git
2013-12-28 thefiddler[Mac] Moved GetAddress implementation to its own class
2013-12-28 thefiddler[SDL2] Added missing [SuppressUnamangedCodeSecurity...
2013-12-28 thefiddler[Mac] Use Cgl.GetCurrentContext instead of Agl
2013-12-27 thefiddler[X11] Improve GraphicsMode fallback (fixes issue #23)
2013-12-27 thefiddler[X11] Fixed border size on Gnome 3
2013-12-27 thefiddler[Input] Do not crash with scancodes > 255
2013-12-27 thefiddler[X11] Allow resizing with fixed borders
2013-12-25 thefiddlerImplemented X11 KeyDown/KeyUp events and reduced code...
2013-12-25 thefiddlerDo not raise KeyPress for control characters
2013-12-25 parallelsIgnore *.pidb files from MonoDevelop 2.x
2013-12-23 thefiddlerRemoved unused constructors
2013-12-23 thefiddlerAdded Compositing and FrameworkScaled flags
2013-12-23 thefiddlerFixed OpenTK/Carbon key repeat behavior to match the...
2013-12-23 thefiddlerFixed GameWindow.{Bounds, Location, Size, X, Y} setters...
2013-12-23 thefiddlerImplemented KeyDown & KeyUp events on OpenTK/Carbon
2013-12-22 Stefanos A.Remove bogus GraphicsMode.Index check. Fixes #22
2013-12-22 Stefanos AMerge branch 'wgl_issue21'. Fixes issue #21
2013-12-22 Stefanos A.Fixed crash in MakeCurrent(null)
2013-12-22 Stefanos A.Added WGL_DRAW_TO_WINDOW_ARB flag
2013-12-22 Stefanos A.Improved WGL mode selection
2013-12-21 Stefanos A.Fixed DescribePixelFormatPFD
2013-12-21 Stefanos A.Prioritize accelerated formats first
2013-12-21 Stefanos A.Turn 1-element array to ref/out param
2013-12-21 Stefanos A.Display renderer information
2013-12-20 Stefanos A.Implemented KeyDown and KeyUp messages
2013-12-20 Stefanos A.Clean fix issue #19
2013-12-20 Stefanos ARevert "Fix issue #19"
2013-12-20 Stefanos A.Fix issue #19
2013-12-20 Stefanos A.Explicitly set WindowProcedure calling convention
2013-12-20 Stefanos A.Simplify ProcessEvents implementation
2013-12-19 Stefanos A.Threads with message pump require STA comparment
2013-12-18 Stefanos A.Replace Wgl.GetCurrentDC with cached dc
2013-12-18 Stefanos A.No point in using 16bpp color
2013-12-18 Stefanos A.Cleaned up temporary context construction
2013-12-18 Stefanos A.Fixed GetModesARB implementation
2013-12-17 Stefanos A.Minor code cleanup
2013-12-17 Stefanos A.Use gdi32 implementations of functions
2013-12-17 Stefanos A.Load opengl32.dll before gdi32.dll
2013-12-17 Stefanos A.Minor code cleanup
2013-12-17 Stefanos A.Use opengl32 instead of gdi32 throughout
2013-12-17 Stefanos A.Corrected the entrypoint for wglChoosePixelFormat
2013-12-17 Stefanos A.Clean up shader error detection
2013-12-16 Stefanos A.Updated author information (2/2)
2013-12-16 Stefanos A.Updated author information
2013-12-16 Stefanos A.Use 16bit depth in GraphicsMode.Default
2013-12-16 Stefanos A.GraphicsContext cannot be released by finalizer
2013-12-16 Stefanos A.Improved diagnostics
2013-12-16 Stefanos A.Added hack for MonoGame compatibility
2013-12-16 Stefanos A.Protect against recursion in Closing event
2013-12-16 Stefanos AAdded overloads for compatibility with svn r3127
2013-12-15 Stefanos ANormalized xml doc file paths 1.1-b3
2013-12-15 Stefanos ARemoved lib/ and *.nupkg from zip archive
2013-12-15 Stefanos AFixed build order in Nsis configuration
2013-12-15 Stefanos AAdded Dependencies folder to Nsis installer
2013-12-15 Stefanos AFixed build in Nsis configuration
2013-12-15 Stefanos AUpdated OpenGL documentation to Khronos r24522
2013-12-15 Stefanos AFixed deprecation warning
2013-12-15 Stefanos AEliminated cls-compliance warnings in BlittableValueType
2013-12-15 Stefanos AEliminated cls-compliance warnings in the math library
2013-12-15 Stefanos AEliminated CLS-compliance warnings in the bindings
2013-12-15 Stefanos AFixed memory corruption on string return type marshaling
2013-12-15 Stefanos AMerge branch 'no-reflect' of https://github.com/opentk...
2013-12-15 parallelsCompatibility fixes for Mono 2.10
2013-12-15 Stefanos AMerge branch 'no-reflect'
2013-12-15 Stefanos AMaintain backwards compatibility with 1.1
2013-12-15 Stefanos AMerge master into no-reflect
2013-12-15 Stefanos A.Build UpdateVersion before OpenTK
2013-12-15 Stefanos A.Generate debug symbols in release builds
2013-12-15 Stefanos A.Improved WindowState changes on SDL2 backend
2013-12-15 Stefanos AMerge branch 'sdlres'
2013-12-15 Stefanos A.Updated solution to VS2013 format.
2013-12-15 Stefanos A.Added nuget.exe to project items
2013-12-15 Stefanos A.Committed nuget cmdline tool to source control
2013-12-15 Stefanos AMerge branch 'nuget'
2013-12-15 Stefanos AAdd OpenTK.dll.config as content
2013-12-15 Stefanos AMonoDevelop insists on making these changes
2013-12-15 Stefanos AUpdated description
2013-12-15 Stefanos AGenerate nuget package for OpenTK.GLControl
2013-12-15 Stefanos AGenerate xml documentation for OpenTK.GLControl
2013-12-15 Stefanos AImproved nuget version information
2013-12-15 Stefanos ADo not commit build timestamp to repository
2013-12-15 Stefanos AGenerate both build timestamp and version information
2013-12-14 parallelsDelay VisualInfo construction (fixes #17)
2013-12-13 Stefanos ACopy build artifact to root directory regardless of...
2013-12-13 Stefanos AAdded release notes for OpenTK
2013-12-13 Stefanos AAdded nuget lib directory to gitignore
2013-12-13 Stefanos AAdded nuget build target to OpenTK.sln
2013-12-13 Stefanos AAdded nuget build target
2013-12-12 Stefanos AImplemented resolution change workaround on SDL2
2013-12-09 Stefanos ACache size of char
2013-12-09 Stefanos AEliminated memory allocations in Keyboard events
2013-12-09 Stefanos ADo not generate KeyPress events for non-printable chara...
2013-12-08 Stefanos AMerge branch 'enumfix'
2013-12-08 Stefanos ARegenerated bindings
2013-12-08 Stefanos AAdded overloads for compatibility with 1.0 and 1.1...
2013-12-08 Stefanos AMaintain Obsolete property when cloning a function
2013-12-08 Stefanos ACreate convenience overloads based on wrappers, not...
2013-12-08 parallelsFix for issue #16 "X11 misreported as unsupported platform"
2013-12-06 Stefanos AIgnore missing comments warning
2013-12-06 Stefanos A.Regenerated bindings
next