Commit graph

  • 39eb3b1892 [Input] Improved MouseState.ToString() thefiddler 2014-05-04 08:31:11 +0200
  • 94fdf1881c [Platform] Improved mouse interface thefiddler 2014-05-04 01:29:55 +0200
  • e85377c350 [Platform] Added support for horizontal wheel thefiddler 2014-05-03 16:47:03 +0200
  • 842c0499b9 [SDL] Corrected SDL_Mouse* event structs thefiddler 2014-05-02 17:39:00 +0200
  • 3e33ac9280 [Platform] Refactored INativeWindow backends thefiddler 2014-05-02 16:52:11 +0200
  • 674cd54c29 [Mac] Fixed initial window position thefiddler 2014-05-02 15:13:38 +0200
  • 3824f55f18 [Mac] Fixed cursor coords when CursorVisible=false thefiddler 2014-05-02 14:21:32 +0200
  • 89fc36bde1 [Platform] Added INativeWindow.Mouse* events thefiddler 2014-05-02 14:18:52 +0200
  • 612652910f [Platform] Inherit NativeWindowBase thefiddler 2014-05-02 14:18:40 +0200
  • 300203f73b [Mac] Use On* methods from base class thefiddler 2014-04-27 09:39:30 +0200
  • 10939fcaec [OpenTK] Add On* methods to raise events thefiddler 2014-04-27 09:39:18 +0200
  • 24b19d2487 [Input] Added internal MouseDevice.Position getter thefiddler 2014-04-27 09:38:55 +0200
  • f2eca2924f [Mac] Inherit from NativeWindowBase thefiddler 2014-04-27 09:21:33 +0200
  • 5ba1bf89f1 [OpenTK] Added NativeWindowBase thefiddler 2014-04-27 09:20:33 +0200
  • 495ded54d8 [Examples] Use Key.Enter to capture mouse thefiddler 2014-05-01 23:56:25 +0200
  • 60f58c2ffd [Examples] Fixed cursor hotspot thefiddler 2014-05-01 22:17:06 +0200
  • 9bd94c1f13 [Examples] Improved MouseCursor example thefiddler 2014-05-01 17:03:47 +0200
  • 9ee728d4fc [Win] Only set MouseCursor in client area thefiddler 2014-05-01 16:49:23 +0200
  • 9988a2ba9c [SDL][Win] Destroy custom cursor on Close() thefiddler 2014-05-01 14:27:20 +0200
  • c8c0d32fcc [OpenTK] Rearranged MouseCursor parameters thefiddler 2014-04-30 20:04:31 +0200
  • 8568e6dc70 [SDL] Fixed MouseCursor getting stuck after multiple changes thefiddler 2014-04-30 13:46:44 +0200
  • a5ddc530c2 [SDL] Fixed custom MouseCursor thefiddler 2014-04-30 13:36:16 +0200
  • bee833e712 [Example] Test custom cursor thefiddler 2014-04-30 09:06:30 +0200
  • e63970e2be [Mac] Fixed cursor byte order thefiddler 2014-04-30 09:06:18 +0200
  • 2632661d8a [OpenTK] Fixed compilation error thefiddler 2014-04-30 08:45:27 +0200
  • 965c8baa7f [OpenTK] Renamed x/y to hotx/hoty thefiddler 2014-04-30 08:44:48 +0200
  • 890805f2ae [Platform] Renamed MouseCursor.Rgba to Argb thefiddler 2014-04-30 08:38:57 +0200
  • 7d8f14baa7 [Mac] Implement NSCursor rectangles thefiddler 2014-04-30 08:38:19 +0200
  • d013ef1868 [Platform] Make MouseCursor actor public thefiddler 2014-04-30 08:37:34 +0200
  • 0ed1e8b6d8 [Win] Log wglSwapIntervalEXT errors thefiddler 2014-04-29 08:48:49 +0200
  • f2dc40abdd [OpenTK] Query the driver for VSyncMode getter thefiddler 2014-04-29 08:31:47 +0200
  • 3da459b316 [All] Fixed checks for EXT_swap_control_tear thefiddler 2014-04-29 08:10:18 +0200
  • ab6b3c211c [Mac] Removed unused CarbonGLNative.cs thefiddler 2014-04-28 17:17:34 +0200
  • 88a60b14c5 [Mac] Remove call to NewEventHandlerUPP thefiddler 2014-04-04 08:46:32 +0200
  • cf3a30d024 [Mac] CGDisplayBounds signature now matches Mac ABI thefiddler 2014-04-03 23:19:31 +0200
  • ffb7bd8a4c Merge branch 'pr/105' into develop thefiddler 2014-04-28 16:19:17 +0200
  • 53d2c8d1e8 [Mac] Cmd-Q should raise Closing events thefiddler 2014-04-28 16:19:04 +0200
  • a07a61a003 Merge branch 'thefiddler-cursor' into develop thefiddler 2014-04-28 09:38:54 +0200
  • 509f356ed4 [Win] Fixed MouseCursor.Default thefiddler 2014-04-28 09:37:16 +0200
  • 4f9a2f78d6 Merge branch 'cursor' of https://github.com/thefiddler/opentk into thefiddler-cursor thefiddler 2014-04-28 07:07:47 +0200
  • 0f920fb205 [X11] Fixed SGI_swap_control query thefiddler 2014-04-28 01:29:34 +0200
  • 168713aecf [GL] Added GetPName.Max*ImageUniforms thefiddler 2014-04-27 22:47:04 +0200
  • c40115e223 [OpenTK] Only init X11 if SDL2 is not used thefiddler 2014-04-27 22:41:24 +0200
  • 96b7419d83 [X11] Fixed INativeWindow.Cursor getter thefiddler 2014-04-27 22:28:10 +0200
  • d03e9d82dc [Input] Fixed key modifiers in KeyboardDevice events thefiddler 2014-04-27 22:27:18 +0200
  • d787656328 [SDL] Fixed cursor support thefiddler 2014-04-27 21:09:51 +0200
  • 48e21328c5 [Mac] Implement INativeWindow.Cursor thefiddler 2014-04-27 19:45:20 +0200
  • 283a785703 [OpenTK] Treat null as MouseCursor.Empty thefiddler 2014-04-27 19:45:08 +0200
  • 1d8ef7165f [OpenTK] Disable custom MouseCursors thefiddler 2014-04-27 19:44:45 +0200
  • 51567e610c [Examples] Set a predefined cursor on Key.Space thefiddler 2014-04-27 19:43:16 +0200
  • a61d20d2eb [Mac] Stubbed INativeWindow.Cursor thefiddler 2014-04-27 10:56:08 +0200
  • 2207144aec Fix a bug in X11 CursorVisble with custom cursors. Fraser Waters 2014-02-24 12:58:41 +0000
  • 9ed32e4445 Change bool to IntPtr. Fraser Waters 2014-02-22 14:08:18 +0000
  • 9239fd08e3 Custom cursors on X11. Fraser Waters 2014-02-22 14:04:53 +0000
  • 6e23a55f35 Add XcursorImageLoadCursor function. Fraser Waters 2014-02-22 14:04:01 +0000
  • 4f2658ab79 Make xcursor fields public. Fraser Waters 2014-02-22 14:03:46 +0000
  • cb5f354ddc Change xcursor library name. Fraser Waters 2014-02-22 13:34:28 +0000
  • cf43b6003c Create and Destroy functions for XcursorImage. Fraser Waters 2014-02-22 12:54:34 +0000
  • 52043d5f74 Xcursor types. Fraser Waters 2014-02-22 12:54:11 +0000
  • 10112da976 Respond to WM_SETCURSOR messages. Fraser 2014-02-21 19:46:13 +0000
  • 251a6e813e No need for named variable. Fraser 2014-02-21 19:44:51 +0000
  • 2bb0f945f9 Copy to correct offset. Fraser 2014-02-21 19:35:34 +0000
  • 5b4f75ab68 Don't hardcode cursor.png path. Fraser Waters 2014-02-21 11:35:15 +0000
  • eab7e1ec0d Copy cursor.png to output. Fraser Waters 2014-02-21 11:27:51 +0000
  • 8f9311ec8d Partial implementation of Windows MouseCursor. Fraser 2014-02-21 00:24:24 +0000
  • 0dd82e1485 MouseCursor example. Fraser 2014-02-21 00:23:20 +0000
  • b005b6e542 DestroyIcon function. Fraser 2014-02-21 00:10:57 +0000
  • 4fb7a2d5c2 GetCursor function. Fraser 2014-02-21 00:01:27 +0000
  • acf47f1ff4 SetCursor function. Fraser 2014-02-20 23:40:40 +0000
  • dd75466239 GetIconInfo function. Fraser 2014-02-20 23:40:22 +0000
  • f10d8568cb CreateIconIndirect function. Fraser 2014-02-20 22:26:53 +0000
  • 6c65e2cdd3 IconInfo structure. Fraser 2014-02-20 22:20:10 +0000
  • dd55cea489 [All] Initial implementation of INativeWindow.Cursor property thefiddler 2014-02-18 16:44:28 +0100
  • f545bd512b [SDL2] Implemented cursor APIs thefiddler 2014-02-18 16:43:47 +0100
  • a6f610dd0c [Core] Added MouseCursor class thefiddler 2014-02-18 16:43:21 +0100
  • 160e6ecb31 Added Quit menu item + shortcut (Cmd+Q). Olle Håkansson 2014-04-27 10:52:28 +0200
  • a24ce9ba11 Fixed creating contexts without native windows. Olle Håkansson 2014-04-27 09:58:05 +0200
  • 6186373df1 [ES][GL] Synced with April Khronos specification thefiddler 2014-04-27 09:53:22 +0200
  • a79086bb20 [X11] Set WM_CLASS property thefiddler 2014-04-26 20:27:00 +0200
  • 47ffbe3501 Merge pull request #103 from thefiddler/memopt thefiddler 2014-04-26 19:26:07 +0200
  • 78a6993cec [GL] Only print debug info in debug mode thefiddler 2014-04-26 19:13:03 +0200
  • 7c4bdab110 [GL] Removed unused code thefiddler 2014-04-26 19:12:49 +0200
  • cd25d5f307 [OpenTK] Removed reflection binding loading thefiddler 2014-04-26 18:28:51 +0200
  • 95f73310d8 [X11] Implemented new-style bindings for GLX thefiddler 2014-04-26 18:24:13 +0200
  • 44526229be [Win] Fixed warnings thefiddler 2014-04-26 18:22:50 +0200
  • 8558509379 [GL][ES] Regenerated bindings thefiddler 2014-04-26 14:23:52 +0200
  • 1666eb670c [GL][ES] Do not break public API thefiddler 2014-04-26 14:23:29 +0200
  • bd339523ab [Bind] Do not generate DllImports thefiddler 2014-04-26 14:22:37 +0200
  • b732e377c9 [Mac] Sped up extension loading thefiddler 2014-04-26 14:21:26 +0200
  • 433fa35f7e [Graphics] GetAddress(string) is no longer needed thefiddler 2014-04-26 14:20:17 +0200
  • fbeac9c323 [Graphics] Redirect GetAddress(string) thefiddler 2014-04-26 14:19:19 +0200
  • 9605940661 [X11] Optimized XKey translation thefiddler 2014-04-25 21:55:00 +0200
  • 6257858d54 [Bind][ES][GL] Output entry points as byte[] thefiddler 2014-04-25 17:25:20 +0200
  • c1f284f101 [Win] Wgl no longer inherits GraphicsBindingsBase thefiddler 2014-04-25 17:23:06 +0200
  • e433aad4b4 [ES] ES10 does not require initialization thefiddler 2014-04-25 14:50:55 +0200
  • 3658fac263 [Input] Use Key.LastKey instead of Enum.GetValues thefiddler 2014-04-25 14:15:06 +0200
  • 58e41a2b97 [Win] Replaced KeyMap dictionary with switch thefiddler 2014-04-25 14:13:55 +0200
  • e36a0d0fbc [OpenTK] Rebased on develop thefiddler 2014-04-25 13:38:53 +0200
  • 774ebd1df7 [Bind] Do not generate slots for OpenGL <= v1.1 thefiddler 2014-04-02 13:19:41 +0200
  • 6994a13770 [OpenTK] Fixed DllImport library for OpenGL on Mac OS X thefiddler 2014-04-02 13:17:07 +0200