Commit Graph

  • 390a66d2e7 Fix missing header in gamma test Camilla Löwy 2017-11-28 14:20:54 +0100
  • 9e6c0c747b X11: Fix segfault when using NVidia EGL Camilla Löwy 2017-11-27 15:54:33 +0100
  • 8094a1c99e Documentation work Camilla Löwy 2017-11-27 15:53:59 +0100
  • bfe2d42af4 Documentation work Camilla Löwy 2017-11-27 01:18:51 +0100
  • 1a250234ea Add revert button to gamma ramp test Camilla Löwy 2017-11-26 22:12:41 +0100
  • 3169179de1 Fix string literal exceeding max length Camilla Löwy 2017-11-23 20:54:44 +0100
  • fe9c7a01c5 Update gamepad mappings and source URL Camilla Löwy 2017-11-23 19:17:46 +0100
  • 65166858ff Wayland: Add support for the idle-inhibit protocol Emmanuel Gil Peyrot 2017-02-17 15:52:50 +0000
  • b5e24676a4 Move contribution guide to visible directory Camilla Löwy 2017-11-20 18:55:43 +0100
  • 40ab709aac Add Wayland to Travis CI build Emmanuel Gil Peyrot 2017-11-16 15:03:42 +0000
  • d18431338a Wayland: Disable the compose key on old xkbcommon Emmanuel Gil Peyrot 2017-11-16 16:42:11 +0000
  • cc87d5ab10 Wayland: Assert that we only get a known axis Emmanuel Gil Peyrot 2017-11-16 17:21:59 +0000
  • 25cf67667f Wayland: Tell cmake which libraries to use Emmanuel Gil Peyrot 2017-11-16 17:17:47 +0000
  • bb13275b72 Cocoa: Fix Xcode Warnings Stephen Gowen 2017-11-16 14:10:51 -0500
  • 9c513346ad Documentation work Emmanuel Gil Peyrot 2017-11-17 12:17:43 +0000
  • 68809869f9
    Fix spurious error from glfwInitHintString Kovid Goyal 2017-11-20 16:09:39 +0530
  • 1fe319d234 Cocoa: Filter out duplicate size events Camilla Löwy 2017-11-16 11:34:42 +0100
  • d630684654 Win32: Remove double resize of full screen window Camilla Löwy 2017-11-16 11:03:05 +0100
  • 8b81a03a5a Cocoa: Remove double resize of full screen window Camilla Löwy 2017-11-16 10:42:01 +0100
  • 9903f88947 Documentation work Camilla Löwy 2017-11-16 11:02:16 +0100
  • d73ab0bd58 Documentation work Camilla Löwy 2017-11-16 10:08:38 +0100
  • 11e47f08b1 Add glfwGetWindowOpacity and glfwSetWindowOpacity Camilla Löwy 2017-09-25 23:14:45 +0200
  • aef4edadd0 Move uninstall target to GLFW3 folder Camilla Löwy 2017-11-15 13:58:20 +0100
  • bf7cc2ffac Fix missing inclusion guard needed for unity build Camilla Löwy 2017-11-15 04:21:41 +0100
  • adebcc7111 Deprecate charmods callback Camilla Löwy 2017-11-14 23:28:12 +0100
  • fb4f633243 Fix y-axis sign for XInput thumb sticks Camilla Löwy 2017-11-09 23:30:00 +0100
  • 49130ab8ec Rename framebuffer transparency hint Camilla Löwy 2017-11-07 22:50:01 +0100
  • baed2dad56 Cleanup Camilla Löwy 2017-11-08 15:30:30 +0100
  • 98990217bc Cleanup Camilla Löwy 2017-11-06 18:27:39 +0100
  • 71018b4ab5 Fix termination on mapping parse error Camilla Löwy 2017-11-06 17:44:44 +0100
  • 79e2433eb0 Fix termination on sync object creation failure Camilla Löwy 2017-11-06 17:42:15 +0100
  • 546c99a3a3 Made sharing an example Camilla Löwy 2017-11-06 00:32:23 +0100
  • 7b877c4e24 Improve placement when forcing windowed mode Camilla Löwy 2017-11-04 21:14:06 +0100
  • 31cbb20ba2 Deprecate window parameter of clipboard functions Camilla Löwy 2017-11-04 21:11:58 +0100
  • f2756d0b3f Documentation work Camilla Löwy 2017-11-02 19:30:12 +0100
  • 9718675d86 Documentation work Camilla Löwy 2017-11-01 21:32:50 +0100
  • 80d181f12d Win32: Fix maximization of undecorated windows Camilla Löwy 2017-10-31 15:47:01 +0100
  • a7a70cf34d Wayland: Add dynamic loading of libxkbcommon Emmanuel Gil Peyrot 2017-08-26 19:25:24 +0100
  • 2867ca1e5b Documentation work Camilla Löwy 2017-10-29 16:27:15 +0100
  • a1154247fa Fix default value of GLFW_CENTER_CURSOR Camilla Löwy 2017-10-29 15:52:22 +0100
  • fcedb0be32 Fix windows not detaching on monitor disconnect Camilla Löwy 2017-10-26 18:52:43 +0200
  • bf09dba95b Cleanup Camilla Löwy 2017-10-26 18:05:56 +0200
  • 16bf872117 Add content scale queries Camilla Löwy 2017-08-29 19:19:00 +0200
  • 1be81a1540 Documentation work Camilla Löwy 2017-10-22 16:27:17 +0200
  • 81963967e5 Fix Doxygen navigation bar siavashserver 2017-10-21 18:55:03 +0330
  • 66c0394ae1 Fix typo in window guide Camilla Löwy 2017-10-18 16:48:21 +0200
  • f308228a19 Documentation work Camilla Löwy 2017-10-11 02:08:09 +0200
  • 56ecd62f58 Fix joystick test hat drawing Camilla Löwy 2017-10-03 00:41:55 +0200
  • 94ee10e655 Remove trailing else Camilla Löwy 2017-10-03 00:41:19 +0200
  • 07cc6e00da Add gamepad name to joysticks test Camilla Löwy 2017-10-02 17:32:21 +0200
  • 6d463d36fa Cleanup Camilla Löwy 2017-10-02 17:31:39 +0200
  • 95e282d5a0 Wayland: Add transparency support Emmanuel Gil Peyrot 2017-10-01 01:38:00 +0100
  • 5aeb37d1b8 Cocoa: Fix window title being lost when untitled Camilla Löwy 2017-09-28 18:44:04 +0200
  • da68ec56c3 Cocoa: Start using instancetype Camilla Löwy 2017-09-27 23:01:14 +0200
  • 5d0d30db38 Cleanup Camilla Löwy 2017-09-28 17:32:15 +0200
  • 32e78aeb2e Add GLFW_TRANSPARENT attribute and documentation Camilla Löwy 2017-09-18 18:10:57 +0200
  • 93e66661d3 Cleanup Bailey Cosier 2017-09-19 18:27:45 +0200
  • ac009a5f5c Cocoa: Implement GLFW_TRANSPARENT Cem Karan 2015-12-16 16:28:20 -0500
  • 51f0cd3b51 Win32: Implement GLFW_TRANSPARENT Christopher Pelloux 2016-02-23 23:40:22 -0500
  • 019609b6cd Add GLFW_TRANSPARENT and X11 implementation Wolfgang Draxinger 2016-02-22 18:08:15 +0100
  • eed94448fd Win32: Remove unused GUID Camilla Löwy 2017-09-19 14:12:15 +0200
  • 25b7eba4a0 Win32: Clean up dynamic loading and version checks Camilla Löwy 2017-08-29 20:05:44 +0200
  • 176ab9a5d2 Fix Doxyfile gen not handling paths with spaces Camilla Löwy 2017-09-24 17:04:47 +0200
  • f4fb25b63d X11: Fix init order breaking cursor hiding Camilla Löwy 2017-09-17 16:06:02 +0200
  • e3be6b8ae0 Cleanup Camilla Löwy 2017-09-17 14:39:17 +0200
  • 3d110d2e1b X11: Fix selection error nomenclature Camilla Löwy 2017-09-17 13:54:17 +0200
  • 0b5023bc62 X11: Fix Latin-1 text not being converted to UTF-8 Camilla Löwy 2017-08-08 16:25:13 +0200
  • 9dbc935afb X11: Stop reporting support for COMPOUND_TEXT Camilla Löwy 2017-08-08 14:04:51 +0200
  • f7dc6df02c X11: Add support for reading clipboard via INCR Camilla Löwy 2017-08-07 23:23:37 +0200
  • f30acd8f74 Add OSMesa to context API list Camilla Löwy 2017-09-06 04:30:18 +0200
  • 16ae02ab85 Add CMake target for updating gamepad mappings Camilla Löwy 2017-09-14 20:16:25 +0200
  • 4637c31d82 Win32: Remove unused header Camilla Löwy 2017-09-13 23:19:29 +0200
  • 7f0d5e0a03 Win32: Fix text conversion size semantics Camilla Löwy 2017-09-13 17:47:49 +0200
  • f8668c5a9f Win32: Fix key names not matching other platforms Camilla Löwy 2017-02-07 03:29:57 +0100
  • 1955c37c48 Documentation work Camilla Löwy 2017-09-10 21:03:17 +0200
  • d099181307 Add library name override macros Camilla Löwy 2017-09-10 21:02:26 +0200
  • b97039f3f5 Cleanup Camilla Löwy 2017-09-10 02:55:29 +0200
  • a368d89c94 Win32: Fix disabled cursor mode vs caption buttons Camilla Löwy 2017-09-08 16:15:57 +0200
  • d80d4be030 Fix .appveyor.yml provider settings syntax Camilla Löwy 2017-08-28 19:01:41 +0200
  • d8551b73f6 Cleanup Camilla Löwy 2017-08-27 23:09:08 +0200
  • 45ca8b8d19 Win32: Add HMONITOR to monitor data Camilla Löwy 2017-08-27 22:42:23 +0200
  • 58a247b26d Cocoa: Fix some characters not repeating Camilla Löwy 2017-08-23 18:24:29 +0200
  • 2f8b71d7a1 Add and update credits Camilla Löwy 2017-08-23 15:04:09 +0200
  • ce5e649d3b Cleanup Camilla Löwy 2017-08-22 20:40:07 +0200
  • 80e4922b5e Cocoa: Hide cursor instead of using blank image Sergey Tikhomirov 2017-06-05 00:26:55 +0300
  • c23fca6343 Fix APIENTRY from windows.h being undefined Camilla Löwy 2017-08-21 14:37:38 +0200
  • 0882fffc37 Fix missing CMake file path quoting Camilla Löwy 2017-08-20 14:47:44 +0200
  • ad9458a14c Clarify what glfwVulkanSupported means Camilla Löwy 2017-08-20 14:42:39 +0200
  • 0d6937b33b Cleanup Camilla Löwy 2017-08-20 14:41:49 +0200
  • af866e05d2 Cleanup Camilla Löwy 2017-08-18 13:02:35 +0200
  • b4ea2d32e6 Add input lag test Andrey Zholos 2017-03-18 10:12:49 +0000
  • 0c70eb8d5c Unify error message buffer lengths Camilla Löwy 2017-08-17 14:25:10 +0200
  • 08737bdc02 X11: Close extension libraries after XCloseDisplay Camilla Löwy 2017-08-16 21:12:48 +0200
  • 0d9e71fe81 Cleanup Camilla Löwy 2017-08-16 21:03:10 +0200
  • ac01da6953 Cleanup Camilla Löwy 2017-08-16 21:00:10 +0200
  • 99e72830ea X11: Add dynamic loading of libXcursor Camilla Löwy 2017-08-16 20:54:14 +0200
  • 3f852c321f X11: Add dynamic loading of libXinerama Camilla Löwy 2017-08-16 19:55:32 +0200
  • 15d102b75e X11: Add dynamic loading of libXrandr Camilla Löwy 2017-08-16 19:46:09 +0200
  • 0019f7a45e Wayland: Stop crashing when Compose is unavailable Emmanuel Gil Peyrot 2017-08-08 01:33:20 +0200
  • 2d0ffd788b Fix type in filename Camilla Löwy 2017-08-13 20:06:40 +0200