Commit Graph

  • 1960d1ebb1 Added error setting for more cases of invalid tokens. Camilla Berglund 2011-10-08 23:41:30 +0200
  • ac57be060d Merge branch 'master' into multi-display-support Marcel Metz 2011-10-07 00:35:37 -0400
  • 719962817e Added hexadecimal prefix 0x0006 to monitor related constants. Marcel Metz 2011-10-07 00:15:42 -0400
  • 1036d8e808 Restored dropped guards for RandR-specific function. Camilla Berglund 2011-10-06 23:53:11 +0200
  • 9738728298 Reshuffling, formatting and shortening. Camilla Berglund 2011-10-06 23:28:56 +0200
  • 970269cf3a Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2011-10-05 00:52:45 +0200
  • 0322d8fba0 Made Win32 port build (functionality soon). Camilla Berglund 2011-10-05 00:47:39 +0200
  • 2f7f7ca06f Fixed color of window. Camilla Berglund 2011-10-05 00:46:56 +0200
  • e290430c26 Fixed closing bug. Camilla Berglund 2011-10-05 00:46:09 +0200
  • c18eda3a1a Added error messages. Camilla Berglund 2011-10-04 01:06:43 +0200
  • 29a4eca87d Renamed monitor related files. Marcel Metz 2011-10-03 14:22:06 -0400
  • 3aa4976d6f Removed constant string length for monitor parameters. Marcel Metz 2011-10-03 13:54:05 -0400
  • f89feefa46 Added define guards for XRandR code. Marcel Metz 2011-10-03 12:48:59 -0400
  • 426df42d00 Replaced display with monitor in monitor related api. Marcel Metz 2011-10-03 03:24:35 -0400
  • 58d4323ece Implemented display aware glfwVideoModes function for X11 XRandR and win32. Marcel Metz 2011-10-02 16:13:47 -0400
  • a905e671b3 Implemented display iteration for win32 platform. Marcel Metz 2011-10-01 13:42:59 -0400
  • 4634c334ea Renamed compare video modes function to internal interface conventions. Marcel Metz 2011-10-01 10:42:07 -0400
  • beacbb3447 Implemented display iteration for x11. Added attributes and queries for physical size, name and logical position. Updated test executable. Marcel Metz 2011-05-07 10:53:50 +0200
  • b7d1d35c20 Added library search for math and realtime library in test and example projects for x11 platform. Marcel Metz 2011-02-18 23:01:15 -0500
  • 3cb4dea453 Fixed implementation on win32 platform for iteration of video modes. Marcel Metz 2011-02-18 22:59:40 -0500
  • 021ce1f7f4 Added windows build intermediate files to .gitignore. Marcel Metz 2011-10-01 01:49:35 -0400
  • d5def558d3 Renamed struct member to match x11 naming. Marcel Metz 2011-10-01 01:48:42 -0400
  • 71af8b190f Renamed or implemented missing methods for cursor specific features. Marcel Metz 2011-10-01 01:40:36 -0400
  • f50e43d47a Moved variable definition to the function beginning. Marcel Metz 2011-10-01 01:32:12 -0400
  • 0544afeb06 It is a platform error. Camilla Berglund 2011-09-26 15:40:18 +0200
  • 5999a40aaa Improved legibility. Camilla Berglund 2011-09-26 15:38:11 +0200
  • 41fe14b5f8 Merge git://github.com/raedwulf/glfw Camilla Berglund 2011-09-25 16:10:06 +0200
  • 5ac752d79d Set the current gamma ramp to original gamma ramp at start. Tai Chi Minh Ralph Eastwood 2011-09-25 15:00:08 +0100
  • a98c66c8cb Added glext header explanation. Camilla Berglund 2011-09-22 14:15:07 +0200
  • 02200c635e Added missing include. Camilla Berglund 2011-09-22 14:10:03 +0200
  • a2ffa80e82 Some reformatting with new X11 SelectionRequest event. Ralph Eastwood 2011-09-22 12:09:01 +0100
  • 9f41e5b67a X11 copying code and support PRIMARY & CLIPBOARD clipboards. Ralph Eastwood 2011-09-22 12:03:45 +0100
  • 57522db6e2 X11 implementation of clipboard pasting. Ralph Eastwood 2011-09-21 15:43:28 +0100
  • 31c91545be Added clipboard stubs. Ralph Eastwood 2011-09-21 10:09:47 +0100
  • 6da82e0ffe Formatting. Camilla Berglund 2011-09-20 18:52:00 +0200
  • 554bf5d321 Brought back non-relative gamma ramp generation. Camilla Berglund 2011-09-20 15:44:54 +0200
  • e31042c0dc Removed duplicate word from events test output. Camilla Berglund 2011-09-20 15:18:03 +0200
  • 0597e388c9 Now also on Cocoa. Camilla Berglund 2011-09-20 14:42:48 +0200
  • 0d0951b7eb Merge branch 'cocoa-gamma' of git://github.com/raedwulf/glfw Camilla Berglund 2011-09-20 14:26:13 +0200
  • eede75fe5e Added initial support for CLOCK_MONOTONIC. Camilla Berglund 2011-09-20 00:55:20 +0200
  • df75a2dc2f Added missing error string. Camilla Berglund 2011-09-19 21:32:04 +0200
  • dbfd59ee7e Comment clarification. Camilla Berglund 2011-09-19 21:29:02 +0200
  • e2c58b089b Added GLFW_OPENGL_NO_PROFILE for completeness. Camilla Berglund 2011-09-19 21:00:29 +0200
  • 56959bd075 Added channel sizes and formatting. Camilla Berglund 2011-09-19 20:36:01 +0200
  • 4e9c34952c Pkg-config file generation work. Camilla Berglund 2011-09-19 18:46:20 +0200
  • 2357cf6f30 Added initial joystick support on OS X Sergey Tikhomirov 2011-09-18 22:05:00 +0300
  • 901a743d97 Added OS X specific stuff into .gitignore Sergey Tikhomirov 2011-09-15 10:59:30 +0300
  • d88789e5e3 Added GLFW_INCLUDE_GL3 macro. Camilla Berglund 2011-09-16 04:44:40 +0200
  • d0af26cd43 Allow error callback to be set before glfwInit. Camilla Berglund 2011-09-16 01:16:31 +0200
  • 53f64983a9 Take into account the original gamma before applying gamma. Tai Chi Minh Ralph Eastwood 2011-09-14 06:53:26 +0100
  • 688772111d Initial implementation of gamma through Cocoa. Tai Chi Minh Ralph Eastwood 2011-09-12 22:16:28 +0100
  • 58db28ea83 Moved clear to refresh callback. Camilla Berglund 2011-09-08 22:52:58 +0200
  • bca0283fdd Fixed exit codes. Camilla Berglund 2011-09-08 22:47:37 +0200
  • e20ea6b005 Removed duplicate event processing. Camilla Berglund 2011-09-08 22:45:35 +0200
  • dbc9489f38 Fixed regression breaking the dlopen code path. Camilla Berglund 2011-09-07 14:37:09 +0200
  • 194e865bd6 Don't duplicate extension preference logic. Camilla Berglund 2011-09-07 05:41:40 +0200
  • 285ab537f7 Initial implementation of cursor mode on Cocoa. Camilla Berglund 2011-09-06 17:38:00 +0200
  • 3b733b91bb Fixed header include paths. Camilla Berglund 2011-09-06 17:32:41 +0200
  • ad973a5cfe Replaced hard-coded gamma ramp size with public constant. Camilla Berglund 2011-09-06 15:54:04 +0200
  • 5327b0050e Improved gamma test rendering. Camilla Berglund 2011-09-06 15:51:34 +0200
  • 62f812873c Added gamma value error check. Camilla Berglund 2011-09-06 15:47:17 +0200
  • 2f4d75bd15 Added additional gamma test keys. Camilla Berglund 2011-09-06 15:44:47 +0200
  • ca0dbdbb6e Simplified glfwSetGammaFormula to glfwSetGamma. Camilla Berglund 2011-09-06 15:43:31 +0200
  • b11681a3ab Added CMake options to disable building of examples and/or tests. Camilla Berglund 2011-09-06 15:23:44 +0200
  • 638702a3d9 Added init and terminate to reopen test loop. Camilla Berglund 2011-09-06 14:58:34 +0200
  • 99712de710 Comment fix. Camilla Berglund 2011-09-06 14:52:42 +0200
  • 30e362d435 Shortened native extension boolean names. Camilla Berglund 2011-09-06 14:51:03 +0200
  • f08397a108 Made it an error to not define an entry point retrieval mechanism on X11. Camilla Berglund 2011-09-06 14:40:39 +0200
  • 81cfc1001d Moved glext headers to separate directory for clarity. Camilla Berglund 2011-09-06 14:33:25 +0200
  • 9ae8c778df Error message updates. Camilla Berglund 2011-09-06 14:28:28 +0200
  • 39dc15f737 Corrected error message. Camilla Berglund 2011-09-06 13:56:05 +0200
  • b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. Camilla Berglund 2011-09-06 13:55:29 +0200
  • 4fb55781f1 GLFW_OPENGL_REVISION is not a hint. Camilla Berglund 2011-08-15 01:40:10 +0200
  • c32fa805d5 Merged bugfix from 2.7.3-pre. Camilla Berglund 2011-08-14 01:28:54 +0200
  • 113bc94042 Formatting. Camilla Berglund 2011-08-14 01:27:48 +0200
  • d24acb7f64 Copied Cocoa entry point bugfix from 2.7.2. Camilla Berglund 2011-07-27 18:40:41 +0200
  • 95cddf85e1 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-07-27 18:30:52 +0200
  • cfb9394c73 Copied OS X Lion GL3 support from 2.7.2. Camilla Berglund 2011-07-27 18:24:27 +0200
  • c233e005a8 Copied context property readback from 2.7.1. Camilla Berglund 2011-07-27 18:20:15 +0200
  • e4027f14d0 Rough line-wrapping pass. Camilla Berglund 2011-07-27 17:48:56 +0200
  • 4afc67c1df Various Windows and VC++ 2010 fixes. Camilla Berglund 2011-07-27 17:09:17 +0200
  • dc345d7914 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-07-27 16:23:04 +0200
  • c1ab73b979 Renamed context-related functions to more closely match underlying APIs. Camilla Berglund 2011-07-27 16:01:27 +0200
  • 7268fc18b4 Don't clobber higher-level uninstall targets. Camilla Berglund 2011-07-27 15:46:19 +0200
  • 673b42d8da Formatting. Camilla Berglund 2011-07-26 16:59:37 +0200
  • 4c6e24c911 Added declaration of size_t. Camilla Berglund 2011-07-26 16:52:57 +0200
  • 53f4f54c46 Flattened source tree. Camilla Berglund 2011-07-26 15:16:34 +0200
  • 0f93e8f252 Flattened source tree. Camilla Berglund 2011-07-26 15:16:34 +0200
  • 71f4adc3ec Formatting. Camilla Berglund 2011-05-21 23:13:48 +0200
  • b2e8807440 Formatting. Camilla Berglund 2011-05-21 22:50:25 +0200
  • f9e0f6f782 Formatting. Camilla Berglund 2011-05-21 17:34:17 +0200
  • d25f9db752 Removed glfwGetGLVersion, added GLFW_OPENGL_REVISION. Camilla Berglund 2011-05-21 17:16:32 +0200
  • 44035f5ef1 Added error check. Camilla Berglund 2011-05-08 16:29:33 +0200
  • 8aa8b7c2e4 Added glfwCopyGLState. Camilla Berglund 2011-05-08 15:29:36 +0200
  • 7a73105f48 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-04-06 22:00:25 +0200
  • 6fa2730087 Added dummy struct member. Camilla Berglund 2011-04-06 20:45:33 +0200
  • f0ef9277ea C strictness fixes. Camilla Berglund 2011-04-06 20:38:55 +0200
  • bcf16d83c1 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw Camilla Berglund 2011-04-05 21:23:44 +0200
  • 1412732874 Fixed inverted gamma. Camilla Berglund 2011-04-01 12:46:03 +0200
  • 22479e29b7 Removed superfluous comments. Camilla Berglund 2011-03-30 15:18:02 +0200