Commit Graph

  • 4837b78ffe X11: Fix maximization of hidden windows Camilla Löwy 2019-12-16 14:53:06 +0100
  • bc3be40f21 Enable strict C99 for non-VS compilers Camilla Löwy 2019-12-15 17:37:42 +0100
  • da3f20d860 Win32: Add missing include for wcscmp Camilla Löwy 2019-12-15 17:36:55 +0100
  • fb0028c766 Win32: Enable Unicode mode for all compilers Camilla Löwy 2019-12-15 16:33:18 +0100
  • 994c3b4e48 Cocoa: Remove stale GCC workaround Camilla Löwy 2019-12-15 16:32:06 +0100
  • 18307467b4 Gather CMake setup of configuration header Camilla Löwy 2019-12-15 09:11:40 +0100
  • 49c5d837b4 Replace CMake threads variable with modern target Camilla Löwy 2019-12-15 09:53:18 +0100
  • 8a5fd0c5a4 Replace ad-hoc CMake code with DEFINE_SYMBOL Camilla Löwy 2019-12-15 09:21:58 +0100
  • a5ed740d9d Fix use of CMake 3.13 command target_link_options Camilla Löwy 2019-12-15 09:03:22 +0100
  • a264d32987 Replace CMake list variables with target_sources Camilla Löwy 2019-12-15 07:37:26 +0100
  • 081484ed34 Fix POSIX conformance issues for clock_gettime Camilla Löwy 2019-12-15 17:24:26 +0100
  • 506a6aafde Formatting Camilla Löwy 2019-12-11 22:10:00 +0100
  • a875a536b7 Cocoa: Fix duplicate conversion of title string Camilla Löwy 2019-12-10 13:47:19 +0100
  • 2551829f75 Win32: Add VERSIONINFO resource to GLFW DLL Camilla Löwy 2019-12-11 19:09:59 +0100
  • 7e03bce138 Fix typo Camilla Löwy 2019-12-10 20:10:12 +0100
  • ac30ef3e0c Fix typo Luflosi 2019-08-28 21:28:23 +0200
  • a43f545677 Add dependency name hints to CMake error messages Camilla Löwy 2019-12-10 10:40:48 +0100
  • 58a82d74c5
    Merge fabd0cf2e0 into fa60269245 cshesse 2019-12-10 03:07:52 +0000
  • ee341ee061
    Merge b6d3b50275 into fa60269245 ewtoombs 2019-12-09 19:03:20 -0800
  • 59055d585f Update minimum required CMake version to 3.1 Camilla Löwy 2019-11-26 18:09:22 +0100
  • 8a1f4940fc Remove reference to non-existent CMake variable Camilla Löwy 2019-12-09 22:01:29 +0100
  • 5f4a6f689a Gather all macOS specific CMake properties Camilla Löwy 2019-12-09 21:59:21 +0100
  • c016b26852 Remove non-GUI binaries from GUI-only setup Camilla Löwy 2019-12-09 21:26:02 +0100
  • db76abb63c Make target-specific define target-specific Camilla Löwy 2019-12-09 17:04:34 +0100
  • c194193797 Replace CMake generator expression with variable Camilla Löwy 2019-12-07 21:05:56 +0100
  • 9dc365f192 Merge GCC/Clang specific CMake blocks Camilla Löwy 2019-12-07 21:03:14 +0100
  • c81def70be Remove unneccessary example target property Camilla Löwy 2019-11-20 22:20:37 +0100
  • 197193ac0b Fix source list for Objective-C fix Camilla Löwy 2019-12-03 23:08:17 +0100
  • 135d87aa3c Remove inclusion of X11 extension header paths Camilla Löwy 2019-12-03 22:17:48 +0100
  • 2fb336268f Shorten name of Info.plist template file Camilla Löwy 2019-12-03 22:03:36 +0100
  • 9486ec0c02 Fix source list for -Wdeclaration-after-statement Camilla Löwy 2019-11-27 17:58:05 +0100
  • dff6253ca7 Add installation of HTML documentation Camilla Löwy 2019-11-26 19:09:34 +0100
  • bc7b19cbd1 Remove tab character Camilla Löwy 2019-11-26 18:18:40 +0100
  • ce9d124243 Remove command-line options from GUI-only test Camilla Löwy 2019-11-26 17:47:27 +0100
  • f6d44cedfd Trust CMake to do the right thing for static libs Camilla Löwy 2019-11-26 18:14:21 +0100
  • d74c18117d Remove dependency on platform header paths Camilla Löwy 2019-11-25 19:52:02 +0100
  • 92c70b2a83 Rename CMake variable for GUI-only programs Camilla Löwy 2019-11-25 19:39:06 +0100
  • 7dd14a4b20 Fix .gitignore entries for VS with CMake Camilla Löwy 2019-12-05 17:33:11 +0100
  • fa60269245 NSGL: Fix disabling of Retina resolution Camilla Löwy 2019-12-09 18:53:29 +0100
  • 6e6805000a Cocoa: Fix pre-window-creation event processing Camilla Löwy 2019-11-27 23:21:13 +0100
  • b3544ca43e Cocoa: Update outdated comment Camilla Löwy 2019-11-28 00:37:30 +0100
  • 382943f2b0 Add Xcode section to .gitignore file Camilla Löwy 2019-11-14 21:07:29 +0100
  • fabd0cf2e0 whitespace Christopher Hesse 2019-12-08 21:43:17 -0800
  • ac169d5ae1 c90 Christopher Hesse 2019-12-08 21:40:10 -0800
  • a51f312381 device index Christopher Hesse 2019-12-08 21:04:55 -0800
  • f23c0213aa fix config Christopher Hesse 2019-12-08 20:13:42 -0800
  • 0408ee93f1 egl headless Christopher Hesse 2019-12-08 19:49:04 -0800
  • ef6189f348 Wayland: Unset the cursor name on border exit Emmanuel Gil Peyrot 2019-11-28 15:47:09 +0100
  • 7abb6468e8
    Update CMakeLists.txt pthom 2019-12-08 19:25:12 +0100
  • 73c3457960
    CMakeLists.txt: add hint when libxi-dev is missing pthom 2019-12-08 18:57:31 +0100
  • 8e51c4a577 Tests: Add damage tracking to MSAA damage-tracking Emmanuel Gil Peyrot 2019-12-08 16:14:59 +0100
  • c8233ce7d3 EGL: Implement glfwGetBufferAge() Emmanuel Gil Peyrot 2019-12-08 17:39:19 +0100
  • 0d2ce23071 Add a glfwGetBufferAge() symbol Emmanuel Gil Peyrot 2019-12-08 17:24:50 +0100
  • a94b96c954 Wayland: Bump wl_compositor for damage_buffer Emmanuel Gil Peyrot 2019-12-08 16:14:57 +0100
  • 8e354c2259 EGL: Implement glfwSwapBufferWithDamage() Emmanuel Gil Peyrot 2019-11-28 15:51:08 +0100
  • e0b1f518cf Add a glfwSwapBuffersWithDamage() symbol Emmanuel Gil Peyrot 2019-11-28 15:47:53 +0100
  • 6a0074b416
    Update premake5.lua Johannes 2019-12-07 23:49:17 +0100
  • db2e6f00f6 Added premake to project Xydez 2019-12-07 23:09:23 +0100
  • a23f824878 Add CMake object library target as well Ahmad Fatoum 2018-07-29 21:48:41 +0200
  • 9a9deb3147 Export GLFW_PKG_{DEPS,LIBS} for use with client pkg-configs Ahmad Fatoum 2018-07-29 22:03:06 +0200
  • 33b674dc6e Modify README Francis Lecavalier 2019-12-04 11:12:06 -0500
  • 88d4d07745 X11: Fix crash when querying video mode/position of disconnected monitor Francis Lecavalier 2019-12-04 11:03:40 -0500
  • 577e49f21a
    Fix typo Luflosi 2019-08-28 21:28:23 +0200
  • df4bda44fc Wayland: Fix pointing hand cursor shape Camilla Löwy 2019-05-17 18:30:02 +0200
  • 50218fbf7e Wayland: Don’t update cursor position in the frame Emmanuel Gil Peyrot 2019-11-21 13:46:18 +0100
  • 3a2c0aaa27 Wayland: Don’t reload the cursor on every pointer motion Emmanuel Gil Peyrot 2019-11-15 15:30:41 +0100
  • 1a8305e57c Merged from glfw master TheCherno 2019-12-02 11:47:39 +1100
  • 7dbdd2e6a5 Add more standard cursors Camilla Löwy 2019-05-07 20:40:37 +0200
  • 80fde12fda Wayland: Fix pointing hand cursor shape Camilla Löwy 2019-05-17 18:30:02 +0200
  • 1a07089efe
    Merge pull request #1 from ZenulAbidin/x11-keycode Ali Sherief 2019-11-21 17:05:38 +0200
  • e94412d726 X11: Fix bug that mapped all function keys to GLFW_KEY_UNKNOWN Ali Sherief 2019-11-21 16:49:44 +0200
  • a80788c17f Wayland: Don’t update cursor position in the frame Emmanuel Gil Peyrot 2019-11-21 13:46:18 +0100
  • a9f674e719 Wayland: Don’t reload the cursor on every pointer motion Emmanuel Gil Peyrot 2019-11-15 15:30:41 +0100
  • b5d4f24f74 Move CMake uninstall template file to CMake subdir Camilla Löwy 2019-11-14 19:57:08 +0100
  • 2bac7ee8da Update .gitignore file Camilla Löwy 2019-11-14 19:45:29 +0100
  • 4116db14fd Cleanup .gitignore file somewhat Camilla Löwy 2019-11-14 19:20:10 +0100
  • e3c83f684f Add initial CODEOWNERS file Camilla Löwy 2019-11-14 19:02:29 +0100
  • 0ecc84182c Add initial GH support file Camilla Löwy 2019-11-14 14:12:43 +0100
  • b4cc6101ed Add initial .mailmap file Camilla Löwy 2019-11-13 15:55:09 +0100
  • 7c33fb22fd X11: Assume 96 DPI if RandR monitor size is zero Camilla Löwy 2019-11-05 13:09:01 +0100
  • 52b77030e4 Cocoa: Fix full screen window iconification Camilla Löwy 2019-11-12 18:23:04 +0100
  • e662492169 Cocoa: Cleanup Camilla Löwy 2019-11-07 13:45:15 +0100
  • b3c2023ebc Cocoa: Fix multiple methods warning Camilla Löwy 2019-11-06 23:46:05 +0100
  • 129a5ccb19 Cocoa: Process events after window destruction Camilla Löwy 2019-11-06 23:34:08 +0100
  • 25af31528c Cocoa: Add comments for Cocoa symbol macros Camilla Löwy 2019-11-06 17:25:16 +0100
  • 5ea34d62bf Cleanup Camilla Löwy 2019-11-10 15:20:29 +0100
  • 7a10e6439c Set C standard at 99 for all example targets Guillaume Racicot 2019-11-09 12:19:49 -0500
  • 8c46a3e9f9 Set C standard at 99 for all test targets Guillaume Racicot 2019-11-03 21:12:01 -0500
  • 82effcb7ba Make events test output only UTF-8 in C locale Camilla Löwy 2019-09-26 19:22:36 +0200
  • 11db404fa1 Add canonical build directory to .gitignore thewoz 2019-11-05 16:27:06 +0100
  • 5f7e5cb92b Remove mappings for GUID used by different devices Camilla Löwy 2019-11-05 20:37:08 +0100
  • c5a870ebd9 Win32: Change transparent framebuffer key color Camilla Löwy 2019-11-05 18:55:42 +0100
  • d861d7bffe Update .gitignore file Camilla Löwy 2019-11-14 19:45:29 +0100
  • c42d8f3e5b Cleanup .gitignore file somewhat Camilla Löwy 2019-11-14 19:20:10 +0100
  • 50a6270e55 Add initial CODEOWNERS file Camilla Löwy 2019-11-14 19:02:29 +0100
  • b804379463 Add initial GH support file Camilla Löwy 2019-11-14 14:12:43 +0100
  • 359758bb53 Add initial .mailmap file Camilla Löwy 2019-11-13 15:55:09 +0100
  • e96dc5d219 X11: Assume 96 DPI if RandR monitor size is zero Camilla Löwy 2019-11-05 13:09:01 +0100
  • 2c519709be Cocoa: Fix full screen window iconification Camilla Löwy 2019-11-12 18:23:04 +0100
  • bd452016be Cocoa: Cleanup Camilla Löwy 2019-11-07 13:45:15 +0100