Age | Commit message (Expand) | Author |
2023-01-23 | Cleanup and unify keyboard input. | bruvzg |
2023-01-16 | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ... | bruvzg |
2023-01-12 | Implement color flash avoidance for Windows | Pedro J. Estébanez |
2023-01-08 | Use BitField<> in core type masks | Juan Linietsky |
2023-01-07 | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2023-01-03 | Merge pull request #70624 from bruvzg/cur_sc | Rémi Verschelde |
2022-12-29 | Improve `window_set_current_screen` and fix secondary window initial mode and... | bruvzg |
2022-12-27 | Fix dark title bar | floppyhammer |
2022-12-07 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg |
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John |
2022-10-28 | Fix differences between Windows and linuxbsd Display Server | Markus Sauermann |
2022-10-24 | Make window creation with custom position do not flash | Wei Guo |
2022-10-17 | Check if Vulkan context for the window exists before resizing it to avoid unn... | bruvzg |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-03 | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde |
2022-09-16 | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde |
2022-09-14 | Merge pull request #65133 from bruvzg/win_cursor | Rémi Verschelde |
2022-09-13 | Merge pull request #65262 from bruvzg/win10_dm | Rémi Verschelde |
2022-09-07 | Fix MOUSE_MODE_CAPTURED not working correctly with popups | MinusKube |
2022-09-03 | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg |
2022-09-03 | Disable dark mode title bar on Windows 10. | bruvzg |
2022-08-31 | Add support for system dark mode and accent color detection (macOS and Window... | bruvzg |
2022-08-31 | [Windows] Simplify cursor handling and add support for fully transparent curs... | bruvzg |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-05 | Implement `keep_screen_on` for Windows | RedMser |
2022-07-07 | Move windows display server's 'outside' field to WindowData struct | MinusKube |
2022-07-04 | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-13 | Merge pull request #60894 from derammo/derammo_opengl3_windows | Rémi Verschelde |
2022-05-11 | opengl3 driver now works on windows including multi window | derammo |
2022-05-10 | [Windows] Save and re-apply window icon when changing window style. | bruvzg |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-12 | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg |
2022-02-04 | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde |
2022-02-04 | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde |
2022-02-04 | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al... | bruvzg |
2022-02-03 | Add screen_get_refresh_rate to DisplayServer | jordi |
2022-01-31 | Simplify DisplayServerWindows pos/size message handling | SeleckyErik |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-14 | Add support for getting native display, window, and view handles. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-12-18 | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre... | Bastiaan Olij |