projects
/
platform
/
core
/
csapi
/
opentk.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/csapi/opentk.git
2013-12-24
Stefanos A
Added missing newline
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Stefanos A
Implemented GamePadThumbSticks
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Stefanos A
Added state information for GamePads
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Stefanos A
More compact string representation
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Stefanos A
Implemented IEquatable<> interface
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
thefiddler
Implemented new GamePad interface (WIP)
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
thefiddler
Implemented GamePadButtons
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
thefiddler
Updated internal IGamePadDriver interface
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
thefiddler
Implemented GameController API bindings
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
thefiddler
Use SDL2 event API for joystick devices
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
thefiddler
Implemented SDL2 Joystick and GameController events
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
thefiddler
Removed unused constructors
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
thefiddler
Added Compositing and FrameworkScaled flags
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
thefiddler
Fixed OpenTK/Carbon key repeat behavior to match the...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
thefiddler
Fixed GameWindow.{Bounds, Location, Size, X, Y} setters...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
thefiddler
Implemented KeyDown & KeyUp events on OpenTK/Carbon
commit
|
commitdiff
|
tree
|
snapshot
2013-12-22
Stefanos A.
Remove bogus GraphicsMode.Index check. Fixes #22
commit
|
commitdiff
|
tree
|
snapshot
2013-12-22
Stefanos A
Merge branch 'wgl_issue21'. Fixes issue #21
commit
|
commitdiff
|
tree
|
snapshot
2013-12-22
Stefanos A.
Fixed crash in MakeCurrent(null)
commit
|
commitdiff
|
tree
|
snapshot
2013-12-22
Stefanos A.
Added WGL_DRAW_TO_WINDOW_ARB flag
commit
|
commitdiff
|
tree
|
snapshot
2013-12-22
Stefanos A.
Improved WGL mode selection
commit
|
commitdiff
|
tree
|
snapshot
2013-12-21
Stefanos A.
Fixed DescribePixelFormatPFD
commit
|
commitdiff
|
tree
|
snapshot
2013-12-21
Stefanos A.
Prioritize accelerated formats first
commit
|
commitdiff
|
tree
|
snapshot
2013-12-21
Stefanos A.
Turn 1-element array to ref/out param
commit
|
commitdiff
|
tree
|
snapshot
2013-12-21
Stefanos A.
Display renderer information
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Stefanos A.
Implemented KeyDown and KeyUp messages
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Stefanos A.
Clean fix issue #19
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Stefanos A
Revert "Fix issue #19"
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Stefanos A.
Fix issue #19
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Stefanos A.
Explicitly set WindowProcedure calling convention
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Stefanos A.
Simplify ProcessEvents implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-12-19
Stefanos A.
Threads with message pump require STA comparment
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Stefanos A.
Replace Wgl.GetCurrentDC with cached dc
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Stefanos A.
No point in using 16bpp color
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Stefanos A.
Cleaned up temporary context construction
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Stefanos A.
Fixed GetModesARB implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Use gdi32 implementations of functions
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Load opengl32.dll before gdi32.dll
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Use opengl32 instead of gdi32 throughout
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Corrected the entrypoint for wglChoosePixelFormat
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Stefanos A.
Clean up shader error detection
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
Updated author information (2/2)
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
Updated author information
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
Use 16bit depth in GraphicsMode.Default
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
GraphicsContext cannot be released by finalizer
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
Improved diagnostics
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
Added hack for MonoGame compatibility
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A.
Protect against recursion in Closing event
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Stefanos A
Added overloads for compatibility with svn r3127
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Normalized xml doc file paths
1.1-b3
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Removed lib/ and *.nupkg from zip archive
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Fixed build order in Nsis configuration
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Added Dependencies folder to Nsis installer
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Fixed build in Nsis configuration
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Updated OpenGL documentation to Khronos r24522
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Fixed deprecation warning
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Eliminated cls-compliance warnings in BlittableValueType
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Eliminated cls-compliance warnings in the math library
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Eliminated CLS-compliance warnings in the bindings
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Fixed memory corruption on string return type marshaling
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Merge branch 'no-reflect' of https://github.com/opentk...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
parallels
Compatibility fixes for Mono 2.10
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Merge branch 'no-reflect'
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Maintain backwards compatibility with 1.1
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Merge master into no-reflect
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A.
Build UpdateVersion before OpenTK
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A.
Generate debug symbols in release builds
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A.
Improved WindowState changes on SDL2 backend
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Merge branch 'sdlres'
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A.
Updated solution to VS2013 format.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A.
Added nuget.exe to project items
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A.
Committed nuget cmdline tool to source control
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Merge branch 'nuget'
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Add OpenTK.dll.config as content
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
MonoDevelop insists on making these changes
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Updated description
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Generate nuget package for OpenTK.GLControl
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Generate xml documentation for OpenTK.GLControl
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Improved nuget version information
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Do not commit build timestamp to repository
commit
|
commitdiff
|
tree
|
snapshot
2013-12-15
Stefanos A
Generate both build timestamp and version information
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
parallels
Delay VisualInfo construction (fixes #17)
commit
|
commitdiff
|
tree
|
snapshot
2013-12-13
Stefanos A
Copy build artifact to root directory regardless of...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-13
Stefanos A
Added release notes for OpenTK
commit
|
commitdiff
|
tree
|
snapshot
2013-12-13
Stefanos A
Added nuget lib directory to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2013-12-13
Stefanos A
Added nuget build target to OpenTK.sln
commit
|
commitdiff
|
tree
|
snapshot
2013-12-13
Stefanos A
Added nuget build target
commit
|
commitdiff
|
tree
|
snapshot
2013-12-12
Stefanos A
Implemented resolution change workaround on SDL2
commit
|
commitdiff
|
tree
|
snapshot
2013-12-09
Stefanos A
Cache size of char
commit
|
commitdiff
|
tree
|
snapshot
2013-12-09
Stefanos A
Eliminated memory allocations in Keyboard events
commit
|
commitdiff
|
tree
|
snapshot
2013-12-09
Stefanos A
Do not generate KeyPress events for non-printable chara...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-08
Stefanos A
Merge branch 'enumfix'
commit
|
commitdiff
|
tree
|
snapshot
2013-12-08
Stefanos A
Regenerated bindings
commit
|
commitdiff
|
tree
|
snapshot
2013-12-08
Stefanos A
Added overloads for compatibility with 1.0 and 1.1...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-08
Stefanos A
Maintain Obsolete property when cloning a function
commit
|
commitdiff
|
tree
|
snapshot
2013-12-08
Stefanos A
Create convenience overloads based on wrappers, not...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-08
parallels
Fix for issue #16 "X11 misreported as unsupported platform"
commit
|
commitdiff
|
tree
|
snapshot
2013-12-06
Stefanos A
Ignore missing comments warning
commit
|
commitdiff
|
tree
|
snapshot
next