platform/core/csapi/opentk.git
2017-06-13 Jarl GullbergEnforced use of explicit private modifiers for clarity.
2017-06-13 Jarl GullbergImproved comments.
2017-06-13 Jarl GullbergDeleted now obsolete code.
2017-06-13 Jarl GullbergAdded new files to project.
2017-06-13 Jarl GullbergReplaced in-class initialization with calls to platform...
2017-06-13 Jarl GullbergBroke out window info initialization into their own...
2017-06-13 Jarl GullbergDropped to C# 6.0 to maintain support for AppVeyor.
2017-06-13 Jarl GullbergRemoved obsolete GtkSharp references.
2017-06-13 Jarl GullbergMerge branch 'develop' into glwidget-gtk3
2017-06-13 Jarl GullbergRemoved invalid character.
2017-06-13 Jarl GullbergCorrected use of versioned folder.
2017-06-13 Jarl GullbergReverted use of SolutionDir.
2017-06-13 Jarl GullbergUpdated FSharp.Core reference as a side effect.
2017-06-13 Jarl GullbergFixed incorrect chooser.
2017-06-13 Jarl GullbergReenabled building of GLWidget project.
2017-06-13 Jarl GullbergUpdated with new reference to gtk-sharp3.
2017-06-13 Jarl GullbergChanged to a more recent GTK#3 NuGet package.
2017-06-13 Jarl GullbergAdded constant switching between GTK#2 and GTK#3 refere...
2017-06-13 varonMerge pull request #539 from jeske/issue_488_input_even...
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 Jarl GullbergMerge branch 'develop' into glwidget-gtk3
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.
2017-05-31 Jarl GullbergPorted more arithmetic tests.
2017-05-31 Jarl GullbergMissed one.
2017-05-31 Jarl GullbergFixed normalization tests in Vector3 and ported some...
2017-05-31 Jarl GullbergAdded final multiplication test and split one test...
2017-05-31 Jarl GullbergAdded additional multiplication and division tests.
2017-05-31 Jarl GullbergAdded Vector4 constructor test.
2017-05-31 Jarl GullbergAdded preventing of division-by-zero cases when normali...
2017-05-31 Jarl GullbergIncreased approximation tolerance.
2017-05-31 Jarl GullbergAdded additional check against nonmatrix objects.
2017-05-31 Jarl GullbergPorted all Vector3 tests.
2017-05-31 Jarl GullbergPorted existing Matrix4 tests.
2017-05-31 Jarl GullbergEnsure that the vectors are different.
2017-05-31 Jarl GullbergCorrected badly formed tests.
2017-05-31 Jarl GullbergAdded more tests for the Vector2 class.
2017-05-31 Jarl GullbergCorrected mangled reapplication.
2017-05-31 Jarl GullbergUpdated gitignore.
2017-05-31 Jarl GullbergRenamed Vectors.fs to Vector2Tests.fs.
2017-05-31 Jarl GullbergAdded code coverage CI step.
2017-05-31 varonUpdate project deps
2017-05-31 varonMerge branch 'develop' into fscheck_testing
2017-05-30 varonMerge pull request #527 from Nihlus/rewriter-cecil...
2017-05-30 Jarl GullbergAdded catching of error thrown when the assembly has...
2017-05-30 Jarl GullbergMerge branch 'develop' into glwidget-gtk3
2017-05-30 varonMerge pull request #526 from Nihlus/rewriter-cecil...
2017-05-29 Jarl GullbergChanged signatures back to IEnumerable and added full...
next