Commit Graph

  • b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. Camilla Berglund 2011-09-06 13:55:29 +0200
  • 4fb55781f1 GLFW_OPENGL_REVISION is not a hint. Camilla Berglund 2011-08-15 01:40:10 +0200
  • c32fa805d5 Merged bugfix from 2.7.3-pre. Camilla Berglund 2011-08-14 01:28:54 +0200
  • 113bc94042 Formatting. Camilla Berglund 2011-08-14 01:27:48 +0200
  • d24acb7f64 Copied Cocoa entry point bugfix from 2.7.2. Camilla Berglund 2011-07-27 18:40:41 +0200
  • 95cddf85e1 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-07-27 18:30:52 +0200
  • cfb9394c73 Copied OS X Lion GL3 support from 2.7.2. Camilla Berglund 2011-07-27 18:24:27 +0200
  • c233e005a8 Copied context property readback from 2.7.1. Camilla Berglund 2011-07-27 18:20:15 +0200
  • e4027f14d0 Rough line-wrapping pass. Camilla Berglund 2011-07-27 17:48:56 +0200
  • 4afc67c1df Various Windows and VC++ 2010 fixes. Camilla Berglund 2011-07-27 17:09:17 +0200
  • dc345d7914 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-07-27 16:23:04 +0200
  • c1ab73b979 Renamed context-related functions to more closely match underlying APIs. Camilla Berglund 2011-07-27 16:01:27 +0200
  • 7268fc18b4 Don't clobber higher-level uninstall targets. Camilla Berglund 2011-07-27 15:46:19 +0200
  • 673b42d8da Formatting. Camilla Berglund 2011-07-26 16:59:37 +0200
  • 4c6e24c911 Added declaration of size_t. Camilla Berglund 2011-07-26 16:52:57 +0200
  • 53f4f54c46 Flattened source tree. Camilla Berglund 2011-07-26 15:16:34 +0200
  • 0f93e8f252 Flattened source tree. Camilla Berglund 2011-07-26 15:16:34 +0200
  • 71f4adc3ec Formatting. Camilla Berglund 2011-05-21 23:13:48 +0200
  • b2e8807440 Formatting. Camilla Berglund 2011-05-21 22:50:25 +0200
  • f9e0f6f782 Formatting. Camilla Berglund 2011-05-21 17:34:17 +0200
  • d25f9db752 Removed glfwGetGLVersion, added GLFW_OPENGL_REVISION. Camilla Berglund 2011-05-21 17:16:32 +0200
  • 44035f5ef1 Added error check. Camilla Berglund 2011-05-08 16:29:33 +0200
  • 8aa8b7c2e4 Added glfwCopyGLState. Camilla Berglund 2011-05-08 15:29:36 +0200
  • 7a73105f48 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-04-06 22:00:25 +0200
  • 6fa2730087 Added dummy struct member. Camilla Berglund 2011-04-06 20:45:33 +0200
  • f0ef9277ea C strictness fixes. Camilla Berglund 2011-04-06 20:38:55 +0200
  • bcf16d83c1 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-04-05 21:23:44 +0200
  • 1412732874 Fixed inverted gamma. Camilla Berglund 2011-04-01 12:46:03 +0200
  • 22479e29b7 Removed superfluous comments. Camilla Berglund 2011-03-30 15:18:02 +0200
  • 671b0f7803 Removed superfluous comments. Camilla Berglund 2011-03-30 15:07:44 +0200
  • 849977c7b2 Allow closing of NULL. Camilla Berglund 2011-03-08 23:14:42 +0100
  • d43e0b50d0 Added initial ARB_robustness support. Camilla Berglund 2011-03-07 20:51:34 +0100
  • f310385997 ARB, not EXT. Camilla Berglund 2011-03-07 20:49:27 +0100
  • c541457617 ARB, not EXT. Camilla Berglund 2011-03-07 20:46:05 +0100
  • c40f0e2c36 Added missing member. Camilla Berglund 2011-03-07 20:43:10 +0100
  • 222f1d5600 Added the usual punt on Mac OS X. Camilla Berglund 2011-03-07 18:55:20 +0100
  • 6a5152f301 Added initial ARB_robustness support. Camilla Berglund 2011-03-07 18:53:52 +0100
  • fe1db15d31 Formatting. Camilla Berglund 2011-03-07 14:58:10 +0100
  • 19be24afb7 Moved more OpenGL logic to opengl.c. Camilla Berglund 2011-03-07 14:55:11 +0100
  • d1d550d1ab Delayed window struct allocation. Camilla Berglund 2011-03-07 14:30:23 +0100
  • 98eb79b7d9 Removed function made superfluous by window struct memset. Camilla Berglund 2011-03-07 14:24:55 +0100
  • 17d9b5aa8f Comment tweak. Camilla Berglund 2011-03-07 14:16:39 +0100
  • 0f481cb09d Renamed window hint reset function for clarity. Camilla Berglund 2011-03-07 14:16:31 +0100
  • 3d82683177 Removed indirection made superfluous by introduction of cdecl. Camilla Berglund 2011-03-07 14:13:47 +0100
  • ccbb956341 Added pluggable memory allocator and threading stub. Camilla Berglund 2011-03-07 14:09:13 +0100
  • cf7819df8d Comment tweaks. Camilla Berglund 2011-03-07 13:58:02 +0100
  • 596f56fe7b Moved OpenGL related function to opengl.c, minor formatting. Camilla Berglund 2011-03-07 13:56:28 +0100
  • 897558fdfb Rearranged public types. Camilla Berglund 2011-03-07 13:34:58 +0100
  • 0d50ee749f Added profile enum verification. Camilla Berglund 2011-03-06 13:28:10 +0100
  • 6d7d11643a Clarified comment. Camilla Berglund 2011-03-06 12:18:22 +0100
  • ee880bda1b Moved window input boolean to correct block. Camilla Berglund 2011-03-06 01:56:40 +0100
  • 6e553c7376 Purged references to GLFW as a framework. Camilla Berglund 2011-03-06 01:46:39 +0100
  • f54da1370a Updated changelog. Camilla Berglund 2011-03-05 13:26:13 +0100
  • 5983615f0e Moved all callback setting to before window opening, because I can. Camilla Berglund 2011-03-05 13:24:16 +0100
  • fa58cc393d Added check for GL_ARB_multisample to FSAA test. Camilla Berglund 2011-03-05 13:23:06 +0100
  • 74c9b57f3d Added timer reset to FSAA test. Camilla Berglund 2011-03-05 13:17:39 +0100
  • cfcc3da65f Removed macros provided by internal up-to-date glxext.h header. Camilla Berglund 2011-03-04 22:24:27 +0100
  • 9b70cec954 Fixed bug #3093443. Camilla Berglund 2011-03-04 21:53:34 +0100
  • f511fa0228 Comment updates. Camilla Berglund 2011-03-04 17:58:43 +0100
  • 57eabfd17f Added more strictness to GL version check. Camilla Berglund 2011-03-04 17:51:12 +0100
  • 5d2edb2dff Comment updates. Camilla Berglund 2011-03-04 17:49:36 +0100
  • 2f7bfb89e4 Formatting. Camilla Berglund 2011-03-04 15:49:05 +0100
  • a5facec0c3 Formatting. Camilla Berglund 2011-03-04 15:47:57 +0100
  • 2f2ce22e35 Clarified function name. Camilla Berglund 2011-03-04 15:00:51 +0100
  • 7515ee0ef5 Moved OpenGL context config verification into separate function. Camilla Berglund 2011-03-04 15:00:19 +0100
  • 9d6660a9ea Made file-local functions static. Camilla Berglund 2011-03-04 14:52:12 +0100
  • ed336b210c Comment tweak. Camilla Berglund 2011-03-04 14:29:05 +0100
  • aae8999ecf Moved OpenGL-related functions into *opengl files. Camilla Berglund 2011-03-04 14:25:12 +0100
  • 74a6c872d6 Updated changelog. Camilla Berglund 2011-03-04 14:23:44 +0100
  • dd04fa9272 Formatting. Camilla Berglund 2011-02-27 21:43:46 +0100
  • 06a4afd7de Fixed loop termination bug. Camilla Berglund 2011-02-27 21:42:41 +0100
  • 3a755b99d0 Moved callback setting to before window creation. Camilla Berglund 2011-02-27 21:42:09 +0100
  • e0ba9e4e1f Formatting. Camilla Berglund 2011-02-09 12:57:11 +0100
  • 508e76e53d Finished confusion for code completion systems. Camilla Berglund 2011-02-09 12:44:24 +0100
  • a66a4cd1e4 Added confusion for code completion systems like VC++. Camilla Berglund 2011-02-09 12:37:42 +0100
  • f02dbd30be Formatting. Camilla Berglund 2011-02-09 12:33:05 +0100
  • 230bd371f8 Added permission comment. Camilla Berglund 2011-02-09 12:17:34 +0100
  • ebb69adc36 Silly, silly me. Camilla Berglund 2011-02-09 12:17:01 +0100
  • e43e9609ec Further clarification of error error. Camilla Berglund 2011-02-09 12:14:24 +0100
  • 1ff78d0fc9 Various error system fixes. Camilla Berglund 2011-02-09 12:12:52 +0100
  • 679fef3d5e Added changelog entry for unified key codes. Camilla Berglund 2011-02-08 23:30:08 +0100
  • ba6a0c7d9c Updated changelog. Camilla Berglund 2011-02-08 23:27:19 +0100
  • ed31f1a670 Discard software pixel formats. Camilla Berglund 2011-02-08 19:50:06 +0100
  • 08d758ed42 Sorted and added missing WGL extension booleans. Camilla Berglund 2011-02-08 19:36:21 +0100
  • 0f0cff46f0 Updated the documentation to reflect the new key codes. marcus256 2011-01-17 22:41:58 +0100
  • 8943a78a65 Merge branch 'marcus-rawkeys'. Changed handling of raw key codes. marcus256 2011-01-15 00:59:55 +0100
  • 6095e906ab Implemented new key codes for Mac/Cocoa. Marcus 2011-01-10 21:56:31 +0100
  • 518b3d9526 Fixed some compiler errors under Win32. unknown 2011-01-10 21:38:08 +0100
  • 62e4ff1e91 Updated the key translation logic for Win32. Marcus 2011-01-10 21:19:27 +0100
  • 2c169997f5 Moved all the key code translation logic into the LUT (cleaner & less overhead). Marcus 2011-01-04 23:07:34 +0100
  • e3cb563a28 Fixed key names in the example and test programs. Marcus 2011-01-03 22:22:14 +0100
  • 3b0084799c Shortened the names of the left/right square bracket keys. Marcus 2011-01-03 22:07:01 +0100
  • a44d566057 Added compile time detection of the XKB X11 extension. Marcus 2011-01-03 21:44:05 +0100
  • e38d451edd Force glx.h not to include its glxext.h header. Camilla Berglund 2011-01-02 20:20:55 +0100
  • c0cb4c2fe1 Implemented raw key code support for X11. Marcus 2011-01-02 11:18:14 +0100
  • 77e3b428c5 Revert "Added initial framebuffer sRGB support." Camilla Berglund 2011-01-02 00:11:47 +0100
  • 15c4a2bd02 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-01-02 00:10:49 +0100
  • c214f69f98 Grammar fix. Camilla Berglund 2011-01-02 00:08:13 +0100
  • 27ba3c6996 Merge branch 'master' of git://85.24.143.159 Camilla Berglund 2010-11-23 23:43:26 +0100
  • f1e7d7c0ea Added error callback. Camilla Berglund 2010-11-23 17:45:23 +0100