Commit Graph

  • 129ef3f72a Added Xkb presence to version string. Camilla Berglund 2012-01-18 17:51:46 +0100
  • d0ae6cbe8a Keep APIENTRY public (used by GL_ARB_debug_output). Camilla Berglund 2012-01-18 17:50:51 +0100
  • 7fbb707ac3 Added tests to gitignore. Marcel Metz 2012-01-11 09:11:34 +0100
  • 2b106336ae Updated .gitignore. Camilla Berglund 2012-01-10 21:39:16 +0100
  • 87f713a5e2 Added glfwInit exception comment. Camilla Berglund 2012-01-10 21:35:13 +0100
  • e81b2decac Removed NULL already defined by stddef.h header. Camilla Berglund 2011-12-18 17:22:58 +0100
  • 4c6681bad6 Merge branch 'master' into multi-display-support Marcel Metz 2011-11-22 16:06:24 +0100
  • a559b5da98 Added rudimentary detection of librt. Camilla Berglund 2011-11-03 02:43:10 +0100
  • d929752a42 Clarified functions. Camilla Berglund 2011-11-03 02:41:53 +0100
  • 85982b2985 Removed Cygwin cross-compilation hacks. Camilla Berglund 2011-11-03 00:13:49 +0100
  • 8117f4e48d Finished dynamic linking test debug output. Camilla Berglund 2011-11-02 23:10:04 +0100
  • 0c122bb8ad Added dynamic linking test. Camilla Berglund 2011-11-02 17:59:18 +0100
  • 96267c8696 Formatting. Camilla Berglund 2011-11-02 17:34:27 +0100
  • a18cd1b14c Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE. Camilla Berglund 2011-11-02 16:56:34 +0100
  • 8e89fff792 Merge branch 'master' into multi-display-support Marcel Metz 2011-10-14 14:37:41 -0400
  • 85d4bfcff5 Implemented monitor (dis)connect callback for win32. Marcel Metz 2011-10-14 14:32:06 -0400
  • 2660b27cf3 Renamed internal cursor position in preparation of new API. Camilla Berglund 2011-10-13 15:20:59 +0200
  • 851f510d4b Added mode switch and offset output to peter. Camilla Berglund 2011-10-13 14:11:06 +0200
  • 3ebe9a4358 Mouse input fixes. Camilla Berglund 2011-10-13 14:07:52 +0200
  • 30c43d60a5 Removed superfluous test. Camilla Berglund 2011-10-13 14:07:24 +0200
  • 72ef537425 Added input function for window damage events. Camilla Berglund 2011-10-09 21:12:13 +0200
  • de147988f2 Fixed editing mistakes. Camilla Berglund 2011-10-09 17:40:29 +0200
  • 30ab9e2058 Moved input-related functions to input file. Camilla Berglund 2011-10-09 17:13:58 +0200
  • d0840bdea1 Added more input functions to clarify internal API. Camilla Berglund 2011-10-09 17:10:40 +0200
  • 784f60365e Stub implementation of monitor callback. Marcel Metz 2011-10-09 00:20:34 -0400
  • 792034c42d Fomatting. Camilla Berglund 2011-10-09 00:55:39 +0200
  • ec8ee0c6e7 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2011-10-09 00:02:14 +0200
  • ebffe58369 Renamed version to glfwinfo. Camilla Berglund 2011-10-09 00:01:44 +0200
  • 65f074d257 Formatting. Camilla Berglund 2011-10-08 23:57:03 +0200
  • 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