1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 23:27:25 -04:00
Commit Graph

28 Commits

Author SHA1 Message Date
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 79be8c025f Version string fixes. 2010-11-06 13:48:24 +01: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 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 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 058acc7f22 Removed content-less comments. 2010-09-16 04:19:11 +02:00
Camilla Berglund 25b22e6b4c Removed content-less comments. 2010-09-16 04:18:22 +02:00
Camilla Berglund 3c85eef0bf Moved atexit call to shared code. 2010-09-16 04:11:06 +02:00
Camilla Berglund 4cb5fa0ba8 Formatting. 2010-09-15 16:44:43 +02:00
Camilla Berglund d7670cf906 Moved glfwTerminate window closing to shared code. 2010-09-15 02:28:56 +02:00
Camilla Berglund bda3b85b79 Added warnings to X11 version string. 2010-09-13 18:08:59 +02:00
Camilla Berglund d6fe447ca9 Added glfwGetVersionString. 2010-09-13 18:05:59 +02:00
Camilla Berglund 8c507dc333 Moved cursor object freeing to better place. 2010-09-11 15:42:32 +02:00
Camilla Berglund 93bfa847ff Made invisible cursor object shared by windows. 2010-09-11 15:39:21 +02:00
Camilla Berglund 326d997c1c Initial multi-window support pass. 2010-09-10 00:06:23 +02:00
Camilla Berglund 93046aecd0 Moved X11 screen and root from window to library struct (for now). 2010-09-09 23:37:50 +02:00
Camilla Berglund fa5d7488b8 Added basic error reporting to X11 port. 2010-09-09 21:52:31 +02:00
Camilla Berglund 8a04910a45 Minor X11 library struct changes. 2010-09-09 20:25:33 +02:00
Camilla Berglund 445bf1ea33 Renamed lib directory to src. 2010-09-09 20:01:43 +02:00