platform/core/csapi/opentk.git
2017-06-22 Jarl GullbergRemoved obsolete CreateDummyContext functions and added...
2017-06-22 Jarl GullbergRemoved obsolete compatibiliy fields.
2017-06-22 Jarl GullbergRemoved warning disables.
2017-06-22 Jarl GullbergRemoved obsolete compatibility wrapper functions.
2017-06-22 Jarl GullbergRemoved obsolete compatibility function.
2017-06-22 Jarl GullbergRemoved obsolete Matrix functions.
2017-06-22 Jarl GullbergRemoved obsolete function accessor.
2017-06-22 Jarl GullbergRemoved CreateGraphicsContext helper wrapper.
2017-06-22 Jarl GullbergRemoved obsolete Mult functions and renamed region.
2017-06-22 Jarl GullbergRemoved obsolete property.
2017-06-22 Jarl GullbergRemoved obsolete multiplication functions and renamed...
2017-06-22 Jarl GullbergRemoved obsolete property.
2017-06-22 Jarl GullbergRemoved obsolete methods from vector classes.
2017-06-22 Jarl GullbergRemoved obsolete constructors from Vector2.
2017-06-22 Jarl GullbergRemoved obsolete mathematics class.
2017-06-22 Jarl GullbergRemoved obsolete property.
2017-06-22 Jarl GullbergRemoved obsolete constructor.
2017-06-22 Jarl GullbergRemoved unused and obsolete fields.
2017-06-22 Jarl GullbergRemoved obsolete SetWindowAttributes structure.
2017-06-22 Jarl GullbergRemoved obsolete and unused function.
2017-06-22 Jarl GullbergMerge pull request #547 from Nihlus/expand-gitignore
2017-06-20 Jarl GullbergRider is handled by the JetBrains section.
2017-06-20 Jarl GullbergUpdated .gitignore.
2017-06-18 Jarl GullbergMerge pull request #541 from varon/malcomstill-pr-471v2
2017-06-16 varonMerge pull request #540 from VPeruS/macx64-cursor-fix
2017-06-13 Malcolm StillMerge branch 'develop' of github.com:malcolmstill/opent...
2017-06-13 VPeruSAdd requsted changes
2017-06-13 Malcolm StillRemove Fixed24 struct
2017-06-13 Malcolm StillRemove DRM cursor on Dispose.
2017-06-13 Malcolm StillMoving the LockSurface after waiting for the page flip...
2017-06-13 Malcolm StillSome casts required in the absolute motion handler...
2017-06-13 Malcolm StillMistake in change. The Debug.Print statement should...
2017-06-13 Malcolm StillRelative pointer motion should use the relative (Delta...
2017-06-13 Malcolm StillUse new axis querying functions to update mouse scroll...
2017-06-13 Malcolm StillUse new Libinput.CreateContext and Libinput.AssignSeat...
2017-06-13 Malcolm StillRemoved @ symbol from IntPtr name
2017-06-13 Malcolm StillPointer coordinate query functions now return doubles.
2017-06-13 Malcolm Stilllibinput v0.8 removed libinput_event_pointer_get_axis...
2017-06-13 Malcolm Stilllibinput v0.4 removed libinput_udev_create_for_seat...
2017-06-13 Malcolm StillRemove Fixed24 struct
2017-06-13 varonMerge pull request #539 from jeske/issue_488_input_even...
2017-06-13 VPeruSHIRect to NSRect. HISize to NSSize
2017-06-13 VPeruSChange HIPoint to NSPoint, hipoint wasn't arch independent
2017-06-13 VPeruSFix incorect type cast
2017-06-13 VperusFix macos x64 wrong mouse input
2017-06-12 David JeskeRevert "Fix duplicate scroll input on windows 10"
2017-06-12 David JeskeMerge branch 'issue_488_input_events_fired_more_than_on...
2017-06-12 David JeskeFix SetCapture() to use child_window instead of window...
2017-06-12 David Jesketreat MouseMove events as handled by returning zero...
2017-06-11 varonMerge pull request #536 from varon/win10-scroll-fix
2017-06-11 varonMerge pull request #538 from varon/include-pdb
2017-06-11 varonMerge pull request #537 from UnknownShadow200/develop
2017-06-11 varonAdd pdb to nuget package
2017-06-11 UnknownShadow200Fix a nameof() using wrong variable in GeneratedVariabl...
2017-06-11 varonFix duplicate scroll input on windows 10
2017-06-11 varonMerge pull request #532 from UnknownShadow200/develop
2017-06-08 varonMerge pull request #507 from varon/fscheck_testing
2017-06-07 varonMerge pull request #6 from Nihlus/fix-equal-approxequal
2017-06-07 Jarl GullbergCorrected bad search & replace.
2017-06-07 Jarl GullbergChanged all tests to use the new method.
2017-06-07 Jarl GullbergAdded check for directly equal inputs.
2017-06-07 Jarl GullbergMerged new equivalence function.
2017-06-05 UnknownShadow200Directly expose the xyz and w fields of Quarternion...
2017-06-04 Jarl GullbergAdded new and improved floating-point equality tester.
2017-06-04 Jarl GullbergAdded new and improved floating-point equality tester.
2017-06-03 Jarl GullbergChanged some Equals to ApproximatelyEquals.
2017-06-03 varonMerge pull request #4 from Nihlus/fix-division-rounding
2017-06-03 varonMerge pull request #5 from Nihlus/fix-vector-componentm...
2017-06-03 Jarl GullbergImproved ComponentMin/Max documentation.
2017-06-02 Jarl GullbergAlter division by reference to be by component and...
2017-06-02 Jarl GullbergImprove comments.
2017-06-02 varonMerge pull request #3 from Nihlus/fix-vector4-clamp
2017-06-02 Jarl GullbergImproved test name.
2017-06-02 Jarl GullbergDecreased approximation sensitivity even more.
2017-06-02 Jarl GullbergDecreased approximation sensitivity again.
2017-06-02 Jarl GullbergFixed MagnitudeMin test.
2017-06-02 Jarl GullbergImplemented all ComponentMin/Max and MagnitudeMin/Max...
2017-06-02 Jarl GullbergAdded filtering for vector generation to only produce...
2017-06-02 Jarl GullbergImproved documentation.
2017-06-02 Jarl GullbergObsoleted Min/Max methods.
2017-06-02 Jarl GullbergEliminated additional step for division operations.
2017-06-02 Jarl GullbergMerge branch 'fscheck-testing-rebased' into fix-vector4...
2017-06-02 varonFix additional compile inference errors under VS2015
2017-06-02 varonMerge branch 'nihlus_fscheck_testing2' into fscheck_testing
2017-06-02 varonMerge pull request #2 from Nihlus/fscheck-testing-rebased
2017-06-02 varonFix compile inference error under VS2015
2017-06-02 Jarl GullbergAdded test of multiplication operators.
2017-06-02 Jarl GullbergAdded extra filtering to generated Quaternions.
2017-06-01 Jarl GullbergIncreased delta bits and changed quaternion generator.
2017-06-01 Jarl GullbergRemoved fake casts.
2017-06-01 Jarl GullbergAdded transformation by quaternion test.
2017-06-01 Jarl GullbergStrip trailing spaces.
2017-06-01 Jarl GullbergImproved test naming.
2017-06-01 Jarl GullbergFixed use of incorrect components in clamping function.
2017-06-01 Jarl GullbergSet CI report to always run, even if script fails.
2017-06-01 Jarl GullbergAdded Vector4 tests.
2017-06-01 Jarl GullbergCorrected row variables.
2017-06-01 Jarl GullbergAdd row property tests.
2017-06-01 Jarl GullbergMore tests.
2017-06-01 Jarl GullbergComplete coverage for Vector2.
next