Commit Graph

  • a1d5fc039d Added support for right control key. Camilla Berglund 2012-03-28 15:07:47 +0200
  • 7f470065fc Applied coding conventions. Camilla Berglund 2012-03-28 15:05:17 +0200
  • d022e54934 Merge branch 'master' into clipboard Camilla Berglund 2012-03-28 14:58:03 +0200
  • f84990bffd Implemented joystick hat support for OS X and Win32. Osman Keskin 2012-03-27 00:24:01 +0200
  • a8bcae8efa Merged credit entries. Camilla Berglund 2012-03-26 16:55:31 +0200
  • 77c9baab35 Fixed issues found with static analysis. Camilla Berglund 2012-03-26 15:29:01 +0200
  • d40a3d1617 Renamed Cocoa window object member. Camilla Berglund 2012-03-26 15:21:41 +0200
  • a12b395442 Added headers to project. Camilla Berglund 2012-03-26 15:21:13 +0200
  • c9820b2ba5 Fixed issues found with static analysis. Camilla Berglund 2012-03-26 15:20:31 +0200
  • 8e4e70d7a4 Implemented cursor enter/leave for OS X. Camilla Berglund 2012-03-26 14:46:42 +0200
  • 466246670f Merge branch 'master' into cursor-enter-leave Camilla Berglund 2012-03-26 13:54:28 +0200
  • 4a3d85e9b1 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-03-26 13:36:36 +0200
  • ee1d71adf3 Added OS X support to pkg-config file. Camilla Berglund 2012-03-26 13:35:14 +0200
  • 92758e4ac0 Made pkg-config file use version variable. Camilla Berglund 2012-03-26 13:15:37 +0200
  • 2a8324955c Formatting. Camilla Berglund 2012-03-26 13:14:06 +0200
  • fd6bc698c0 Moved file generation around. Camilla Berglund 2012-03-26 12:54:50 +0200
  • 6fd6c5f7e4 Moved pkg-config file generation. Camilla Berglund 2012-03-26 03:11:43 +0200
  • e53bbfd2dd Renamed pkg-config file template. Camilla Berglund 2012-03-26 03:06:45 +0200
  • 865aa05ec1 Merge branch 'master' into clipboard Camilla Berglund 2012-03-26 03:04:29 +0200
  • 7fb702a22b Removed unused code. Camilla Berglund 2012-03-25 20:45:06 +0200
  • 415ebbb97c Added cache variable for dependencies of GLFW. Camilla Berglund 2012-03-25 20:15:27 +0200
  • cc5d7cda64 Added configuration error check. Camilla Berglund 2012-03-25 17:43:02 +0200
  • 2588c9be17 Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL. Camilla Berglund 2012-03-25 17:40:30 +0200
  • c097246312 Fixed listing of non-pkg-config libraries. Camilla Berglund 2012-03-25 17:31:22 +0200
  • 8dc1391835 Marked library variable as advanced. Camilla Berglund 2012-03-25 17:25:03 +0200
  • 730e2e55c9 Removed unused module. Camilla Berglund 2012-03-25 17:24:33 +0200
  • cfa798451e Fixed platform messages being mixed up. Camilla Berglund 2012-03-25 17:23:24 +0200
  • 862efe78e3 Added fallback check for dlopen, clearer use of required libraries. Camilla Berglund 2012-03-25 17:22:35 +0200
  • 1eb24ff261 Executable dependency list fixes. Camilla Berglund 2012-03-25 17:05:00 +0200
  • bd8eb1399a Put platform detection in a single place. Camilla Berglund 2012-03-25 16:51:24 +0200
  • 20e685d37b Formatted variables not used outside of the local CMake project. Camilla Berglund 2012-03-25 16:34:36 +0200
  • 441452467a Marked library variables as advanced. Camilla Berglund 2012-03-25 15:05:48 +0200
  • d743793e71 Pkg-config dependency generation fixes. Camilla Berglund 2012-03-25 14:51:56 +0200
  • 4a905d2e28 Comment update. Camilla Berglund 2012-03-25 14:43:23 +0200
  • 9e8f547774 Formatting. Camilla Berglund 2012-03-25 13:59:34 +0200
  • 23776f67e3 Formatting. Camilla Berglund 2012-03-25 13:58:07 +0200
  • 7b46a184cb Added standard option to switch between static and dynamic library, dropped dynamic test. Camilla Berglund 2012-03-25 13:53:53 +0200
  • f21f196036 Added comment. Camilla Berglund 2012-03-25 13:52:35 +0200
  • 7f1d91e67b Formatting. Camilla Berglund 2012-03-25 13:49:35 +0200
  • c175084e13 Added workaround for CMake bug 0006976. Camilla Berglund 2012-03-25 13:47:13 +0200
  • 29d38c3b64 Increased Cocoa pixel format attribute array size. Camilla Berglund 2012-03-23 15:27:50 +0100
  • c2a2114590 Fixed GCC warnings. Camilla Berglund 2012-03-22 23:30:00 +0100
  • 08942fcabe Removed call to non-portable function. Camilla Berglund 2012-03-22 23:28:43 +0100
  • d204d5a434 Enabled all warnings on GNU C and compatibles. Camilla Berglund 2012-03-22 23:25:39 +0100
  • 8d2c2791c2 Added initial Linux MinGW-w64 support. Camilla Berglund 2012-03-22 14:58:14 +0100
  • 812ad163eb Formatting. Camilla Berglund 2012-03-22 14:29:23 +0100
  • d976a7a86d Added Win32 library binaries. Camilla Berglund 2012-03-22 14:27:19 +0100
  • 1234e0c537 Merge branch 'cursor-enter-leave' of github.com:elmindreda/glfw into cursor-enter-leave Camilla Berglund 2012-03-22 13:52:28 +0100
  • 742299faaa Merged implementation for Win32. Camilla Berglund 2012-03-22 13:17:44 +0100
  • 8109470e72 Merge branch 'master' into cursor-enter-leave Camilla Berglund 2012-03-22 12:06:00 +0100
  • df1af5ca75 I am POSIXed. Camilla Berglund 2012-03-20 20:00:04 +0100
  • 3a8b4b3a84 Added credit. Camilla Berglund 2012-03-20 15:44:25 +0100
  • c58750ef92 Applied fix for pixel format creation failure. Camilla Berglund 2012-03-20 15:30:46 +0100
  • 61d4cf4f39 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-03-20 15:24:23 +0100
  • eb83a3e8f9 Replaced final deprecated Core Graphics call. Camilla Berglund 2012-03-20 15:23:35 +0100
  • 21f2327e56 Formatting. Camilla Berglund 2012-03-10 16:23:09 +0100
  • 18efa516a2 Added modes test. Camilla Berglund 2012-03-08 01:01:42 +0100
  • 5fd66f7d30 Free visual list earlier. Camilla Berglund 2012-03-07 18:38:08 +0100
  • 339fb7d246 Made key code translation table private to function. Camilla Berglund 2012-03-07 15:13:41 +0100
  • 89eec8af09 Made more consistent use of key code conversion. Camilla Berglund 2012-03-07 15:10:53 +0100
  • 8155f90bf3 Formatting. Camilla Berglund 2012-03-07 15:04:14 +0100
  • be547da9d2 Replaced more deprecated CoreGraphics calls. Camilla Berglund 2012-03-06 02:21:01 +0100
  • 5f854b2bbf Replaced CFRelease with CGDisplayModeRelease. Camilla Berglund 2012-03-06 00:58:04 +0100
  • c286c716cd Formatting. Camilla Berglund 2012-03-05 23:41:05 +0100
  • adf4899f4c Added name and version to test and example bundles. Camilla Berglund 2012-03-05 22:37:48 +0100
  • a90675c526 Shortened the shortening. Camilla Berglund 2012-03-05 22:05:40 +0100
  • 3383e59a73 Renamed function. Camilla Berglund 2012-03-05 20:30:59 +0100
  • cb9bae5c71 Made glfwOpenWindow enforce the forward-compat and profile hints. Camilla Berglund 2012-03-05 20:27:47 +0100
  • 4b21ccbe19 Output fix. Camilla Berglund 2012-03-05 20:22:23 +0100
  • e55396d754 Shortened call to setAppleMenu:. Camilla Berglund 2012-03-05 20:09:06 +0100
  • cc15dff98c Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-03-05 16:29:37 +0100
  • 7af82fdade Replaced deprecated CoreGraphics calls in video mode enumeration. Camilla Berglund 2012-03-05 16:27:53 +0100
  • c0db61bd6e Moved autorelease pool back to glfwInit. Camilla Berglund 2012-03-05 16:26:15 +0100
  • 4ac5ea331b Updated toolchain file README. Camilla Berglund 2012-03-01 17:15:37 +0100
  • 6f3f68bad1 Gave CMake toolchain file clearer name. Camilla Berglund 2012-03-01 17:03:42 +0100
  • b5a3249f2e Removed unused header. Camilla Berglund 2012-03-01 03:51:35 +0100
  • f49119107f Removed misplaced Win32 configuration macros. Camilla Berglund 2012-03-01 03:45:06 +0100
  • e7fb35a5d8 Removed legacy CMake policy. Camilla Berglund 2012-03-01 03:41:36 +0100
  • a27c444af4 Updated comment. Camilla Berglund 2012-02-29 20:19:05 +0100
  • 537754aab8 Require CMake 2.8. Camilla Berglund 2012-02-29 20:17:09 +0100
  • cd7b9b1568 CMake file formatting. Camilla Berglund 2012-02-29 20:15:39 +0100
  • a82598ea24 Disable dynamic loading for Win32 DLL. Camilla Berglund 2012-02-29 19:52:34 +0100
  • 98fbc07aa4 Fixed GLFW_WINDOW_NO_RESIZE state not being saved. Camilla Berglund 2012-02-27 02:21:26 +0100
  • f47f5d9f59 Updated changelog. Camilla Berglund 2012-02-26 18:41:33 +0100
  • a202799f45 Renamed AppKit init function. Camilla Berglund 2012-02-26 03:24:42 +0100
  • 7e0ca6705b Added use of XkbKeycodeToKeysym when Xkb is available. Hanmac 2012-01-31 10:00:52 +0100
  • ea36557b93 Merge remote-tracking branch 'raedwulf/clipboard' into clipboard Camilla Berglund 2012-02-19 13:43:26 +0100
  • 8b7fc5d601 Trailing whitespace. Tai Chi Minh Ralph Eastwood 2012-02-19 06:30:45 +0000
  • 5937af089e Merge branch 'master' of github.com:raedwulf/glfw into clipboard Tai Chi Minh Ralph Eastwood 2012-02-19 06:29:48 +0000
  • d561e3a0b0 Merge branch 'master' of github.com:raedwulf/glfw into clipboard Tai Chi Minh Ralph Eastwood 2012-02-19 06:17:52 +0000
  • a3430c2dec No idea why this file changed... or should it be changed at all. Tai Chi Minh Ralph Eastwood 2012-02-19 05:40:11 +0000
  • f332e0009d Add mising clipboard test program. Tai Chi Minh Ralph Eastwood 2012-02-19 05:39:21 +0000
  • c90f5d6b65 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-02-19 05:28:45 +0100
  • d608eb0086 Replaced hand rolled X extension detection with built-in version. Camilla Berglund 2012-02-19 05:28:15 +0100
  • 84ea69358f Removed unused variable, fixed chdir regression. Camilla Berglund 2012-02-15 01:57:43 +0100
  • 4a9545317e Postponed AppKit init to first window creation. Camilla Berglund 2012-02-15 01:44:55 +0100
  • e7f7c19de3 Made C-only modules C. Camilla Berglund 2012-02-15 01:20:27 +0100
  • 65f55d03b1 Removed invalid timer set. Camilla Berglund 2012-02-15 01:11:16 +0100
  • 7302f761d9 Cleaned up bundle resource directory logic, clarified comment. Camilla Berglund 2012-02-15 00:33:01 +0100
  • e23eed7e27 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-02-14 23:14:44 +0100