summaryrefslogtreecommitdiffstats
path: root/platform/macos/display_server_macos.mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | Improve cursor_set_custom_image() methodkobewi2024-02-281-34/+4
| |/
* / Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
|/
* [macOS/Windows] Fix application indicator destruction.bruvzg2024-02-271-1/+1
* [macOS] Ignore window decorations in confined mouse mode to match other platf...bruvzg2024-02-181-1/+1
* Merge pull request #88274 from bruvzg/macos_hdr_pickerRémi Verschelde2024-02-151-8/+13
|\
| * [macOS] Fix color picker on HDR screens.bruvzg2024-02-131-8/+13
* | Fix `Ctrl+Tab` and `Ctrl+Shift+Tab` on macOSpassivestar2024-02-151-3/+23
* | Merge pull request #87384 from bruvzg/sys_base_colorRémi Verschelde2024-02-131-1/+46
|\ \
| * | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-1/+46
* | | [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-131-0/+14
|/ /
* | Merge pull request #87999 from bruvzg/metal_layerRémi Verschelde2024-02-131-1/+1
|\ \
| * | [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension.bruvzg2024-02-131-1/+1
| |/
* / Implement support for application status indicators (tray icons).bruvzg2024-02-131-0/+125
|/
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-33/+39
* [macOS] Fix changing main menu item names.bruvzg2024-02-031-0/+4
* use autorelease pools around main loopStuart Carnie2024-02-021-0/+1
* Merge pull request #80231 from romlok/input-key-locationRémi Verschelde2024-01-291-0/+2
|\
| * Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+2
* | [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-154/+114
|/
* Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+4
* Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-201-33/+48
|\
| * Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-33/+48
* | Merge pull request #75489 from bruvzg/init_pos_usableYuri Sizov2023-12-191-1/+2
|\ \
| * | [DisplayServer] Use screen "usable rect" instead of full rect to calculate in...bruvzg2023-12-041-1/+2
* | | [macOS] Add default Window and Help menus, allow special menu customization.bruvzg2023-12-131-205/+308
| |/ |/|
* | Fix IME key event being erased in macOSHolySkyMin2023-11-291-1/+2
|/
* [macOS] Fix transparent and borderless flags interaction with full-screen mode.bruvzg2023-11-141-43/+49
* Merge pull request #84774 from akien-mga/fix-TTR-in-ERR-WARN-printsRémi Verschelde2023-11-121-9/+9
|\
| * Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-9/+9
* | Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
|/
* Merge pull request #84649 from bruvzg/mac_fs_fs_switchRémi Verschelde2023-11-091-0/+13
|\
| * [macOS] Fix fullscreen <-> exclusive fullscreen transition.bruvzg2023-11-091-0/+13
* | [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.bruvzg2023-11-061-4/+3
|/
* [macOS] Improve ANGLE support detection.bruvzg2023-11-011-1/+1
* [macOS] Fallback to native OpenGL renderer if ANGLE initialization failed. Re...bruvzg2023-10-211-9/+16
* Add error messages to the native menu and file dialogs callback.bruvzg2023-10-141-14/+89
* [macOS] Fix crash when using system default menu shortcuts.bruvzg2023-10-131-1/+1
* [macOS] Use occlusionState instead of isOnActiveSpace to determine when windo...bruvzg2023-10-101-2/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-9/+9
* [macOS] Fix ambiguous method call with older SDKs.bruvzg2023-10-051-1/+2
* Add vararg call() method to C++ Callablekobewi2023-10-051-63/+14
* Merge pull request #81218 from bruvzg/_temp_fsRémi Verschelde2023-10-041-141/+237
|\
| * [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-141/+237
* | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...bruvzg2023-10-041-15/+158
|/
* Merge pull request #82423 from bruvzg/mac_ex_fsRémi Verschelde2023-10-031-1/+11
|\
| * [macOS] Check all exclusive fullscreen windows before setting presentation mode.bruvzg2023-09-271-1/+11
* | Merge pull request #82357 from bruvzg/mac_fix_blRémi Verschelde2023-10-031-1/+3
|\ \
| * | [macOS] Fix borderless mode on macOS 13.6+.bruvzg2023-09-261-1/+3
* | | Merge pull request #80952 from bruvzg/nfdlg_refocusRémi Verschelde2023-10-031-0/+8
|\ \ \
| * | | [Native File Dialogs] Refocus last focused window on close.bruvzg2023-08-241-0/+8