1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-09 07:37:25 -04:00
Commit Graph

82 Commits

Author SHA1 Message Date
Marcus 2c169997f5 Moved all the key code translation logic into the LUT (cleaner & less overhead). 2011-01-04 23:07:34 +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
Marcus c0cb4c2fe1 Implemented raw key code support for X11. 2011-01-02 11:18:14 +01:00
Camilla Berglund 07260cb768 Added initial framebuffer sRGB support. 2010-11-16 02:33:21 +01:00
Camilla Berglund 1ee78ecef5 Added support for GLX_EXT_swap_control. 2010-11-15 21:17:42 +01:00
Camilla Berglund 88194055bb Added support for OpenGL ES 2.0. 2010-11-15 19:28:06 +01:00
Camilla Berglund fa6f29a4e6 Fixed malplaced endif statements. 2010-11-06 20:25:33 +01:00
Camilla Berglund 79be8c025f Version string fixes. 2010-11-06 13:48:24 +01:00
Camilla Berglund dc1bb860e7 Fixed missing variable. 2010-11-04 23:16:57 +01:00
Camilla Berglund c71ae4cc42 Fixed uninitialized value. 2010-10-30 22:58:54 +02:00
Camilla Berglund 53578d7d01 Formatting. 2010-10-27 17:53:24 +02:00
Camilla Berglund 7e2b014d81 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2010-10-24 18:34:24 +02:00
Camilla Berglund 37d366dc9f Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2010-10-24 18:31:43 +02:00
Camilla Berglund 4044c2da66 Made callbacks library global. 2010-10-24 18:28:55 +02:00
Camilla Berglund c5892fee53 Formatting. 2010-10-24 18:09:05 +02:00
Camilla Berglund dae61bb918 Added TODO. 2010-10-24 16:16:21 +02:00
Camilla Berglund e0827195a4 Clarified gamma ramp error message. 2010-10-24 16:07:02 +02:00
Camilla Berglund a4a2eaaa0f Removed whitespace in version string joystick keys. 2010-10-24 14:35:37 +02:00
Camilla Berglund 68e58143f8 Renamed dlopen entry point mode name. 2010-10-24 14:31:46 +02:00
Camilla Berglund 0e1a004b7d Formatting. 2010-10-15 17:22:30 +02:00
Camilla Berglund 41ff44d093 Merge branch 'master' of git://213.114.174.105 2010-10-14 18:12:01 +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 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 66754f1358 Removed executable bits (gah). 2010-10-14 14:14:50 +02:00
Camilla Berglund c592cd5dbf Function comment header updates. 2010-10-14 14:13:39 +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 52546171d0 Removed some and clarified remaining GLFW error tokens. 2010-10-05 00:08:19 +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 99ddce3214 Added context sharing. 2010-10-04 18:17:53 +02:00
Camilla Berglund 19e2be555c Removed internal glxext.h. 2010-10-03 19:50:19 +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
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 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 20b708541f Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2010-09-20 01:38:23 +02:00
Camilla Berglund bc7a8d48da Added window focus callback (Cocoa implementation missing). 2010-09-19 02:49:42 +02:00
Camilla Berglund c1ef0a875d Fixed out-of-tree builds. 2010-09-17 04:28:15 +02:00
Camilla Berglund 3ca63a0cf3 Replaced platform specific config headers with shared one, updated version strings to include CMake version. 2010-09-17 00:54:11 +02:00
Camilla Berglund 867e747add Renamed window close request variable. 2010-09-16 06:02:44 +02:00