| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass window exclusive and transient properties for subwindow creation | Alvin Wong | 2024-07-25 | 1 | -1/+1 |
* | Use current mouse button state instead of saved values. | bruvzg | 2024-05-31 | 1 | -2/+0 |
* | [DisplayServer] Add method to check if window transparency is supported and e... | bruvzg | 2024-05-23 | 1 | -0/+2 |
* | Properly set window class in Wayland | Paulo Poiati | 2024-05-22 | 1 | -2/+2 |
* | [StatusIndicator] Add method to get indicator icon screen rect. | bruvzg | 2024-05-02 | 1 | -0/+1 |
* | Merge pull request #89588 from bruvzg/status_ind_menu_direct | Rémi Verschelde | 2024-05-01 | 1 | -3/+4 |
|\ |
|
| * | [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl... | bruvzg | 2024-03-20 | 1 | -3/+4 |
* | | Polish interaction between windowing, input and rendering | Pedro J. Estébanez | 2024-04-10 | 1 | -1/+0 |
* | | [macOS] Fix non-global native menu shortcuts. | bruvzg | 2024-03-27 | 1 | -0/+2 |
|/ |
|
* | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -83/+6 |
* | Merge pull request #87384 from bruvzg/sys_base_color | Rémi Verschelde | 2024-02-13 | 1 | -0/+6 |
|\ |
|
| * | Add method to get "base" system UI color (macOS/Windows) and system theme cha... | bruvzg | 2024-02-13 | 1 | -0/+6 |
* | | [macOS] Add support for native help menu search callbacks, integrate editor h... | bruvzg | 2024-02-13 | 1 | -0/+7 |
|/ |
|
* | Implement support for application status indicators (tray icons). | bruvzg | 2024-02-13 | 1 | -0/+14 |
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin... | Dario | 2024-02-12 | 1 | -2/+2 |
* | Merge pull request #80231 from romlok/input-key-location | Rémi Verschelde | 2024-01-29 | 1 | -0/+1 |
|\ |
|
| * | Add InputEventKey.location to tell left from right | Mel Collins | 2024-01-26 | 1 | -0/+1 |
* | | [Native File Dialog] Add support for adding custom options to the dialogs. | bruvzg | 2024-01-24 | 1 | -0/+3 |
|/ |
|
* | Implement a transient_to_focused mode | Juan Linietsky | 2024-01-14 | 1 | -0/+2 |
* | Merge pull request #83452 from RandomShaper/rd_common | Yuri Sizov | 2023-12-20 | 1 | -5/+7 |
|\ |
|
| * | Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts | Pedro J. Estébanez | 2023-12-20 | 1 | -5/+7 |
* | | [macOS] Add default Window and Help menus, allow special menu customization. | bruvzg | 2023-12-13 | 1 | -1/+6 |
|/ |
|
* | [macOS] Fix transparent and borderless flags interaction with full-screen mode. | bruvzg | 2023-11-14 | 1 | -1/+2 |
* | [macOS] Use occlusionState instead of isOnActiveSpace to determine when windo... | bruvzg | 2023-10-10 | 1 | -0/+1 |
* | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m... | bruvzg | 2023-10-04 | 1 | -1/+16 |
* | Merge pull request #82423 from bruvzg/mac_ex_fs | Rémi Verschelde | 2023-10-03 | 1 | -0/+1 |
|\ |
|
| * | [macOS] Check all exclusive fullscreen windows before setting presentation mode. | bruvzg | 2023-09-27 | 1 | -0/+1 |
* | | [DisplayServer] Add method to estimate window title bar size. | bruvzg | 2023-10-03 | 1 | -0/+1 |
|/ |
|
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN... | bruvzg | 2023-09-21 | 1 | -2/+3 |
* | [macOS] Fix missing mouse exit events on window close. | bruvzg | 2023-08-09 | 1 | -0/+3 |
* | Merge pull request #63826 from deakcor/dev_clipboard | Yuri Sizov | 2023-07-27 | 1 | -0/+3 |
|\ |
|
| * | add clipboard get image methods for windows and macos | Vincent D | 2023-07-17 | 1 | -0/+3 |
* | | [macOS] Implement optional native file selection dialog support for sandboxed... | bruvzg | 2023-07-12 | 1 | -0/+2 |
* | | 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/+2 |
* | | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -3/+4 |
|/ |
|
* | 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 |
* | | Don't expose mac specific display server. | HolonProduction | 2023-05-11 | 1 | -1/+1 |
* | | Add project manager / editor initial screen settings, implement DisplayServer... | bruvzg | 2023-04-19 | 1 | -0/+1 |
* | | [macOS] Fix infinite loop caused by global menu callbacks which trigger Edito... | bruvzg | 2023-03-23 | 1 | -1/+1 |
|/ |
|
* | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and... | bruvzg | 2023-03-01 | 1 | -0/+1 |
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -2/+3 |
* | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ... | bruvzg | 2023-01-16 | 1 | -0/+1 |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -3/+3 |
* | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg | 2023-01-07 | 1 | -4/+5 |
* | 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 | -2/+4 |
* | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg | 2022-12-07 | 1 | -1/+2 |