platform/core/csapi/opentk.git
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
2014-05-06 thefiddler[Examples] Added PointToClient test
2014-05-05 thefiddler[SDL] Improved documentation of Event size hack
2014-05-05 Stefanos A[SDL] Fixed a stack corruption issue on win32
2014-05-05 thefiddler[Mac] Report KeyDown/Up events for modifier flags
2014-05-04 thefiddler[Examples] Print KeyboardState
2014-05-04 thefiddler[Examples] Test key events for consistency
2014-05-04 thefiddler[Input] Implement key repeat
2014-05-04 thefiddler[OpenTK] Refactor keyboard and mouse handling
2014-05-04 thefiddler[X11] Added X11KeyMap.TranslateButton()
2014-05-04 thefiddler[Mac] Moved MacOSKeys to MacOS namespace
2014-05-04 thefiddler[Input] Update state through HandleKey* events
2014-05-04 thefiddler[Input] Removed pointless unsafe region
2014-05-04 thefiddler[Input] Removed pointless ValuePrecise setter
2014-05-04 thefiddler[Input] Removed pointless MouseDevice.SetState
2014-05-04 thefiddler[Mac] Add horizontal scrolling
2014-05-04 thefiddler[OpenTK] Raise NativeWindow.Mouse* events
2014-05-04 thefiddler[Mac] Disable momentum scrolling and key pop-ups
2014-05-04 thefiddler[Platform] Remove lambdas
2014-05-04 thefiddler[Examples] Hook both MouseDevice and Mouse events
2014-05-04 thefiddler[Input] MouseDevice is now based on MouseState
2014-05-04 thefiddler[Mac] Avoid calling into LegacyInputDriver
2014-05-04 thefiddler[X11] Removed legacy X11Input driver
2014-05-04 thefiddler[Input] Improved MouseState.ToString()
2014-05-03 thefiddler[Platform] Improved mouse interface
2014-05-03 thefiddler[Platform] Added support for horizontal wheel
2014-05-02 thefiddler[SDL] Corrected SDL_Mouse* event structs
2014-05-02 thefiddler[Platform] Refactored INativeWindow backends
2014-05-02 thefiddler[Mac] Fixed initial window position
2014-05-02 thefiddler[Mac] Fixed cursor coords when CursorVisible=false
2014-05-02 thefiddler[Platform] Added INativeWindow.Mouse* events
2014-05-02 thefiddler[Platform] Inherit NativeWindowBase
2014-05-02 thefiddler[Mac] Use On* methods from base class
2014-05-02 thefiddler[OpenTK] Add On* methods to raise events
2014-05-02 thefiddler[Input] Added internal MouseDevice.Position getter
2014-05-02 thefiddler[Mac] Inherit from NativeWindowBase
2014-05-02 thefiddler[OpenTK] Added NativeWindowBase
2014-05-01 thefiddler[Examples] Use Key.Enter to capture mouse
2014-05-01 thefiddler[Examples] Fixed cursor hotspot
2014-05-01 thefiddler[Examples] Improved MouseCursor example
2014-05-01 thefiddler[Win] Only set MouseCursor in client area
2014-05-01 thefiddler[SDL][Win] Destroy custom cursor on Close()
2014-04-30 thefiddler[OpenTK] Rearranged MouseCursor parameters
2014-04-30 thefiddler[SDL] Fixed MouseCursor getting stuck after multiple...
2014-04-30 thefiddler[SDL] Fixed custom MouseCursor
2014-04-30 thefiddler[Example] Test custom cursor
2014-04-30 thefiddler[Mac] Fixed cursor byte order
2014-04-30 thefiddler[OpenTK] Fixed compilation error
2014-04-30 thefiddler[OpenTK] Renamed x/y to hotx/hoty
2014-04-30 thefiddler[Platform] Renamed MouseCursor.Rgba to Argb
2014-04-30 thefiddler[Mac] Implement NSCursor rectangles
2014-04-30 thefiddler[Platform] Make MouseCursor actor public
2014-04-29 thefiddler[Win] Log wglSwapIntervalEXT errors
next