platform/core/csapi/opentk.git
2017-10-05 Fraser WatersAdd feature to Bind to generate legacy array overloads
2017-10-04 Fraser WatersRemove ShaderSource override that had no effect
2017-10-04 Fraser WatersRemoving some dead code in Bind
2017-10-04 Fraser WatersRemove trailing whitespace from overrides.xml
2017-10-03 Fraser WatersMerge pull request #641 from Frassle/vector
2017-09-24 Jarl GullbergMerge pull request #653 from Nihlus/getaddress-wgl-fix
2017-09-20 Jarl GullbergUse Wgl::GetAddress instead of Wgl::GetProcAddress...
2017-09-17 Fraser WatersAdd Distance[Squared] methods to Vector3[d]
2017-09-17 Fraser WatersAdd Distance[Squared] methods to Vector2[d]
2017-09-17 Fraser WatersRemove erroneous comment slashes
2017-09-13 varonMerge pull request #650 from Frassle/half
2017-09-10 Fraser WatersAdd some tests for the Half type
2017-09-03 varonMerge pull request #634 from Frassle/utf8
2017-09-03 varonMerge pull request #627 from Nihlus/rewrite-new-1-bette...
2017-09-02 varonMerge pull request #631 from Frassle/prtemplate
2017-09-02 varonMerge pull request #645 from winterhell/develop
2017-09-02 varonMerge pull request #644 from Frassle/rewriteexception
2017-08-31 Rosen IlievUpdate XInputJoystick.cs
2017-08-30 Rosen IlievPrevent crash when XInput is not present
2017-08-30 Fraser WatersMerge pull request #643 from Frassle/outoptimize
2017-08-28 Fraser WatersReplace manually written code using NotImplementedExcep...
2017-08-28 Fraser WatersRerun Bind.exe
2017-08-28 Fraser WatersChange binding generator to emit BindingsNotRewrittenEx...
2017-08-28 Fraser WatersAdd BindingsNotRewrittenException
2017-08-28 Jarl GullbergCorrect altered logic.
2017-08-28 Jarl GullbergCorrect odd line breaks and remove duplicate debug...
2017-08-28 Jarl GullbergUse 'a' instead of 'i' for the short assembly option.
2017-08-28 Fraser WatersAdd remarks about not reusing the same variable to...
2017-08-27 Fraser WatersOptimize assignment to vector math out parameters
2017-08-27 Fraser WatersAdd a pull request template
2017-08-26 Fraser WatersFix mscorlib 4.0.0.0 reference added by Rewrite.exe
2017-08-26 Fraser WatersFix style errors in iPhoneOS project
2017-08-26 Fraser WatersMerge pull request #637 from VPeruS/macos-refresh-rate
2017-08-22 Fraser WatersAdd build status to README
2017-08-22 Fraser WatersRevert GLWidget back to 4.5 framework due to gtk3 depen...
2017-08-22 Fraser WatersRevert GLControl and GLWidget to target 2.0 framework
2017-08-19 Jarl GullbergCorrect target command line arguments.
2017-08-19 Jarl GullbergUpdate options to the new v2 API.
2017-08-19 Jarl GullbergUpdated calls to Rewrite in the OpenTK project.
2017-08-19 Jarl GullbergInverted unclear check and changed it check the dllimpo...
2017-08-19 Jarl GullbergRemoved passing of options and replaced checks with...
2017-08-19 Jarl GullbergAdded some early argument verification.
2017-08-19 Jarl GullbergAdded option parsing to the main program.
2017-08-19 Jarl GullbergAdded help option and moved required argument to the...
2017-08-19 Jarl GullbergAdded option class.
2017-08-19 Jarl GullbergAdd CommandLineParser to Generator.Rewrite.
2017-08-17 VperuSFix RefreshRate return 0 on MacOS
2017-08-14 Jarl GullbergMerge pull request #618 from Nihlus/myget-continuous...
2017-08-14 Jarl GullbergMerge pull request #623 from Nihlus/enable-xml-doc...
2017-08-13 Fraser WatersChange BindingBase to use UTF8, not ASCII, strings
2017-08-13 Fraser WatersFix out String parameters
2017-08-13 Fraser WatersRemove unused variables in Rewrite
2017-08-08 Fraser WatersMerge pull request #632 from UnknownShadow200/develop
2017-08-08 UnknownShadow200Missed one replacement of current_resolution_index...
2017-08-07 Fraser WatersFix SA1000 in Platform\iPhoneOS\iPhoneOSGameView.cs
2017-08-07 UnknownShadow200X11DisplayDevice - Use XRRSizes array directly if dev...
2017-08-06 Fraser WatersMerge pull request #625 from Frassle/opengl4.6
2017-08-06 Fraser WatersMerge pull request #624 from Nihlus/cocoa-machport...
2017-08-06 Fraser WatersFix casting bug introduced in 127c6fd6
2017-08-06 Fraser WatersMerge pull request #630 from UnknownShadow200/develop
2017-08-05 UnknownShadow200Use Marshal.SystemDefaultCharSize instead of hardcoding...
2017-08-05 UnknownShadow200Allocate 2 instead of 1 byte per char for buffer used...
2017-08-04 Jarl GullbergCorrect documentation output directory.
2017-08-04 Jarl GullbergUse local variable instead of reusing the field.
2017-08-04 Jarl GullbergReuse selectors.
2017-08-04 Jarl GullbergMove early return out of the autorelease pool.
2017-08-04 Fraser WatersUpdate README and RELEASE_NOTES
2017-08-04 Fraser WatersRerun Generator.Bind
2017-08-04 Fraser WatersAdd two new types to Generator.Bind
2017-08-04 Fraser WatersRegenerate signatures.xml from OpenGL-Registry
2017-08-04 Jarl GullbergCorrect screwy formatting.
2017-08-04 Jarl GullbergBroke the autorelease code out into a class and replace...
2017-08-04 Jarl GullbergMoved the autorelease pool to the context.
2017-08-04 Jarl GullbergImplemented an autorelease pool for Cocoa's NativeWindo...
2017-08-04 Jarl GullbergCorrect missing parameter documentation.
2017-08-04 Jarl GullbergDocumented Options class in the converter.
2017-08-04 Jarl GullbergDocumented WrapperTypes enum.
2017-08-04 Jarl GullbergDocumented FunctionBody class.
2017-08-04 Jarl GullbergAdd missing documentation, and pull indentation in...
2017-08-04 Jarl GullbergRemove documentation for missing parameter.
2017-08-04 Jarl GullbergEnable XML documentation output for the supporting...
2017-08-04 Jarl GullbergMerge pull request #620 from Nihlus/cleanup-9-symbol...
2017-08-04 Jarl GullbergAdd comment explaining the release notes overwrite.
2017-08-04 Jarl GullbergCorrect arithmetic operator position.
2017-08-04 Jarl GullbergCorrect equality comparsion operator position.
2017-08-04 Jarl GullbergCorrect base call operator position.
2017-08-04 Jarl GullbergCorrect cast operator position.
2017-08-04 Jarl GullbergCorrect cast operator position.
2017-08-04 Jarl GullbergRemove redundant base constructor call.
2017-08-04 Jarl GullbergEnable SA1003.
2017-08-04 Jarl GullbergMerge pull request #619 from Nihlus/cleanup-8-semicolon...
2017-08-04 Jarl GullbergCorrect semicolon spacing in XWindowInfoInitializer.cs
2017-08-04 Jarl GullbergCorrect semicolon spacing in API.cs
2017-08-04 Jarl GullbergCorrect semicolon spacing in Generator.Bind.
2017-08-04 Jarl GullbergCorrect semicolon spacing in OpenTK.
2017-08-04 Jarl GullbergEnable SA1002.
2017-08-04 Jarl GullbergMerge pull request #613 from Nihlus/cleanup-7-comma...
2017-08-04 Jarl GullbergAdd a reference to MyGet in the README.
2017-08-04 Jarl GullbergAdd MyGet-specific version override.
2017-08-03 Jarl GullbergExtend travis timeout to 20m again.
next