1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-22 18:28:52 -05:00

Commit Graph

  • 2a78a2cf82 Refactor platform selection for clarity? Camilla Löwy 2021-10-25 21:11:26 +0200
  • 76a5f781db Add glfwInitVulkanLoader Camilla Löwy 2021-10-21 20:45:44 +0200
  • 393eac458b Improve Vulkan guide header section Camilla Löwy 2021-10-21 23:49:03 +0200
  • db91507956 Remove saving a function pointer only used once Camilla Löwy 2021-10-21 21:54:50 +0200
  • ee6ff939a5 Fix invalid pointer conversions Camilla Löwy 2021-10-21 19:43:01 +0200
  • 68534cc2ce Null: Remove unused function Camilla Löwy 2021-10-19 15:32:40 +0200
  • 4005f70eef WGL: Limit DWM swap interval hack to Vista and 7 Camilla Löwy 2021-10-18 01:05:09 +0200
  • 53d7622a3a Move list of contributors to separate file Camilla Löwy 2021-07-19 18:25:50 +0200
  • 41ebcf1eed Add credit Camilla Löwy 2021-10-17 20:52:31 +0200
  • 0fe96ec202 Fix various typos luz paz 2021-09-15 08:20:56 -0400
  • 3d52f7e345 Limit scope of some loop counters in C99 files Camilla Löwy 2021-02-16 20:12:19 +0100
  • f4d0365a5a Use switch statement instead of if-else-chain Camilla Löwy 2021-07-19 21:02:30 +0200
  • 309d79376f Fix GLFW_INCLUDE_GLEXT being ignored for glcorearb Camilla Löwy 2021-09-26 16:28:04 +0200
  • 6efaaec9ce Improve headings and TOC layout in Doxygen docs Camilla Löwy 2021-08-29 21:51:00 +0200
  • 38dd515524 Use Win32 instead of Windows in Doxygen headings Camilla Löwy 2021-08-29 21:53:44 +0200
  • 727db55c3a
    Fix context API checks in native access functions Ioannis Tsakpinis 2021-10-23 16:17:33 +0300
  • 56a4cb0a3a Add runtime platform selection Camilla Löwy 2021-07-13 21:50:09 +0200
  • ff9d9515f6 Remove typedefs only used in one place Camilla Löwy 2021-08-30 20:40:35 +0200
  • 36ea36736d Cocoa: Change helper function suffix to Cocoa Camilla Löwy 2021-08-25 23:43:32 +0200
  • 09f9773e6f Cocoa: Make timer functions backend independent Camilla Löwy 2021-07-18 22:54:58 +0200
  • bdfe6b09af Win32: Make timer functions backend independent Camilla Löwy 2021-07-18 20:38:53 +0200
  • b6834bf2a1 Win32: Remove timeGetTime fallback for timer Camilla Löwy 2021-07-18 21:24:15 +0200
  • 35f3b58c21 Win32: Make thread functions backend independent Camilla Löwy 2021-07-18 20:31:26 +0200
  • f5758d75d0 Remove context creation backend headers Camilla Löwy 2021-07-18 16:57:53 +0200
  • b7d0c6037d Make dynamic module loading part of platform API Camilla Löwy 2021-07-16 14:57:22 +0200
  • e31deedc99 Make timer init part of platform API Camilla Löwy 2021-07-16 13:53:31 +0200
  • 6d51b39106 Select mapping platform name at runtime Camilla Löwy 2021-07-15 22:12:21 +0200
  • d0776e04a3 Null: Add non-functional EGL support Camilla Löwy 2021-07-14 20:06:22 +0200
  • 8b8d10bc01 Move library dependency logic to src directory Camilla Löwy 2021-08-18 19:36:36 +0200
  • 0a9488e3f0 Remove configuration header Camilla Löwy 2021-04-15 15:33:19 +0200
  • efe764b492 Remove blank line before the end of some structs Camilla Löwy 2021-08-18 23:49:03 +0200
  • 983c44b255 Document possible native access function errors Camilla Löwy 2021-10-04 20:39:10 +0200
  • cca9008db2 Make native access functions verify context API Camilla Löwy 2021-10-04 20:32:32 +0200
  • 0391b7b277 Remove Doxyfile tags deprecated by Doxygen 1.9.2 Camilla Löwy 2021-10-04 13:21:36 +0200
  • 1d8d1ff3d0 Fix output for missing Vulkan surface extensions Camilla Löwy 2021-10-06 19:49:34 +0200
  • 4be0444ee6 Remove potentially incorrect claim Camilla Löwy 2021-10-12 12:54:19 +0200
  • 6a20053102 Fix docs for Windows monitor size calculation Camilla Löwy 2021-10-12 00:23:37 +0200
  • 7614d088e9 Fix string buffer sizes in window test Camilla Löwy 2021-10-05 18:11:00 +0200
  • 6ed5294223 Cocoa: Fix unresponsive cursor after cursor warp Camilla Löwy 2021-09-12 17:15:59 +0200
  • 157ebb80aa Cocoa: Fix unresponsive cursor after ungrab Ioannis Tsakpinis 2021-09-05 22:58:53 +0300
  • e7758c506d Wayland: Fix cursor offset when shape changes Waris Boonyasiriwat 2021-05-12 00:30:14 -0700
  • 4cbe743b74 Wayland: Fix standard cursor name selection Camilla Löwy 2021-09-02 18:30:41 +0200
  • 216d5e8402 Wayland: Fix some keys not repeating Koray Kilinc 2021-06-01 13:40:44 -0700
  • 11ce43798b Merge branch 'master' of https://github.com/gwm17/glfw Gordon McCann 2021-08-28 20:13:53 -0400
  • d78bf8a1a3 updated premake file Gordon McCann 2021-08-28 20:13:32 -0400
  • 63da04e5ce Add HTML header and footer to docs dependencies Camilla Löwy 2021-08-26 17:41:20 +0200
  • 8e23579842 Add OpenGL ES 2.0 triangle example Camilla Löwy 2021-08-25 17:53:00 +0200
  • 150744ecca Only rebuild documentation when necessary Camilla Löwy 2021-08-25 13:12:14 +0200
  • 8c8def5de5 Start making use of CMake 3.4 string(APPEND) Camilla Löwy 2021-08-25 12:17:45 +0200
  • 4f077c4133 Raise minimum required CMake version to 3.4 Camilla Löwy 2021-08-25 12:15:49 +0200
  • 7c25dff002 Remove truism from end of gamepad mapping regexp Camilla Löwy 2021-08-25 12:09:21 +0200
  • daed5edd6e Simplify CMake if-statement variable references Camilla Löwy 2021-08-25 12:07:01 +0200
  • d7b7c3b12a Raise maximum known CMake version to 3.20 Camilla Löwy 2021-08-25 11:40:03 +0200
  • 62074f3dea Update glad2 and switch to header-only version Camilla Löwy 2021-08-25 01:18:03 +0200
  • 518e26e16e Add credit Camilla Löwy 2021-08-16 22:37:24 +0200
  • 22b586b3d8 Add pluggable heap allocator Camilla Löwy 2021-08-03 20:53:48 +0200
  • 4e557437f2 Name parameters for callback function types Camilla Löwy 2021-08-25 20:47:17 +0200
  • 2ac7e20aaf Win32: Fix invalid preprocessor command 'warning' Richard Boldiš 2021-08-24 02:30:41 +0200
  • 85348c67cd Wayland: Load functions for new atomic marshalling Camilla Löwy 2021-08-19 18:50:17 +0200
  • 071d7c0f46 X11: Fix function returning before cleanup Camilla Löwy 2021-08-15 14:55:13 +0200
  • 71829a0f0d Wayland: Remove unused pkg-config dependency Camilla Löwy 2021-08-15 23:34:13 +0200
  • 244948e174 Export pkg-config dependencies via the CMake cache Camilla Löwy 2021-07-30 13:19:46 +0200
  • d83849792b Add override variable for CMake library type Camilla Löwy 2021-07-06 23:12:05 +0200
  • dffe203c17 Wayland: Make libwayland-client dynamically loaded Camilla Löwy 2021-07-13 18:12:43 +0200
  • 256d8243b4
    fixed staticruntime for current build method Gordon McCann 2021-08-15 11:53:36 -0400
  • c0f7fed0b8
    Fixed name of premake file Gordon McCann 2021-08-14 17:20:18 -0400
  • baf21e6e67
    Added premake file Gordon McCann 2021-08-14 17:19:36 -0400
  • 87d5646f5d Remove unneccessary quotes in CMake conditions Camilla Löwy 2021-04-21 15:03:42 +0200
  • 9a0e88a016 Update comment for msvcrt CMake option Camilla Löwy 2021-04-21 15:06:44 +0200
  • aff00d0dd8 POSIX: Use frequency member for clarity Camilla Löwy 2021-06-21 22:19:23 +0200
  • 111c02d74e POSIX: Remove use of deprecated gettimeofday Camilla Löwy 2021-06-21 22:14:40 +0200
  • 4f175a911c Add pluggable heap allocator init-allocator Camilla Löwy 2021-08-03 20:53:48 +0200
  • 58b48a3a00 Win32: Remove changing the foreground lock timeout Camilla Löwy 2021-08-02 21:42:36 +0200
  • d3317b4937 Add gamepad mapping filtering by backend ci 3.3-stable Camilla Löwy 2021-06-29 00:42:31 +0200
  • b3b82cdd78 Add custom target for updating gamepad mappings Camilla Löwy 2021-06-28 23:52:07 +0200
  • 20a7962a9b Improve error description for invalid scancodes Camilla Löwy 2021-07-19 19:05:32 +0200
  • 44ad296813 Expand list of distro derivatives slightly Camilla Löwy 2021-07-18 14:55:02 +0200
  • 1b0eac9c58 Add Fedora package names to compilation guide Camilla Löwy 2021-07-18 14:45:12 +0200
  • 65c36563f6 Update changelog Camilla Löwy 2021-07-29 21:27:02 +0200
  • 1e98fc325d Cocoa: Fix macro redefinition warning Stephen Gowen 2021-01-19 11:31:15 -0600
  • 545b6c7970 Cocoa: Fix MoltenVK layer scale out of sync Camilla Löwy 2021-07-16 20:04:56 +0200
  • a7202e2341 Cocoa: Remove calls to -update on nil Camilla Löwy 2021-07-05 20:26:38 +0200
  • 9a5511b311 Improve library compilation guide somewhat Camilla Löwy 2021-07-08 21:56:00 +0200
  • a18f4e50b0 Add credit Camilla Löwy 2021-07-14 17:56:05 +0200
  • 3bf580ad1d realizing "as you would" is platform dependent David V. McKay 2021-07-07 23:44:22 -0400
  • 014ce9c74f Clarify "as you would" for beginners. David V. McKay 2021-07-07 23:25:35 -0400
  • 8f0198e82e Remove errors for gamepad element mismatch Camilla Löwy 2021-06-25 19:49:38 +0200
  • bd346b64d6 Consistent subsections in compile guide A. Tombs 2021-06-23 08:16:53 +0100
  • d61f7225d1 Wayland: Fix missing constant on FreeBSD Camilla Löwy 2021-06-22 00:25:42 +0200
  • 201400b974 Simplify parsing of default gamepad mappings Camilla Löwy 2021-06-23 18:53:06 +0200
  • afa78b4270 Update gamepad mappings from upstream Camilla Löwy 2021-08-01 19:40:52 +0200
  • 0c90e1a33f Add gamepad mapping filtering by backend Camilla Löwy 2021-06-29 00:42:31 +0200
  • 01778329ec Add custom target for updating gamepad mappings Camilla Löwy 2021-06-28 23:52:07 +0200
  • ab1da66a19 Wayland: Prefix our interface structs wayland-dynamic-loading Camilla Löwy 2021-08-01 18:13:10 +0200
  • a7ea3a0ef9 Wayland: Make libwayland-client dynamically loaded Camilla Löwy 2021-07-13 18:12:43 +0200
  • 85f4b1e71a Export pkg-config dependencies via the CMake cache library-type-override Camilla Löwy 2021-07-30 13:19:46 +0200
  • 0fd56917ce Add option to build API exporting object library Camilla Löwy 2021-07-30 19:47:44 +0200
  • d3c6a3f212 Add override variable for CMake library type Camilla Löwy 2021-07-06 23:12:05 +0200
  • 56092814f3 Improve error description for invalid scancodes Camilla Löwy 2021-07-19 19:05:32 +0200
  • 3dc7349c35 Expand list of distro derivatives slightly Camilla Löwy 2021-07-18 14:55:02 +0200