Commit graph

  • ff9cd61777 Removed terrible hack for SDL_WINDOW_OPENGL Stefanos A. 2013-10-01 21:05:02 +0200
  • b57e58dc47 Implemented Sdl2GLControl Stefanos A. 2013-09-30 20:47:29 +0200
  • 5bb23585b9 Merge remote-tracking branch 'origin/master' into sdl2 Stefanos A 2013-09-30 18:29:55 +0200
  • ddd070579a Workaround for NRE on WinRawMouse driver Stefanos A. 2013-09-30 18:27:13 +0200
  • 071daff564 Merge branch 'sdl2' of https://github.com/thefiddler/opentk into sdl2 thefiddler 2013-09-30 14:43:06 +0200
  • ea0c845eb0 Attempted to fix key modifier state Stefanos A. 2013-09-30 14:20:33 +0200
  • 7fe73253a7 Renamed Sdl2InputBase Stefanos A. 2013-09-30 14:19:10 +0200
  • c53773f4ec Use scancodes for KeyboardDevice states Stefanos A. 2013-09-30 13:51:31 +0200
  • 5e35411dd1 Fixed return values of keyboard functions Stefanos A. 2013-09-30 13:49:53 +0200
  • fc8b3810e9 Fixed documentation comment Stefanos A. 2013-09-30 13:48:12 +0200
  • 2d19edf3fe Renamed Sdl2InputBase to Sdl2InputDriver Stefanos A. 2013-09-30 13:13:02 +0200
  • 7cb3965e25 Made internal SDL2 API private Stefanos A. 2013-09-30 12:22:51 +0200
  • 5a55cb5cca Implemented SDL2 mouse and keyboard drivers Stefanos A. 2013-09-30 12:22:25 +0200
  • 778087fe3a Reduced icon resolution to 128x128 in order to avoid "out of memory" errors when building with Mono. thefiddler 2013-09-30 11:09:14 +0200
  • fcc9049d18 Added high-res icons to Example Browser Stefanos A. 2013-09-29 23:58:10 +0200
  • cfdb5bc95a Free SDL surface after updating the window icon Stefanos A. 2013-09-29 23:36:28 +0200
  • 420ec232f3 Fixed decoding of Icons Stefanos A. 2013-09-29 23:08:51 +0200
  • 6245ffe3ef Updated license information Stefanos A. 2013-09-27 23:07:23 +0200
  • 2666125b24 Implemented WindowState, WindowBorder and Icon Stefanos A. 2013-09-27 23:01:46 +0200
  • b3ce99a086 Increased the text surface size Stefanos A. 2013-09-27 22:59:56 +0200
  • 56d7e4e564 Use OpenGL window flag and switch to "fake" fullscreen mode Stefanos A. 2013-09-27 18:57:05 +0200
  • 5df5447ff9 Add debug message when context creation fails Stefanos A. 2013-09-27 18:55:58 +0200
  • 3398902940 Use Wgl.Import.GetCurrentContext DllImport directly Stefanos A. 2013-09-27 18:55:38 +0200
  • 0fdef8eb23 Merge remote-tracking branch 'origin/master' into sdl2 Stefanos A 2013-09-27 15:20:45 +0200
  • cf703aca62 Added app.manifest to OpenTK.Examples project Stefanos A. 2013-09-27 15:19:21 +0200
  • ac64ba3586 Merge branch 'master' of https://github.com/thefiddler/opentk into sdl2 thefiddler 2013-09-27 15:12:15 +0200
  • 4a4fbbd2c9 Updated .gitignore Stefanos A. 2013-09-27 14:51:05 +0200
  • 6d0b5eb49f Implemented SDL2 platform using sdl2-cs thefiddler 2013-09-27 14:41:37 +0200
  • 89845d5ff9 Integrated sdl2-cs bindings for sdl2 thefiddler 2013-09-27 14:33:52 +0200
  • 3989b94e68 Merge commit 'ed45dddb98c8250a33505c953b6c60bf7a854ffb' as 'Source/OpenTK/Platform/SDL2/sdl2-cs' thefiddler 2013-09-27 14:26:50 +0200
  • ed45dddb98 Squashed 'Source/OpenTK/Platform/SDL2/sdl2-cs/' content from commit b434bac thefiddler 2013-09-27 14:26:50 +0200
  • 77d124d7e8 Made OpenTK.Examples high-dpi aware thefiddler 2013-09-26 01:38:27 +0200
  • 2e1bcaf280 Added support for high-dpi mode on Windows. thefiddler 2013-09-26 01:35:59 +0200
  • c7e04c6097 Merge remote-tracking branch 'andy/master' thefiddler 2013-09-26 01:28:58 +0200
  • 23362a0d73 Merge pull request #20 from NeilWhite/MatrixRangeFix Andy Korth 2013-09-24 08:07:37 -0700
  • fc1a8e022b Fix for setting Matrix/Vector values by Index Neil White 2013-09-24 15:34:39 +0100
  • 7961997abe Merge pull request #19 from jeske/fix Andy Korth 2013-08-11 20:45:11 -0700
  • cce40d60b0 fix MacOS bug mapping modifier keys to the scancode array David Jeske 2013-08-10 19:41:50 -0700
  • 2b7d02bb61 Merge pull request #17 from jeske/master Andy Korth 2013-08-09 23:45:56 -0700
  • 2c29df6296 added support for smooth trackpad scrolling on macos David Jeske 2013-08-09 23:20:49 -0700
  • 5037836c08 Merge pull request #15 from GoldBlockGames/master Andy Korth 2013-07-18 14:06:45 -0700
  • 5c66266933 Added Quaterniond version of FromMatrix Robert Rouhani 2013-07-18 13:14:30 -0700
  • d479e3768b Added Quaternion.FromMatrix Added a Diagonal and Trace property to all matrices Added missing doc comments in the matrix classes to reduce the number of compiler warnings Robert Rouhani 2013-07-18 12:52:28 -0700
  • f38e717601 Fix for github issue 13, terrible crash on Keyboard GetState Andy Korth 2013-06-04 16:02:37 -0500
  • cd66bfaf37 Merge pull request #12 from zastrowm/patch-1 Andy Korth 2013-04-26 22:17:26 -0700
  • e7ba5e789f Update whitespace issues to conform to the rest of the document zastrowm 2013-04-26 21:09:12 -0500
  • 5f336dd9f9 Change WinRawMouse.ProcessMouseEvents to call code directly instead of using lambdas zastrowm 2013-04-26 21:06:08 -0500
  • 29c7d96420 Merge pull request #10 from Artfunkel/master Andy Korth 2013-04-15 07:52:49 -0700
  • b38c81a458 Added Matrix clearing methods Tom Edwards 2013-04-11 22:23:43 +0100
  • 2185ba4744 Readme cleanup, add some resources and links Andy Korth 2013-03-22 16:48:13 -0500
  • 9a39949249 Merge pull request #1 from elisee/fix-client-rectangle-setter Dean Ellis 2013-03-10 12:33:24 -0700
  • a665122202 Merge pull request #9 from Artfunkel/master Andy Korth 2013-03-20 07:36:54 -0700
  • ca7e2c9c4b Copied Matrix4 changes to other classes Tom Edwards 2013-03-20 12:44:12 +0000
  • 498b659d58 Changes suggested by Rob Rouhani Tom Edwards 2013-03-19 15:28:31 +0000
  • c3a02aaad4 Added readme Benjamin Nitschke 2013-03-07 02:26:55 +0100
  • b20b21d228 A couple more maths functions Tom Edwards 2013-02-23 18:26:34 +0000
  • 11114ca4ea Extra maths features Tom Edwards 2013-02-18 18:46:26 +0000
  • 6c35e8ef24 Merge remote-tracking branch 'origin/ScanCodeKeyboardBranch' Tom Edwards 2013-02-17 14:58:16 +0000
  • ebb56e9d77 minor notes in comments of Matrix classes Andy Korth 2013-01-31 09:58:49 -0600
  • 920d683954 Merge branch 'master' of github.com:andykorth/opentk Robert Rouhani 2013-01-26 16:29:23 -0500
  • 8a7f506529 Added GL.UniformMatrix* double overloads. Robert Rouhani 2013-01-26 16:23:40 -0500
  • 2f9ccbc3af Converted tabs to spaces. Robert Rouhani 2013-01-26 16:08:34 -0500
  • 2cbff7261a Copied float matrix classes to their double equivalents. Robert Rouhani 2013-01-26 14:06:16 -0500
  • 94c7ad4f58 Implemented Matrix3(d) constructor that takes upper-left 3x3 of a Matrix4(d) as discussed in the following issue: https://github.com/andykorth/opentk/issues/4 Robert Rouhani 2013-01-26 12:57:19 -0500
  • 2c3a639fa4 Merge pull request #6 from shrt/master Andy Korth 2013-01-26 07:35:29 -0800
  • af74d97903 Fix NullPointerException on Windows 8. Jacob Hauberg Hansen 2013-01-26 14:27:26 +0100
  • 0f64af130a Committing artfunkel patch for scan codes Andy Korth 2013-01-24 15:48:01 -0600
  • d1713ff47a Merge pull request #5 from Tamschi/master Andy Korth 2013-01-24 08:55:13 -0800
  • f455176d2b Added missing XML comments for Matrix3d Tamme Schichler 2013-01-24 01:53:40 +0100
  • 56430c7751 Added missing XML comments for Matrix3d Fixed a few small issues in XML comments for Matrix4d Tamme Schichler 2013-01-24 01:28:53 +0100
  • f0a9afacce Fixed a few warnings with XML comments Tamme Schichler 2013-01-24 01:26:33 +0100
  • 31ba0a36b9 Matrix4x2 implementation and documenting the other matrix classes. Robert Rouhani 2013-01-20 16:38:25 -0500
  • df78210bc5 Matrix3x2 implementation and partial Matrix4x2 implementation. Robert Rouhani 2013-01-20 00:46:47 -0800
  • f10af59c14 Matrix2x3 and Matrix2x4 implementatinos Robert Rouhani 2013-01-19 23:58:30 -0800
  • 5438f941dc More work on matrices. Fixed some static fields in the math classes that weren't also readonly. Robert Rouhani 2013-01-19 15:06:51 -0800
  • 84a03e965c Matrix2 implementation Started on Matrix2x3 implementation Minor changes to Matrix3 and Matrix4 Robert Rouhani 2013-01-19 00:29:22 -0800
  • 8b8ded3232 Added very basic implementations of all possible matrix sizes up to 4x4 Moved the indexers out of the Properties region and into their own Indexers region Robert Rouhani 2013-01-18 19:21:24 -0800
  • e5adf4d862 Added Matrix4x3 and Matrix3x4 implementations from our game. Robert Rouhani 2013-01-18 15:32:09 -0800
  • afefc93fc6 Fixed bug in Matrix4.LookAt. Robert Rouhani 2013-01-18 15:13:36 -0800
  • 074af1035e Adding ignore for mac DS_Store files Andy Korth 2013-01-17 15:02:12 -0600
  • 2a0ad3ef6f A few minor comments Andy Korth 2013-01-17 14:45:57 -0600
  • 3a9dfc62ad Fixed extra endregion directive that prevented compilation. Fixed some warnings about csproj files. Robert Rouhani 2013-01-16 22:11:18 -0800
  • d079625afd Reverted .gitignore to andykorth's version. A patch accidentally reset it to an older version. Robert Rouhani 2013-01-16 19:26:12 -0800
  • 1712057977 Removed swizzles that had duplicate components. Robert Rouhani 2013-01-16 19:21:54 -0800
  • c0fcbb6961 Fixed spacing of #endregion directives from merging Robert Rouhani 2013-01-16 18:53:59 -0800
  • bf1401e115 Fixed the issues caused by merging in our changes as patches from the old repo. Robert Rouhani 2013-01-16 18:08:03 -0800
  • 59c652aaf8 Added all swizzle permutations up to the vector's dimension. Robert Rouhani 2012-12-29 19:17:23 -0800
  • 819c02c445 More hacking for gamepads Robert Rouhani 2013-01-16 17:59:52 -0800
  • b5591e1eee Started implementing GamePad Robert Rouhani 2013-01-16 17:56:31 -0800
  • e6a855f00a Added UniformMatrix3/3d/4d overloads Robert Rouhani 2013-01-16 17:53:00 -0800
  • 56e75748b5 Added ref/out overload for Matrix4.Invert Robert Rouhani 2013-01-16 17:49:26 -0800
  • 20c219bda1 Implemented perpendicular dot product in Vector2. Robert Rouhani 2013-01-16 17:46:05 -0800
  • 7a0634814e Matrix4 optimizations Robert Rouhani 2013-01-16 17:45:10 -0800
  • fa422dca2a Fix Windows 8 Keyboard, OpenTK issue 3198 Andy Korth 2013-01-14 13:09:55 -0600
  • 6500e176df A bit of cleanup on the Vector ToStrings Andy Korth 2013-01-08 12:04:21 -0600
  • 1a2b506142 Fixed incorrect reference in GetDisplay() documentation. the_fiddler 2013-01-08 10:39:08 +0000
  • 4230c6b4f0 Added Robmaister's Matrix3 implementations Andy Korth 2013-01-03 10:41:56 -0600
  • 1939bc789d Added index getters and settors for Vector and Matrix classes Andy Korth 2013-01-03 10:39:15 -0600
  • 0c7c1e8bd9 Add Create from quaternion method from avc81, OpenTK Issue 2439 Andy Korth 2013-01-03 10:19:06 -0600
  • 84e97adf45 Address OpenTK Issue 1880 Andy Korth 2013-01-03 10:14:59 -0600