summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #90428 from bruvzg/macos_detect_helper_exesRémi Verschelde2024-04-294-20/+57
|\ \
| * | [macOS export] Detect embedded helper executables using MachO header.bruvzg2024-04-094-20/+57
* | | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-293-9/+9
|\ \ \
| * | | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-273-9/+9
* | | | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-4/+4
|/ / /
* | | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-192-4/+4
* | | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-2/+2
* | | [macOS] Fix native file dialog with empty filter list.bruvzg2024-04-171-4/+4
* | | Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-154-19/+14
|\ \ \
| * | | Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-104-19/+14
* | | | Merge pull request #87117 from DmitriySalnikov/rename_pdbRémi Verschelde2024-04-112-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-052-2/+2
* | | | Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-1/+1
* | | | [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-0/+6
| |/ / |/| |
* | | Use `[codeblock lang=text]` more often in class refMicky2024-04-081-1/+1
|/ /
* | 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