Commit Graph

  • 06074bc698 Added support for _NET_WM_ICON_NAME. Camilla Berglund 2012-02-02 17:20:14 +0100
  • 797e936311 Replaced XStoreName and XSetIconName with X*SetWMProperties. Camilla Berglund 2012-02-02 17:01:11 +0100
  • 4cffa3b185 Added UTF-8 window title test. Camilla Berglund 2012-02-02 16:04:37 +0100
  • 083380884b Removed declarations made superfluous by our glxext.h header. Camilla Berglund 2012-02-01 22:00:07 +0100
  • 78c135606a Removed error made superfluous by our glxext.h header. Camilla Berglund 2012-02-01 18:38:06 +0100
  • 0913b450c0 Added credit. Camilla Berglund 2012-02-01 14:46:00 +0100
  • 87dfde34a9 Formatting. Camilla Berglund 2012-02-01 14:43:42 +0100
  • a508d21961 Merge remote-tracking branch 'hanmac/utf8Title' into utf8 Camilla Berglund 2012-02-01 14:28:42 +0100
  • 05173690d0 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-02-01 14:27:43 +0100
  • 017e2b3483 Formatting and cleanup. Camilla Berglund 2012-02-01 00:48:29 +0100
  • 1be6f17c66 add _NET_WM_NAME to the hasEWMGH check Hanmac 2012-02-01 00:10:17 +0100
  • 42cf91a07c Fixed GLFW_KEY_GRAVE_ACCENT and GLFW_KEY_WORLD_1 on Cocoa. Camilla Berglund 2012-02-01 00:00:20 +0100
  • 5a16042c8a Fixed mingw compile errors. Marcel Metz 2012-01-31 23:47:01 +0100
  • da8f1a5286 Merge branch 'master' into cursor-enter-leave Camilla Berglund 2012-01-31 17:55:00 +0100
  • b6c510c9d1 Split window and context creation into separate functions. Camilla Berglund 2012-01-31 17:53:19 +0100
  • b016d642ab Comment fixes. Camilla Berglund 2012-01-31 15:27:15 +0100
  • 8e2f4cfb31 add setting an utf8 string to _NET_WM_NAME for x11 Hanmac 2012-01-31 12:14:59 +0100
  • c4806b9532 Merged cursor enter/leave callbacks. Camilla Berglund 2012-01-30 22:59:38 +0100
  • e5d85a5cc4 Added credit. Camilla Berglund 2012-01-30 22:48:59 +0100
  • 3663d62362 Added cursor enter/leave support to events test. Camilla Berglund 2012-01-30 22:44:51 +0100
  • 1d2a9790c9 Only show cursor on leave in hidden mode. Camilla Berglund 2012-01-30 22:44:41 +0100
  • 7e470518ba Formatting. Camilla Berglund 2012-01-30 22:32:14 +0100
  • 1ddafc25a6 Moved new cursor input code to other cursor input code. Camilla Berglund 2012-01-30 22:30:40 +0100
  • 0b752b84c3 Added API and X11 implementation of cursor enter and leave callbacks. Hanmac 2012-01-30 22:18:05 +0100
  • a69974403e Added x11 support for monitor PnP detection. Marcel Metz 2012-01-30 16:21:21 +0100
  • df64773a44 Moved monitor callback to shared implementation. Marcel Metz 2012-01-30 14:55:23 +0100
  • f228d23024 Moved platform specific monitor list creation part to separate functions. Marcel Metz 2012-01-30 12:33:32 +0100
  • 6f970f5753 Made monitor list cleanup shared. Marcel Metz 2012-01-30 12:04:16 +0100
  • fa17b7e616 Compatibility fixes. Camilla Berglund 2012-01-30 00:02:54 +0100
  • e490528662 Added credit. Camilla Berglund 2012-01-29 19:14:22 +0100
  • f0de0c6466 Removed duplicate libm and librt setup. Camilla Berglund 2012-01-29 19:12:58 +0100
  • 26c95559d2 Merge remote-tracking branch 'adrian/multi-display-support' into multi-monitor Camilla Berglund 2012-01-29 19:09:20 +0100
  • cd1caded8d Added credit. Camilla Berglund 2012-01-29 17:23:34 +0100
  • 0cb77a31b6 Formatting. Camilla Berglund 2012-01-29 17:08:22 +0100
  • 32f186e82d Made joystick array static. Camilla Berglund 2012-01-29 15:51:09 +0100
  • ea8c7029a7 Formatting. Camilla Berglund 2012-01-29 15:41:06 +0100
  • e26fd639f9 Disabled debug printing. Camilla Berglund 2012-01-29 15:39:35 +0100
  • 58bb6b5288 Formatting. Camilla Berglund 2012-01-29 15:38:22 +0100
  • 3ff48b5b47 Formatting. Camilla Berglund 2012-01-29 15:37:29 +0100
  • 98173ece03 Removed calls to exit on joystick init failure. Camilla Berglund 2012-01-29 15:32:16 +0100
  • a5b8c8db18 Replaced malloc and free with GLFW allocator. Camilla Berglund 2012-01-29 15:30:43 +0100
  • e05f0c0f53 Formatting. Camilla Berglund 2012-01-29 15:30:01 +0100
  • 2935652f48 Merge remote-tracking branch 'tikhomirov/osx_joystick' Camilla Berglund 2012-01-29 15:05:58 +0100
  • 01f9d0e32c Merge branch 'master' into multi-display-support Marcel Metz 2012-01-29 11:22:29 +0100
  • bc237f885c Merge branch 'master' into multi-display-support Marcel Metz 2012-01-28 20:48:38 +0100
  • 24dc846ac2 Re-used library list. Camilla Berglund 2012-01-28 00:12:06 +0100
  • a6981b7f83 Function and symbol checks are only performed on X11/GLX. Camilla Berglund 2012-01-28 00:01:05 +0100
  • 0dac7131c8 Removed extra warning flags for Universal build. Camilla Berglund 2012-01-27 23:41:07 +0100
  • 9433ba94a5 Removed unused macro variable. Camilla Berglund 2012-01-27 23:39:31 +0100
  • ebe4df478b Formatting. Camilla Berglund 2012-01-27 23:24:58 +0100
  • 966076eca8 Added libm dependency for X11/GLX. Camilla Berglund 2012-01-27 23:17:20 +0100
  • e93ae44ee5 Formatting. Camilla Berglund 2012-01-24 18:28:37 +0100
  • c7a5474bfc Merged with master. Marcel Metz 2012-01-24 18:00:51 +0100
  • 8f3b21eb81 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-01-20 02:24:17 +0100
  • 1187c7da62 Ported the temporary cursor jitter fix from 2.7.3. Camilla Berglund 2012-01-20 02:23:27 +0100
  • 57f9602b0e Removed speculation. Camilla Berglund 2012-01-18 21:13:06 +0100
  • 1ca5391acd Removed trailing whitespace. Camilla Berglund 2012-01-18 21:12:34 +0100
  • 6add995b06 Formatting. Camilla Berglund 2012-01-18 19:59:42 +0100
  • d322fa1ab4 Added workaround for APIENTRY. Camilla Berglund 2012-01-18 18:44:28 +0100
  • 379d0025ec Removed library name from version string to more closely match OpenGL format. Camilla Berglund 2012-01-18 18:15:28 +0100
  • cde95f72c0 Made X extensions be adjacent in version string. Camilla Berglund 2012-01-18 18:13:31 +0100
  • 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