Commit Graph

  • 137d0886c7 Fix numeric conversion warnings in example Camilla Löwy 2021-06-07 22:34:33 +0200
  • f3e7afa3ff Fix some keys not repeating in Wayland Koray Kilinc 2021-06-01 13:40:44 -0700
  • 08975ae249 add optimization filters AkZuza 2021-05-21 13:37:33 +0530
  • 21de8862e5 Merge branch 'glfw:master' into master Richard Knight 2021-05-16 09:43:34 +0100
  • 249832ce14
    Merge f36c3c1e81 into 114776a246 ninja 2021-05-14 19:45:39 +0200
  • 114776a246 EGL: Fix creation of single-buffered windows Camilla Löwy 2021-05-14 17:22:26 +0200
  • fd79b02840 Move single/double-buffer filtering to backends Camilla Löwy 2021-05-14 17:14:13 +0200
  • 184377b493 Skip initial buffer swap when single-buffered Camilla Löwy 2021-05-13 21:41:51 +0200
  • 04f21abb52 Make GLFW_DOUBLEBUFFER a window attribute Camilla Löwy 2021-05-13 21:38:46 +0200
  • da236ba807 Make monitor and joystick names static strings Camilla Löwy 2021-05-13 17:32:31 +0200
  • a39115a27b Remove claim that EGL is not supported on macOS Camilla Löwy 2021-05-13 15:03:49 +0200
  • bbbbd3e870 Clarify documentation for hints Camilla Löwy 2021-05-12 18:53:06 +0200
  • fc6e6910d7 Fix Wayland cursor offset when the cursor shape changes Waris Boonyasiriwat 2021-05-12 00:30:14 -0700
  • e17ffcd0db Fix header version macro descriptions in docs Camilla Löwy 2021-05-12 18:49:35 +0200
  • 40fa3f3418 Merge branch 'glfw:master' into master AkZuza 2021-05-12 21:48:06 +0530
  • 28448c0388 fix unresolved links for windows Akhil Jose 2021-05-12 21:20:31 +0530
  • 0c3fd029e2 add premake5.lua for building with premake5, only for Windows with Win32 API though Akhil Jose 2021-05-12 20:29:34 +0530
  • ea736f4a12 make windows opaque by default Christian Rauch 2021-05-03 23:46:21 +0100
  • ea18fc672e wl: initialise fullscreen Christian Rauch 2020-05-09 21:06:23 +0100
  • 753fb35c92 wl: fix resize glitches Christian Rauch 2020-04-12 14:21:03 +0100
  • 4bf3eba19e Added premake5.lua 瑞杰 许 2021-05-04 00:15:20 +0800
  • 9a3a8bc267 Win32: Always define UNICODE and _UNICODE Camilla Löwy 2021-04-20 15:37:48 +0200
  • a646f51bca Win32: Fix macros being enabled for other backends Camilla Löwy 2021-04-16 17:09:44 +0200
  • 0e9ec7788b Fix description of video mode ordering in docs Camilla Löwy 2021-04-22 23:07:50 +0200
  • e3f916808d Fix hardcoded runtime destination in CMake install Konstantin Podsvirov 2021-04-15 18:54:45 +0300
  • 061a0263a9 Win32: Fix compilation with standalone LLVM Camilla Löwy 2021-04-12 20:56:53 +0200
  • 85bce8a8ea Replace GL_ARB_debug_output in comments Camilla Löwy 2021-04-12 00:04:33 +0200
  • ec621a00bd Replace GL_ARB_debug_output in context guide Camilla Löwy 2021-04-12 00:00:40 +0200
  • 330f7da746 Add Vulkan device presentation support to glfwinfo Camilla Löwy 2021-04-11 22:12:15 +0200
  • 0beadfdc66 Add window surface creation to glfwinfo Camilla Löwy 2021-04-11 21:26:27 +0200
  • 4c90e21e8f Fix grammar in MoltenVK support docs Camilla Löwy 2020-12-10 00:28:09 +0100
  • f90df24244 Add GLFW_X11_XCB_VULKAN_SURFACE flag to glfwinfo Camilla Löwy 2021-04-11 21:44:02 +0200
  • a25e8eb50d Add docs for GLFW_X11_XCB_VULKAN_SURFACE Camilla Löwy 2020-12-10 00:11:44 +0100
  • 91294f8ad1 Make GLFW_VULKAN_STATIC available only on Apple platforms Charles Giessen 2021-04-22 00:22:16 -0600
  • ae0f6e57a2 CMake: Fix hardcoded runtime destination Konstantin Podsvirov 2021-04-15 18:54:45 +0300
  • 1a3b9eacfc staticruntime off TheCherno 2021-04-15 14:43:43 +1000
  • 84f95a7d7f Add GLFW_X11_XCB_VULKAN_SURFACE init hint Nicolas Caramelli 2020-10-23 18:55:37 +0200
  • f4a7329604 Update USE_MSVC_RUNTIME_LIBRARY_DLL for CMake 3.15 Camilla Löwy 2020-10-12 23:47:35 +0200
  • 61655d2bc8 Applied patches from MSYS2 distro Konstantin Podsvirov 2021-04-14 20:19:02 +0300
  • 82b8651e00 Merge branch '3.3-stable' into new-cursors-on-3.3-stable Camilla Löwy 2021-04-12 22:13:50 +0200
  • 713711f5e9 Start 3.3.5 Camilla Löwy 2021-04-08 20:48:17 +0200
  • 259992c37f Merge branch 'master' of https://github.com/glfw/glfw Kamil Nowakowski 2021-04-02 11:21:38 +0200
  • 5b8c0ba6ba Detect compiler frontend Nathaniel J. McClatchey, PhD 2021-03-27 16:06:13 -0700
  • f4c8857572 Don't call SwapBuffers on single-buffer contexts. Jose Fonseca 2021-03-27 14:03:41 +0000
  • 6be3ddbf4e input: Map the mappings instead of reading them Emmanuel Gil Peyrot 2021-03-23 13:30:12 +0100
  • 1698fb2af1 input: Hold joystick GUID in binary form Emmanuel Gil Peyrot 2021-03-23 12:42:32 +0100
  • 11324968ee ci: Install xxhash on Wayland Emmanuel Gil Peyrot 2021-03-21 16:47:45 +0100
  • 1bb2388ec5 input: Use strncmp instead of strcmp Emmanuel Gil Peyrot 2021-03-21 15:29:30 +0100
  • 04922c63de input: Cache parsed mappings.h Emmanuel Gil Peyrot 2021-03-21 13:43:25 +0100
  • acee7eadd7 input: Parse mappings.h in one go Emmanuel Gil Peyrot 2021-03-21 13:44:17 +0100
  • b0d196c43c Formatting consistency fixes Doug Binks 2021-03-23 18:45:29 +0000
  • 7b6f25c360 Removed more trailing white space Doug Binks 2021-03-23 16:11:07 +0000
  • c01aa3fec4 Removed trailing white space Doug Binks 2021-03-23 15:56:56 +0000
  • 1ba83ede44 User contexts: added context documentation and updated references Doug Binks 2021-03-23 14:40:54 +0000
  • 7874992888 User contexts: added news entry Doug Binks 2021-03-23 13:09:17 +0000
  • 350aebf20a User contexts: added change log entry in README.md, listing all new symbols Doug Binks 2021-03-23 12:53:17 +0000
  • e91b1820dd Modified clear colour of usercontext test to remove transparency Doug Binks 2021-03-23 12:37:54 +0000
  • ab4b4e95f6 Merge branch 'master' into merge Doug Binks 2021-03-22 15:33:40 +0000
  • 814b7929c5 Add issue number to changelog 3.3.4 Camilla Löwy 2021-03-19 14:47:28 +0100
  • b39c02b118 Win32: Add warning when option will have no effect Camilla Löwy 2021-03-15 00:48:05 +0100
  • 9416a43404 Fix implicit double-to-float in linmath.h Camilla Löwy 2021-03-21 16:01:45 +0100
  • 0f46d089e8 X11: Fix attribs not applied on leaving fullscreen Camilla Löwy 2021-03-08 19:32:36 +0100
  • 33cd8b865d Add issue number to changelog Camilla Löwy 2021-03-19 14:47:28 +0100
  • 291f6dc32c Remove deprecated Doxygen tag Camilla Löwy 2021-03-19 14:24:50 +0100
  • 52ba8c7f07 Win32: Add warning when option will have no effect Camilla Löwy 2021-03-15 00:48:05 +0100
  • 17ae300d96 Ignore cached state when setting window attributes Camilla Löwy 2020-08-20 12:54:07 +0200
  • 9c62a21ba9 Update linmath.h Camilla Löwy 2021-03-10 21:39:16 +0100
  • 1f34295a74 Win32: Add MinGW-w64 detection to version string Camilla Löwy 2021-03-09 23:36:05 +0100
  • 4afa227a05 X11: Fix attribs not applied on leaving fullscreen Camilla Löwy 2021-03-08 19:32:36 +0100
  • 8b593281fe Suggestion update minimum to 3.13 Juan Ramos 2021-03-04 21:39:13 -0500
  • 58de77fc49 handle VisibilityNotify on x11 so that a window that is mapped but covered by another window is considered as not visible MALET Jean-Luc 2021-02-28 18:52:09 +0100
  • b8202d9ca3 Start 3.3.4 Camilla Löwy 2021-02-23 21:23:46 +0100
  • 199aa03d01
    Merge c33ee636a9 into 2c7f3ce91b satej1210 2021-02-18 09:18:04 +0100
  • 901d30b973 Update changelog 3.3.3 Camilla Löwy 2021-02-17 21:21:49 +0100
  • 2c7f3ce91b Update changelog Camilla Löwy 2021-02-17 21:21:49 +0100
  • 0c22ebac36 Wayland: Move DPI fallback work to output done Camilla Löwy 2021-02-09 21:33:23 +0100
  • 900dda7e89 Win32: Fix content area rescaling on older systems Camilla Löwy 2021-01-20 01:02:24 +0100
  • 56230ca173 Win32: Fix full screen windows affected by scaling Camilla Löwy 2021-01-19 22:25:05 +0100
  • 83d2443d4d
    Fixed TinyThread++ link. Siavash Eliasi 2021-02-13 20:26:40 +0330
  • cbce7a3648 Merge branch '3.3-stable' into new-cursors-on-3.3-stable Camilla Löwy 2021-02-10 22:38:33 +0100
  • b925a54ef1 Wayland: Move DPI fallback work to output done Camilla Löwy 2021-02-09 21:33:23 +0100
  • 729c9988d0 Win32: Fix content area rescaling on older systems Camilla Löwy 2021-01-20 01:02:24 +0100
  • 410890aa80 Win32: Fix full screen windows affected by scaling Camilla Löwy 2021-01-19 22:25:05 +0100
  • c6fa2c8cfb Cocoa: Fix console apps getting a dock icon Camilla Löwy 2021-02-10 17:23:43 +0100
  • 6de084000b Cocoa: Fix console apps getting a dock icon Camilla Löwy 2021-02-10 17:23:43 +0100
  • 860d9deceb Update changelog and add credit Camilla Löwy 2021-01-18 18:55:17 +0100
  • 5a15d8a784 Cocoa: Fix install name for installed dylib Laurent Aphecetche 2019-06-14 16:42:50 +0200
  • 8270081334 Simplify references in CMake if-statements Camilla Löwy 2021-01-18 16:04:51 +0100
  • 15b0c43e2d Cocoa: Unify CG display to NS screen mapping Camilla Löwy 2021-01-17 19:49:51 +0100
  • 903c0ebfd1 Update changelog and add credit Camilla Löwy 2021-01-18 01:34:55 +0100
  • 8746f68d61 Cocoa: Use modern API to get display name Nevyn Bengtsson 2021-01-11 17:27:27 +0100
  • 14921d1e24 Cocoa: Fix duplicate monitor connection events Camilla Löwy 2021-01-18 01:26:00 +0100
  • eda12dd949 Cocoa: Fix menubar for unbundled apps on 10.15 Camilla Löwy 2020-12-08 23:23:20 +0100
  • 01c362ba37 Update changelog Camilla Löwy 2021-01-18 16:24:27 +0100
  • 078e8fcf55 Cocoa: Fix duplicate video mode detection Philip Rideout 2021-01-05 20:42:46 -0800
  • be56132c02 Update repo URL for Nuklear Camilla Löwy 2021-01-03 21:13:02 +0100
  • 294b08dcc8 Add credit Camilla Löwy 2020-12-15 02:13:24 +0100
  • cdd5ee8d36 Fix indentation in internal.h ashishgamedev 2020-12-10 19:48:55 +0530
  • 0d7acffd47 Fix minor typo: If if -> If. Bhee 2020-12-14 02:37:20 -0500
  • edb6f674cd Add missing changelog issue number Camilla Löwy 2020-11-19 02:49:14 +0100