Commit graph

  • 30752ed36d ANGLE: keep the backbuffer size updated when the window resizes Armin Sander 2017-03-18 14:06:27 +0100
  • 92636581af add .editorconfig Armin Sander 2017-03-18 13:46:39 +0100
  • 969429d54c FIx: JoystickButton.cs not removed from Android / IOS projects Christopher Lees 2017-03-16 22:16:42 +0000
  • cd3138f9e3 Merge pull request #503 from UnknownShadow200/develop varon 2017-03-15 14:39:15 +0200
  • 9401b4dd84 Fix pointless warning when compiling Box2.cs UnknownShadow200 2017-03-15 23:25:44 +1100
  • 99b9bf65f2 Merge pull request #495 from tzachshabtay/develop varon 2017-03-13 09:45:37 +0200
  • e8aa0882c9 Fix broken iOS bindings Tzach Shabtay 2017-03-03 22:29:47 -0500
  • fa25cbb5f8 Merge pull request #492 from txdv/grammar varon 2017-03-01 09:08:14 +0200
  • 200915a46c Grammar fix. Andrius Bentkus 2017-02-28 16:26:22 +0200
  • 69bd4420cb XInputGetStateEx obtained through ordinal Sebastien Pellizzari 2017-02-14 09:17:41 +0100
  • 87f50e17bb Fix: Joystick hats sticking in last position on Linux Christopher Lees 2017-02-11 18:49:29 +0000
  • ae9c076748 Merge pull request #484 from leezer3/develop varon 2017-02-10 17:35:25 +0200
  • af68ee752a Merge pull request #453 from leezer3/Joystick2 varon 2017-02-10 17:34:44 +0200
  • 5890656953 Fix: Xbox controller D-Pad not working under Windows Christopher Lees 2017-02-10 14:24:58 +0000
  • 519d13ccde Merge pull request #481 from leezer3/NegativeAxis varon 2017-02-09 11:31:11 +0200
  • 4a1e1ba1f5 Merge pull request #478 from leezer3/develop varon 2017-02-09 10:50:37 +0200
  • bf7e3ffb1e Fix: Joysticks with an axis range below zero were inverted Christopher Lees 2017-02-05 21:36:11 +0000
  • 7f70cd27a2 Merge remote-tracking branch 'upstream/develop' into develop Tzach Shabtay 2017-01-31 22:37:39 -0500
  • 02e1891098 Fix: Incorrect documentation for MathHelper.NextPowerOfTwo Christopher Lees 2017-01-31 14:19:39 +0000
  • 0abd2cc361 Merge pull request #476 from leezer3/develop varon 2017-01-30 22:34:22 +0200
  • bd04c31369 Merge pull request #462 from tzachshabtay/Mobile_DebugPrintouts varon 2017-01-29 16:42:48 +0200
  • f310f4a119 Merge remote-tracking branch 'opentk/develop' into develop Tzach Shabtay 2017-01-28 21:17:32 -0500
  • 114f02ff49 Fix: Some joysticks return an invalid HID page of 1 Christopher Lees 2017-01-27 15:48:32 +0000
  • 77f3c7528c Remove DRM cursor on Dispose. Malcolm Still 2017-01-12 16:58:48 +0000
  • 3c71e9b96f Moving the LockSurface after waiting for the page flip stops the rendering glitches on Linux/KMS. Malcolm Still 2017-01-11 21:30:33 +0000
  • 5eb42f0e38 Some casts required in the absolute motion handler now that the query functions return doubles. Malcolm Still 2017-01-06 15:40:18 +0000
  • c5f6af87d0 Mistake in change. The Debug.Print statement should not be there. Malcolm Still 2017-01-06 15:37:14 +0000
  • ee69d2354f Relative pointer motion should use the relative (Delta) query functions. Malcolm Still 2017-01-06 15:34:11 +0000
  • a7ca0921df Use new axis querying functions to update mouse scroll state. Malcolm Still 2017-01-06 15:31:58 +0000
  • 72f1e433b4 Use new Libinput.CreateContext and Libinput.AssignSeat functions in Setup(). Malcolm Still 2017-01-06 15:30:08 +0000
  • 60a5315e32 Removed @ symbol from IntPtr name Malcolm Still 2017-01-06 15:17:52 +0000
  • 9a0fa50b3a Pointer coordinate query functions now return doubles. Malcolm Still 2017-01-06 15:15:45 +0000
  • 1e2a8168e3 libinput v0.8 removed libinput_event_pointer_get_axis and replace with libinput_event_pointer_has_axis and libinput_event_pointer_get_axis_value now takes a specified PointerAxis Malcolm Still 2017-01-06 15:13:37 +0000
  • 906216fb70 libinput v0.4 removed libinput_udev_create_for_seat and replaced with two functions libinput_udev_create_context and libinput_udev_assign_seat to separately create a context and assign it a seat name. Malcolm Still 2017-01-06 15:06:10 +0000
  • 12b0603dea Merge pull request #463 from tzachshabtay/RemoveRedundantPrintout varon 2016-12-12 09:25:40 +0200
  • f30a6552f8 Merge pull request #461 from tzachshabtay/OpenTK_AndroidCrashes varon 2016-12-12 09:24:18 +0200
  • 51e2b3915c Removed redundant printout for "OnMouseMove called without moving the mouse" Tzach Shabtay 2016-12-11 18:11:56 -0500
  • b06169b457 Removed the stubs for System.Diagnostics.Debug from Android & IOS Tzach Shabtay 2016-12-11 18:03:29 -0500
  • 0e20faf896 Android- fix a crash when the game view is closed before it started running Tzach Shabtay 2016-12-11 17:50:38 -0500
  • 57ceff19b9 Android- Fix crash when querying for surface when window info was not created yet Tzach Shabtay 2016-12-11 17:47:26 -0500
  • 8ffe3bc504 Moved AngleWindowInfo and EglAnglePlatformFactory under src Manuel Zanin 2016-11-29 11:34:16 +0100
  • fc33246600 Use existing ANGLE definitions Jonas Boesch 2016-01-06 15:29:34 +0100
  • 84a210bda5 Bugfix: Creating a second GraphicsContext forced context sharing. Jonas Boesch 2015-04-21 16:09:48 +0200
  • 9d29c8c19b Added AngleWindowInfo and AnglePlatformFactory Jonas Boesch 2015-04-21 16:09:29 +0200
  • df66598182 Added Angle-related enums and definitions Jonas Boesch 2015-04-21 16:08:50 +0200
  • 7b795a02e1 Bugfix: Non-null shared contexts for Egl threw Exception Jonas Boesch 2015-04-21 16:08:20 +0200
  • 7ef7c12c2b Joystick Buttons: Christopher Lees 2016-11-23 14:11:00 +0000
  • 1581ac7b8a Merge pull request #454 from leezer3/patch1 varon 2016-11-25 19:44:21 +0200
  • 7dda6ffa14 Merge pull request #455 from rejurime/patch-1 varon 2016-11-25 19:40:47 +0200
  • 2ff5041ea6 Fix #440 René Juan Rico Mendoza 2016-11-23 12:58:03 -0300
  • c78a6c7844 Fix wrong XML param name tag Christopher Lees 2016-11-23 14:42:29 +0000
  • c6ca549923 Merge pull request #450 from varon/readme-maintainer-request varon 2016-11-23 01:22:32 +0200
  • 13549f5966 Add request for maintainers to readme varon 2016-11-23 01:10:30 +0200
  • 75d22ff9e3 Merge pull request #434 from bawaaaaah/patch-1 varon 2016-10-24 12:20:14 +0200
  • d050252bab Fix wrong obsolete message Samuel Lemaitre 2016-09-30 15:07:48 +0200
  • 19eee6f3a5 Update readme for 2.0.0 release news (#431) varon 2016-09-23 20:51:52 +0200
  • 01e5ac9cd3 Merge pull request #427 from varon/nuget-name-fix Harry 2016-09-23 16:41:22 +0200
  • 844eb285ef fix OpenTK assembly name error. varon 2016-09-19 01:36:11 +0200
  • d50c2fcea0 Merge pull request #418 from varon/fake-build-system Harry 2016-08-15 10:23:06 +0200
  • ffbd5e9637 execute permission on build.sh varon 2016-08-15 09:41:55 +0200
  • 2afe5c1f1a Converted paket templates to project types again varon 2016-07-18 18:02:28 +0200
  • 985aa6e683 Added nuget packages to appveyor artifacts varon 2016-07-18 11:43:00 +0200
  • 4d14ad1c29 Removed debug output from build.fsx varon 2016-07-18 11:38:02 +0200
  • ea1e42a65e Corrected project exclusions varon 2016-07-18 11:23:11 +0200
  • e546cae95d Updated CI server build commands to produce NuGet packages. varon 2016-07-18 02:00:20 +0200
  • ec8104fbda Temporarily disabled GLWidget from builds varon 2016-07-18 01:59:29 +0200
  • cdd5f75e0c Updated GLWidget to .net 4.5; Added GtkSharp dependency for it. varon 2016-07-18 01:52:40 +0200
  • 028ada11a0 temporarily disabled Xamarin build elements for CI testing varon 2016-07-18 01:45:12 +0200
  • 8c8e90c904 Updated README instructions varon 2016-07-18 01:42:48 +0200
  • 89cf3ae534 Possible fix for mono pathing issues on CI varon 2016-07-18 01:31:28 +0200
  • 4dfe4298d0 Updated paket/project references varon 2016-07-18 01:12:41 +0200
  • 23b905b392 updated build script to support limited non-xamarin builds varon 2016-07-18 01:01:20 +0200
  • e7498d4971 removed OpenTK.DLL include from Android and iOS OpenTK nuget packages varon 2016-07-17 23:40:00 +0200
  • 7cd1cdcbe1 Updated paket templates to work with the OpenTK projects varon 2016-07-17 23:38:13 +0200
  • cdacb73f0b Added necessary paket files varon 2016-07-17 23:29:03 +0200
  • f03f55f24d Updated assemblyinfo varon 2016-07-17 23:19:02 +0200
  • 69298df9fb Disabled unit tests temporarily varon 2016-07-17 23:18:39 +0200
  • 5c68791d74 Added build.fsx to solution varon 2016-07-17 23:18:23 +0200
  • 9667074da0 Updated .gitignore varon 2016-07-17 23:13:38 +0200
  • 7ca257f4b7 Added initial parts of build framework varon 2016-07-17 23:12:35 +0200
  • a582c96003 Merge pull request #417 from varon/restructure_repo Harry 2016-08-12 12:43:25 +0200
  • ab5bd5cedd Merge pull request #421 from cra0zy/issuetemplate varon 2016-07-22 11:16:55 +0200
  • 2ae2f3f628 Improve Issue Template cra0zy 2016-07-20 13:22:51 +0200
  • ef037fa9e5 Merge pull request #420 from varon/website-nuget-news varon 2016-07-19 14:35:59 +0200
  • 5cd10e9f3f Add website and pre-release NuGet package to news varon 2016-07-19 14:33:35 +0200
  • 2fe4cb8d09 Merge pull request #419 from varon/github-issue-template varon 2016-07-19 13:53:43 +0200
  • 95374609fc Added github issue template varon 2016-07-18 11:27:49 +0200
  • 996fcff26e Added license to root of project varon 2016-07-17 23:05:57 +0200
  • bbcf2ef518 Removed old build configuration from tests varon 2016-07-17 22:47:34 +0200
  • 76fc2ab3ab Added test projects varon 2016-07-17 22:46:59 +0200
  • c4e938a7db Removed old build configurations from projects varon 2016-07-17 22:36:44 +0200
  • 63ea75330b Fixed release build output locations varon 2016-07-17 22:34:43 +0200
  • 9d2d0efa04 Removed old build configurations from .sln varon 2016-07-17 22:32:33 +0200
  • 87189450f6 Working debug build on .sln varon 2016-07-17 22:31:25 +0200
  • 2ea8334e71 Fixed OpenTK Projects Generator.Rewrite pathing varon 2016-07-17 22:31:14 +0200
  • 5f7da1815d Added .gitignore for Resource.designer.cs varon 2016-07-17 22:28:53 +0200
  • 8504e0f543 Removed GlobalAssemblyInfo references varon 2016-07-17 22:10:06 +0200
  • bae84f2dfa Changed debug build output locations for projects varon 2016-07-17 22:09:12 +0200
  • cd9a7fe780 Removed Build.UpdateVersion project varon 2016-07-17 22:00:50 +0200
  • 88ba7a3655 Renamed GLWidget to OpenTK.GLWidget varon 2016-07-17 22:00:19 +0200