Commit graph

  • 6440ca3cf9 Merge pull request #540 from VPeruS/macx64-cursor-fix varon 2017-06-16 21:46:27 +0200
  • 77a2a5c8b3 Fix wrong path Vlad K 2017-06-16 22:38:40 +0300
  • c78b110110 MacOS d&d support Vlad K 2017-06-07 17:56:46 +0300
  • dc2f4fef21 Add Xdnd support Vlad K 2017-05-22 17:07:31 +0300
  • c65f1fb7bc Initial d&d x11 event support Vlad K 2017-05-17 00:03:03 +0300
  • 9062f8ed30 Clean up Vlad K 2017-05-09 13:11:39 +0300
  • 90e9c28cbd Added Windows D&D support Vlad K 2017-05-09 05:23:22 +0300
  • 18dd603696 Fix of memory leak Vlad K 2017-05-09 05:36:54 +0300
  • e792bd80fe Add initial d&d support for GameWindow. Add SDL2 d&d support Vlad K 2017-05-04 23:03:50 +0300
  • 6f86eca124 Merge branch 'develop' of github.com:malcolmstill/opentk into develop Malcolm Still 2017-06-13 17:30:43 -0500
  • 52206ec13b Add requsted changes VPeruS 2017-06-14 00:56:42 +0300
  • 543bdc107c Remove Fixed24 struct Malcolm Still 2017-06-13 16:19:50 -0500
  • d360026dfe Remove DRM cursor on Dispose. Malcolm Still 2017-01-12 16:58:48 +0000
  • 612b86bd5a 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
  • f08d210ba3 Some casts required in the absolute motion handler now that the query functions return doubles. Malcolm Still 2017-01-06 15:40:18 +0000
  • 64e6346ac4 Mistake in change. The Debug.Print statement should not be there. Malcolm Still 2017-01-06 15:37:14 +0000
  • bbbbc75e75 Relative pointer motion should use the relative (Delta) query functions. Malcolm Still 2017-01-06 15:34:11 +0000
  • 9494457c26 Use new axis querying functions to update mouse scroll state. Malcolm Still 2017-01-06 15:31:58 +0000
  • fa8f19a40a Use new Libinput.CreateContext and Libinput.AssignSeat functions in Setup(). Malcolm Still 2017-01-06 15:30:08 +0000
  • 8558e86e81 Removed @ symbol from IntPtr name Malcolm Still 2017-01-06 15:17:52 +0000
  • 5db38956d6 Pointer coordinate query functions now return doubles. Malcolm Still 2017-01-06 15:15:45 +0000
  • 0f65acc165 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
  • 17a7464793 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
  • 79bccee535 Remove Fixed24 struct Malcolm Still 2017-06-13 16:19:50 -0500
  • 5dce9161bd
    RootWindow is now accessed through GDK.Screen instead. It is deprecated in GTK3. Jarl Gullberg 2017-06-13 23:06:39 +0200
  • cb42feef20
    Added more method and class comments. Jarl Gullberg 2017-06-13 22:49:49 +0200
  • 5c69098f63
    Correct usage of variable name under GTK2. Jarl Gullberg 2017-06-13 22:46:28 +0200
  • 0a95b20860
    GdkWindow is deprecated in GTK3. Splitting out into two accessors. Jarl Gullberg 2017-06-13 22:45:10 +0200
  • 3d60cf2bf6
    Split the different Destroy and Dispose signatures. Jarl Gullberg 2017-06-13 22:42:52 +0200
  • af5be093a8
    Revert "Removed redundant field initializers." Jarl Gullberg 2017-06-13 22:34:32 +0200
  • accdc55731
    Revert "Introduced optional parameters for GLWidget constructor, removing a redundant constructor." Jarl Gullberg 2017-06-13 22:34:29 +0200
  • 632c3f8722
    Revert "Converted GraphicsContextFlags into an auto-property." Jarl Gullberg 2017-06-13 22:34:26 +0200
  • 12ed99e9eb
    Revert "Added ReSharper warning suppressions." Jarl Gullberg 2017-06-13 22:34:14 +0200
  • c98fbde35c
    Added ReSharper warning suppressions. Jarl Gullberg 2017-06-13 22:13:20 +0200
  • be037bbdb0
    Converted GraphicsContextFlags into an auto-property. Jarl Gullberg 2017-06-13 22:11:19 +0200
  • 1634a652c2
    Introduced optional parameters for GLWidget constructor, removing a redundant constructor. Jarl Gullberg 2017-06-13 22:10:49 +0200
  • 5abcfedf11
    Removed redundant field initializers. Jarl Gullberg 2017-06-13 22:09:32 +0200
  • f240a75208
    Enforced use of explicit private modifiers for clarity. Jarl Gullberg 2017-06-13 22:08:58 +0200
  • 8b32c9aa5e
    Improved comments. Jarl Gullberg 2017-06-13 22:08:23 +0200
  • 91eac27c99
    Deleted now obsolete code. Jarl Gullberg 2017-06-13 22:02:21 +0200
  • 57004cceb8
    Added new files to project. Jarl Gullberg 2017-06-13 22:01:34 +0200
  • cf678dfc48
    Replaced in-class initialization with calls to platform-specific classes. Jarl Gullberg 2017-06-13 22:01:11 +0200
  • e05f34377b
    Broke out window info initialization into their own classes. Jarl Gullberg 2017-06-13 22:00:41 +0200
  • 2dc4c1b12a
    Dropped to C# 6.0 to maintain support for AppVeyor. Jarl Gullberg 2017-06-13 21:42:16 +0200
  • 7f29705f0a
    Removed obsolete GtkSharp references. Jarl Gullberg 2017-06-13 20:43:44 +0200
  • 993d1a60c9
    Merge branch 'develop' into glwidget-gtk3 Jarl Gullberg 2017-06-13 20:29:58 +0200
  • fc954ef09b
    Removed invalid character. Jarl Gullberg 2017-06-13 20:24:38 +0200
  • d962586000
    Corrected use of versioned folder. Jarl Gullberg 2017-06-13 20:22:08 +0200
  • 1ea2975aab
    Reverted use of SolutionDir. Jarl Gullberg 2017-06-13 20:12:09 +0200
  • 0361cf9fcc
    Updated FSharp.Core reference as a side effect. Jarl Gullberg 2017-06-13 19:59:58 +0200
  • 46dcea2a61
    Fixed incorrect chooser. Jarl Gullberg 2017-06-13 19:59:29 +0200
  • 1dab0a23cf
    Reenabled building of GLWidget project. Jarl Gullberg 2017-06-13 19:59:04 +0200
  • 4c059644bf
    Updated with new reference to gtk-sharp3. Jarl Gullberg 2017-06-13 19:58:49 +0200
  • 7180293dbe
    Changed to a more recent GTK#3 NuGet package. Jarl Gullberg 2017-06-13 19:51:52 +0200
  • 07a37d2e92
    Added constant switching between GTK#2 and GTK#3 references in the project file. Jarl Gullberg 2017-06-13 19:51:14 +0200
  • 1e73f38ecd Merge pull request #539 from jeske/issue_488_input_events_fired_more_than_once varon 2017-06-13 17:28:04 +0200
  • a68581118e HIRect to NSRect. HISize to NSSize VPeruS 2017-06-08 23:30:51 +0300
  • d13451d181 Change HIPoint to NSPoint, hipoint wasn't arch independent VPeruS 2017-06-08 22:25:59 +0300
  • 72320ad181 Fix incorect type cast VPeruS 2017-06-07 07:14:54 +0300
  • 85541f6449 Fix macos x64 wrong mouse input Vperus 2017-06-07 00:05:06 +0300
  • 6afb2ad58f Revert "Fix duplicate scroll input on windows 10" David Jeske 2017-06-12 09:16:32 -0700
  • 2d702337d2 Merge branch 'issue_488_input_events_fired_more_than_once' into 488_fix2 David Jeske 2017-06-12 09:16:01 -0700
  • 3bbd31d66b Fix SetCapture() to use child_window instead of window. As using window was causing spurious WM_MOUSELEAVE events. Also change other mouse events to return IntPtr.Zero when handled David Jeske 2017-06-11 19:09:50 -0700
  • d5b43fb33c treat MouseMove events as handled by returning zero instead of calling DefWindowProc David Jeske 2017-06-11 18:36:32 -0700
  • f1fed27afd Merge pull request #536 from varon/win10-scroll-fix varon 2017-06-12 01:37:06 +0200
  • 300d4df696 Merge pull request #538 from varon/include-pdb varon 2017-06-12 01:27:13 +0200
  • 923e051989 Merge pull request #537 from UnknownShadow200/develop varon 2017-06-12 01:20:43 +0200
  • 2865cd8f45 Add pdb to nuget package varon 2017-06-12 01:14:07 +0200
  • 45d032da52 Fix a nameof() using wrong variable in GeneratedVariableIdentifier UnknownShadow200 2017-06-12 09:10:09 +1000
  • 9ef456bf9a Fix duplicate scroll input on windows 10 varon 2017-06-12 00:19:39 +0200
  • f8ac2565fa Merge pull request #532 from UnknownShadow200/develop varon 2017-06-11 21:04:11 +0200
  • e78036818b
    Merge branch 'develop' into glwidget-gtk3 Jarl Gullberg 2017-06-08 13:35:29 +0200
  • e3d324a9c5 Merge pull request #507 from varon/fscheck_testing varon 2017-06-08 13:29:19 +0200
  • c3210d4bd3 Merge pull request #6 from Nihlus/fix-equal-approxequal varon 2017-06-08 00:49:22 +0200
  • 268c3a0220
    Corrected bad search & replace. Jarl Gullberg 2017-06-07 15:24:20 +0200
  • c6335b7aac
    Changed all tests to use the new method. Jarl Gullberg 2017-06-07 15:22:52 +0200
  • 01bcbf181b
    Added check for directly equal inputs. Jarl Gullberg 2017-06-07 15:22:37 +0200
  • 87de6dda4d
    Merged new equivalence function. Jarl Gullberg 2017-06-07 14:27:36 +0200
  • 2179625b3b Directly expose the xyz and w fields of Quarternion and Quaterniond UnknownShadow200 2017-06-05 18:09:08 +1000
  • fb71ebcffe
    Added new and improved floating-point equality tester. Jarl Gullberg 2017-06-04 19:06:03 +0200
  • 6d0f3eb973
    Added new and improved floating-point equality tester. Jarl Gullberg 2017-06-04 19:05:43 +0200
  • 4ae58b3073
    Changed some Equals to ApproximatelyEquals. Jarl Gullberg 2017-06-03 22:42:39 +0200
  • ecdd0cdc0d Merge pull request #4 from Nihlus/fix-division-rounding varon 2017-06-03 20:12:46 +0200
  • 1d1428c3e4 Merge pull request #5 from Nihlus/fix-vector-componentminmax varon 2017-06-03 20:12:07 +0200
  • 4f50ea8bee
    Improved ComponentMin/Max documentation. Jarl Gullberg 2017-06-03 15:14:39 +0200
  • 076d016648
    Alter division by reference to be by component and not by operator. Jarl Gullberg 2017-06-02 23:09:27 +0200
  • 18976c898a
    Improve comments. Jarl Gullberg 2017-06-02 22:59:24 +0200
  • 670feeadbd Merge pull request #3 from Nihlus/fix-vector4-clamp varon 2017-06-02 22:34:23 +0200
  • d27a4671a5
    Improved test name. Jarl Gullberg 2017-06-02 22:25:44 +0200
  • b26242d1db
    Decreased approximation sensitivity even more. Jarl Gullberg 2017-06-02 20:44:30 +0200
  • 0438a0325a
    Decreased approximation sensitivity again. Jarl Gullberg 2017-06-02 20:35:14 +0200
  • 5191491cdb
    Fixed MagnitudeMin test. Jarl Gullberg 2017-06-02 20:34:13 +0200
  • c3fa66eb15
    Implemented all ComponentMin/Max and MagnitudeMin/Max tests. Jarl Gullberg 2017-06-02 20:33:00 +0200
  • 28bede6ca1
    Added filtering for vector generation to only produce valid vectors. Jarl Gullberg 2017-06-02 20:32:16 +0200
  • 809e7b4379
    Improved documentation. Jarl Gullberg 2017-06-02 20:31:54 +0200
  • bea15cd250
    Obsoleted Min/Max methods. Jarl Gullberg 2017-06-02 19:42:08 +0200
  • 7c298cc43d
    Eliminated additional step for division operations. Jarl Gullberg 2017-06-02 19:32:22 +0200
  • 828dfd49fc
    Merge branch 'fscheck-testing-rebased' into fix-vector4-clamp Jarl Gullberg 2017-06-02 19:14:04 +0200
  • 92d4c942f4 Fix additional compile inference errors under VS2015 varon 2017-06-02 13:56:11 +0200
  • 1a50dc2eb1 Merge branch 'nihlus_fscheck_testing2' into fscheck_testing varon 2017-06-02 13:49:46 +0200