1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-31 11:28:50 -05:00
Commit Graph

151 Commits

Author SHA1 Message Date
Camilla Berglund 0e1a004b7d Formatting. 2010-10-15 17:22:30 +02:00
Camilla Berglund 7980359f94 Formatting. 2010-10-14 17:55:45 +02:00
Camilla Berglund aac0842173 Formatting. 2010-10-14 17:37:56 +02:00
Camilla Berglund 2587dc45b5 Added comment header to config.h.in, formatting. 2010-10-14 17:32:55 +02:00
Camilla Berglund 2c851406fb Renamed config.h source file. 2010-10-14 17:18:29 +02:00
Camilla Berglund e9eb841fab Added pointers to platform state definitions. 2010-10-14 16:40:10 +02:00
Camilla Berglund cb20d1e911 Formatting. 2010-10-14 15:51:11 +02:00
Camilla Berglund 26aaf55872 RandR and VidMode cleanup and formatting. 2010-10-14 15:13:51 +02:00
Camilla Berglund 6d87163aa2 Removed duplicate prefixes. 2010-10-13 23:05:17 +02:00
Camilla Berglund 215742af60 Made RandR and VidMode work in parallel. 2010-10-13 23:01:17 +02:00
Camilla Berglund 0150a1544a Removed duplicate call. 2010-10-13 22:47:37 +02:00
Camilla Berglund 24e05f1648 Formatting. 2010-10-13 22:46:59 +02:00
Camilla Berglund 00f3dc3da6 Added warning for nVidia RandR gamma. 2010-10-13 22:42:49 +02:00
Camilla Berglund 85bcd1fa0c Renamed internal gamma function. 2010-10-13 22:42:31 +02:00
Camilla Berglund 2630d4968c Initial implementation of experimental gamma ramp API. 2010-10-13 04:04:43 +02:00
Camilla Berglund ffba674dbf Removed superfluous (and crash-inducing) initWGLExtensions call. 2010-10-12 23:54:11 +02:00
Camilla Berglund 5bfba48d18 Fixed use of legacy error token. 2010-10-05 03:36:52 +02:00
Camilla Berglund 52546171d0 Removed some and clarified remaining GLFW error tokens. 2010-10-05 00:08:19 +02:00
Camilla Berglund 419f9f17a1 Added glfwGetCurrentWindow. 2010-10-04 23:13:33 +02:00
Camilla Berglund f73f01b68c Merged context creation BacMatch workaround from 2.7.1. 2010-10-04 22:18:58 +02:00
Camilla Berglund 1792f08dbd Removed misplaced comment header. 2010-10-04 22:16:42 +02:00
Camilla Berglund ba9f028eba Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2010-10-04 21:15:54 +02:00
Camilla Berglund afb1c68791 Removed executable flag again (wtf). 2010-10-04 21:14:19 +02:00
Camilla Berglund 25de1dd957 Removed superfluous member clearing. 2010-10-04 18:34:23 +02:00
Camilla Berglund 82056cd494 Fixed incorrect return type. 2010-10-04 18:26:34 +02:00
Camilla Berglund 11aab2ba3e Removed executable flags on source files. 2010-10-04 18:22:22 +02:00
Camilla Berglund 99ddce3214 Added context sharing. 2010-10-04 18:17:53 +02:00
Camilla Berglund 53410080d5 Removed .def files from Win32 port. 2010-10-03 19:52:34 +02:00
Camilla Berglund 19e2be555c Removed internal glxext.h. 2010-10-03 19:50:19 +02:00
Camilla Berglund e5ef93d5ae Removed broken GL 3.2 dependency. 2010-10-03 17:34:13 +02:00
Camilla Berglund 1e97d31441 Added missing read-back of glProfile and glForward. 2010-09-28 21:15:36 +02:00
Camilla Berglund 35b8ee6a71 Updated Cocoa port to new internal API. 2010-09-28 02:30:05 +02:00
Camilla Berglund c4bd93ecdf Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2010-09-28 00:23:39 +02:00
Camilla Berglund fdcbb402a8 Merged logic fix from 2.7.1 trunk. 2010-09-28 00:22:34 +02:00
Camilla Berglund 7b938c6b08 Added Win32 implementation of two-dimensional scrolling. 2010-09-27 02:32:41 +02:00
Camilla Berglund f93801c221 Added missing declaration. 2010-09-27 02:16:17 +02:00
Camilla Berglund 007766bd91 Added two-dimensional scrolling API and X11 implementation. 2010-09-27 02:09:54 +02:00
Camilla Berglund 49f71f8266 Added missing libc headers. 2010-09-25 19:26:57 +02:00
Camilla Berglund 47ea99b81e Re-enabled Linux joystick API. 2010-09-25 19:26:40 +02:00
Camilla Berglund d73505887d Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw
Conflicts:
	examples/CMakeLists.txt
2010-09-25 19:13:40 +02:00
Olivier Delannoy 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 2010-09-24 21:47:25 +01:00
Camilla Berglund b9769dea77 Added Win32 configuration macros. 2010-09-20 22:37:49 +02:00
Camilla Berglund cbfacbfa98 Removed silly syntax error. 2010-09-20 21:03:00 +02:00
Camilla Berglund b9597aeee9 Fixed misspelled typedef. 2010-09-20 20:55:31 +02:00
Camilla Berglund e54c884fbc Fixed order of inclusion directives. 2010-09-20 20:55:14 +02:00
Camilla Berglund 71ba8cfab6 Replaced scattered partial wglext.h with actual file. 2010-09-20 20:39:44 +02:00
Camilla Berglund 451e0a7e2c Replaced scattered partial glxext.h with actual file. 2010-09-20 20:32:51 +02:00
Camilla Berglund 0d7e1794a5 Added window iconification callback. 2010-09-20 02:33:11 +02:00
Camilla Berglund 871f3d172e Replaced ShowWindow iconification with GLFW platform API call. 2010-09-20 01:57:50 +02:00
Camilla Berglund d43057e5bb Removed unintentional execute bits. 2010-09-20 01:40:11 +02:00