Commit Graph

  • 3cfc400cf9 Simplified source file comment headers. Camilla Berglund 2013-07-29 20:53:17 +0200
  • 6e85924bd3 Replaced selector test with NSAppKitVersionNumber. Camilla Berglund 2013-07-29 19:17:47 +0200
  • f7282e86c0 Added pointer swap macro for callback setters. Camilla Berglund 2013-07-30 14:43:01 +0200
  • 9d0e102135 Fixed glfwCreateWindow return value semantics. Camilla Berglund 2013-07-30 14:19:24 +0200
  • 5b8ff4a2fc Merge pull request #102 from shurcooL/patch-1 Camilla Berglund 2013-07-25 03:44:36 -0700
  • f03a8bd152 Support for getting cursor position after window creation and setting window position, before mouse moves. Dmitri Shuralyov 2013-07-24 23:23:55 -0700
  • 9703515305 Merge c99b7fe7da into bd2d571c31 Dmitri Shuralyov 2013-07-24 23:08:04 -0700
  • c99b7fe7da Fixed #if-guard logic and signature for hasPreciseScrollingDeltas. Dmitri Shuralyov 2013-07-24 23:06:58 -0700
  • db5101323d x11_window: getPosition, check child!=NULL to avoid crashes arturo 2013-07-24 20:03:31 +0200
  • 4d3926baed fix Xdnd using Atom for passing version, was crashing on openbox arturo 2013-07-24 14:53:32 +0200
  • ca54d3bdab x11_window: don't map the window when announcing Xdnd arturo 2013-07-23 22:15:46 +0200
  • bd2d571c31 Added explanation for #error. Camilla Berglund 2013-07-23 01:59:27 +0200
  • bea59f64b2 Enabled inclusion of stddef.h on all platforms. Camilla Berglund 2013-07-23 00:20:23 +0200
  • 00d004a528 Updated extension headers. Camilla Berglund 2013-07-23 00:12:09 +0200
  • 53cf4a3b4d Merge pull request #95 from shurcooL/master Camilla Berglund 2013-07-21 14:08:50 -0700
  • 8b26eb29c1 Merge 5655e26315 into 7e8c7843c5 Dmitri Shuralyov 2013-07-21 14:07:33 -0700
  • 7e8c7843c5 Updated extension headers. Camilla Berglund 2013-07-21 14:08:55 +0200
  • 14d9661bd3 Merge 10eb44c07d into 0463e196b4 Miguel Martins 2013-07-20 18:11:03 -0700
  • 10eb44c07d Fixed GLhandleARB typedef on OS X. Miguel Martins 2013-07-21 02:06:19 +0100
  • 80072b69ef [!] Use wchar equivalents salvy 2013-07-19 09:28:37 -0700
  • b9975cafd4 Fixed glfwGetJoystickName for windows (My PS2/PS3 controllers were wrongly being detected as "Microsoft PC-joystick Driver") salvy 2013-07-18 23:41:50 -0700
  • 5655e26315 Changed scrollWheel to use precise scrolling deltas when available. Dmitri Shuralyov 2013-07-17 19:36:43 -0700
  • 0463e196b4 Cleanup of size_t use. siavash 2013-07-15 18:37:02 +0200
  • b12c973922 Moved X11 character translation failure test. siavash 2013-07-15 18:28:09 +0200
  • 3ca9bb420a Merge branch 'feature-dnd' of github.com:arturoc/glfw into feature-dnd arturoc 2013-07-12 17:34:41 +0200
  • 11cb59cc35 fixes for vs arturoc 2013-07-12 17:34:02 +0200
  • 931097811c win32_window.c: don't memset the whole buffer arturoc 2013-07-12 15:36:12 +0200
  • f821439de6 x11_window: remove debug code arturo 2013-07-12 01:30:32 +0200
  • 0322154670 x11: fix d&d type conversions + remove \r in paths arturo 2013-07-12 01:29:25 +0200
  • 9e9e75f331 cocoa_window: fix mouse dissapearing after drop and on resize arturo 2013-07-11 22:50:46 +0200
  • 2ebe27208f Merge 445fe35d45 into f1397843ee siavashserver 2013-07-11 09:13:11 -0700
  • 445fe35d45 Small cleanups and fixes. siavash 2013-07-11 06:12:43 +0430
  • f1397843ee Added GLFW_OPENED to transition guide. Camilla Berglund 2013-07-11 14:01:06 +0200
  • 6632cc7c1d Tagged close flag for use from secondary threads. Camilla Berglund 2013-07-11 02:00:48 +0200
  • 45653c5549 Cleaned up X error handler work. Camilla Berglund 2013-07-11 01:23:26 +0200
  • f67c7b49ab Merge pull request #86 from siavashserver/master Camilla Berglund 2013-07-10 15:46:49 -0700
  • 9d11ff0a2c Merge 3b4eb2f0a0 into 50b2961d34 siavashserver 2013-07-10 15:46:17 -0700
  • 7aed0ad35c cocoa_window.m: fix d&d, mouse is dissapearing when drop received arturo 2013-07-10 18:13:22 +0200
  • 50b2961d34 Moved to auto-updated docs URLs. Camilla Berglund 2013-07-10 15:51:10 +0200
  • a978ed87b6 cocoa_window.m: d&d implementation from theo, not working yet arturo 2013-07-10 16:37:01 +0200
  • 97c341ca23 x11_window.c: fix _glfwPlatformGetWindowPos to include borders arturo 2013-07-10 16:08:26 +0200
  • cc9730d8a6 x11_window: use XTranslateCoordiantes to get correct coordiantes for XdndPosition arturo 2013-07-10 15:55:55 +0200
  • d10eff4531 Updated OS X OpenGL compatibility docs. Camilla Berglund 2013-07-10 15:47:32 +0200
  • e67ee935a2 Fixed documentation tag name. Camilla Berglund 2013-07-10 15:39:08 +0200
  • 41a1374744 Updated references to OS X (previously Mac OS X). Camilla Berglund 2013-07-10 15:26:16 +0200
  • c8b01f61d6 Enabled OpenGL 3.x and 4.x context on OS X 10.9. Camilla Berglund 2013-07-10 15:03:14 +0200
  • af115856d4 win32_window.c: fix string allocations arturoc 2013-07-10 13:58:23 +0200
  • bfdddec67c win32_window.c: trying to fix includes arturo 2013-07-10 12:57:05 +0200
  • ae9bb3e9b9 win32_window: fix case scope arturo 2013-07-10 12:47:30 +0200
  • f383cc8289 initial drag and drop support for windows and linux arturo 2013-07-10 11:42:14 +0200
  • 3b4eb2f0a0 Added blank cursor creation error checking on X11. siavash 2013-07-09 21:08:21 +0430
  • 88a7fe961e Merge f50b668b73 into d20aa0428a siavashserver 2013-07-09 08:10:37 -0700
  • d20aa0428a Fixed window positioning on OS X. Camilla Berglund 2013-07-09 17:08:26 +0200
  • f50b668b73 Unified XErrorHandlers. siavash 2013-07-09 12:13:05 +0430
  • 1c80e99008 Added forcing of swap interval on DWM composition. Camilla Berglund 2013-07-07 23:29:13 +0200
  • 0e12fb869c Merge pull request #84 from Nibe/cursor-fix Camilla Berglund 2013-07-07 15:31:17 -0700
  • 80692b1c2c Merge a55c3f48eb into 4b7ae4918b Nibe 2013-07-07 13:32:53 -0700
  • a55c3f48eb Fix incorrect cursor position Niklas Behrens 2013-07-07 22:05:29 +0200
  • 4b7ae4918b Documentation work. Camilla Berglund 2013-07-07 12:06:59 +0200
  • cfda347264 Add error checks. siavash 2013-07-06 14:54:53 +0430
  • 83919aaab8 Merge 37b07a6d31 into 763ec6cbcb siavashserver 2013-07-05 23:46:17 -0700
  • 37b07a6d31 Add error checks. siavash 2013-07-06 11:11:27 +0430
  • 763ec6cbcb Cleanup. siavash 2013-07-05 14:26:02 +0200
  • d0b706af0a Merge c0e8caebe6 into dcb4d8ee32 siavashserver 2013-07-04 17:04:55 -0700
  • c0e8caebe6 Rolled back a few changes. siavash 2013-07-05 04:34:19 +0430
  • e49b5ffa26 Fixed coding style and removed C99 function. siavash 2013-07-05 04:12:22 +0430
  • 321b90e2d3 Fixed indention. siavash 2013-07-05 00:14:00 +0430
  • 16f036bb53 Very small change. siavash 2013-07-05 00:06:04 +0430
  • 92adb6d266 Get rid of unnecessary else statement. siavash 2013-07-04 23:46:16 +0430
  • b2fa10ae5b Small tweaks. siavash 2013-07-04 23:42:18 +0430
  • dcb4d8ee32 Fixed possible X11 screensaver race condition. Camilla Berglund 2013-07-04 17:52:15 +0200
  • 9f24949b17 Merge b6a57b051e into 58c69a9ac4 Patrick Walton 2013-07-04 06:03:32 -0700
  • 58c69a9ac4 Enabled compilation on OS X 10.6 SDK. Camilla Berglund 2013-07-04 15:02:01 +0200
  • 7a03ca8dbc Removed superflous casts of allocated memory. Camilla Berglund 2013-07-04 14:54:07 +0200
  • d7512f529c Clarified names of gamma array helper functions. Camilla Berglund 2013-07-04 14:51:52 +0200
  • 209a470a5f Replaced all uses of malloc with calloc. Camilla Berglund 2013-07-04 14:20:14 +0200
  • 1947557eb1 Documentation work. Camilla Berglund 2013-07-04 13:05:19 +0200
  • 621753e8a8 Added credit. Camilla Berglund 2013-07-01 13:18:05 +0200
  • fca5a4687c Merge pull request #73 from waywardmonkeys/typo-fixes Camilla Berglund 2013-06-30 11:47:44 -0700
  • b6a57b051e Fix compiles on Mac OS X 10.6 by using a category to polyfill the declaration of convertRectToBacking:. Patrick Walton 2013-06-27 15:05:07 -0700
  • 7cb57cb9a2 Merge 5f37d36d4a into 2656bf8f9f Bruce Mitchener 2013-06-27 03:29:43 -0700
  • 5f37d36d4a Fix typo. Bruce Mitchener 2013-06-27 17:28:31 +0700
  • 2656bf8f9f Added missing module handle freeing. Camilla Berglund 2013-06-26 14:04:07 +0200
  • 194e22dbbe Fixed retrieval of OpenGL 1.0 and 1.1 on WGL. Camilla Berglund 2013-06-26 13:57:09 +0200
  • 4883073b91 Cleanup. Camilla Berglund 2013-06-24 14:38:00 +0200
  • a17dad4f44 Updated contact information. Camilla Berglund 2013-06-24 14:28:42 +0200
  • 2ce9e8e6b2 Fixed clipboard string leaks. Camilla Berglund 2013-06-24 14:08:50 +0200
  • b6b57b5249 Documentation work. Camilla Berglund 2013-06-23 15:17:43 +0200
  • 659157928e Client build documentation work. Camilla Berglund 2013-06-21 13:04:47 +0200
  • 933005a022 Corrected comment. Camilla Berglund 2013-06-19 13:49:51 +0200
  • 3be3f58a92 Cleanup. Camilla Berglund 2013-06-19 13:46:18 +0200
  • e11a5e3973 Fixed resizing for full screen override redirect. Camilla Berglund 2013-06-19 13:45:28 +0200
  • 96259004be Merge pull request #60 from Cloudef/EGL Camilla Berglund 2013-06-19 03:09:07 -0700
  • 81ad528fa4 Merge 5c54987285 into c10bf9ba9c Jari Vetoniemi 2013-06-19 01:20:01 -0700
  • 5c54987285 Typecast EGL types to get rid of compile warnings Jari Vetoniemi 2013-06-17 19:23:34 +0300
  • c10bf9ba9c Fixed incorrect hint default. Camilla Berglund 2013-06-17 17:42:22 +0200
  • 5ae2e376a2 Added missing file to .gitignore. Camilla Berglund 2013-06-17 17:36:52 +0200
  • f5f55e3ff8 Documentation work. Camilla Berglund 2013-06-17 12:56:36 +0200
  • 10017b27bb Cleanup. Camilla Berglund 2013-06-17 11:58:46 +0200
  • 1de60a4ff7 Started 3.0.2. Camilla Berglund 2013-06-17 11:58:24 +0200