Commit Graph

  • a905b080c9
    Add a function to disable the use of raw input per window (support X11) Nathan Poirier 2018-12-14 03:08:25 +0100
  • a1999395cd
    Merge 0fbf489bbb into f9923e9095 Kovid Goyal 2018-12-09 10:37:35 +0000
  • f9923e9095 Use GNUInstallDirs for install destinations Rolf Eike Beer 2018-10-30 13:30:44 +0100
  • df7f36a316 Simplify check for CMake policy CMP0054 Rolf Eike Beer 2018-10-30 13:23:39 +0100
  • 7ebe8d56fb Monitor: use current ramp size in glfwSetGamma Alexander Monakov 2018-11-25 00:05:59 +0300
  • 776d431ded Monitor: factor out _glfwPlatformGetGammaRampSize Alexander Monakov 2018-11-24 18:31:03 +0300
  • 95341ef9fd Wayland: remove gamma-related TODOs Alexander Monakov 2018-11-24 18:25:20 +0300
  • 2bd0a24107 Monitor: simplify gamma range check Alexander Monakov 2018-11-24 18:10:48 +0300
  • bb2ca1da13 Remove trailing whitespace Camilla Löwy 2018-11-27 21:49:19 +0100
  • f680001b95 Cocoa: Remove superfluous compatibility macro Camilla Löwy 2018-11-27 21:32:40 +0100
  • 18145a7f3d Cocoa: Use NSURLs for drag and drop Camilla Löwy 2018-11-19 22:27:51 +0100
  • 8445eb7c1c Use acceptsFirstMouse on MacOS so mouse button callback will trigger when the clicked window is not focused. Andrew Belt 2018-11-24 09:38:07 -0500
  • e5857416a4 Win32: Disable non-client painting on borderless windows Aaron Loucks 2018-11-18 23:32:11 -0500
  • 9bfdd218fb Fix Markdown table heads Camilla Löwy 2018-11-11 18:49:47 +0100
  • b4b43190ce Added premake file. TheCherno 2018-11-10 10:45:30 +1100
  • a9892acb94 Add tutorial to Doxygen menu Camilla Löwy 2018-11-05 17:41:51 +0100
  • 041167895d Documentation work Camilla Löwy 2018-11-05 17:37:49 +0100
  • fb01b16b94 Use Doxygen layout file Camilla Löwy 2018-11-05 17:37:09 +0100
  • bc5a24fee6 Fix newlines in Doxygen aliases Camilla Löwy 2018-11-05 16:55:52 +0100
  • 1fe340982f Revert accidental Nuklear edit Camilla Löwy 2018-11-05 14:57:15 +0100
  • 53c8c72c67 Fix CSS for Doxygen Markdown tables Camilla Löwy 2018-11-04 23:23:55 +0100
  • 9bb50db6dd Use HTTPS when possible Camilla Löwy 2018-11-04 21:52:33 +0100
  • 8afdb879d7 Send key events for caps lock on macOS Keith Bauer 2018-11-04 13:12:28 +1300
  • cc3552465d x11: Add a mention of #1366 in the ChangeLog. Emmanuel Gil Peyrot 2018-11-03 14:20:16 +0100
  • 62993d9391 x11 window: update cursor position on enter event Dominique Martinet 2018-10-26 13:22:10 +0900
  • da8f3bc174 Updated URLs MrVallentin 2018-11-03 08:23:58 +0100
  • 85fd5aa6c4 Use HTTPS when possible MrVallentin 2018-11-02 20:55:02 +0100
  • f4ea50bb92 Updated URLs MrVallentin 2018-11-03 08:23:58 +0100
  • 769f727e47 Fixed repeated words MrVallentin 2018-11-02 21:07:24 +0100
  • 237edf1a68 Fixed repeated words MrVallentin 2018-11-02 21:07:24 +0100
  • 756b13cbf1 Use HTTPS when possible MrVallentin 2018-11-02 20:55:02 +0100
  • d9466050d9 X11: Fix missing check for NET_WM_STATE meditator 2018-10-13 01:54:50 -0400
  • 718dbcda7e add text input test/example Yair Chuchem 2018-11-01 17:38:49 +0200
  • 010c524f32 CMake: fix typo in comment Rolf Eike Beer 2018-10-30 13:33:37 +0100
  • c1094c6b56 CMake: use GNUInstallDirs to determine the install locations Rolf Eike Beer 2018-10-30 13:30:44 +0100
  • 7f7cd81f7c CMake: simply check for existence of policy CMP0054 Rolf Eike Beer 2018-10-30 13:23:39 +0100
  • 182dc0d8cb Documentation work Emmanuel Gil Peyrot 2018-05-20 15:26:23 +0200
  • 74483142b9 Wayland: Add support for arbitrary fullscreen size Emmanuel Gil Peyrot 2018-05-20 15:08:13 +0200
  • 11061d59e7 Add GLFW_OCCLUDED window attribute Green Lightning 2017-11-09 18:09:40 +0100
  • 9ebcfb4764 Add window occlusion callback Green Lightning 2017-11-09 16:59:40 +0100
  • 5595fa3ae6 Cocoa: Fix OpenGL rendering not being displayed Camilla Löwy 2018-10-26 13:21:14 +0200
  • 6dfc12a439 Cocoa: Fix some macOS 10.14 deprecation warnings Camilla Löwy 2018-10-26 12:56:02 +0200
  • 6c5d50d11a x11 window: update cursor position on enter event Dominique Martinet 2018-10-26 13:22:10 +0900
  • 08c7876ffa X11: Fix missing check for NET_WM_STATE meditator 2018-10-13 01:54:50 -0400
  • 245461eb86 Fix guide example callback name mismatch tnixeu 2018-10-22 20:46:40 +0200
  • 031a8f9583 Cocoa: Cleanup Camilla Löwy 2018-10-24 14:30:02 +0200
  • 6a199c1f5e Allow exposing only native context APIs Camilla Löwy 2018-10-22 17:47:28 +0200
  • 64c034edfb Documentation work Emmanuel Gil Peyrot 2018-10-10 20:38:47 +0200
  • c08abffc50 Wayland: Implement clipboard copy Emmanuel Gil Peyrot 2018-10-10 20:31:26 +0200
  • 8b54e28c4e Wayland: Implement clipboard paste Emmanuel Gil Peyrot 2018-10-10 19:21:26 +0200
  • 3c4b9a7eef Wayland: Add boilerplate for clipboard handling Emmanuel Gil Peyrot 2018-10-10 19:06:11 +0200
  • 92b3fd02e5 wayland: save serial from all input sources Ricardo Vieira 2014-09-23 18:24:33 +0100
  • 469d9e6e93 Merge branch 'master' of github.com:glfw/glfw Andy Somogyi 2018-10-23 16:16:48 -0400
  • d4fd8de8dd fixed trailing whitespace Andy Somogyi 2018-10-23 15:37:36 -0400
  • 58fe32493d fixed typos Andy Somogyi 2018-10-23 15:30:33 -0400
  • 3d5c17a917 The cursor position callback is named differently example usage and example declaration tnixeu 2018-10-22 20:46:40 +0200
  • 2de2589f91
    Documentation work. (#1328) Siavash Eliasi 2018-10-22 17:45:11 +0330
  • 0b3677c2b1 X11: Clarify comment Camilla Löwy 2018-10-21 15:01:19 +0200
  • 868f1e7bfc Remove language requiring linking against opengl32 Camilla Löwy 2018-10-21 14:58:32 +0200
  • e779280802 Win32: Fix invalid calls to GetDpiForWindow Camilla Löwy 2018-10-21 14:35:48 +0200
  • 1725d1c4f5 Win32: Fix build on early Windows 10 SDKs Camilla Löwy 2018-09-26 18:04:53 +0200
  • 6bd264244a WGL: Cleanup Camilla Löwy 2018-10-09 20:06:03 +0200
  • fac7d531ec Update changelog Camilla Löwy 2018-09-26 18:09:18 +0200
  • 308a8cd5d3 Workaround for #1335 (glfwCreateWindow crash) Cort 2018-10-20 22:46:12 -0700
  • 4fe9686dc5 NSControlKeyMask is deprecated in macOS 10.12 and has to be replaced by NSEventModifierFlagControl. Arnaud Barré 2018-10-19 00:21:27 -0400
  • 97db21f206 The combination CTRL + Tab is specially handled by OSX/Cocoa text input method. At least two solutions exists([here](https://bugreports.qt.io/browse/QTBUG-8596?focusedCommentId=321526&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-321526) and (there)[https://codereview.qt-project.org/#/c/161214/1/src/plugins/platforms/cocoa/qnsview.mm]). However, the first one use a private/undocumented API. The second is then used. Arnaud Barré 2018-10-18 21:32:04 -0400
  • cc0f437261 Documentation work Emmanuel Gil Peyrot 2018-10-10 20:38:47 +0200
  • 78f444ec6e Wayland: Implement clipboard copy Emmanuel Gil Peyrot 2018-10-10 20:31:26 +0200
  • 47ba3cfef5 Wayland: Implement clipboard paste Emmanuel Gil Peyrot 2018-10-10 19:21:26 +0200
  • 66396f2e76 Wayland: Add boilerplate for clipboard handling Emmanuel Gil Peyrot 2018-10-10 19:06:11 +0200
  • ca693637eb wayland: save serial from all input sources Ricardo Vieira 2014-09-23 18:24:33 +0100
  • 832342cc0f Move variable definition to conform to glfw C standard. Doug Binks 2018-10-12 12:00:43 +0100
  • debabe815e Adding array based call to wglGetPixelFormatAttribivARB to potentially resolve performance issue report. Doug Binks 2018-10-12 11:58:32 +0100
  • 5afcd0981b wayland: add support for XCURSOR_THEME and XCURSOR_SIZE emersion 2018-10-10 21:49:23 +0200
  • 1917c65eb4 wayland: add support for XCURSOR_THEME and XCURSOR_SIZE emersion 2018-10-10 21:49:23 +0200
  • cc805c0963 Mir: Remove this experimental backend Emmanuel Gil Peyrot 2018-09-29 16:51:35 +0200
  • 5b3a2cb4b4 Updated the fix to work on both naked and wrapped (.app) macos executables Scott Bennett 2018-10-04 10:59:27 -0500
  • 11d637558e Fix for macOS mojave not rendering the OpenGL view on window start Scott Bennett 2018-10-03 19:25:35 -0500
  • e75af5f531 Linux: Include the null byte in joystick path Emmanuel Gil Peyrot 2018-10-03 20:49:07 +0200
  • 645bf29c6d Linux: Include the null byte in joystick path Emmanuel Gil Peyrot 2018-10-03 20:49:07 +0200
  • dcd2a19d90 Wayland: Add support for xdg-decoration Emmanuel Gil Peyrot 2018-10-01 15:05:55 +0200
  • 12d74c6ff6 Wayland: Add support for xdg-decoration Emmanuel Gil Peyrot 2018-10-01 15:05:55 +0200
  • 3e884aea46 Wayland: Use memfd_create() and seals if available Emmanuel Gil Peyrot 2018-09-29 22:35:32 +0200
  • a52379db87 Wayland: Use memfd_create() and seals if available Emmanuel Gil Peyrot 2018-09-29 22:35:32 +0200
  • ab16fcc8db Wayland: Check for buffer creation failure Emmanuel Gil Peyrot 2018-09-29 22:59:00 +0200
  • 754b7feaa1 Wayland: Rename handlers for more unicity Emmanuel Gil Peyrot 2018-09-29 21:01:03 +0200
  • 88e98243ca WIP: Load libwayland-client at runtime Emmanuel Gil Peyrot 2018-01-05 22:11:03 +0100
  • 4d3f0fb5df Wayland: Split long lines for function declaration Emmanuel Gil Peyrot 2018-09-29 18:11:11 +0200
  • 149b5cab9a Mir: Remove this experimental backend Emmanuel Gil Peyrot 2018-09-29 16:51:35 +0200
  • 9f01e1f1c9
    Documentation work. Siavash Eliasi 2018-09-17 12:09:05 +0430
  • bfa61d5b22 Added missing error specification for glfwWaitEventsTimeout. Sylvain Boilard 2018-09-13 16:23:44 +0200
  • 15cad02235 Wayland: Use HiDPI cursors for standard cursors Emmanuel Gil Peyrot 2018-09-11 14:24:43 +0200
  • e0b83bbe8d Wayland: Use HiDPI cursors on decorations Emmanuel Gil Peyrot 2018-09-11 14:20:02 +0200
  • 321062833a Wayland: Load a bigger cursor theme for HiDPI Emmanuel Gil Peyrot 2018-09-11 14:18:52 +0200
  • 2bcc3df7de Wayland: Use HiDPI cursors for standard cursors Emmanuel Gil Peyrot 2018-09-11 14:24:43 +0200
  • 3cb62f7436 Wayland: Use HiDPI cursors on decorations Emmanuel Gil Peyrot 2018-09-11 14:20:02 +0200
  • 6aac3f3271 Wayland: Load a bigger cursor theme for HiDPI Emmanuel Gil Peyrot 2018-09-11 14:18:52 +0200
  • 5ea6e6cda2 Wayland: Add support for animated standard cursors Emmanuel Gil Peyrot 2018-09-08 20:05:40 +0200
  • dede6d6886 Wayland: Add a timerfd for animated cursors Emmanuel Gil Peyrot 2018-09-08 20:01:04 +0200
  • 685f2a5f91 Wayland: Close forgotten timerfd on terminate. Emmanuel Gil Peyrot 2018-09-08 19:38:51 +0200