platform/core/csapi/opentk.git
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 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.
2014-04-24 thefiddler[Mac] Avoid class conflicts for multiple windows
2014-04-24 thefiddler[Mac] Add CocoaContext.GetGraphicsMode via CGL
2014-04-24 Olle HåkanssonFixed too high mouse scrolling speed.
2014-04-24 Olle HåkanssonMuch improved handling of window/border states.
2014-04-24 Olle HåkanssonFixed missing Mode value in CocoaContext.
2014-04-24 Olle HåkanssonFixed the HelloGL3 example for the Mac.
2014-04-24 Olle HåkanssonAdded a helper for creating cocoa window infos.
2014-04-24 Olle HåkanssonRegister mouse drag as well as move.
2014-04-24 Olle HåkanssonClosing should occur in ProcessEvents.
2014-04-24 Olle Håkansson Cleanups.
2014-04-24 Olle HåkanssonFixed mouse position not being received.
2014-04-24 Olle HåkanssonFixed crashes from callbacks.
2014-04-24 Olle HåkanssonBetter handling of maximized window.
2014-04-24 Olle HåkanssonDisabled capturing when changing resolution.
2014-04-24 Olle HåkanssonBug fixes.
2014-04-24 Olle HåkanssonBetter fullscreen handling.
2014-04-24 Olle HåkanssonRestored most window functionality.
2014-04-24 Olle HåkanssonFixed swap interval.
2014-04-24 Olle HåkanssonSetup listening for window events.
2014-04-24 Olle HåkanssonCocoa bindings through libobjc.dylib
2014-04-02 thefiddlerMerge branch 'es_docs' into develop
2014-04-01 thefiddler[Examples] Test mouse input under heavy load
2014-04-01 thefiddlerMerge remote-tracking branch 'frassle/issue76' into...
2014-03-31 thefiddler[Math] Replaced tab characters with spaces
2014-03-31 thefiddlerMerge branch 'pr/84' into develop
2014-03-31 thefiddler[Bind] Corrected CSharpSpecWriter output and warning...
2014-03-31 thefiddler[Bind] Move documentation generation to DocProcessor...
2014-03-31 thefiddler[Bind] Make documentation output closer to previous...
2014-03-31 thefiddler[Bind] Propagate ComputeSize attribute in cloned Parameters
2014-03-31 thefiddler[Bind] More aggressive trimming of documentation strings
2014-03-31 thefiddler[Bind] Add NoIndent option to BindStreamWriter
2014-03-30 thefiddler[Bind] Do not skip parameters in documentation
2014-03-30 thefiddler[Compatibility] Don't generate xml documentation
2014-03-30 thefiddler[Bind] Remove xmlns to simplify xpath processing
next