| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve cursor_set_custom_image() method | kobewi | 2024-02-28 | 1 | -0/+3 |
* | Merge pull request #87384 from bruvzg/sys_base_color | Rémi Verschelde | 2024-02-13 | 1 | -1/+3 |
|\ |
|
| * | Add method to get "base" system UI color (macOS/Windows) and system theme cha... | bruvzg | 2024-02-13 | 1 | -1/+3 |
* | | [macOS] Add support for native help menu search callbacks, integrate editor h... | bruvzg | 2024-02-13 | 1 | -0/+3 |
|/ |
|
* | Implement support for application status indicators (tray icons). | bruvzg | 2024-02-13 | 1 | -1/+10 |
* | [Native File Dialog] Add support for adding custom options to the dialogs. | bruvzg | 2024-01-24 | 1 | -0/+1 |
* | Implement a transient_to_focused mode | Juan Linietsky | 2024-01-14 | 1 | -0/+2 |
* | [macOS] Add default Window and Help menus, allow special menu customization. | bruvzg | 2023-12-13 | 1 | -0/+2 |
* | Merge pull request #81218 from bruvzg/_temp_fs | Rémi Verschelde | 2023-10-04 | 1 | -1/+2 |
|\ |
|
| * | [Native File Dialogs] Improve filter list handling, add selected filter to th... | bruvzg | 2023-10-03 | 1 | -1/+2 |
* | | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m... | bruvzg | 2023-10-04 | 1 | -0/+5 |
|/ |
|
* | [DisplayServer] Add method to estimate window title bar size. | bruvzg | 2023-10-03 | 1 | -0/+1 |
* | Merge pull request #63826 from deakcor/dev_clipboard | Yuri Sizov | 2023-07-27 | 1 | -0/+2 |
|\ |
|
| * | add clipboard get image methods for windows and macos | Vincent D | 2023-07-17 | 1 | -0/+2 |
* | | [macOS] Implement optional native file selection dialog support for sandboxed... | bruvzg | 2023-07-12 | 1 | -0/+10 |
* | | Merge pull request #77993 from bruvzg/key_lbl_from_p | Yuri Sizov | 2023-07-12 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Implement keyboard_get_label_from_physical method. | bruvzg | 2023-06-08 | 1 | -0/+1 |
* | | [DisplayServer] Add method to check if native window is focused. | bruvzg | 2023-06-16 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #75142 from bruvzg/scr | Rémi Verschelde | 2023-05-16 | 1 | -0/+1 |
|\ |
|
| * | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and... | bruvzg | 2023-03-20 | 1 | -0/+1 |
* | | Add project manager / editor initial screen settings, implement DisplayServer... | bruvzg | 2023-04-19 | 1 | -0/+24 |
|/ |
|
* | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and... | bruvzg | 2023-03-01 | 1 | -0/+2 |
* | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ... | bruvzg | 2023-01-16 | 1 | -0/+2 |
* | Add framework for avoidance of color flash in new windows | Pedro J. Estébanez | 2023-01-12 | 1 | -0/+10 |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -1/+1 |
* | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg | 2023-01-07 | 1 | -4/+7 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Improve `window_set_current_screen` and fix secondary window initial mode and... | bruvzg | 2022-12-29 | 1 | -1/+1 |
* | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | 2022-12-07 | 1 | -1/+2 |
|\ |
|
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg | 2022-12-07 | 1 | -1/+2 |
* | | Fix Determining Window for Touchscreen | Markus Sauermann | 2022-12-07 | 1 | -1/+1 |
|/ |
|
* | Add support for OpenGL to OpenXR | David Snopek | 2022-11-08 | 1 | -0/+1 |
* | Make window creation with custom position do not flash | Wei Guo | 2022-10-24 | 1 | -2/+2 |
* | [macOS] Fix window button position and title bar size when editor scale do no... | bruvzg | 2022-10-10 | 1 | -1/+1 |
* | [macOS extend-to-title] Add scene/project name to the editor title, fix incor... | bruvzg | 2022-09-22 | 1 | -0/+1 |
* | [macOS] Add an option to align window buttons in "extend to title" mode. | bruvzg | 2022-09-20 | 1 | -1/+2 |
* | Merge pull request #65026 from bruvzg/dark_mode | Rémi Verschelde | 2022-09-02 | 1 | -0/+4 |
|\ |
|
| * | Add support for system dark mode and accent color detection (macOS and Window... | bruvzg | 2022-08-31 | 1 | -0/+4 |
* | | [macOS] Handle accelerator and click events of the global menu items separately. | bruvzg | 2022-09-01 | 1 | -7/+9 |
|/ |
|
* | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg | 2022-08-26 | 1 | -0/+8 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -2/+2 |
* | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m... | bruvzg | 2022-08-18 | 1 | -9/+11 |
* | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -1/+13 |
* | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde | 2022-05-03 | 1 | -2/+2 |
|\ |
|
| * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -2/+2 |
* | | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal | 2022-05-02 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #60551 from madmiraal/implement-3466 | Rémi Verschelde | 2022-05-02 | 1 | -0/+2 |
|\ |
|
| * | Add a method for obtaining display cutouts on Android | Marcel Admiraal | 2022-04-26 | 1 | -0/+2 |
* | | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+36 |
|/ |
|
* | Rename warp mouse functions to warp_mouse | Markus Sauermann | 2022-03-27 | 1 | -1/+1 |