Commit Graph

1137 Commits

Author SHA1 Message Date
Camilla Berglund
ed31f1a670 Discard software pixel formats. 2011-02-08 19:50:06 +01:00
Camilla Berglund
08d758ed42 Sorted and added missing WGL extension booleans. 2011-02-08 19:36:21 +01:00
marcus256
0f0cff46f0 Updated the documentation to reflect the new key codes. 2011-01-17 22:41:58 +01:00
marcus256
8943a78a65 Merge branch 'marcus-rawkeys'. Changed handling of raw key codes. 2011-01-15 00:59:55 +01:00
Marcus
6095e906ab Implemented new key codes for Mac/Cocoa. 2011-01-10 21:56:31 +01:00
unknown
518b3d9526 Fixed some compiler errors under Win32. 2011-01-10 21:38:08 +01:00
Marcus
62e4ff1e91 Updated the key translation logic for Win32. 2011-01-10 21:19:27 +01:00
Marcus
2c169997f5 Moved all the key code translation logic into the LUT (cleaner & less overhead). 2011-01-04 23:07:34 +01:00
Marcus
e3cb563a28 Fixed key names in the example and test programs. 2011-01-03 22:22:14 +01:00
Marcus
3b0084799c Shortened the names of the left/right square bracket keys. 2011-01-03 22:07:01 +01:00
Marcus
a44d566057 Added compile time detection of the XKB X11 extension. 2011-01-03 21:44:05 +01:00
Camilla Berglund
e38d451edd Force glx.h not to include its glxext.h header. 2011-01-02 20:20:55 +01:00
Marcus
c0cb4c2fe1 Implemented raw key code support for X11. 2011-01-02 11:18:14 +01:00
Camilla Berglund
77e3b428c5 Revert "Added initial framebuffer sRGB support."
This reverts commit 07260cb768.
2011-01-02 00:11:47 +01:00
Camilla Berglund
15c4a2bd02 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2011-01-02 00:10:49 +01:00
Camilla Berglund
c214f69f98 Grammar fix. 2011-01-02 00:08:13 +01:00
Camilla Berglund
27ba3c6996 Merge branch 'master' of git://85.24.143.159 2010-11-23 23:43:26 +01:00
Camilla Berglund
f1e7d7c0ea Added error callback. 2010-11-23 17:45:23 +01:00
Camilla Berglund
065c77190d Added scroll navigation. 2010-11-17 23:33:46 +01:00
Camilla Berglund
3350cc73aa Added mouse navigation. 2010-11-17 23:29:28 +01:00
Camilla Berglund
1057630e1f Added internal glxext.h header. 2010-11-17 21:18:05 +01:00
Camilla Berglund
4b51f2e9f7 Added comment. 2010-11-17 17:11:44 +01:00
Camilla Berglund
ac03fa88f4 Corrected description. 2010-11-17 16:39:55 +01:00
Camilla Berglund
66d65ef822 Merge branch 'master' of git://85.24.143.198 2010-11-17 16:36:43 +01:00
Camilla Berglund
71d64a03d8 Added build option to choose between native and Universal Binary builds. 2010-11-17 16:36:09 +01:00
Camilla Berglund
57e14372f2 Added getopt and sample count switch to FSAA test. 2010-11-17 16:26:32 +01:00
Camilla Berglund
940b69816c Made rendering and window size more sane. 2010-11-17 16:14:27 +01:00
Camilla Berglund
1f622adf0a Replaced inline declarations with glext.h use. 2010-11-17 16:06:15 +01:00
Camilla Berglund
2955cd3afc Formatting. 2010-11-17 15:42:55 +01:00
Camilla Berglund
5a112d6cd1 Moved platform identifier define to config header. 2010-11-17 14:59:27 +01:00
Camilla Berglund
3be0c05aaa Added internal use of glext.h header. 2010-11-17 14:52:47 +01:00
Camilla Berglund
22872a2c46 Formatting. 2010-11-17 14:41:39 +01:00
Camilla Berglund
3d951c3f5b Fixed sign mismatch. 2010-11-17 14:40:17 +01:00
Camilla Berglund
b29c4bae53 Added reference to extension. 2010-11-17 14:27:13 +01:00
Camilla Berglund
c4250ca384 Moved scroll offset clearing to shared code. 2010-11-17 14:24:25 +01:00
Camilla Berglund
a4a860057d Clarified default OpenGL version. 2010-11-17 14:18:00 +01:00
Camilla Berglund
0529539d44 Updated glext.h header. 2010-11-16 20:42:14 +01:00
Camilla Berglund
07260cb768 Added initial framebuffer sRGB support. 2010-11-16 02:33:21 +01:00
Camilla Berglund
20662dd77b Made OpenGL profile value officially a bitmask. 2010-11-15 21:40:43 +01:00
Camilla Berglund
39dfa7d258 Fixed token sequence gaps. 2010-11-15 21:39:46 +01:00
Camilla Berglund
a3a937d01e Formatting. 2010-11-15 21:19:07 +01:00
Camilla Berglund
1ee78ecef5 Added support for GLX_EXT_swap_control. 2010-11-15 21:17:42 +01:00
Camilla Berglund
10a2b3fa79 Added changelog entry. 2010-11-15 21:04:45 +01:00
Camilla Berglund
7ebf7a31be Clarified changelog entry. 2010-11-15 21:03:57 +01:00
Camilla Berglund
e8f65c3177 Formatting. 2010-11-15 20:21:09 +01:00
Camilla Berglund
890dab3133 Updates to Win32 context re-creation logic. 2010-11-15 20:19:29 +01:00
Camilla Berglund
88194055bb Added support for OpenGL ES 2.0. 2010-11-15 19:28:06 +01:00
Camilla Berglund
36e5409224 Updated inclusion guard to match header name. 2010-11-09 02:58:35 +01:00
Camilla Berglund
f8105ed710 Added email address for current maintainer. 2010-11-09 02:57:46 +01:00
Camilla Berglund
fa6f29a4e6 Fixed malplaced endif statements. 2010-11-06 20:25:33 +01:00