platform/core/csapi/opentk.git
2014-01-13 Stefanos A.[OpenTK] Remove Thread.Sleep() from loop timing
2014-01-13 Stefanos A.[OpenTK] Simplified update and render loops
2014-01-12 Stefanos A.[OpenTK] Fix UpdateFrame loop condition
2014-01-11 Stefanos A.[OpenTK] Frameskip needs TargetUpdateFrequency!=0
2014-01-10 Stefanos A.[OpenTK] Fixed Utilities.CreateSdl2WindowInfo
2014-01-10 Stefanos A.[SDL2] Implemented GetWindowWMInfo
2014-01-10 Stefanos A.[Win] More robust pixel format selection
2014-01-10 Stefanos A.[Win] More robust WGL extension detection
2014-01-09 thefiddler[Mac] OpenGL 3.x/4.x require core profile flag
2014-01-08 Stefanos A.[OpenTK] Do not raise *Frame events when time = 0
2014-01-08 thefiddlerMerge branch 'rdp' into develop
2014-01-08 Stefanos A.[Win] Fix issue #35 (OpenTK over Remote Desktop)
2014-01-08 Stefanos A.[Win] Check registry keys before accessing
2014-01-08 thefiddlerMerge pull request #38 from opentk/issue34
2014-01-08 Stefanos A.[Win] Fix issue #33; fix issue #34
2014-01-08 Stefanos A.[Win] Do not overload internal SetWindowLong
2014-01-08 Stefanos A.[Win] Do not unregister class twice
2014-01-07 Stefanos A.[Win] Remove unnecessary #if clauses
2014-01-07 Stefanos A.[Win] Refactor huge wndproc into functions
2014-01-07 thefiddlerMerge branch 'timing' into develop
2014-01-07 Stefanos A.[Examples] Added keys to modify timing
2014-01-07 Stefanos A.[OpenTK] Improved timing stability
2014-01-07 Stefanos A.[OpenTK] Fixed Update/RenderTime calculation
2014-01-07 thefiddler[Examples] Improve timing information; add vsync toggle
2014-01-07 thefiddler[OpenTK] Corrected GameWindow.Update/RenderFrequency...
2014-01-07 thefiddler[OpenTK] Implemented GameWindow.UpdateTime and RenderTi...
2014-01-07 thefiddler[OpenTK] More robust timing for UpdateFrame and RenderFrame
2014-01-07 thefiddler[Examples] Calculate timing information in GameWindowStates
2014-01-06 thefiddler[Examples] Cleaned up input device printing in GameWind...
2014-01-06 Stefanos A.[OpenTK] Simplify and improve timing calculations
2014-01-06 Stefanos A.[Math] Added MathHelper.Clamp
2014-01-05 thefiddler[Mac] Do not store *State structs directly
2014-01-05 thefiddler[Input] Added Keyboard/MouseState.SetIsConnected to...
2014-01-05 thefiddlerMerge branch 'mac_joystick' into develop
2014-01-05 thefiddler[Mac] Map GamePads, MultiAxisControllers and Wheels...
2014-01-05 thefiddler[Mac] Call DeviceRemoved() in Dispose() event
2014-01-05 thefiddler[Mac] Avoid IOHIDDeviceConformsTo call in DeviceRemoved...
2014-01-05 thefiddler[Mac] Implement Joystick.GetGuid()
2014-01-05 thefiddler[Mac] Calculate joystick Guid for USB devices
2014-01-05 thefiddler[Mac] Use out/ref parameters instead of unsafe pointers...
2014-01-05 thefiddler[Mac] Connect devices to first available index
2014-01-05 thefiddler[Examples] Draw device index for Joysticks and GamePads
2014-01-05 thefiddler[Mac] Do not call CFRelease on HID properties
2014-01-05 thefiddler[Mac] DllImport must be marked as extern
2014-01-05 thefiddler[Mac] Correctly unschedule HIDManager from run loop
2014-01-05 thefiddler[Mac] Don't let exceptions escape to unmanaged code
2014-01-05 thefiddler[Mac] Fixed DllEntryPointNotFound crash on device unplu...
2014-01-05 thefiddler[Mac] Implemented joystick buttons
2014-01-05 thefiddler[Mac] Implemented joystick axis movement
2014-01-05 thefiddler[Input] Added JoystickAxis/Button.Last; added JoystickA...
2014-01-05 thefiddler[Mac] Implemented joystick device detection
2014-01-05 thefiddler[Mac] Retrieve HID joystick name
2014-01-05 thefiddler[Mac] Implemented necessary CFString methods
2014-01-04 thefiddler[Mac] Construct JoystickDevice when joysticks are connected
2014-01-04 thefiddler[Input] Allow extending JoystickDevice<>
2014-01-04 thefiddler[Mac] Only add callbacks for recognized USB HID devices
2014-01-04 thefiddler[Mac] Implement device added/removed events for joysticks
2014-01-04 thefiddler[Mac] Add skeleton HID input implementation for joysticks
2014-01-03 thefiddlerMerge branch 'gamepad' into develop
2014-01-03 thefiddler[Graphics] Added missing documentation comment
2014-01-03 thefiddler[Input] Corrected malformed documentation comments
2014-01-03 thefiddler[Input] Documented all public members
2014-01-03 thefiddler[Input] Removed JoystickState.GetAxis(int) overload
2014-01-02 thefiddler[Input] Added SetVibration() API skeleton
2014-01-02 thefiddler[Input] GamePad and Joystick classes should be sealed
2014-01-02 thefiddler[SDL2] Implemented PacketNumber property
2014-01-02 thefiddler[Input] Added PacketNumber property
2014-01-02 thefiddler[Input] Implemented GetState() and simplified GetCapabi...
2014-01-02 thefiddler[Input] Simplified configuration parser and added GetEn...
2014-01-02 thefiddler[Input] Added internal Joystick.GetAxisRaw() method
2014-01-02 thefiddler[Input] Added Source and Target to GamePadConfigurationItem
2014-01-02 thefiddler[Input] Made configuration database non-static
2014-01-02 thefiddler[SDL2] Fixed SDL_JoystickGetGUID capitalization
2014-01-02 thefiddler[Input] Initialize JoystickDevice.Details in constructor
2014-01-02 thefiddler[Input] Renamed GamePadMap to GamePadConfiguration
2014-01-02 thefiddler[Input] Implemented IGamePadDriver.GetName()
2014-01-02 thefiddler[Input] Made the Name property public
2014-01-02 thefiddler[Input] Added xml documentation for GamePadCapabilities
2014-01-02 thefiddler[Input] Implemented MappedGamePadDriver.GetCapabilities()
2014-01-02 thefiddler[Input] Added ability to parse SDL configuration db...
2014-01-02 thefiddler[Input] Added configuration db for GamePads
2013-12-31 thefiddler[Input] Added IJoystickDriver2.GetGuid() API
2013-12-31 thefiddler[SDL2] Added JoystickGetGUID method
2013-12-31 thefiddler[SDL2] Add compile-time check for SDL2 GameController...
2013-12-31 thefiddler[Input] Removed unnecessary #region
2013-12-31 thefiddler[Input] Renamed GamePadMapping to GamePadMap
2013-12-30 thefiddler[SDL2] Fixed joystick/controller hotplugging support
2013-12-30 thefiddler[SDL2] Fixed GameControllerButton to Buttons translation
2013-12-30 thefiddler[SDL2] Fix issue where changes to mutable struct were...
2013-12-30 thefiddler[SDL2] Explicitly enable joystick and gamepad events
2013-12-30 thefiddler[Input] Buttons should have [Flags] attribute
2013-12-30 Stefanos A.[SDL2] Fixed joystick hotplugging
2013-12-30 thefiddler[SDL2] Fixed mapping of instance ids to device ids
2013-12-30 thefiddler[Input] Added missing closing brace in ToString() message
2013-12-30 thefiddler[Input] Fixed incorrect variable name
2013-12-30 thefiddler[SDL] Use TranslateAxis() to decode ControllerAxisEvent
2013-12-30 thefiddler[Input] Fixed GamePadState.SetAxis() implementation
2013-12-30 thefiddler[X11] Removed unused variable
2013-12-30 thefiddler[X11] Fixed current resolution detection.
2013-12-28 thefiddlerMerge branch 'external' into develop
next