Commit Graph

  • d3a7362430 Wayland: Separate window and framebuffer resizing Camilla Löwy 2024-02-07 21:34:15 +0100
  • 1fe98a0d53 Fix missing list entry dash in README Camilla Löwy 2024-02-09 13:58:49 +0100
  • a360198f8f Wayland: Implement glfwFocusWindow Camilla Löwy 2024-02-09 03:55:14 +0100
  • eeb403135d Add minor features and updates to window test Camilla Löwy 2024-02-09 13:06:26 +0100
  • 0f5048ac80 Update changelog Bayemite 2021-06-03 21:52:57 +1000
  • ceca17f56c glfwGetWindowTitle initial draft Doug Binks 2024-02-07 19:26:52 +0000
  • 4680da5dc9
    Add news entry about disablable mouse button limit Grzesiek11 2024-01-06 23:01:25 +0100
  • 18a10d0351
    Update changelog entry Grzesiek11 2024-01-06 23:00:54 +0100
  • 223caf09ea
    Add GLFW_MOUSE_BUTTON_LIMIT information to the input guide Grzesiek11 2024-01-03 04:20:28 +0100
  • 912cb9dd31
    Use the term 'supported' in more places Grzesiek11 2024-01-03 04:06:39 +0100
  • c224eeeaa3
    Disable GLFW_MOUSE_BUTTON_LIMIT in events test Grzesiek11 2024-01-03 03:41:28 +0100
  • a255fd8ef9
    Use the term 'supported (mouse button)' rather than 'named' Grzesiek11 2024-01-03 03:18:55 +0100
  • 747d0729fd
    Specify that mouse buttons can only exceed the last named button when the init hint is set Grzesiek11 2023-12-11 22:20:58 +0100
  • 4bc709b952
    Add GLFW_MOUSE_BUTTON_LIMIT initialization hint Grzesiek11 2023-12-08 19:19:52 +0100
  • 7a0012a1a2
    Mention non-named mouse buttons in docs Grzesiek11 2023-11-18 03:38:42 +0100
  • 9f6bf2ca39
    Specify that synthetic button releases are only generated for named buttons Grzesiek11 2023-11-18 03:24:26 +0100
  • 42cc7705ca
    Remove the mouse button limit Grzesiek11 2023-10-31 03:17:15 +0100
  • 2d51e650be Document GLFW_FLOATING not supported on Wayland Camilla Löwy 2024-01-31 00:49:53 +0100
  • bc788a9333 WGL: Fix pixel format count in a Parallels VM Camilla Löwy 2024-01-30 18:21:33 +0100
  • ae44e10b33 Fix function return value when uninitialized Camilla Löwy 2024-01-18 21:44:31 +0100
  • 438cd224d7 Fix function return value when uninitialized Camilla Löwy 2024-01-18 21:43:50 +0100
  • 8d95aeac69 Remove further traces of IRC channel Camilla Löwy 2024-01-25 16:30:56 +0100
  • a1090c867d Wayland: Fix compilation on FreeBSD Camilla Löwy 2024-01-24 16:54:52 +0100
  • 15b771759d OSMesa: Fix headers included before shared header Camilla Löwy 2024-01-24 15:32:32 +0100
  • d172fec64b Update to actions/checkout@v4 from v3 Bruce Mitchener 2023-12-16 10:24:48 +0700
  • bfa24c9f2d Fix glfwGetKeyName incorrectly emitting error Camilla Löwy 2023-12-13 15:27:30 +0100
  • 20bd0329a5 Clarify event test reporting of keys Camilla Löwy 2024-01-24 17:06:15 +0100
  • fafcba3824 Wayland: Clean up pointer axis handler Camilla Löwy 2024-01-16 22:59:35 +0100
  • f90e6da6cb
    Merge 23ef05dd79 into 00e86d4b73 Daniel Levin 2024-02-04 20:03:42 +0100
  • 9d9efb4ab2
    Merge 8ce52bc708 into 00e86d4b73 Andreas 2024-02-04 19:47:55 +0100
  • 44bb27a83d
    Merge ec7aeda6dd into 00e86d4b73 Andrew Wilson 2024-02-04 14:38:05 +0300
  • 59d0b4c79e
    Merge 47d2e58e48 into 00e86d4b73 Carsten Tewes 2024-02-02 20:07:07 +0000
  • 7554375d6d Update CODEOWNERS file Camilla Löwy 2024-01-15 00:28:00 +0100
  • dbe2d7cb4a Set timeout for build GH workflow jobs Camilla Löwy 2024-01-15 00:23:20 +0100
  • 39b47a3029
    Merge c5e3b0cfab into 00e86d4b73 Andreas 2024-01-30 19:33:36 -0800
  • 00e86d4b73 WGL: Fix pixel format count in a Parallels VM Camilla Löwy 2024-01-30 18:21:33 +0100
  • 86d7bcb124 Fix missing checks for platform mismatch Camilla Löwy 2024-01-19 13:07:12 +0100
  • d7aeb1eae8 Fix function return value when uninitialized Camilla Löwy 2024-01-18 21:44:31 +0100
  • f74ff2aa10 Fix function return value when uninitialized Camilla Löwy 2024-01-18 21:43:50 +0100
  • c47894a9a3 Update compilation-related parts of README Camilla Löwy 2024-01-29 22:47:04 +0100
  • 42afff41fe Remove reminders to use C99 from more source files Camilla Löwy 2024-01-29 22:45:28 +0100
  • 23962c9dc7 Remove further traces of IRC channel Camilla Löwy 2024-01-25 16:30:56 +0100
  • ad264f5061 Update URL for xdg-activation-v1 protocol docs Camilla Löwy 2024-01-25 12:39:34 +0100
  • 94310c5281 Wayland: Move listener to correct section Camilla Löwy 2024-01-25 01:11:30 +0100
  • bdedec9932 Wayland: Fix formatting of attention request Camilla Löwy 2024-01-24 23:51:36 +0100
  • 9317970243 Wayland: Implement glfwRequestWindowAttention Jan Schürkamp 2024-01-24 21:34:47 +0100
  • 2590d4cdd4 Wayland: Enable platform by default Camilla Löwy 2024-01-24 20:52:24 +0100
  • 51920ede68 Wayland: Fix compilation on FreeBSD Camilla Löwy 2024-01-24 16:54:52 +0100
  • 291f4d89cd OSMesa: Fix headers included before shared header Camilla Löwy 2024-01-24 15:32:32 +0100
  • bc95384f4c Remove platform-specific logic from shared header Camilla Löwy 2024-01-24 13:55:37 +0100
  • becf1dc14b Update to actions/checkout@v4 from v3 Bruce Mitchener 2023-12-16 10:24:48 +0700
  • 86bf5698ec Fix glfwGetKeyName incorrectly emitting error Camilla Löwy 2023-12-13 15:27:30 +0100
  • 7e2470d343 Use designated initializers for platform structs Camilla Löwy 2024-01-11 22:26:19 +0100
  • bbf661ca38 Replace comments with designated initializers Camilla Löwy 2024-01-11 22:22:31 +0100
  • d81fcb93f1 Clarify event test reporting of keys Camilla Löwy 2024-01-24 17:06:15 +0100
  • c339dfc63d Update changelog for 3.4 release Camilla Löwy 2023-12-18 15:37:01 +0100
  • 9afbcb442b Wayland: Clean up pointer axis handler Camilla Löwy 2024-01-16 22:59:35 +0100
  • 612eabbcdc
    Merge d838446882 into d79afa8055 Carsten Tewes 2024-01-29 20:44:13 +0100
  • 7a18c0e98b
    Merge 9514faf7c1 into d79afa8055 Naveen Karuthedath 2024-01-28 11:30:10 -0800
  • 952789e2c0
    Merge 36a3c1ef32 into d79afa8055 jgcodes2020 2024-01-28 11:30:10 -0800
  • d79afa8055 Win32: Minor changes to disabled cursor fix over RDP Doug Binks 2024-01-28 17:45:03 +0000
  • 996826eec6 Reorder and add details to changelog entry Doug Binks 2024-01-28 17:30:15 +0000
  • 1de78b2ff9 Cleanup Doug Binks 2024-01-28 17:24:14 +0000
  • 7321b56cad
    Reorder credit Doug Binks 2024-01-28 17:18:11 +0000
  • c8521b7fda
    Win 32: Fix disabled cursor mode when connected over RDP Hilderin 2024-01-28 12:08:27 -0500
  • dcc3e988f4
    Update README.md Abbion 2024-01-27 00:09:49 +0100
  • 79493e0e39 Fix unreferenced local variable Hilderin 2024-01-26 08:11:28 -0500
  • 53976aed9e Update CONTRIBUTORS.md Hilderin 2024-01-26 08:09:02 -0500
  • 564790f773 Merge branch 'master' into cursormode-disabled-windows-wrong-coordinates Hilderin 2024-01-26 08:08:55 -0500
  • 9e2a82887e Adjustments following PR request Hilderin 2024-01-26 08:03:14 -0500
  • df70d8e9bf Merge branch 'multi-context-windows-merge-master' into multi-context-windows Doug Binks 2024-01-25 18:10:38 +0000
  • 6148990427 Merge branch 'master' into multi-context-windows-merge-master Doug Binks 2024-01-25 17:44:13 +0000
  • 0389c447a9
    Merge b3577026c8 into 8e6c8d7eff YgorVasilenko 2024-01-22 23:37:40 +0100
  • 662dec2619
    Merge 37d31948a4 into 8e6c8d7eff cats studio 2024-01-20 18:14:42 +0000
  • 37d31948a4
    Merge branch 'master' into pr/1 cats studio 2024-01-20 18:14:39 +0000
  • f906f7ae3f add option to remove titlebar Kasper de Bruin 2024-01-19 13:58:24 +0100
  • 708a48ca36 Fix compilation on Linux without X11 and Wayland MaciejDziuban 2024-01-17 23:29:36 +0100
  • fa40088f2b
    Merge f9c58d3df8 into 8e6c8d7eff REghZy 2024-01-15 19:11:07 -0800
  • f41eba80e6
    Merge a9bef61089 into 8e6c8d7eff Robbin Marcus 2024-01-15 19:11:06 -0800
  • 8e6c8d7eff Remove reminders to use C89 for some source files Camilla Löwy 2024-01-11 21:32:56 +0100
  • ba796ec9c6 Document VS 2013 as minimum VS version Camilla Löwy 2024-01-15 19:28:25 +0100
  • d107e497a9 Remove superfluous CMake flag in AppVeyor build Camilla Löwy 2024-01-15 19:53:20 +0100
  • d2058526cc Make VS 2013 the oldest tested VS version Camilla Löwy 2024-01-13 22:23:31 +0100
  • 9468baff25
    Merge branch 'master' into master Fatih AKTAŞ 2024-01-15 19:35:00 +0300
  • cf29ff2b9d Update CODEOWNERS file Camilla Löwy 2024-01-15 00:28:00 +0100
  • 8ff8d67560 Set timeout for build GH workflow jobs Camilla Löwy 2024-01-15 00:23:20 +0100
  • 76227fa519 Fix missing error in docs for glfwCreateWindow Camilla Löwy 2024-01-04 20:07:27 +0100
  • 0161cde6f3 Add build- prefix to .gitignore Camilla Löwy 2024-01-03 18:01:56 +0100
  • c710d2c05d Wayland: Fix segfault on termination Camilla Löwy 2024-01-03 18:01:29 +0100
  • a943d9ac17 Add credit Camilla Löwy 2023-12-14 15:27:53 +0100
  • 7998629ad2 Linux: Fix regfree being called on invalid data Camilla Löwy 2024-01-14 23:30:32 +0100
  • 9ba47ca13a Start 3.3.10 Camilla Löwy 2024-01-14 23:27:14 +0100
  • d2b88cf7ab Update documentation for native access errors Camilla Löwy 2024-01-12 17:42:37 +0100
  • 200639712b Add initial .editorconfig file Camilla Löwy 2024-01-12 13:02:50 +0100
  • 507621977f Win32: Remove unofficial support for VS 2008 Camilla Löwy 2024-01-11 18:03:18 +0100
  • 29885c6942 Win32: Improve clipboard contention issue Camilla Löwy 2020-01-17 03:25:54 +0100
  • 2c3eb75748 Wayland: Remove dependency on wayland-protocols Camilla Löwy 2023-12-05 23:03:25 +0100
  • 73948e6c0f Fix missing error in docs for glfwCreateWindow Camilla Löwy 2024-01-04 20:07:27 +0100
  • 5a9ea8f99f Add build- prefix to .gitignore Camilla Löwy 2024-01-03 18:01:56 +0100
  • 4e8c4901e9 Wayland: Fix segfault on termination Camilla Löwy 2024-01-03 18:01:29 +0100