Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netstandard ios #22

Closed
wants to merge 36 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3322991
Initial merge
Oct 16, 2017
6576970
Add OpenTK.NS20 project to the sln
Oct 16, 2017
8f7ac53
Update NS20 project
Oct 16, 2017
7326c3a
Attempt to fix up X11 marshalling
smoogipoo Oct 19, 2017
ee04540
Oops, fix infinite recursion
smoogipoo Oct 19, 2017
9517513
Marshal strings as Unicode from Cocoa, fixing text input
smoogipoo Oct 19, 2017
0f86c6e
Make Generator.Rewrite runnable again
smoogipoo Oct 19, 2017
c16bf08
Merge remote-tracking branch 'origin/develop' into netstandard
smoogipoo Feb 8, 2018
8ec577b
Fixes an issue on macOS where having unprocessed events on the event …
swoolcock Feb 8, 2018
db26931
Make build script not fail
peppy Mar 24, 2018
3ddd579
Add nuget metadata
peppy Mar 24, 2018
80c1545
Remove unnecessary dependencies
peppy Mar 24, 2018
3d9909c
Add project URL
peppy Mar 24, 2018
b5bcfb2
PInvoke bitmap functions
smoogipoo Mar 26, 2018
f87559a
Rewrite/remove most minimal stuff
smoogipoo Mar 26, 2018
bade619
Fix GDI+ still not working
smoogipoo Mar 26, 2018
eefb041
Merge remote-tracking branch 'opentk/develop' into netstandard
smoogipoo Mar 26, 2018
d8338fd
Bump version
smoogipoo Mar 26, 2018
5a83c4e
Fix registry key lookups (fixes raw input)
smoogipoo Mar 26, 2018
c2b97c4
Bump nupkg version
smoogipoo Mar 26, 2018
68dbfcb
Fix incorrect dragdrop string marshalling
smoogipoo Mar 27, 2018
a8817c2
Don't allow bounds to be set when window not present
jai-x Apr 10, 2018
21e3bce
Merge pull request #16 from jai-sharma/patch-1
smoogipoo May 18, 2018
92aa625
Update package version
smoogipoo May 18, 2018
03282db
Merge pull request #18 from smoogipoo/update-pkg
peppy May 18, 2018
1ae4c55
Expose precise scrolling capability (macOS only)
Tom94 Jun 1, 2018
830a7ff
Merge HasPreciseScroll into RawMouseFlags
Tom94 Jun 3, 2018
d25529a
Make NSFloat always be of type double
Tom94 Jun 4, 2018
f8c793c
Merge pull request #19 from Tom94/precise-scrolling
peppy Jun 4, 2018
a82412f
Fix broken hidden cursor on macOS under release builds
Tom94 Jun 4, 2018
542ba1d
Fix broken debug string
Tom94 Jun 4, 2018
466a761
Merge pull request #20 from Tom94/precise-scrolling
peppy Jun 6, 2018
9bba36d
Remove all references to System.Drawing.Color
smoogipoo Jun 27, 2018
98b3f28
Remove iOS platform
smoogipoo Jun 27, 2018
0fd1524
Redirect bindings TEMPORARILY
smoogipoo Jun 27, 2018
6233d50
Fix unmatching preprocessor directives
smoogipoo Jun 27, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump nupkg version
  • Loading branch information
smoogipoo committed Mar 26, 2018
commit c2b97c438bef26baa7c81bcb629649627d8889a6
2 changes: 1 addition & 1 deletion src/OpenTK/OpenTK.NS20.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>OpenTK</AssemblyName>
<PackageVersion>1.0.1</PackageVersion>
<PackageVersion>1.0.2</PackageVersion>
<PackageId>ppy.OpenTK.NS20</PackageId>
<Title>ppy.OpenTK.NS20</Title>
<PackageProjectUrl>https://github.com/ppy/opentk/tree/netstandard</PackageProjectUrl>
Expand Down