summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #90131 from rodrigodias4/fix86495Rémi Verschelde2024-04-041-3/+12
|\
| * Fix MacOS menu bar & dock stop appearing after closing sub-windowRodrigo Dias2024-04-011-3/+12
* | Fix issue with moving maximized window in macOSJiali Qiu2024-04-011-1/+1
|/
* Merge pull request #89953 from bruvzg/macos_menu_shortcutsRémi Verschelde2024-03-283-0/+11
|\
| * [macOS] Fix non-global native menu shortcuts.bruvzg2024-03-273-0/+11
* | [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
|/
* [NativeMenu] Move files to the `display` subfolder.bruvzg2024-03-261-1/+1
* Fix `EXIT_SUCCESS` on MacOSAlexander Hartmann2024-03-241-1/+1
* Merge pull request #89229 from akien-mga/main-refactor-os-exit-codeRémi Verschelde2024-03-241-8/+11
|\
| * Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-8/+11
* | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-6/+3
* | Fix NativeMenu layout direction on macOS, add extra check for Windows menu.bruvzg2024-03-151-1/+1
* | Merge pull request #89273 from bruvzg/win_native_menuRémi Verschelde2024-03-142-0/+11
|\ \
| * | [NativeMenu] Implement native popup menu support on Windows.bruvzg2024-03-132-0/+11
* | | clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-122-2/+2
|/ /
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-13/+5
* | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-1/+1
|\ \
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* | | SCons: Convert remaining `run_in_subprocess` to `env.Run`Thaddeus Crews2024-03-101-2/+2
* | | Merge pull request #89333 from Repiteo/enforce-eol-pythonRémi Verschelde2024-03-091-1/+1
|\ \ \
| * | | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
| | |/ | |/|
* / | Fix MoltenVK detectionpohy2024-03-091-2/+9
|/ /
* / Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-048-1337/+1559
|/
* Merge pull request #88987 from bruvzg/macos_12_depr_warnRémi Verschelde2024-02-293-2/+6
|\
| * [macOS] Fix some deprecation warnings.bruvzg2024-02-283-2/+6
* | Merge pull request #88978 from bruvzg/macos_bg_contRémi Verschelde2024-02-291-0/+4
|\ \
| * | [macOS] Enable input from controllers in the background.bruvzg2024-02-281-0/+4
| |/
* | Merge pull request #88970 from KoBeWi/ImageCursor2DRémi Verschelde2024-02-291-34/+4
|\ \
| * | 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-282-1/+2
|/
* [macOS/Windows] Fix application indicator destruction.bruvzg2024-02-271-1/+1
* [macOS] Add null checks for `NSString stringWithUTF8String`.bruvzg2024-02-232-4/+6
* Migrate macos controller API to GameController.hJezer Mejía2024-02-208-695/+662
* Merge pull request #88519 from bruvzg/mac_conf_modeRémi Verschelde2024-02-191-1/+1
|\
| * [macOS] Ignore window decorations in confined mouse mode to match other platf...bruvzg2024-02-181-1/+1
* | Merge pull request #88245 from shana/simplify-mono-support-detectionRémi Verschelde2024-02-191-0/+1
|\ \ | |/ |/|
| * C#: Let platforms signal if they support it or notAndreia Gaita2024-02-131-0/+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
* | | Merge pull request #88334 from passivestar/ctrl-tab-macRémi Verschelde2024-02-151-3/+23
|\ \ \
| * | | Fix `Ctrl+Tab` and `Ctrl+Shift+Tab` on macOSpassivestar2024-02-151-3/+23
* | | | Merge pull request #86966 from Muller-Castro/value2ref-coreRémi Verschelde2024-02-152-4/+4
|\ \ \ \
| * | | | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-4/+4
| |/ / /
* / / / SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-2/+2
|/ / /
* | | Merge pull request #87384 from bruvzg/sys_base_colorRémi Verschelde2024-02-133-1/+66
|\ \ \
| * | | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-133-1/+66
* | | | [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-135-1/+76
|/ / /
* | | Merge pull request #87999 from bruvzg/metal_layerRémi Verschelde2024-02-133-9/+9
|\ \ \
| * | | [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension.bruvzg2024-02-133-9/+9
| |/ /
* | | Merge pull request #87954 from bruvzg/mac_fd_no_typeRémi Verschelde2024-02-131-20/+54
|\ \ \