Age | Commit message (Expand) | Author |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-06-03 | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke |
2021-06-02 | Fixed window_can_draw of DisplayServerWindows | Hendrik Brucker |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-03-30 | Fix window resizing after minimization on Windows | floppyhammer |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-18 | Move tablet driver API from OS to DisplayServer. | bruvzg |
2021-02-07 | Cancel event dispatch on error | kobewi |
2021-01-06 | Removes semicolon typo in display_server_windows | Yuri Roubinsky |
2021-01-06 | Fix PopupMenu's which are not closed after a recent commit | Yuri Roubinsky |
2021-01-05 | Merge pull request #44299 from Chaosus/fix_win32_warning | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2021-01-01 | Fixed warning at project startup (WIN32) | Yuri Roubinsky |
2020-12-31 | Fix window restoring after fullscreen again | Yuri Roubinsky |
2020-12-19 | Rename Rect2 and Rect2i clip() to intersection() | Marcel Admiraal |
2020-12-04 | RenderingServer reorganization | reduz |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-09-17 | Add window click-through support. | bruvzg |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-03 | Merge pull request #41332 from bruvzg/win_subsys_option | Rémi Verschelde |
2020-08-26 | Fix WINDOW_EVENT_FOCUS_IN for popups on Windows | PouleyKetchoupp |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-08-17 | Revert "[Windows] Attach to parent console instead of creating new one." | bruvzg |
2020-08-17 | [Windows] Fix modifier keys when using tablet input. | bruvzg |
2020-08-11 | [Windows] Attach to parent console instead of creating new one. | bruvzg |
2020-07-23 | DisplayServer: separate window showing into another function | Lorenzo Cerqua |
2020-07-20 | fix crlf for clipboard | Zae |
2020-07-15 | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting |
2020-07-04 | Merge pull request #39888 from nekomatata/windows-create-window-error | Rémi Verschelde |
2020-07-02 | Fix fullscreen flag on Windows, closes #37588 | Juan Linietsky |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-27 | Fix errors when creating windows on Windows | PouleyKetchoupp |
2020-06-22 | [Windows] Prevent overwriting old cursor handle on multiple mouse_mode change... | bruvzg |
2020-06-19 | Merge pull request #39427 from hcmlax/shortcut_issue_39351 | Rémi Verschelde |
2020-06-18 | adding check for syskeydown on control and alt | unknown |
2020-06-13 | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg |
2020-05-22 | Merge pull request #38951 from bruvzg/win_ink_block_mm_4 | Rémi Verschelde |
2020-05-22 | Block WM_MOUSEMOVE during Windows Ink pen handling. | bruvzg |
2020-05-21 | Fix segmentation fault when using context_vulkan after memdelete context_vulkan | GuidoRevers |