Commit graph

  • 189fd1dc4b Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-10-27 17:45:38 +02:00
  • 3e6d00a0e0 Disabled inclusion of Apple's legacy glext.h header. Camilla Berglund 2010-10-27 14:13:24 +02:00
  • 70b9a1f4f3 Made boolean values use GLboolean. Camilla Berglund 2010-10-25 12:36:14 +02:00
  • 7eea9b2384 Merge fix. Camilla Berglund 2010-10-24 23:41:34 +02:00
  • 7e2b014d81 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-10-24 18:34:24 +02:00
  • 37d366dc9f Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-10-24 18:31:43 +02:00
  • 4044c2da66 Made callbacks library global. Camilla Berglund 2010-10-24 18:28:55 +02:00
  • c5892fee53 Formatting. Camilla Berglund 2010-10-24 18:09:05 +02:00
  • dae61bb918 Added TODO. Camilla Berglund 2010-10-24 16:16:21 +02:00
  • e0827195a4 Clarified gamma ramp error message. Camilla Berglund 2010-10-24 16:07:02 +02:00
  • 1231bf031b Formatting. Camilla Berglund 2010-10-24 15:50:39 +02:00
  • 868176721c Formatting. Camilla Berglund 2010-10-24 15:42:07 +02:00
  • 64abfb5ece Formatting. Camilla Berglund 2010-10-24 15:40:57 +02:00
  • cb35f0ceda Added change notice. Camilla Berglund 2010-10-24 15:38:59 +02:00
  • b9f318f053 Formatting. Camilla Berglund 2010-10-24 15:37:51 +02:00
  • 9c27d52b2e Formatting. Camilla Berglund 2010-10-24 15:04:17 +02:00
  • 7968b710c3 Formatting. Camilla Berglund 2010-10-24 15:03:29 +02:00
  • dfe67935cf Formatting. Camilla Berglund 2010-10-24 15:02:59 +02:00
  • 8f78d5df3a Removed legacy example. Camilla Berglund 2010-10-24 14:58:29 +02:00
  • cba8d35c65 Formatting. Camilla Berglund 2010-10-24 14:56:35 +02:00
  • a4a2eaaa0f Removed whitespace in version string joystick keys. Camilla Berglund 2010-10-24 14:35:37 +02:00
  • 68e58143f8 Renamed dlopen entry point mode name. Camilla Berglund 2010-10-24 14:31:46 +02:00
  • 0e1a004b7d Formatting. Camilla Berglund 2010-10-15 17:22:30 +02:00
  • 562242f3e2 Added stubs for Cocoa implementation of gamma ramp API. Camilla Berglund 2010-10-15 13:42:12 +02:00
  • 41ff44d093 Merge branch 'master' of git://213.114.174.105 Camilla Berglund 2010-10-14 18:12:01 +02:00
  • 7980359f94 Formatting. Camilla Berglund 2010-10-14 17:55:45 +02:00
  • aac0842173 Formatting. Camilla Berglund 2010-10-14 17:37:56 +02:00
  • 2587dc45b5 Added comment header to config.h.in, formatting. Camilla Berglund 2010-10-14 17:32:55 +02:00
  • 2c851406fb Renamed config.h source file. Camilla Berglund 2010-10-14 17:18:29 +02:00
  • e9eb841fab Added pointers to platform state definitions. Camilla Berglund 2010-10-14 16:40:10 +02:00
  • cb20d1e911 Formatting. Camilla Berglund 2010-10-14 15:51:11 +02:00
  • 26aaf55872 RandR and VidMode cleanup and formatting. Camilla Berglund 2010-10-14 15:13:51 +02:00
  • 63a5e9a3de Added gamma ramp API to changelog. Camilla Berglund 2010-10-14 14:24:47 +02:00
  • 66754f1358 Removed executable bits (gah). Camilla Berglund 2010-10-14 14:14:50 +02:00
  • c592cd5dbf Function comment header updates. Camilla Berglund 2010-10-14 14:13:39 +02:00
  • 21f6f695a6 Corrected copyright. Camilla Berglund 2010-10-14 14:10:07 +02:00
  • 0374c11c43 Corrected API version. Camilla Berglund 2010-10-14 14:09:26 +02:00
  • fe6fb57df0 Updated Win32 implementation of gamma ramp API. Camilla Berglund 2010-10-14 13:54:19 +02:00
  • 6d87163aa2 Removed duplicate prefixes. Camilla Berglund 2010-10-13 23:05:17 +02:00
  • 215742af60 Made RandR and VidMode work in parallel. Camilla Berglund 2010-10-13 23:01:17 +02:00
  • 0150a1544a Removed duplicate call. Camilla Berglund 2010-10-13 22:47:37 +02:00
  • 24e05f1648 Formatting. Camilla Berglund 2010-10-13 22:46:59 +02:00
  • 00f3dc3da6 Added warning for nVidia RandR gamma. Camilla Berglund 2010-10-13 22:42:49 +02:00
  • 85bcd1fa0c Renamed internal gamma function. Camilla Berglund 2010-10-13 22:42:31 +02:00
  • 2630d4968c Initial implementation of experimental gamma ramp API. Camilla Berglund 2010-10-13 04:04:43 +02:00
  • ffba674dbf Removed superfluous (and crash-inducing) initWGLExtensions call. Camilla Berglund 2010-10-12 23:54:11 +02:00
  • 65c5e74348 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-10-05 14:44:13 +02:00
  • 05a477242b Formatting. Camilla Berglund 2010-10-05 14:44:01 +02:00
  • 5bfba48d18 Fixed use of legacy error token. Camilla Berglund 2010-10-05 03:36:52 +02:00
  • 7e7672a2e5 Comment grammar fix. Camilla Berglund 2010-10-05 00:34:50 +02:00
  • 1585c8b981 Added escape key quitting. Camilla Berglund 2010-10-05 00:12:25 +02:00
  • 52546171d0 Removed some and clarified remaining GLFW error tokens. Camilla Berglund 2010-10-05 00:08:19 +02:00
  • 419f9f17a1 Added glfwGetCurrentWindow. Camilla Berglund 2010-10-04 23:13:33 +02:00
  • f73f01b68c Merged context creation BacMatch workaround from 2.7.1. Camilla Berglund 2010-10-04 22:18:58 +02:00
  • 1792f08dbd Removed misplaced comment header. Camilla Berglund 2010-10-04 22:16:42 +02:00
  • 7f974c09be Updated changelog. Camilla Berglund 2010-10-04 21:44:15 +02:00
  • 1ed5848d6a Removed stale changelog entry. Camilla Berglund 2010-10-04 21:43:27 +02:00
  • 104dfaa3ac Build file fixes and formatting. Camilla Berglund 2010-10-04 21:21:50 +02:00
  • ba9f028eba Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-10-04 21:15:54 +02:00
  • 9e1031a35a Moved listmodes test program to tests directory. Camilla Berglund 2010-10-04 21:14:58 +02:00
  • afb1c68791 Removed executable flag again (wtf). Camilla Berglund 2010-10-04 21:14:19 +02:00
  • 2899e8765c Added window positioning to sharing test. Camilla Berglund 2010-10-04 21:08:42 +02:00
  • 4da3bf7827 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-10-04 19:36:11 +02:00
  • 8dff22d9de Removed superfluous clear, added comment. Camilla Berglund 2010-10-04 19:35:28 +02:00
  • afcb2abbd4 Added simple context sharing test program. Camilla Berglund 2010-10-04 19:32:39 +02:00
  • 25de1dd957 Removed superfluous member clearing. Camilla Berglund 2010-10-04 18:34:23 +02:00
  • 82056cd494 Fixed incorrect return type. Camilla Berglund 2010-10-04 18:26:34 +02:00
  • 11aab2ba3e Removed executable flags on source files. Camilla Berglund 2010-10-04 18:22:22 +02:00
  • 5ca2189f81 Removed DOS line endings. Camilla Berglund 2010-10-04 18:19:04 +02:00
  • 99ddce3214 Added context sharing. Camilla Berglund 2010-10-04 18:17:53 +02:00
  • 7a0be0f2eb Changelog updates. Camilla Berglund 2010-10-03 20:03:46 +02:00
  • cd9e0f03a8 Moved additional CMake files into the CMake directory. Camilla Berglund 2010-10-03 20:02:37 +02:00
  • 53410080d5 Removed .def files from Win32 port. Camilla Berglund 2010-10-03 19:52:34 +02:00
  • 19e2be555c Removed internal glxext.h. Camilla Berglund 2010-10-03 19:50:19 +02:00
  • 618db0c871 Added freegetopt to examples directory. Camilla Berglund 2010-10-03 19:05:41 +02:00
  • a1ae18f7d4 Replaced inline declarations with glext.h usage. Camilla Berglund 2010-10-03 19:01:06 +02:00
  • ba3ecfb8b2 Removed trailing whitespace. Camilla Berglund 2010-10-03 18:57:12 +02:00
  • 4942c8a0f4 Replaced inline declarations with glext.h usage. Camilla Berglund 2010-10-03 18:55:59 +02:00
  • c7c6ecdba5 Added reporting of glForward and glProfile. Camilla Berglund 2010-10-03 18:55:13 +02:00
  • 8bedd481e6 Added glext.h. Camilla Berglund 2010-10-03 18:53:59 +02:00
  • f0b2ddad3d GLFW header was incorrectly installed. Camilla Berglund 2010-10-03 17:56:27 +02:00
  • e5ef93d5ae Removed broken GL 3.2 dependency. Camilla Berglund 2010-10-03 17:34:13 +02:00
  • 4c1713d714 Synced changelog with 2.7.1. Camilla Berglund 2010-09-29 00:50:32 +02:00
  • 1e97d31441 Added missing read-back of glProfile and glForward. Camilla Berglund 2010-09-28 21:15:36 +02:00
  • 35b8ee6a71 Updated Cocoa port to new internal API. Camilla Berglund 2010-09-28 02:30:05 +02:00
  • c4bd93ecdf Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-09-28 00:23:39 +02:00
  • fdcbb402a8 Merged logic fix from 2.7.1 trunk. Camilla Berglund 2010-09-28 00:22:34 +02:00
  • 7b938c6b08 Added Win32 implementation of two-dimensional scrolling. Camilla Berglund 2010-09-27 02:32:41 +02:00
  • f93801c221 Added missing declaration. Camilla Berglund 2010-09-27 02:16:17 +02:00
  • 007766bd91 Added two-dimensional scrolling API and X11 implementation. Camilla Berglund 2010-09-27 02:09:54 +02:00
  • 9fc3fe644b Sorted binaries alphabetically. Camilla Berglund 2010-09-26 05:39:31 +02:00
  • 49f71f8266 Added missing libc headers. Camilla Berglund 2010-09-25 19:26:57 +02:00
  • 47ea99b81e Re-enabled Linux joystick API. Camilla Berglund 2010-09-25 19:26:40 +02:00
  • d73505887d Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2010-09-25 19:13:40 +02:00
  • 70647eaad5 Added ignore rules for git, the heightmap examples from GLFW 2.7 and fixed a built issue on X11 introduced by using glxext.h Olivier Delannoy 2010-09-24 21:47:25 +01:00
  • b9769dea77 Added Win32 configuration macros. Camilla Berglund 2010-09-20 22:37:49 +02:00
  • e13f0c441c Added binary category variables for easier maintenance. Camilla Berglund 2010-09-20 22:37:22 +02:00
  • 0428d03ca5 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Olivier Delannoy 2010-09-20 19:58:50 +01:00
  • cbfacbfa98 Removed silly syntax error. Camilla Berglund 2010-09-20 21:03:00 +02:00
  • a33c5d56cb Initial support for cross-compilation with support for cross compilation to win32 Olivier Delannoy 2010-09-20 19:56:44 +01:00