platform/core/csapi/opentk.git
2013-12-05 Stefanos AMerge remote-tracking branch 'origin/master' into no...
2013-12-05 Stefanos A.Move installer to destination directory 1.1-b2
2013-12-05 Stefanos A.Streamlined nsis installer
2013-12-05 Stefanos A.Ignore generated installers
2013-12-05 Stefanos A.Corrected zip build script
2013-12-05 Stefanos AReduce temporary string allocations
2013-12-05 Stefanos AAdded debug arguments in release builds
2013-12-05 Stefanos AGenerate debug symbols in release builds
2013-12-05 Stefanos A.Updated project files
2013-12-04 Stefanos AImplemented manual marshaling of string parameters
2013-12-04 Stefanos ACorrect convenience wrapper implementation
2013-12-04 Stefanos AConvert string[] callsites to IntPtr
2013-12-04 Stefanos AImplemented marshaling for string arrays
2013-12-03 Stefanos ARegenerated bindings
2013-12-03 Stefanos AClean up wrapper generation
2013-12-03 Stefanos AUpdate WrapperTypes values for [Flags]
2013-12-03 Stefanos ARemoved duplicate ldarg
2013-12-02 Stefanos A.Workaround for #5
2013-12-02 Stefanos A.Fixed centering for non DPI-aware applications
2013-12-02 Stefanos A.DPI-scaling should affect resolution
2013-12-02 Stefanos A.High-resolution mode is enabled by default
2013-12-02 Stefanos A.Made DPI-awareness configurable (issue #6)
2013-12-02 Stefanos ARemoved unused code
2013-12-02 Stefanos AAdded MonoDevelop project policy
2013-12-02 Stefanos AInitial implementation of manual StringBuilder marshali...
2013-12-02 Stefanos AAdded manual marshaling for StringBuilder
2013-12-01 Stefanos AUse StdCall calling convention by default
2013-12-01 Stefanos AMark slots with [DllImport]; remove "core" and "delegat...
2013-12-01 Stefanos ARegenerated bindings
2013-12-01 Stefanos AEnabled symbol generation; minor code cleanup
2013-12-01 Stefanos AUse untyped int for enums in unmanaged callsites
2013-11-30 Stefanos ALoad system types from referenced mscorlib
2013-11-30 Stefanos A.Use C calling convention even on Windows
2013-11-30 Stefanos A.Corrected the handling of arrays
2013-11-29 Stefanos A.Refactored il emitters into methods
2013-11-29 Stefanos A.Use unmanaged StdCall calling convention
2013-11-28 Stefanos A.Removed deleted file from project
2013-11-28 Stefanos A.Removed unused WGL methods
2013-11-28 Stefanos A.Added GetProcAddress(IntPtr) overloads
2013-11-28 Stefanos A.Fixed wglGetProcAddress entry point
2013-11-27 Stefanos A.Removed unused WGL bindings
2013-11-27 Stefanos A.Fixed entry point validity check
2013-11-27 Stefanos A.Enable InitLocals to make peverify happy
2013-11-27 Stefanos A.Fixed convenience return type implementation
2013-11-27 Stefanos A.Corrected RewrittenAttribute definition
2013-11-27 Stefanos A.Build 3.5 profile with Visual Studio
2013-11-27 Stefanos A.Rewrite nested types
2013-11-27 Stefanos A.Use [AutoGenerated] only for generated methods
2013-11-27 Stefanos AImplemented string return types
2013-11-26 Stefanos AAdded MonoDevelop artifacts
2013-11-26 Stefanos ARegenerated bindings
2013-11-26 Stefanos AImplemented convenience wrapper types
2013-11-26 Stefanos AEmit native signatures
2013-11-26 Stefanos AUpdate to latest version from git
2013-11-26 Stefanos AProtect against multiple runs; optimize il
2013-11-26 Stefanos ADo not emit method bodies.
2013-11-26 Stefanos ARewrite support for [Slot] attribute
2013-11-25 Stefanos A.Initial work on Pin<> statements (WIP)
2013-11-25 Stefanos A.Fixed build on Visual Studio
2013-11-25 Stefanos AApplied MonoDevelop project style
2013-11-25 Stefanos ACorrected keyfile path
2013-11-25 Stefanos ACorrected patch for CallReturn<TRet, ...> signatures
2013-11-24 Stefanos A.Added rewrite postbuild event
2013-11-24 Stefanos A.Fixed calling convention for non-Windows platforms
2013-11-24 Stefanos A.Fixed core loading on Windows
2013-11-24 Stefanos A.Added OpenTK.Rewrite project
2013-11-24 Stefanos A.Added InteropHelper file
2013-11-24 Stefanos A.Implemented dll rewriter using Mono.Cecil
2013-11-24 Stefanos A.Regenerated bindings
2013-11-24 Stefanos A.Moved address parameter to last place
2013-11-24 Stefanos A.Removed GLObsolete.cs helper
2013-11-24 Stefanos A.Regenerated bindings with new loading mechanism
2013-11-24 Stefanos A.Hooked up new loading mechanism
2013-11-24 Stefanos A.Hooked up new loading mechanism
2013-11-24 Stefanos A.Implemented new loading mechanism
2013-11-24 Stefanos A.Clarified GetAddress documentation
2013-11-24 Stefanos A.Allow overriding of loading methods
2013-11-24 Stefanos A.Removed delegates and DllImports
2013-11-24 Stefanos A.Add slots into entry point table
2013-11-24 Stefanos A.Generate entry point tables
2013-11-23 Stefanos AMoved delegate loaders to the Delegates class
2013-11-22 Stefanos ARegenerated bindings with lazy loading
2013-11-22 Stefanos AAdded support for lazy binding loading
2013-11-22 Stefanos AMoved GetExtensionDelegate to the correct position
2013-11-22 Stefanos AAdded static GetExtensionDelegate implementation
2013-11-22 Stefanos A.Add test for new text input events
2013-11-22 Elias HolzerImplemented KeyPress event for Sdl2NativeWindow.
2013-11-22 Elias HolzerImplemented KeyDown and KeyUp events for Sdl2NativeWindow.
2013-11-22 Elias HolzerEnabled KeyDown and KeyUp events in NativeWindow.
2013-11-22 Stefanos AImplemented direct binding loading
2013-11-22 Stefanos A.Fix "CursorVisible bugs"
2013-11-21 Stefanos A.Updated release notes 1.1-b1
2013-11-21 Stefanos A.Updated todo list
2013-11-21 Stefanos A.Updated build instructions.
2013-11-21 Stefanos A.Fix exceptions on reused OpenGL context handles
2013-11-21 Stefanos A.Destroy SDL window when finalized
2013-11-20 Stefanos A.Fixed #5
2013-11-20 Stefanos A.Toolkit.Init() now returns a concrete class
2013-11-20 Stefanos A.Removed incorrect comment
2013-11-20 Stefanos A.Fixed #4
next