platform/core/csapi/opentk.git
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.
2014-04-27 thefiddler[All] Initial implementation of INativeWindow.Cursor...
2014-04-27 thefiddler[SDL2] Implemented cursor APIs
2014-04-27 thefiddler[Core] Added MouseCursor class
2014-04-27 Olle HåkanssonAdded Quit menu item + shortcut (Cmd+Q).
2014-04-27 Olle HåkanssonFixed creating contexts without native windows.
2014-04-27 thefiddler[ES][GL] Synced with April Khronos specification
2014-04-26 thefiddler[X11] Set WM_CLASS property
2014-04-26 thefiddlerMerge pull request #103 from thefiddler/memopt
2014-04-26 thefiddler[GL] Only print debug info in debug mode
2014-04-26 thefiddler[GL] Removed unused code
2014-04-26 thefiddler[OpenTK] Removed reflection binding loading
2014-04-26 thefiddler[X11] Implemented new-style bindings for GLX
2014-04-26 thefiddler[Win] Fixed warnings
2014-04-26 thefiddler[GL][ES] Regenerated bindings
2014-04-26 thefiddler[GL][ES] Do not break public API
2014-04-26 thefiddler[Bind] Do not generate DllImports
2014-04-26 thefiddler[Mac] Sped up extension loading
2014-04-26 thefiddler[Graphics] GetAddress(string) is no longer needed
2014-04-26 thefiddler[Graphics] Redirect GetAddress(string)
2014-04-25 thefiddler[X11] Optimized XKey translation
2014-04-25 thefiddler[Bind][ES][GL] Output entry points as byte[]
2014-04-25 thefiddler[Win] Wgl no longer inherits GraphicsBindingsBase
2014-04-25 thefiddler[ES] ES10 does not require initialization
2014-04-25 thefiddler[Input] Use Key.LastKey instead of Enum.GetValues
2014-04-25 thefiddler[Win] Replaced KeyMap dictionary with switch
2014-04-25 thefiddler[OpenTK] Rebased on develop
2014-04-25 thefiddler[Bind] Do not generate slots for OpenGL <= v1.1
2014-04-25 thefiddler[OpenTK] Fixed DllImport library for OpenGL on Mac...
2014-04-25 thefiddler[Examples] Improved ExternalContext test
2014-04-25 thefiddler[SDL2] Optimized Sdl2KeyCode translation
2014-04-25 thefiddler[Mac] Optimized MacOSKeyCode translation
2014-04-25 thefiddler[GL] Added missing GetPName.MaxPatchVertices
2014-04-24 thefiddler[Mac] Removed most legacy Carbon code
2014-04-24 thefiddler[Mac] Removed unused Carbon APIs
2014-04-24 thefiddler[Mac] Migrated AglContext to OpenTK.GLControl
2014-04-24 thefiddler[Mac] Mouse coordinates are reported in pixels
2014-04-24 thefiddler[Mac] SendFloat should use _fpret on i386
2014-04-24 thefiddler[Mac] Use scrollFactor variable
2014-04-24 thefiddler[Mac] Fixed a warning related to volatile UniqueId
2014-04-24 thefiddler[Mac] Window should be invisible on startup
2014-04-24 thefiddlerMerge branch 'pr/101' into develop
2014-04-24 Olle HåkanssonLicensed files under MIT/X11.
next