platform/core/csapi/opentk.git
2014-06-17 thefiddler[X11] Send ClientMessage to exit input event loop
2014-06-17 thefiddler[X11] Remove unused XCreateWindow overloads
2014-06-15 thefiddler[X11] Construct X11 Factory first if enabled
2014-06-15 thefiddler[X11] Added glXQueryVersion DllImport.
2014-06-15 thefiddler[X11] Throw exception if GLX is not supported
2014-06-15 thefiddler[X11] Check before monitoring /dev/input
2014-06-15 thefiddler[X11] Implement support for XQuartz (X11 on Mac)
2014-06-15 thefiddlerMerge branch 'xquartz' of https://github.com/thefiddler...
2014-06-08 thefiddlerMerge pull request #132 from thefiddler/fixbool2
2014-06-08 thefiddler[ES][GL] Regenerated bindings
2014-06-08 thefiddler[Bind] Fixed a System.FormatException
2014-06-08 thefiddler[Rewrite] Implement byte -> bool marshalling
2014-06-08 thefiddler[Bind] Use byte for GLboolean return types
2014-06-02 thefiddlerMerge pull request #127 from thefiddler/apitest
2014-06-02 thefiddlerMerge pull request #128 from Frassle/half-fix
2014-06-02 Fraser WatersFix a bug in single->half conversion.
2014-05-31 thefiddler[Test] Added API.Desktop to OpenTK.sln
2014-05-31 thefiddler[Test] Added API compatibility test
2014-05-31 thefiddlerMerge pull request #126 from thefiddler/sdlversion
2014-05-30 thefiddler[SDL] Removed unnecessary if-branch
2014-05-30 thefiddler[SDL] Do not attempt to use versions < 2.0.0
2014-05-20 thefiddler[X11] Added dllmap for Mac OS X (XQuartz)
2014-05-19 thefiddlerMerge pull request #125 from thefiddler/r112
2014-05-19 thefiddler[Mac] Fixed NRE and initial position on 64bit
2014-05-19 thefiddler[Mac] Added NSFloat implementation
2014-05-19 thefiddlerMerge pull request #123 from thefiddler/eglfix
2014-05-19 thefiddlerMerge pull request #124 from thefiddler/xdestroyfix
2014-05-19 thefiddler[Docs] Yet more formatting fixes
2014-05-19 thefiddler[Docs] Minor formatting fixes
2014-05-19 thefiddler[Graphics] Synced with May 2014 Khronos spec
2014-05-19 thefiddler[Docs] Updated documentation for release
2014-05-19 thefiddler[X11] Fixed BadWindow error on shutdown
2014-05-19 thefiddlerRemoved file committed by mistake
2014-05-19 thefiddlerMerge branch 'xkeyfix' of https://github.com/thefiddler...
2014-05-19 thefiddler[X11] Improved WindowBorder.Fixed detection
2014-05-19 thefiddlerMerge branch 'develop' of git://github.com/Goz3rr/opent...
2014-05-19 thefiddler[EGL] Fixed display connection
2014-05-18 thefiddler[EGL] Egl.GetProcAddress only returns extensions
2014-05-16 Goz3rrMade NativeWindow set WindowBorder to Fixed when create...
2014-05-15 Goz3rrChanged TranslateFlags to actually translate flags...
2014-05-15 thefiddler[X11] Renamed XI2Mouse
2014-05-15 thefiddler[X11] Split X11 and XI2 input drivers
2014-05-15 thefiddler[X11] Implemented XI2 keyboard input
2014-05-15 thefiddler[X11] Added XIDeviceType enumeration
2014-05-14 thefiddler[X11] Rebased on develop branch
2014-05-14 thefiddler[X11] Use XKB for layout-independent input
2014-05-14 thefiddler[X11] Added XKB bindings
2014-05-14 thefiddlerMerge pull request #120 from thefiddler/xcursorfix
2014-05-14 Goz3rrAdded GameWindowFlags.FixedWindow to allow for fixed...
2014-05-14 thefiddler[Mac] Explicitly retain/release CocoaWindowInfo instances
2014-05-13 thefiddler[X11] Removed unused SetCursor() function
2014-05-13 thefiddler[X11] Removed stale comment
2014-05-13 thefiddler[X11] Removed unused warp detection code
2014-05-13 thefiddler[X11] Fixed GetCursorState() after SetPosition()
2014-05-13 thefiddler[X11] Warn when XI2Mouse is not supported.
2014-05-13 thefiddler[Input] Renamed MouseScrollWheel to MouseScroll
2014-05-13 thefiddler[X11] Implemented high-resolution scroll events
2014-05-13 thefiddler[Platform] Fixed OnMouseDown/Up events for secondary...
2014-05-13 thefiddler[X11] Improved CursorVisible = false behavior
2014-05-13 thefiddler[X11] Fixed cursor position when CursorVisible becomes...
2014-05-13 thefiddler[X11] Fixed Cursor when CursorVisible = false
2014-05-12 thefiddlerMerge branch 'nulldisplay' into develop
2014-05-12 thefiddlerMerge branch 'nvidiafix' into develop
2014-05-12 thefiddlerMerge branch 'arrayfix' into develop
2014-05-12 thefiddler[Rewrite] Removed unused conditional.
2014-05-12 thefiddler[OpenTK] Do not crash when no monitor connected
2014-05-12 thefiddler[X11] Correct Glx.*.SwapInterval definitions
2014-05-12 thefiddler[X11] Fixed GLX extension loading
2014-05-12 thefiddler[Rewrite] Fixed 2d/3d arrays on .Net
2014-05-12 thefiddler[X11] Flush XSendEvent on exit
2014-05-12 thefiddler[X11] Fixed XI2Mouse smooth scrolling
2014-05-12 thefiddler[X11] Improved XI2Mouse implementation
2014-05-12 thefiddler[Examples] Improved Mouse.GetState output
2014-05-12 thefiddler[Mac] Implemented Mouse.GetCursorState()
2014-05-12 thefiddler[Examples] Test Mouse.SetPosition
2014-05-12 thefiddler[SDL] Use h-wheel events
2014-05-12 thefiddler[Input] Improve SDL2 and Windows GetCursorState
2014-05-12 thefiddler[Input] Added Mouse.GetCursorPos() (WIP)
2014-05-12 thefiddlerMerge pull request #114 from thefiddler/nativewindow
2014-05-09 thefiddler[Examples] Fixed Scroll.X/Y misreporting
2014-05-09 thefiddler[Platform] Fixed keys getting stuck on focus loss
2014-05-09 thefiddler[Win] Fixed infinite recursion
2014-05-09 thefiddler[Graphics] Made entry points internal
2014-05-09 thefiddler[Input] Do not hook FocusedChanged
2014-05-09 thefiddler[Win] Cleaned up window size/pos properties
2014-05-09 thefiddler[X11] Fixed WindowBorder and WindowState setters
2014-05-08 thefiddler[Platform] Raise KeyUp events on focus lost
2014-05-08 thefiddler[X11] Fixed key repeat
2014-05-08 thefiddler[X11] Improved vsync support
2014-05-08 thefiddler[X11] Corrected size events
2014-05-07 thefiddlerMerge pull request #113 from danzel/develop
2014-05-07 Dave LeaverCorrect spelling in INativeWindow
2014-05-07 thefiddler[GL] Added generic RenderbufferStorage depth-stencil...
2014-05-07 thefiddlerMerge pull request #111 from thefiddler/sdl_stack_fix
2014-05-06 thefiddler[SDL] Avoid CursorVisible = true cursor jump
2014-05-06 thefiddler[SDL] Report mouse in client coordinates
2014-05-06 thefiddler[Examples] Test MouseCursor in GameWindowStates
2014-05-06 thefiddler[Mac] Fixed PointTo* calculations
2014-05-06 thefiddler[Platform] Forward PointToScreen to backend
2014-05-06 thefiddler[Platform] More selective mouse events
next