1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-06-15 07:08:50 -04:00
Commit Graph

42 Commits

Author SHA1 Message Date
Camilla Berglund d43e0b50d0 Added initial ARB_robustness support. 2011-03-07 20:51:34 +01:00
Camilla Berglund 6e553c7376 Purged references to GLFW as a framework. 2011-03-06 01:46:39 +01:00
Camilla Berglund ed336b210c Comment tweak. 2011-03-04 14:29:05 +01:00
Camilla Berglund aae8999ecf Moved OpenGL-related functions into *opengl files. 2011-03-04 14:25:12 +01:00
Camilla Berglund 06a4afd7de Fixed loop termination bug. 2011-02-27 21:42:41 +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
Camilla Berglund f1e7d7c0ea Added error callback. 2010-11-23 17:45:23 +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 189fd1dc4b Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2010-10-27 17:45:38 +02:00
Camilla Berglund 70b9a1f4f3 Made boolean values use GLboolean. 2010-10-25 12:36:14 +02:00
Camilla Berglund 7eea9b2384 Merge fix. 2010-10-24 23:41:34 +02:00
Camilla Berglund 4044c2da66 Made callbacks library global. 2010-10-24 18:28:55 +02:00
Camilla Berglund 0e1a004b7d Formatting. 2010-10-15 17:22:30 +02:00
Camilla Berglund 562242f3e2 Added stubs for Cocoa implementation of gamma ramp API. 2010-10-15 13:42:12 +02:00
Camilla Berglund 7980359f94 Formatting. 2010-10-14 17:55:45 +02:00
Camilla Berglund 52546171d0 Removed some and clarified remaining GLFW error tokens. 2010-10-05 00:08:19 +02:00
Camilla Berglund 99ddce3214 Added context sharing. 2010-10-04 18:17:53 +02:00
Camilla Berglund 35b8ee6a71 Updated Cocoa port to new internal API. 2010-09-28 02:30:05 +02:00
Camilla Berglund 0d7e1794a5 Added window iconification callback. 2010-09-20 02:33:11 +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 e35badcb70 Formatting. 2010-09-17 00:44:33 +02:00
Camilla Berglund 377e3e1f53 Formatting. 2010-09-17 00:39:35 +02:00
Camilla Berglund 5df4920184 Added window move handler to window delegate. 2010-09-17 00:25:09 +02:00
Camilla Berglund 867e747add Renamed window close request variable. 2010-09-16 06:02:44 +02:00
Camilla Berglund 608acebf37 Formatting. 2010-09-16 05:09:36 +02:00
Camilla Berglund 323e65b3f7 Formatting. 2010-09-16 05:08:04 +02:00
Camilla Berglund 2999c5d4b8 Formatting and clarification. 2010-09-16 05:02:21 +02:00
Camilla Berglund 0221b5c279 Formatting. 2010-09-16 04:58:26 +02:00
Camilla Berglund 3c85eef0bf Moved atexit call to shared code. 2010-09-16 04:11:06 +02:00
Camilla Berglund 1f704a2408 Added Cocoa config header (to get CMake version into version string). 2010-09-16 03:56:59 +02:00
Camilla Berglund 3089e60fbd Everyone needs to be able to split BPPs these days. 2010-09-16 03:48:19 +02:00
Camilla Berglund df63d148e5 Added saving of window-no-resize hint. 2010-09-16 03:37:59 +02:00
Camilla Berglund c0b5ad8896 Removed superfluous window struct member clearing. 2010-09-16 03:27:03 +02:00
Camilla Berglund 0641a6ec9a Formatting. 2010-09-16 03:25:36 +02:00
Camilla Berglund 0e5dec5ce9 Removed misplaced application delegate clearing. 2010-09-16 03:18:19 +02:00
Camilla Berglund aa169a4f72 Fixed input deactivation. 2010-09-16 03:11:27 +02:00
Camilla Berglund 6ab8cd62d5 Split out application delegate into separate class, minor formatting. 2010-09-16 03:05:55 +02:00
Camilla Berglund 26eb8e74c8 Converted Cocoa port to new API. 2010-09-15 18:57:25 +02:00
Camilla Berglund 445bf1ea33 Renamed lib directory to src. 2010-09-09 20:01:43 +02:00