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

Commit Graph

  • f35e2274cb Wayland: Fix GLFW_DECORATED for XDG decorations Camilla Löwy 2022-06-20 22:36:23 +0200
  • 3203599cac Wayland: Fix map before XDG decoration configure Camilla Löwy 2022-06-20 22:21:41 +0200
  • 2df0ce07fa Wayland: Store and act on XDG decoration mode Camilla Löwy 2022-06-20 22:20:56 +0200
  • 83a134a92f Wayland: Fix mapping failure on wlroots compositor Camilla Löwy 2022-06-20 00:43:24 +0200
  • eb9c3bee71 Wayland: Rename fallback decoration functions Camilla Löwy 2022-06-20 00:27:04 +0200
  • 0cd1916de3 Wayland: Remove function only called once Camilla Löwy 2022-06-15 20:16:40 +0200
  • 77819c0c54 Wayland: Fix maximized state lost while hidden Camilla Löwy 2022-06-15 18:20:16 +0200
  • e52046955d Wayland: Cleanup Camilla Löwy 2022-06-15 14:41:46 +0200
  • 55fcfb1bb6 Wayland: Fix error for setting GLFW_FLOATING Camilla Löwy 2022-06-15 14:39:30 +0200
  • 203002ef2c Wayland: Fix latent bug for glfwGetWindowTitle Camilla Löwy 2022-06-15 14:12:32 +0200
  • 85f5a51912 Wayland: Fix events emitted before ack_configure Camilla Löwy 2022-06-15 17:57:54 +0200
  • 9ad9f5c52a Wayland: Fix missing error reporting Camilla Löwy 2022-06-14 22:28:05 +0200
  • 5002522f73 Wayland: Cleanup Camilla Löwy 2022-06-14 22:22:49 +0200
  • 91f18fb576 Wayland: Fix error from glfwSetWindowAspectRatio Camilla Löwy 2022-06-14 20:37:31 +0200
  • e37ba80b13 Wayland: Fix reporting of monitor scale changes Camilla Löwy 2022-06-14 18:46:47 +0200
  • c3ad3d49ed Wayland: Fix duplicate monitor connection events Camilla Löwy 2022-06-14 18:44:24 +0200
  • 209f6cf093 Wayland: Add support for wl_output::name Camilla Löwy 2022-06-14 18:20:56 +0200
  • 33d37782c6 Wayland: Cleanup Camilla Löwy 2022-06-14 18:12:49 +0200
  • 229d628ec4 Wayland: Fix toggling of server-side decorations Camilla Löwy 2022-06-13 19:37:34 +0200
  • c28d420060 Wayland: Remove duplicate fullscreen check Camilla Löwy 2022-06-13 15:12:52 +0200
  • 18df0baea6 Wayland: Cleanup Camilla Löwy 2022-06-12 23:16:16 +0200
  • a7b6f35500 Wayland: Fix size limits for fallback decorations Camilla Löwy 2022-06-12 21:36:26 +0200
  • 0f5b095042 Wayland: Fix erratic fallback decoration behavior Camilla Löwy 2022-06-16 01:36:55 +0200
  • 24cdc5afda Wayland: Rename window frame size constants Camilla Löwy 2022-06-16 01:35:59 +0200
  • 75295f4878 Wayland: Remove unused code path Camilla Löwy 2022-06-12 18:47:30 +0200
  • 040712ce99 Wayland: Cleanup Camilla Löwy 2022-06-10 18:53:22 +0200
  • 2877fea550 Wayland: Remove superfluous comments Camilla Löwy 2022-06-10 18:51:57 +0200
  • e33db6d7aa Wayland: Fix resize events before ack_configure Camilla Löwy 2022-06-10 18:38:06 +0200
  • afb127769a Wayland: Add tracking of XDG fullscreen state Camilla Löwy 2022-06-10 18:36:16 +0200
  • ed39ff43f9 Wayland: Use named constants for version checks Camilla Löwy 2022-06-10 15:46:24 +0200
  • 98c9961f32 Wayland: Cleanup Camilla Löwy 2022-06-17 20:16:34 +0200
  • 3bbb41eacc Wayland: Fix glfwInit closing stdin on failure Camilla Löwy 2022-06-10 15:45:07 +0200
  • 0b76e3a6f1 Wayland: Fix duplicate window content scale events Camilla Löwy 2022-06-10 14:19:13 +0200
  • 6857995498 Wayland: Fix glfwSetWindowSize resizing fs windows Camilla Löwy 2022-06-10 14:10:25 +0200
  • fdc72edf81 Wayland: Fix missing fullscreen code path Camilla Löwy 2022-06-19 18:30:03 +0200
  • f39ffefb6a Wayland: Fix maximization by user being ignored Camilla Löwy 2022-06-10 13:29:24 +0200
  • ddd087d662 Wayland: Fix behavior of leaving full screen mode Camilla Löwy 2022-06-09 21:31:44 +0200
  • 523fdf50c1 Wayland: Cleanup Camilla Löwy 2022-06-16 13:32:31 +0200
  • facec25e0e
    Added posix poll for unix Gordon McCann 2022-06-16 21:03:40 -0400
  • d3ede7b684 Add credit Camilla Löwy 2022-06-10 00:14:05 +0200
  • a465c1c32e Win32: Simplify window class handling Camilla Löwy 2022-05-06 17:58:42 +0200
  • 2ae3e0c8d7 Win32: Add separate window class for helper window Camilla Löwy 2022-03-27 19:40:35 +0200
  • ad3dbeb65f Add basic assertions for event API arguments Camilla Löwy 2021-12-22 14:14:24 +0100
  • 05f6c13d11 Add support for GLFW_NATIVE_INCLUDE_NONE macro Camilla Löwy 2022-04-18 23:09:47 +0200
  • edec334b32 Cocoa: Use system header to declare id type Camilla Löwy 2022-06-02 21:25:15 +0200
  • 26920a1a38 X11: Fix previous error handler not being restored Camilla Löwy 2022-05-25 19:43:55 +0200
  • 736a88b067 Fix return type of functions returning bool values Camilla Löwy 2022-05-22 14:40:00 +0200
  • 2c204ab52e Fix joystick user pointer NULL during disconnect Camilla Löwy 2022-05-05 22:23:12 +0200
  • e9c58bc181 Wayland: Fix missing lock key modifier bits Camilla Löwy 2022-06-08 19:14:13 +0200
  • 31670c954a
    Add posix_poll to linux build Gordon McCann 2022-06-07 10:09:09 -0400
  • ce28bbccea
    Update premake5.lua to reflect glfw changes Gordon McCann 2022-06-06 20:27:34 -0400
  • 441c15250f
    Merge branch 'glfw:master' into master Gordon McCann 2022-06-06 19:37:16 -0400
  • 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
  • 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
  • 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
  • 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