platform/core/csapi/opentk.git
2014-05-08 thefiddler[X11] Improved vsync support
2014-05-08 thefiddler[X11] Corrected size events
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[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
2014-04-29 thefiddler[OpenTK] Query the driver for VSyncMode getter
2014-04-29 thefiddler[All] Fixed checks for EXT_swap_control_tear
2014-04-28 thefiddler[Mac] Removed unused CarbonGLNative.cs
2014-04-28 thefiddler[Mac] Remove call to NewEventHandlerUPP
2014-04-28 thefiddler[Mac] CGDisplayBounds signature now matches Mac ABI
2014-04-28 thefiddlerMerge branch 'pr/105' into develop
2014-04-28 thefiddler[Mac] Cmd-Q should raise Closing events
2014-04-28 thefiddlerMerge branch 'thefiddler-cursor' into develop
2014-04-28 thefiddler[Win] Fixed MouseCursor.Default
2014-04-28 thefiddlerMerge branch 'cursor' of https://github.com/thefiddler...
2014-04-27 thefiddler[X11] Fixed SGI_swap_control query
2014-04-27 thefiddler[GL] Added GetPName.Max*ImageUniforms
2014-04-27 thefiddler[OpenTK] Only init X11 if SDL2 is not used
2014-04-27 thefiddler[X11] Fixed INativeWindow.Cursor getter
2014-04-27 thefiddler[Input] Fixed key modifiers in KeyboardDevice events
2014-04-27 thefiddler[SDL] Fixed cursor support
2014-04-27 thefiddler[Mac] Implement INativeWindow.Cursor
2014-04-27 thefiddler[OpenTK] Treat null as MouseCursor.Empty
2014-04-27 thefiddler[OpenTK] Disable custom MouseCursors
2014-04-27 thefiddler[Examples] Set a predefined cursor on Key.Space
2014-04-27 thefiddler[Mac] Stubbed INativeWindow.Cursor
2014-04-27 Fraser WatersFix a bug in X11 CursorVisble with custom cursors.
2014-04-27 Fraser WatersChange bool to IntPtr.
2014-04-27 Fraser WatersCustom cursors on X11.
2014-04-27 Fraser WatersAdd XcursorImageLoadCursor function.
2014-04-27 Fraser WatersMake xcursor fields public.
2014-04-27 Fraser WatersChange xcursor library name.
2014-04-27 Fraser WatersCreate and Destroy functions for XcursorImage.
2014-04-27 Fraser WatersXcursor types.
2014-04-27 FraserRespond to WM_SETCURSOR messages.
2014-04-27 FraserNo need for named variable.
2014-04-27 FraserCopy to correct offset.
2014-04-27 Fraser WatersDon't hardcode cursor.png path.
2014-04-27 Fraser WatersCopy cursor.png to output.
2014-04-27 FraserPartial implementation of Windows MouseCursor.
2014-04-27 FraserMouseCursor example.
2014-04-27 FraserDestroyIcon function.
2014-04-27 FraserGetCursor function.
2014-04-27 FraserSetCursor function.
2014-04-27 FraserGetIconInfo function.
2014-04-27 FraserCreateIconIndirect function.
2014-04-27 FraserIconInfo structure.
next