1. 8d3595f Remove redundant redundancy by Emmanuel Gil Peyrot · 6 years ago
  2. 018ab72 Add credit by Camilla Löwy · 6 years ago
  3. f4764f7 Accidentally a word by Coşku Baş · 6 years ago
  4. ccef385 Fix content scale callback func name by Coşku Baş · 6 years ago
  5. e1495c0 Fix missing API reference thread safety section by Camilla Löwy · 6 years ago
  6. f82a8f0 Win32: Disable mouse trails for full screen by Camilla Löwy · 6 years ago
  7. 0be4f3f Add GLFW_FOCUS_ON_SHOW window hint and attribute by Doug Binks · 6 years ago
  8. bf6551a Cocoa: Fix FindVulkan.cmake paths for LunarG SDK by Camilla Löwy · 6 years ago
  9. 617a322 Documentation work by Emmanuel Gil Peyrot · 6 years ago
  10. fdfb5ab Fix tpyo by Camilla Löwy · 6 years ago
  11. a9a5a0b Replace use of ctype function that caused warning by Camilla Löwy · 6 years ago
  12. 8d1a64c X11: Make event polling more robust by Camilla Löwy · 6 years ago
  13. 15d89bd Win32: Allow compile-time override of class name by Camilla Löwy · 6 years ago
  14. 2167bee Documentation work by Camilla Löwy · 6 years ago
  15. 7ef34eb X11: Add support for Cygwin/X sonames by Camilla Löwy · 6 years ago
  16. c443b02 Cleanup by Camilla Löwy · 6 years ago
  17. fcc244e Win32: Fix windows build with WINVER >= Vista by Andreas Noever · 6 years ago
  18. 8b9221d X11: Fix missing dlclose calls for X extensions by Camilla Löwy · 6 years ago
  19. 50eccd2 Fix cursor mode application for unfocused windows by Camilla Löwy · 6 years ago
  20. 819a220 Cleanup by Camilla Löwy · 6 years ago
  21. 5d8b04a Fix missing call to glfwTerminate by Camilla Löwy · 6 years ago
  22. d222a40 Documentation work by Camilla Löwy · 6 years ago
  23. 23dfeee Add semver link to documentation by Camilla Löwy · 6 years ago
  24. 474fa73 Update minimum required CMake version to 3.0 by Camilla Löwy · 6 years ago
  25. 0a3c4f5 Add support for Wayland on FreeBSD and other OSes by Greg V · 6 years ago
  26. 2884915 Cocoa: Set CAMetalLayer contents scale from window by Camilla Löwy · 6 years ago
  27. 5f8108e Cocoa: Fix SDK version numbers by Camilla Löwy · 6 years ago
  28. b4c99aa Fix OpenGL header inclusion guide by siavashserver · 6 years ago
  29. 30f5f97 Update Vulkan headers to 1.1.70.0 SDK by Camilla Löwy · 6 years ago
  30. 34d20b0 Fix documentation by Camilla Löwy · 6 years ago
  31. 94ffc12 Fix value for VK_MVK_macos_surface constant by Camilla Löwy · 6 years ago
  32. ab3bfb4 Cocoa: Update MoltenVK support for LunarG SDK by Camilla Löwy · 6 years ago
  33. 8d98a6e Add a FreeMonitor platform API by Emmanuel Gil Peyrot · 6 years ago
  34. b88be7c Remove unused variable in opacity test by Caio Marcelo de Oliveira Filho · 6 years ago
  35. 7787973 Cocoa: Event polling did not initialize AppKit by Camilla Löwy · 6 years ago
  36. 0d45347 Wayland: Destroy subcompositor and viewporter on terminate by Emmanuel Gil Peyrot · 6 years ago
  37. 2926ce4 Prevent resizing smaller than 1×1 by Emmanuel Gil Peyrot · 6 years ago
  38. a8e551c Fix resizing and moving under xdg-shell by Emmanuel Gil Peyrot · 6 years ago
  39. a0dbffb Set decorations as opaque, to optimise composition by Emmanuel Gil Peyrot · 6 years ago
  40. dfc7eac Do not leak the 1×1 buffer used for decorations by Emmanuel Gil Peyrot · 6 years ago
  41. 0c4ca85 Fix _glfwPlatformSetWindowMonitor to correctly destroy/recreate decorations by Emmanuel Gil Peyrot · 6 years ago
  42. c9d691e Fix window size calculation when wp_viewporter isn’t supported by Emmanuel Gil Peyrot · 6 years ago
  43. 60e82ba Handle scaling factor (hidpi) correctly by Emmanuel Gil Peyrot · 6 years ago
  44. f51c219 Handle maximized size correctly by Emmanuel Gil Peyrot · 6 years ago
  45. 31cea7f Remove decorations when fullscreen by Emmanuel Gil Peyrot · 6 years ago
  46. 58b21d3 Factorise moving to fullscreen by Emmanuel Gil Peyrot · 6 years ago
  47. 5e5bc14 Fix documentation about window decorations by Emmanuel Gil Peyrot · 6 years ago
  48. 8ed91e8 Only create decorations if wp_viewporter is supported by Emmanuel Gil Peyrot · 6 years ago
  49. 4e31dc5 Make it possible to toggle window decorations by Emmanuel Gil Peyrot · 6 years ago
  50. 1f8ec20 Correctly destroy subsurfaces on window destroy by Emmanuel Gil Peyrot · 6 years ago
  51. 4a42364 Return correct values for frame size by Emmanuel Gil Peyrot · 6 years ago
  52. 9f7ec6b Implement window decorations by Emmanuel Gil Peyrot · 6 years ago
  53. 9dc18a6 Rename wl_pointer to pointer by Emmanuel Gil Peyrot · 6 years ago
  54. 5b65b9b Prevent a crash when giving focus to a non-GLFWwindow surface by Emmanuel Gil Peyrot · 6 years ago
  55. 552e40a Add wl_subcompositor support by Emmanuel Gil Peyrot · 6 years ago
  56. 79e16ba Add wp_viewporter support by Emmanuel Gil Peyrot · 6 years ago
  57. 9a76563 Split shm buffer creation out of _glfwPlatformCreateCursor by Emmanuel Gil Peyrot · 6 years ago
  58. 2de3605 Make createAnonymousFile static by Emmanuel Gil Peyrot · 6 years ago
  59. d6b9d00 Wayland: Handle monitor removal by Emmanuel Gil Peyrot · 6 years ago
  60. f67b610 Wayland: Handle repeats which missed a timer by Emmanuel Gil Peyrot · 6 years ago
  61. 608f055 Wayland: Open the timerfd with cloexec by Emmanuel Gil Peyrot · 6 years ago
  62. 84d10b3 Wayland: Ask xkbcommon whether to repeat a key by Emmanuel Gil Peyrot · 6 years ago
  63. 8bc0c5c Wayland: dlsym() xkb_keymap_key_repeats by Emmanuel Gil Peyrot · 6 years ago
  64. 97bf16e Wayland: Check for wayland protocol version by Emmanuel Gil Peyrot · 6 years ago
  65. 90f5edc Wayland: Use a timerfd for key repeat by Emmanuel Gil Peyrot · 6 years ago
  66. c14a35e Wayland: Obtain keyboard repeat_info by Emmanuel Gil Peyrot · 7 years ago
  67. f4cd470 Move to modern mappings database with modifiers by Camilla Löwy · 6 years ago
  68. 3c90110 Cleanup by Camilla Löwy · 6 years ago
  69. 2040309 Add support for gamepad mapping input modifiers by Camilla Löwy · 6 years ago
  70. 58cc4b2 Move full screen cursor centering to shared code by Camilla Löwy · 6 years ago
  71. b020467 Documentation work by Camilla Löwy · 6 years ago
  72. d10463a Win32: Fix extra resize event during mode switch by Camilla Löwy · 6 years ago
  73. cfb5cb8 Add comment by Camilla Löwy · 6 years ago
  74. 1d75b20 Cleanup by Camilla Löwy · 6 years ago
  75. f940a97 Linux: Add support for kernels < v2.6.39 by Ahmad Fatoum · 6 years ago
  76. ff6a889 Make remaining tests set viewport in render loop by Camilla Löwy · 6 years ago
  77. c29e445 Move more context logic out of glfwCreateWindow by Camilla Löwy · 6 years ago
  78. 9bfa499 Formatting by Camilla Löwy · 6 years ago
  79. 53b193a Wayland: Fix uninitialized variable warning by Camilla Löwy · 6 years ago
  80. e981021 Fix -Werror in Travis, env gets overriden by Emmanuel Gil Peyrot · 6 years ago
  81. f5d3954 Stop checking for resizing by Emmanuel Gil Peyrot · 6 years ago
  82. ae53cd2 Improve context function error descriptions by Camilla Löwy · 6 years ago
  83. a678665 Cleanup by Camilla Löwy · 6 years ago
  84. 8a8eefa Fail Vulkan surface creation if window has context by Corentin Wallez · 6 years ago
  85. 525ad7b Close the libwayland-cursor handle after destroying the cursor theme by Emmanuel Gil Peyrot · 6 years ago
  86. eb7c999 Prevent auto-iconify from firing on window creation by Emmanuel Gil Peyrot · 6 years ago
  87. 94c7aa0 Bump wayland-protocols to 1.12 by Emmanuel Gil Peyrot · 6 years ago
  88. f2617a6 Add a roundtrip after creating the xdg-surface by Emmanuel Gil Peyrot · 6 years ago
  89. 4778d02 Ignore _glfwPlatformShowWindow when already visible by Emmanuel Gil Peyrot · 6 years ago
  90. f710db6 Ignore configure events of 0×0px by Emmanuel Gil Peyrot · 6 years ago
  91. 0e759c9 Don’t set min/max size on GLFW_DONT_CARE by Emmanuel Gil Peyrot · 6 years ago
  92. a162004 Documentation work by Emmanuel Gil Peyrot · 6 years ago
  93. ae44a28 Wayland: Add an alternate surface role using xdg-shell by Emmanuel Gil Peyrot · 6 years ago
  94. 14856e8 Wayland: Bind, listen and destroy xdg_wm_base by Emmanuel Gil Peyrot · 6 years ago
  95. 73567ae Wayland: Add xdg-shell to the platform by Emmanuel Gil Peyrot · 6 years ago
  96. 0d5f7a9 Wayland: Add xdg-shell to the build system by Emmanuel Gil Peyrot · 6 years ago
  97. a199efa Wayland: Emit an error when wl_shell is absent or unusable by Emmanuel Gil Peyrot · 6 years ago
  98. 14ad79f Documentation work by Emmanuel Gil Peyrot · 6 years ago
  99. f9b0dc9 Documentation work by Emmanuel Gil Peyrot · 7 years ago
  100. 440e7e3 Fix typography of error messages by Emmanuel Gil Peyrot · 6 years ago