Commit Graph

  • 39c171a61d Merge branch 'master' into multi-monitor Camilla Berglund 2012-08-14 14:02:37 +0200
  • 9af03e141b Merge branch 'master' into tls Camilla Berglund 2012-08-14 14:00:19 +0200
  • 6399fb19fd Included malloc.h from files using malloc on Win32. Camilla Berglund 2012-08-14 13:51:39 +0200
  • 2e789e17e6 Made threads test a GUI program. Camilla Berglund 2012-08-13 19:52:49 +0200
  • 86bcfb3e4e Added multiple windows to threads test. Camilla Berglund 2012-08-13 19:37:39 +0200
  • 18a5aba8f1 Implemented TLS for all platforms. Camilla Berglund 2012-08-13 16:03:44 +0200
  • c594bb4689 Made loop boolean volatile. Camilla Berglund 2012-08-12 22:36:10 +0200
  • a9ed5b141e Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-08-12 22:32:55 +0200
  • b7be8d90d8 Renamed libglfw3.pc to glfw3.pc. Camilla Berglund 2012-08-12 22:31:47 +0200
  • c9896a2f75 Merge branch 'master' into tls Camilla Berglund 2012-08-12 16:47:40 +0200
  • 5ce704e60c Added missing include. Camilla Berglund 2012-08-12 16:46:29 +0200
  • 8699399103 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-08-12 16:45:27 +0200
  • 4057885ac3 Decreased nesting in threads test. Camilla Berglund 2012-08-12 16:32:54 +0200
  • ac3a5e28c9 Made the leap to glfwWaitEvents. Camilla Berglund 2012-08-12 16:24:37 +0200
  • 6c449e6e8f Formatting. Camilla Berglund 2012-08-12 16:21:06 +0200
  • 98c1c2fbf2 Added threading support to CMake files. Camilla Berglund 2012-08-12 16:18:59 +0200
  • fd125f7e54 Moved inclusion directive to proper location. Camilla Berglund 2012-08-12 16:06:22 +0200
  • f66e6a6916 Re-enabled cursor re-centering. Camilla Berglund 2012-08-12 16:05:43 +0200
  • 208b7f0bb8 Formatting. Camilla Berglund 2012-08-12 16:04:03 +0200
  • 3d6221c490 Added support for multithreaded use of Xlib. Riku Salminen 2012-08-12 15:57:52 +0200
  • cd37da470f Merge branch 'master' into tls Camilla Berglund 2012-08-12 15:35:06 +0200
  • 06b5d0f665 Formatting. Camilla Berglund 2012-08-12 15:32:06 +0200
  • 129598eb51 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-08-12 15:31:34 +0200
  • 7bdadcb671 Replaced inline defines with glext. Camilla Berglund 2012-08-12 15:31:15 +0200
  • d03c8507e6 Merge branch 'master' into tls Camilla Berglund 2012-08-12 15:28:26 +0200
  • cb447bee81 Cleanup of window resizable flag setting. Camilla Berglund 2012-08-12 14:15:39 +0200
  • 5b95715bb1 Added simple silly stupid test. Camilla Berglund 2012-08-12 15:05:18 +0200
  • 14abb3c15d Updated TinyCThread. Camilla Berglund 2012-08-12 15:04:59 +0200
  • afe4ea9b3d Merge pull request #17 from belkiss/master Camilla Löwy Berglund 2012-08-12 05:37:17 -0700
  • 25c7ad1706 Removed superfluous MakeContextCurrent. Camilla Berglund 2012-08-12 14:14:03 +0200
  • 9e4bc36dd8 Initial TLS implementation (Cocoa broken). Camilla Berglund 2012-08-12 14:13:18 +0200
  • c2729181a2 Fix various warnings reported by gcc Lambert Clara 2012-08-12 13:24:21 +0200
  • d0c7a7a2c4 Added TinyCThread to support directory. Camilla Berglund 2012-08-12 13:49:12 +0200
  • 3162f290a6 Fixed float constant type mismatches. Camilla Berglund 2012-08-12 13:37:12 +0200
  • d8ccf5d272 Formatting. Camilla Berglund 2012-08-12 13:36:52 +0200
  • ab373308b0 Removed mistaken comment. Camilla Berglund 2012-08-12 12:50:44 +0200
  • c8c36f6ec0 Merge pull request #16 from belkiss/master Camilla Löwy Berglund 2012-08-12 03:48:19 -0700
  • c80e4bd142 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-08-12 12:45:36 +0200
  • 5bbac6fe69 Moved Free Getopt files to support directory. Camilla Berglund 2012-08-12 12:44:23 +0200
  • 704e56fc81 Fix compilation with MSVC by using sprintf instead of snprintf Lambert Clara 2012-08-12 12:29:55 +0200
  • 04c5c85299 Merge pull request #15 from bioinfornatics/master Camilla Löwy Berglund 2012-08-12 03:24:25 -0700
  • 31c0212c25 Able to install to lib64 if LIB_SUFFIX var is set to 64 jonathan MERCIER 2012-08-11 17:50:56 +0200
  • 2f095cc9e3 Removed implicit glfwMakeCurrentContext. Camilla Berglund 2012-08-10 15:29:45 +0200
  • 2410e2aaf4 Replaced automatic closing with window parameter. Camilla Berglund 2012-08-10 13:31:15 +0200
  • 2212cd94bf Moved glfwWindowHint to the top of its block. Camilla Berglund 2012-08-10 13:29:45 +0200
  • ddcf5d471e Removed mirroring of default framebuffer attribs. Camilla Berglund 2012-08-10 13:03:11 +0200
  • 3216661da7 Removed ill-advised use of glfwGetCurrentContext. Camilla Berglund 2012-08-07 21:40:40 +0200
  • f71daaa14b Removed executable flag from source file. Camilla Berglund 2012-08-07 13:09:31 +0200
  • d4e1f98394 Added output of initial window size. Camilla Berglund 2012-08-07 13:01:19 +0200
  • 8ed66ea4d5 Removed calling of callbacks from setters. Camilla Berglund 2012-08-07 12:14:58 +0200
  • c55f84ef3f Merge pull request #13 from rikusalminen/pendingevents Camilla Löwy Berglund 2012-08-07 02:55:23 -0700
  • 99031a43a2 X11: remove _glfwProcessPendingEvents Riku Salminen 2012-08-06 21:24:53 +0300
  • 585a840329 Added window parameter to glfwSwapBuffers. Camilla Berglund 2012-08-06 18:13:37 +0200
  • aff30d0baa Renamed window creation/destruction functions. Camilla Berglund 2012-08-06 17:56:41 +0200
  • 13ff3eeca9 Test program swap interval toggling work. Camilla Berglund 2012-08-03 19:54:07 +0200
  • 6b46225e33 Declared all window close callbacks as static. Camilla Berglund 2012-08-03 16:28:17 +0200
  • 2972cdfeb1 Removed glfwIsWindow. Camilla Berglund 2012-08-03 16:20:52 +0200
  • 1736132bb2 Fixed window parameter refresh. Camilla Berglund 2012-08-03 15:21:49 +0200
  • 854e634fec Merge branch 'master' into multi-monitor Camilla Berglund 2012-08-03 02:57:33 +0200
  • 3c912cbc3c Replaced declaration of wchar_t with stddef.h header. Camilla Berglund 2012-08-02 21:25:00 +0200
  • 4b9e616cf8 Fixed indexing bug in Cocoa video mode enumeration. Camilla Berglund 2012-08-02 19:26:00 +0200
  • 5f5b463766 Added credit. Camilla Berglund 2012-08-02 19:24:12 +0200
  • ae586e65d8 Fixed typo. Camilla Berglund 2012-08-02 19:14:58 +0200
  • 5f26deaf59 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-08-02 19:02:42 +0200
  • b03e62f6ac Made X11 resolution enumeration a separate function. Camilla Berglund 2012-08-02 18:54:10 +0200
  • 255e79918e Merge pull request #11 from arturjpv/master Camilla Löwy Berglund 2012-08-02 09:49:28 -0700
  • 88fd170e64 Fixed type errors in modes test. Camilla Berglund 2012-08-02 18:22:11 +0200
  • 871e1a70d7 Made video mode retrieval dynamic. Camilla Berglund 2012-08-02 18:03:43 +0200
  • 287e94cd6b Behavior differences under Lion and Snow Leopard in updateTrackingAreas. Arturo J. Pérez 2012-08-02 17:45:52 +0200
  • 957ecdc9a0 Renamed no current context error to match function. Camilla Berglund 2012-08-02 15:36:15 +0200
  • a916997c86 Simplified call to platform-specific extension check. Camilla Berglund 2012-08-02 15:32:39 +0200
  • 1bad573c10 Tightened scope of some local variables. Camilla Berglund 2012-08-02 15:31:08 +0200
  • ee3304c09a Removed check for invalid user, added error setting. Camilla Berglund 2012-08-02 15:29:13 +0200
  • bfc746a847 Error message grammar fix. Camilla Berglund 2012-08-02 15:14:38 +0200
  • ba941b2fc8 Added formatting to error string. Camilla Berglund 2012-08-02 15:13:57 +0200
  • 208377d08e Imported version parsing from EGL branch. Camilla Berglund 2012-08-02 14:48:06 +0200
  • 59896c327a Context property fixes. Camilla Berglund 2012-08-02 14:42:24 +0200
  • f274b329d1 Fixed check for GL_ARB_multisample. Camilla Berglund 2012-08-02 14:16:07 +0200
  • a182acd585 Removed EGL-specific context param refresh. Camilla Berglund 2012-08-02 03:01:31 +0200
  • 7d222030da Merge branch 'master' into EGL Camilla Berglund 2012-08-02 02:41:57 +0200
  • c047bd2efe Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-08-02 01:42:26 +0200
  • 053737e660 Use OpenGL to get default framebuffer properties. Camilla Berglund 2012-08-02 01:18:35 +0200
  • 3a72f33541 Removed GLFW_ACCELERATED window parameter. Camilla Berglund 2012-08-02 01:13:05 +0200
  • d1617bdd78 Made flag parsing output even more consistent. Camilla Berglund 2012-08-01 01:46:06 +0200
  • 0f1ab5317f Formatting. Camilla Berglund 2012-08-01 01:05:57 +0200
  • 76bd8b79b6 Merge branch 'master' into EGL Camilla Berglund 2012-08-01 01:04:14 +0200
  • 98d02ebb1d Updated MinGW cross-compilation documentation. Camilla Berglund 2012-08-01 00:51:49 +0200
  • 302037d5b4 Added stub debug context detection. Camilla Berglund 2012-07-31 23:52:23 +0200
  • b00064902d Made flag parsing output more consistent. Camilla Berglund 2012-07-31 23:51:27 +0200
  • 6c86149bad Improved output of OpenGL bitmasks. Camilla Berglund 2012-07-31 23:14:31 +0200
  • 669c40f102 Fixed debug context being a hard constraint on WGL. Camilla Berglund 2012-07-31 23:07:18 +0200
  • fc74a5533e Moved WGL context logic into OpenGL module. Camilla Berglund 2012-07-31 22:48:28 +0200
  • 331aa26503 Formatting. Camilla Berglund 2012-07-31 19:13:27 +0200
  • b1de4d6fed Fixed client API version parsing. Camilla Berglund 2012-07-31 19:06:48 +0200
  • 0b25bba5b5 Merge branch 'master' into EGL Camilla Berglund 2012-07-31 18:55:00 +0200
  • 6c37c84d91 Reduced the number of conditional blocks. Camilla Berglund 2012-07-30 20:15:34 +0200
  • a8686ce0b5 Added credit. Camilla Berglund 2012-07-30 20:11:19 +0200
  • d270fe3c15 Merge pull request #10 from johnbartholomew/rename-lib-glfw3 Camilla Löwy Berglund 2012-07-29 17:33:01 -0700
  • 0f0e42b975 Use SOVERSION for shared libraries on Unix-like systems. John Bartholomew 2012-07-30 01:04:08 +0100
  • 93ec9fa901 Changed library output name to "glfw3", and pkg-config name to libglfw3. John Bartholomew 2012-07-30 00:14:09 +0100