Commit Graph

  • fc07e1d7eb Added workaround for missing window bit in VB GL. Camilla Berglund 2012-06-03 16:09:13 +0200
  • 29c2c03346 Merge pull request #7 from daBrado/x11-gamma-ramp-size-workaround Camilla Berglund 2012-06-03 06:55:46 -0700
  • 6cb89175a7 Emit an error when gamma ramp cannot be get/set due to size not being GLFW_GAMMA_RAMP_SIZE. Braden Pellett 2012-06-01 00:08:34 -0700
  • 2558da0b59 Ignore gamma ramp get/set capabilities if size is not GLFW_GAMMA_RAMP_SIZE, similar to what happens currently for the Cocoa implementation. Braden Pellett 2012-05-31 17:01:24 -0700
  • 322407ae9f Moved X11 gamma ramp termination to gamma module. Camilla Berglund 2012-05-31 01:34:21 +0200
  • 20fccd4aa3 Removed unsupported target. Camilla Berglund 2012-05-24 11:48:50 +0200
  • 79bef68511 Only restore gamma ramp if it has been changed. Camilla Berglund 2012-05-24 11:46:51 +0200
  • f5eb79ed28 Removed gamma API warning prints. Camilla Berglund 2012-05-24 11:39:16 +0200
  • 1a37788143 Moved X11 gamma ramp init to gamma module. Camilla Berglund 2012-05-24 11:36:43 +0200
  • 6059523b6d Simplified mode printing. Camilla Berglund 2012-05-07 01:30:55 +0200
  • 5527e52f58 Added hilighting of desktop mode. Camilla Berglund 2012-05-07 01:13:07 +0200
  • d109d8a6d2 Restructured modes test for better encapsulation. Camilla Berglund 2012-05-07 01:12:08 +0200
  • eeed6394c0 Added abort via escape key. Camilla Berglund 2012-05-07 00:44:39 +0200
  • e55b5fc27c Removed listmodes test. Camilla Berglund 2012-05-07 00:34:40 +0200
  • 93c3d52716 Formatting. Camilla Berglund 2012-05-07 00:33:21 +0200
  • dd1a46af43 Added header to more closely match output of older test. Camilla Berglund 2012-05-07 00:32:03 +0200
  • 3d5a574e3b Made listing the default for modes test. Camilla Berglund 2012-05-07 00:29:36 +0200
  • 6ff3936101 Fixed source file having executable flag set. Camilla Berglund 2012-05-07 00:20:53 +0200
  • d717c0a5ba Added bug fix from 2.7.6. Camilla Berglund 2012-05-07 00:13:38 +0200
  • 26fc5cacda Formatting. Camilla Berglund 2012-05-07 00:11:51 +0200
  • d0c298de6e Removed legacy documentation. Camilla Berglund 2012-05-03 13:00:54 +0200
  • 904db4c605 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-30 01:59:45 +0200
  • a22fbf7e9b Moved remaining X visual management into opengl module. Camilla Berglund 2012-04-23 22:31:55 +0200
  • f77c8f8b21 Made GLX extension management global instead of per-window. Camilla Berglund 2012-04-23 13:08:34 +0200
  • 9614b9b22f Moved OpenGL init and terminate to opengl module. Camilla Berglund 2012-04-23 13:00:49 +0200
  • 49dfbe86b2 Moved the majority of GLX code into opengl module. Camilla Berglund 2012-04-23 12:48:57 +0200
  • 1a99827432 Moved the type declarations. Camilla Berglund 2012-04-22 21:49:38 +0200
  • 21e77fe1a6 Split platform-specific global data. Camilla Berglund 2012-04-22 15:53:02 +0200
  • 2ac8da7465 Merged patch #3519669. Camilla Berglund 2012-04-22 12:58:05 +0200
  • 322ddff5f8 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-22 00:21:53 +0200
  • 97f7e60f8b Added credits. Camilla Berglund 2012-04-22 00:21:42 +0200
  • bb7e7d1883 Merge pull request #5 from belkiss/master Camilla Berglund 2012-04-21 14:25:31 -0700
  • 7a5c2d5f75 Fix clang warning : self-comparison always evaluates to false Lambert Clara 2012-04-21 11:47:58 +0200
  • 68122f8134 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-19 16:58:19 +0200
  • 141b56afc0 Added libm as direct dependency for tests and examples. Camilla Berglund 2012-04-19 16:57:44 +0200
  • 53fab2f16b Fixed VC++ errors. Camilla Berglund 2012-04-17 17:55:11 +0200
  • 24fa448535 Merge pull request #4 from quarnster/patch-1 Camilla Berglund 2012-04-16 02:49:07 -0700
  • a73b45b7a7 Need to include sys/param.h for MAXPATHLEN. quarnster 2012-04-16 12:33:34 +0300
  • a7d19ed77e Removed superfluous comment. Camilla Berglund 2012-04-15 00:40:50 +0200
  • 4994acb7e1 Removed superfluous test. Camilla Berglund 2012-04-14 23:01:35 +0200
  • 351f2b2664 Fixed build setup for clipboard test. Camilla Berglund 2012-04-13 12:57:04 +0200
  • 88ce656b1e Removed unused header. Camilla Berglund 2012-04-13 12:52:07 +0200
  • f8a726371e Fixed test description. Camilla Berglund 2012-04-12 18:42:56 +0200
  • 6502a324d2 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-12 17:29:19 +0200
  • 9ace27f97b Updated clipboard test. Camilla Berglund 2012-04-12 17:28:58 +0200
  • bf5b436ca5 Removed unused variables. Camilla Berglund 2012-04-12 00:55:30 +0200
  • f868712f02 Simplified clipboard API. Camilla Berglund 2012-04-12 00:51:58 +0200
  • 721e0a7fd0 Clarified comment. Camilla Berglund 2012-04-11 23:53:47 +0200
  • 67b5bb1d45 Merge branch 'clipboard' Camilla Berglund 2012-04-11 23:40:27 +0200
  • f231ed37f0 Re-worked and fixed X11 clipboard support. Camilla Berglund 2012-04-11 23:32:50 +0200
  • 4369a9a6f2 Updated header name. Camilla Berglund 2012-04-11 11:35:34 +0200
  • 21faa7b84f Formatting. Camilla Berglund 2012-04-11 11:33:42 +0200
  • ad48c0e5ef Added string for new error. Camilla Berglund 2012-04-10 18:22:15 +0200
  • e0c4d81e46 Added function for processing only pending events. Camilla Berglund 2012-04-10 01:15:50 +0200
  • 0e9e37bfc4 Simplified string storage. Camilla Berglund 2012-04-10 00:52:21 +0200
  • 0ee55ab8e5 Updated change log, added credit. Camilla Berglund 2012-04-10 00:37:53 +0200
  • 15e8af1f79 Added initial implementation for Cocoa. Camilla Berglund 2012-04-10 00:34:08 +0200
  • 8390121869 Fixed legacy C warnings. Camilla Berglund 2012-04-09 23:56:14 +0200
  • 3bd54e0b60 Added inclusion of declaration of size_t. Camilla Berglund 2012-04-09 23:55:44 +0200
  • 8fe46ac1fe Formatting. Camilla Berglund 2012-04-09 23:27:06 +0200
  • ab40dab235 Formatting. Camilla Berglund 2012-04-09 18:00:07 +0200
  • ad18589c6c Added initial implementation for Win32. Camilla Berglund 2012-04-09 17:45:26 +0200
  • 67a3f5dc8f Added error callback. Camilla Berglund 2012-04-09 17:41:17 +0200
  • 877c6337c3 Updated remaining ports. Camilla Berglund 2012-04-09 16:10:14 +0200
  • 1214fa1157 Formatting. Camilla Berglund 2012-04-09 16:03:14 +0200
  • bf1ada029b Added window parameter to clipboard API. Camilla Berglund 2012-04-09 16:00:54 +0200
  • 7044ed6f06 Simplified and made clipboard API more type safe. Camilla Berglund 2012-04-09 15:54:36 +0200
  • 490c472328 Removed unused error. Camilla Berglund 2012-04-09 15:38:26 +0200
  • 2bc8d442f4 Formatting. Camilla Berglund 2012-04-09 15:36:39 +0200
  • 952c6b7e82 Merge branch 'master' into clipboard Camilla Berglund 2012-04-09 15:33:03 +0200
  • fcd67c69ec Simplified clipboard cache layout. Camilla Berglund 2012-04-09 15:27:32 +0200
  • b8676f01db Clarified clipboard format atom use. Camilla Berglund 2012-04-09 15:21:54 +0200
  • 3252829fe0 Replaced iterators with index. Camilla Berglund 2012-04-09 15:16:56 +0200
  • 168aba78d4 Formatting. Camilla Berglund 2012-04-09 15:12:59 +0200
  • 508207ae04 Removed superfluous function. Camilla Berglund 2012-04-09 15:04:14 +0200
  • d55616661d Removed support for primary and secondary selections. Camilla Berglund 2012-04-09 15:00:52 +0200
  • 77633d8d9a Added some missing error reporting. Camilla Berglund 2012-04-06 14:37:40 +0200
  • c1dd245d8a Moved input functions to input section. Camilla Berglund 2012-04-06 14:37:31 +0200
  • b076d858cc Formatting. Camilla Berglund 2012-04-05 17:34:13 +0200
  • 906754d3d0 Removed superfluous assignment. Camilla Berglund 2012-04-05 17:32:38 +0200
  • 76615bf237 Moved EWMH logic to library init. Camilla Berglund 2012-04-05 17:29:08 +0200
  • 3184e1a70a Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-05 16:52:22 +0200
  • 61264339a7 Simplified X11 screen handling. Camilla Berglund 2012-04-05 16:14:01 +0200
  • c996b861ba Merge pull request #2 from fatty/joystick-hats Camilla Berglund 2012-04-03 09:27:32 -0700
  • 2753577dbd Removed dynamic loading of gdi32. Camilla Berglund 2012-03-30 02:28:15 +0200
  • 532e0dd2f6 Formatting. Camilla Berglund 2012-03-30 01:55:28 +0200
  • cd44a7182b Removed re-definitions of Win32 things now ancient. Camilla Berglund 2012-03-30 01:54:50 +0200
  • bae93ac1e1 Merge pull request #3 from arsenm/master Camilla Berglund 2012-03-29 16:28:39 -0700
  • 3bcde7e1cd Only define Win32 crud macros if not defined already Matt Arsenault 2012-03-29 17:41:05 -0400
  • cbe29b4963 Merge branch 'master' into clipboard Camilla Berglund 2012-03-29 14:30:21 +0200
  • fcf54b4b27 Moved dynamic loading macros to configuration header. Camilla Berglund 2012-03-29 14:21:04 +0200
  • dd8b098387 Moved _GLFW_BUILD_DLL into configuration header. Camilla Berglund 2012-03-29 14:06:26 +0200
  • 2ad5764f06 Formatting. Camilla Berglund 2012-03-29 13:44:55 +0200
  • cca6b52120 Formatting. Camilla Berglund 2012-03-29 13:31:19 +0200
  • e49f1b8801 Fixed broken example. Camilla Berglund 2012-03-29 13:30:40 +0200
  • 92d4c02e07 Merge branch 'master' into clipboard Camilla Berglund 2012-03-29 13:29:28 +0200
  • 171db6d6cb Discarded uninteresting scroll events. Camilla Berglund 2012-03-28 22:39:48 +0200
  • c9163e56d1 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-03-28 21:58:13 +0200
  • 4ef9aec7e0 Made scrolling deltas floating point. Camilla Berglund 2012-03-28 21:54:09 +0200
  • e4328af790 Formatting. Camilla Berglund 2012-03-28 16:08:55 +0200