Commit Graph

  • f93751ce68 Fix missing newline Camilla Löwy 2022-03-21 23:19:06 +0100
  • 8897c8a1cb POSIX: Fix data type of return values Camilla Löwy 2022-03-22 20:11:42 +0100
  • 307ccd68a5 Cocoa: Fix AirPlay causing harmless init error Camilla Löwy 2022-03-18 00:31:34 +0100
  • de550b60e5 Win32: Fix using executable instance and not ours Camilla Löwy 2022-03-17 23:54:39 +0100
  • 802882f7cb Add checks for some invalid values to public API Camilla Löwy 2022-03-15 21:22:49 +0100
  • c2ccf6f919 Win32: Fix glfwGetKeyScancode for GLFW_KEY_PAUSE Camilla Löwy 2022-03-15 19:22:21 +0100
  • 32df2ed716 Win32: Fix scancode and key for Alt+PrtSc events Camilla Löwy 2022-03-15 19:12:29 +0100
  • c2188e2d0a Fix accidental C99 in C89 header Camilla Löwy 2022-03-15 17:59:57 +0100
  • e7a81f8aaa Fix GLAPIENTRY redefinition warning Camilla Löwy 2022-03-15 17:51:57 +0100
  • 62e175ef9f Win32: Add comment clarifying use of ToUnicode Camilla Löwy 2022-05-05 21:47:34 +0200
  • ce85c7dcaf Fix GLAPIENTRY not being defined for native access Camilla Löwy 2022-05-03 19:54:08 +0200
  • 5c3ebfb9cc Remove OSMesa specific code from offscreen example Camilla Löwy 2022-05-03 19:50:28 +0200
  • d9583a45f9
    Merge 4353b62251 into 7dfd84c458 Snowiiii 2022-05-04 04:05:18 +0800
  • 3006c02bc2 Add shared min and max functions for int Camilla Löwy 2022-03-14 16:01:34 +0100
  • 7dfd84c458 Win32: Make monitor area retrieval more consistent Camilla Löwy 2022-04-21 21:22:24 +0200
  • 685de9089f Fix and clarify comments for GLFWAPI Camilla Löwy 2022-04-21 17:35:50 +0200
  • 09653b8c54 Move last bits of window setup to platform code Camilla Löwy 2022-04-06 21:13:48 +0200
  • 72642ea0d1 Simplify struct stitching for sync primitives Camilla Löwy 2021-11-09 19:41:34 +0100
  • 8f050b5655 Wayland: Add support for older wayland-scanner Camilla Löwy 2022-04-08 17:09:04 +0200
  • acf0c10e7a Win32: Fix message reported by VS 2022 Camilla Löwy 2022-04-06 23:21:28 +0200
  • 80e31ce9e1 Win32: Remove superfluous cast Camilla Löwy 2022-04-06 19:02:52 +0200
  • d3c2121221 Move CODEOWNERS to .github directory Camilla Löwy 2022-04-18 23:35:08 +0200
  • 23e6e8e4b7 X11: Fix segfault on malformed INCR response Camilla Löwy 2022-04-18 23:22:25 +0200
  • f60547ac80 X11: Fix returned clipboard string freed too early Camilla Löwy 2022-04-18 23:21:40 +0200
  • 06089a91a6 Document delayed initialization of EGL display Camilla Löwy 2022-04-18 23:10:04 +0200
  • 82ccbb3ef0 Update stb_image_write.h to version 1.16 Camilla Löwy 2022-04-18 23:09:00 +0200
  • a8d8b760fb X11: Fix OSMesa library not being unloaded Camilla Löwy 2022-04-28 21:17:39 +0200
  • 2d281d7928 Wayland: Fix OSMesa library not being unloaded Camilla Löwy 2022-04-28 21:16:06 +0200
  • 89514cf0fc Cocoa: Fix EGL and OSMesa not being unloaded Camilla Löwy 2022-04-28 21:14:11 +0200
  • 10e9033a29 Win32: Fix OSMesa library not being unloaded Camilla Löwy 2022-04-28 21:12:36 +0200
  • 29523dbfbf Fix order of error checks in glfwSetGammaRamp Camilla Löwy 2022-04-21 15:37:31 +0200
  • f843d53333 Fix glfwMakeContextCurrent using uninitialized TLS Camilla Löwy 2022-04-08 18:22:39 +0200
  • 3b98766219 Fixed typos in docs TheChocolateOre 2022-04-16 04:23:23 +0300
  • 41bb2515ef Merge branch 'master' into multi-context-windows-merge-master Doug Binks 2022-04-05 20:17:23 +0100
  • c6f0e84c1f
    Merge a8c03c15e3 into 4cb36872a5 Mara Huldra 2022-04-05 21:14:59 +0200
  • b43c122dd1 Start 3.3.8 Camilla Löwy 2022-04-05 19:54:09 +0200
  • c112f8ff4e
    Merge branch 'master' into glfw-get-error-description Buğra Kadirhan 2022-04-04 01:08:10 +0300
  • cf57fc7ba3 Closes #2071, redesigning the error description fn Buğra Kadirhan 2022-04-04 00:42:22 +0300
  • 4cb36872a5 Wayland: Add support for file drop events Camilla Löwy 2022-03-31 19:56:48 +0200
  • 0f38382e25 Wayland: Clean up listener struct initialization Camilla Löwy 2022-03-31 22:17:08 +0200
  • f010335b8c Wayland: Make data offer reading a generic utility Camilla Löwy 2022-03-29 19:00:18 +0200
  • b7a3af9b79 Wayland: Move window related code to window module Camilla Löwy 2022-03-29 18:32:05 +0200
  • 967282c2e6 Wayland: Remove check for error that cannot happen Camilla Löwy 2022-03-24 21:24:34 +0100
  • 8d216054ad Wayland: Remove error reporting of external bugs Camilla Löwy 2022-03-24 20:45:00 +0100
  • 34418951cc Wayland: Clean up clipboard writing Camilla Löwy 2022-03-24 20:34:04 +0100
  • ad4a9e42f0 Move URI list parsing to shared code Camilla Löwy 2022-03-24 20:17:32 +0100
  • e0889736fd Wayland: Add strerror output to error descriptions Camilla Löwy 2022-03-24 19:04:58 +0100
  • c132135332 Wayland: Clean up clipboard reading Camilla Löwy 2022-03-24 19:04:15 +0100
  • 4651165272 Wayland: Simplify clipboard string allocation Camilla Löwy 2022-03-24 18:02:48 +0100
  • 8d87be1268 Wayland: Improve handling of pending data offers Camilla Löwy 2022-03-23 19:58:33 +0100
  • 89d3ea8d69 Wayland: Return our clipboard without roundtrips Camilla Löwy 2022-03-24 14:51:24 +0100
  • 990dc4b388 Wayland: Fix error paths not closing sending fd Camilla Löwy 2022-03-23 20:08:12 +0100
  • a4460b694e Wayland: Rename listener user data parameters Camilla Löwy 2022-03-23 18:58:08 +0100
  • 4506175023 Wayland: Clean up pointer declarations Camilla Löwy 2022-03-23 18:55:22 +0100
  • ba11e60859 Wayland: Rename data transfer parameters Camilla Löwy 2022-03-23 18:52:06 +0100
  • 2d45681bc3 Wayland: Fix phrasing and type of error messages Camilla Löwy 2022-03-22 19:30:43 +0100
  • 4c110bba41 Wayland: Fix partial writes of clipboard string Camilla Löwy 2022-03-22 19:23:25 +0100
  • 738b1c73b5 Wayland: Remove superfluous global struct member Camilla Löwy 2022-03-22 19:04:29 +0100
  • b386371f57 Wayland: Fix double free on data source error Camilla Löwy 2022-03-22 18:55:31 +0100
  • 9c95cfb9f1 Wayland: Fix handling of clipboard set to self Camilla Löwy 2022-03-22 18:46:57 +0100
  • 920d110b6c Fix missing newline Camilla Löwy 2022-03-21 23:19:06 +0100
  • 554cbdb205 POSIX: Fix data type of return values Camilla Löwy 2022-03-22 20:11:42 +0100
  • 7a8a959ea8 Closes #2071, implementing glfwGetErrorDescription Buğra Kadirhan 2022-04-03 19:02:08 +0300
  • 34c94f9613 Added all enums in the glfw3.h file Frostie314159 2022-04-01 17:44:20 +0200
  • 55d398da97
    Merge branch 'master' into merge-request-egl-config Tim 2022-04-01 15:30:43 +0200
  • ffc763dbef Added all input enums. Frostie314159 2022-04-01 14:23:54 +0200
  • 0a898628ff EGL: add context priority for the EGL context creation API Gregor Burger 2022-04-01 12:52:12 +0200
  • dcf9a51b78 UserContext: fixed wayland platform Doug Binks 2022-03-31 19:53:09 +0100
  • 23d31b805a UserContext: fixed x11 platform Doug Binks 2022-03-31 19:27:11 +0100
  • 3b003dd5f0 UserContext: error return for CreateUserContext should be NULL Doug Binks 2022-03-31 19:21:42 +0100
  • 9dfa1649ff UserContext: Null platform fixes Doug Binks 2022-03-31 16:59:01 +0100
  • c97e3a657b Merge branch 'master' into multi-context-windows-merge-master Doug Binks 2022-03-31 16:49:50 +0100
  • 2523c16120 Added a glfwGetVulkanResultString Frostie314159 2022-03-31 10:23:33 +0200
  • d516e66801 Added Dist config to premake script TheCherno 2022-03-31 09:56:44 +1100
  • a2626714ef Added glfwIsInitialized function Frostie314159 2022-03-30 22:33:26 +0200
  • 33469e028d
    Change to nightly. Need to remove the dependency, xnc 2022-03-30 04:27:39 -0400
  • a97a057ffd Merge branch 'master' of https://github.com/glfw/glfw Kamil Nowakowski 2022-03-26 14:27:00 +0100
  • a8c03c15e3 wayland: Add window hint to render as shell layer (for example, desktop background) Mara Huldra 2022-03-22 23:54:59 +0100
  • 74a1ae065a Merge branch '3.3-stable' into new-cursors-on-3.3-stable Camilla Löwy 2022-03-20 18:03:04 +0100
  • 45ce5ddd19 Fix button field names in input guide 3.3.7 Camilla Löwy 2022-03-13 15:18:39 +0100
  • 395f0a8b63 Update changelog and add credit Camilla Löwy 2022-03-10 20:04:56 +0100
  • d9fd087bbf X11: Fix undefined behavior in bit shift of int Slemmie 2021-08-20 06:41:59 +0200
  • 5688fb19e6 Win32: Update rationale for reimplementation Camilla Löwy 2022-03-09 18:18:04 +0100
  • d1269c1b7d Win32: Fix calls to encoding compatibility macros Camilla Löwy 2022-03-08 23:45:53 +0100
  • 541b151cff Win32: Fix maximization showing a hidden window Camilla Löwy 2022-03-08 23:00:47 +0100
  • 8d08426725 Fix dependency list for X11 on Cygwin Camilla Löwy 2022-03-10 19:14:49 +0100
  • 85a3bf40fb Win32: Fix scale fixup losing initial position Camilla Löwy 2022-03-07 19:19:31 +0100
  • d9512b694b Win32: Fix rect of undecorated maximized windows Camilla Löwy 2022-03-07 18:14:16 +0100
  • 955fbd9d26 Cocoa: Fix AirPlay causing harmless init error Camilla Löwy 2022-03-18 00:31:34 +0100
  • 07a5518c3e Win32: Fix using executable instance and not ours Camilla Löwy 2022-03-17 23:54:39 +0100
  • 66a4882eb1 Add checks for some invalid values to public API Camilla Löwy 2022-03-15 21:22:49 +0100
  • 8d9231fe5e Win32: Fix glfwGetKeyScancode for GLFW_KEY_PAUSE Camilla Löwy 2022-03-15 19:22:21 +0100
  • 03cfe957e7 Win32: Fix scancode and key for Alt+PrtSc events Camilla Löwy 2022-03-15 19:12:29 +0100
  • add0521efb Fix accidental C99 in C89 header Camilla Löwy 2022-03-15 17:59:57 +0100
  • 535c3ce632 Fix GLAPIENTRY redefinition warning Camilla Löwy 2022-03-15 17:51:57 +0100
  • 3ee5031fd7 Add shared min and max functions for int Camilla Löwy 2022-03-14 16:01:34 +0100
  • 35a65361ff POSIX: Fix undeclared function warning on Cygwin Camilla Löwy 2022-03-04 13:37:38 +0100
  • 6659a80040 X11: Fix sonames for loaded libraries on NetBSD Camilla Löwy 2022-02-23 18:47:30 +0100
  • 1813cc0af5 Update version of VS used on windows-latest Camilla Löwy 2022-03-03 23:15:47 +0100
  • 9cfd4c49b0 Wayland: Improve event processing with timeout Camilla Löwy 2022-03-03 22:41:36 +0100