Commit Graph

  • 0a1225d0df Decouple Win32 cursor setting and tracking Camilla Berglund 2015-07-07 12:02:10 +0200
  • 58fdd8ce33 Merge a0fb41ebd7 into 527952102a Tiago Rabello 2015-08-07 16:24:01 +0000
  • 622dc06e1e Merge d5d7365497 into 8a4e939a10 odinsbane 2015-08-07 14:55:26 +0000
  • 527952102a Fixed filtering of events duplicated by XIM. Camilla Berglund 2015-07-28 21:56:12 +0200
  • f48eee4ca7 Merge 6249100980 into 8a4e939a10 Ioannis Tsakpinis 2015-08-07 14:40:13 +0000
  • 8a4e939a10 Fix glext.h regression in glfwinfo on OS X Camilla Berglund 2015-08-07 16:26:34 +0200
  • 61c87acb33 Previous commit 37e13361f5 caused glfwinfo.c to not compile correctly on my computer. This is an attempt to fix that. Now everything compiles OK. msmith 2015-08-07 14:47:19 +0100
  • d5d7365497 Added a _glfwInputKey call to a condtion case. Otherwise key callbacks were not being made on linux with x11. msmith 2015-08-07 13:24:38 +0100
  • f8395886d3 Formatting Camilla Berglund 2015-07-30 20:32:32 +0200
  • 9527c93a1c Move to the new MirEvent 2.0 + 0.14/0.15 changes Brandon Schaefer 2015-07-30 10:59:32 -0700
  • 032e65bd86 Merge f2ba64c39c into 37e13361f5 Brandon Schaefer 2015-07-30 18:20:26 +0000
  • f2ba64c39c * No need for this check (was there from some random debugging) Brandon Schaefer 2015-07-30 11:19:52 -0700
  • 82e12b11a0 * Remove testing code! Brandon Schaefer 2015-07-30 11:03:01 -0700
  • 773ca0c3cb * Move to the new MirEvent 2.0 + new 0.14/0.15 changes! Brandon Schaefer 2015-07-30 10:59:32 -0700
  • 6249100980 Correctly ignore filtered XIM events. Fixes #548 Ioannis Tsakpinis 2015-07-29 15:25:33 +0300
  • 948091946c Merge 288b371fe9 into 37e13361f5 linkmauve 2015-07-28 18:45:20 +0000
  • 5d4620120a Merge 40a7f3a218 into 37e13361f5 linkmauve 2015-07-28 15:06:11 +0000
  • 37e13361f5 Fixed last manual inclusion of glext.h. Camilla Berglund 2015-07-28 14:51:36 +0200
  • 65e78c78a7 Merge adb74e0cb9 into bb6db74167 Yaron Cohen-Tal 2015-07-28 12:17:04 +0000
  • bb6db74167 Fixed finding of PowerVR SDK libraries. Yaron Cohen-Tal 2015-07-18 13:54:59 +0300
  • 1f95fac699 Extension string type cleanup. Camilla Berglund 2015-07-28 14:12:16 +0200
  • 24e4e674a5 Enabled MSAA for splitview example. Camilla Berglund 2015-07-21 21:58:24 +0200
  • 8b5f92134a Fix OS X spurious key pressed event when modifier key is held during window creation Xo Wang 2015-07-26 18:40:54 -0700
  • a0fb41ebd7 Fix test on VC14 Tiago Gomes 2015-07-25 16:32:30 -0300
  • 833d8f5cc9 Merge 0ab09d769e into 460e5d792d Brett R. Toomey 2015-07-22 09:02:33 +0000
  • 460e5d792d Fixed splitview example on Retina displays. Camilla Berglund 2015-07-21 21:58:24 +0200
  • 02d821c0ab Updated changelog. Camilla Berglund 2015-07-21 17:47:08 +0200
  • d12b34388d Added reference to CMake Info.plist template. Camilla Berglund 2015-07-21 17:42:01 +0200
  • e686f5a249 Fixed AppKit not initialized for cursor creation. Camilla Berglund 2015-07-21 17:22:14 +0200
  • adb74e0cb9 Fixed CMake modules to find EGL, GLESv1 and GLESv2 on some Windows implementations. Yaron Cohen-Tal 2015-07-18 13:54:59 +0300
  • 40a7f3a218 Add an option to link against libepoxy instead of libGL or libGLES*, so we can defer that choice to runtime Emmanuel Gil Peyrot 2015-07-16 21:26:30 +0100
  • 33c7c28dde Replaced the various cursor tests with a sane one. Camilla Berglund 2015-07-15 12:13:42 +0200
  • 04c057238b Added support for EXT_framebuffer_sRGB. Camilla Berglund 2015-07-14 15:44:13 +0200
  • bfe55118dd Fixed name of Win32 cursor tracking flag. Camilla Berglund 2015-07-07 11:45:53 +0200
  • f825af06f0 Formatting. Camilla Berglund 2015-07-07 10:58:55 +0200
  • 2205bdd469 Improved X11 display opening failure. Camilla Berglund 2015-07-06 14:38:00 +0200
  • 0f3b69c79d Fixed missing utility function return types. Camilla Berglund 2015-07-05 01:13:52 +0200
  • 0ab09d769e Fixed formatting errors BrettRToomey 2015-07-04 13:30:44 -0700
  • 995716ff7e Started adding memory allocation checks BrettRToomey 2015-07-02 14:13:57 -0700
  • 5d4f79f441 Support custom dynamic memory functions. Anthony Smith 2015-07-01 10:01:16 -0700
  • cf10e318d6 Formatting. Camilla Berglund 2015-07-01 14:58:43 +0200
  • 1ab9dbab60 Removed test replaced by glfwinfo. Camilla Berglund 2015-07-01 14:49:22 +0200
  • 4f0fc55385 Added version option to glfwinfo. Camilla Berglund 2015-07-01 14:48:20 +0200
  • 23195693ed Added glfwinfo options for context and fb hints. Camilla Berglund 2015-06-30 18:41:19 +0200
  • a7fa41612c Fixed printing of GLFW version on usage and error. Camilla Berglund 2015-06-30 18:36:33 +0200
  • 5f91ea34de Made glfwinfo options set hints directly. Camilla Berglund 2015-06-30 18:29:14 +0200
  • ea9c186e36 Updated changelog. Camilla Berglund 2015-06-26 16:20:20 +0200
  • a97477337d Updated changelog and credits, formatting. Camilla Berglund 2015-06-26 13:31:37 +0200
  • fec6f187d1 Do not recurse over IOHIDElement children. Aaron Jacobs 2015-06-23 13:14:07 -0700
  • 1a96c294ee Add support for joystick hot swapping on OS X. Aaron Jacobs 2015-06-20 11:58:26 -0700
  • 224f39f53d Merge 8e9b1402ff into 19a28e2c9f Aaron Jacobs 2015-06-25 18:55:21 +0000
  • 19a28e2c9f Fixed X11 arrow cursor image. Camilla Berglund 2015-06-25 12:58:09 +0200
  • 1984d40e33 Formatting. Camilla Berglund 2015-06-25 01:23:23 +0200
  • cf4206d987 Fixed duplicate key presses caused by XIM. Camilla Berglund 2015-06-24 20:24:52 +0200
  • 8e9b1402ff Do not recurse over IOHIDElement children during IOKit joystick addition Aaron Jacobs 2015-06-23 13:14:07 -0700
  • 6b49d3ecd5 Add support for joystick hot swapping on OS X Aaron Jacobs 2015-06-20 11:58:26 -0700
  • 87681872fe Removed Deprecated convertBaseToScreen Jared Jones 2015-06-18 03:20:15 -0500
  • cc4c232956 Renamed cursor window library struct member. Camilla Berglund 2015-06-17 11:59:39 +0200
  • 226f85efcb Key translation tables are now in _glfw. Camilla Berglund 2015-06-16 22:26:30 +0200
  • 2aa8e17c88 Cleanup. Camilla Berglund 2015-06-16 22:16:36 +0200
  • 3365139a6c Cleanup. Camilla Berglund 2015-06-16 12:10:20 +0200
  • 2cc3c16ab1 Documentation tweak. Camilla Berglund 2015-06-15 20:37:57 +0200
  • 3a0b397054 Fixed regression for WGL full screen DWM hack. Camilla Berglund 2015-06-15 20:19:44 +0200
  • b15eaeda16 Implemented auto-iconification on X11. Camilla Berglund 2015-06-15 15:25:31 +0200
  • e049190ff1 Moved focus callback triggering last. Camilla Berglund 2015-06-15 15:19:55 +0200
  • dba59cf903 Improved X11 focus event filtering. Camilla Berglund 2015-06-15 15:11:29 +0200
  • 56122cbe2f Keep X11 full screen window properties on iconify. Camilla Berglund 2015-06-15 14:52:19 +0200
  • c77edaee34 Always pre-position X11 full screen windows. Camilla Berglund 2015-06-15 14:45:05 +0200
  • 21ce21cc07 Improved X11 full screen focus control flow. Camilla Berglund 2015-06-15 14:41:15 +0200
  • 6cf15615e8 Clarified EWMH full screen error messages. Camilla Berglund 2015-06-15 14:39:56 +0200
  • a1399426c3 Removed superfluous X11 window struct member. Camilla Berglund 2015-06-15 14:38:13 +0200
  • 81249724e3 Removed retrieval of unused values. Camilla Berglund 2015-06-15 14:36:32 +0200
  • bdcffa90eb Remove superfluous X11 library struct member. Camilla Berglund 2015-06-15 14:27:25 +0200
  • 1ee4c4ba62 Clarified control flow in X11 event processing. Camilla Berglund 2015-06-11 17:06:35 +0200
  • 7c61045df4 wayland: Implement touch events. Emmanuel Gil Peyrot 2015-06-12 20:29:10 +0100
  • f2141bca35 wayland: Implement wl_surface retrieval from a GLFWwindow. Emmanuel Gil Peyrot 2015-06-13 00:40:41 +0100
  • 7935a366f4 Fixed particles example on Retina displays. Camilla Berglund 2015-06-12 03:13:23 +0200
  • e90b34fa96 Merge c044bbcb4d into 08b3af4387 Diego91b 2015-06-10 07:34:14 +0000
  • c044bbcb4d Checking for error Diego91b 2015-06-10 02:31:50 -0500
  • 0793809bd5 Merge 32d5883fc4 into 08b3af4387 Hans W. Uhlig 2015-06-10 01:10:08 +0000
  • 08b3af4387 Fixed non-pre-edit character input via XIM. Camilla Berglund 2015-06-09 14:41:15 +0200
  • 8e96402819 Formatting. Camilla Berglund 2015-06-09 14:41:07 +0200
  • 1c104a385d Clarified note on role of CMake. Camilla Berglund 2015-06-08 22:37:44 +0200
  • 7d9e476185 Merge d48fc47dc9 into ec6f0811a0 mattn 2015-06-08 20:35:04 +0000
  • ec6f0811a0 Improved initial placement of full screen windows. Camilla Berglund 2015-06-08 16:12:47 +0200
  • a257e7a3ee Removed caching of Win32 window styles. Camilla Berglund 2015-06-02 21:12:37 +0200
  • cca7589486 Cleanup. Camilla Berglund 2014-02-13 01:58:50 +0100
  • 4de19165c0 Added window icon API and Win32 implementation. Orson Peters 2014-02-12 13:44:12 +0100
  • a0f5982bad Simplified touch API. Camilla Berglund 2013-02-24 17:54:35 +0100
  • 2875ec1242 Added position to touch press and release events. Camilla Berglund 2012-04-25 23:56:56 +0200
  • e598013d3c Fixed translation of touch positions. Camilla Berglund 2012-04-25 23:56:21 +0200
  • 9c894a6dae Added touch input toggling to events test. Camilla Berglund 2012-04-18 12:45:01 +0200
  • 7052c8dd39 Added dynamic loading of Win32 touch API. Camilla Berglund 2012-04-17 21:11:31 +0200
  • fdb140d927 Begun adapting touch patch. Quinten Lansu 2012-04-17 13:21:45 +0200
  • acaddf9cd9 Added decimals to DPI reported by monitor test. Camilla Berglund 2015-01-26 06:17:58 +0100
  • bb50368d55 Fixed enumeration of invalid video modes. Camilla Berglund 2015-06-07 14:35:12 +0200
  • 8503d53018 Improved tearing test. Camilla Berglund 2015-01-26 00:41:27 +0100
  • 8d4ba0aa83 Improved multi-window test. Camilla Berglund 2015-01-25 23:38:28 +0100
  • 5abf7841f8 Improved glfwinfo tool. Camilla Berglund 2015-01-26 03:16:43 +0100
  • ff67e06844 Added prefixes to header guard macros. Camilla Berglund 2015-06-07 19:32:24 +0200