summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* [X11] Do not try to focus unmapped window.bruvzg2022-03-081-1/+1
* Merge pull request #58738 from bruvzg/mac_resize_crashRémi Verschelde2022-03-044-1/+27
|\
| * [macOS] Disable window redraw during resize, when rendering in the separate t...bruvzg2022-03-044-1/+27
* | [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+5
|/
* Improve popup window handling.bruvzg2022-02-256-15/+172
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-166-14/+23
* i18n: Sync editor translations with WeblateRémi Verschelde2022-02-161-9/+9
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-152-0/+12
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-152-2/+7
* [OSX] Codesign exporter now uses CryptoCore RNG.Fabio Alessandrelli2022-02-142-4/+6
* [macOS] Fix macOS producing alert sound on some input actions.bruvzg2022-02-121-0/+4
* Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-122-2/+28
|\
| * Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-122-2/+28
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+1
|/
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-4/+3
* OSX: Pass `-mmacosx-version-min=11.0` instead of `11.00`Rémi Verschelde2022-02-081-3/+3
* [macOS] Fix NO_FOCUS macOS flag.bruvzg2022-02-082-2/+3
* Merge pull request #57305 from bruvzg/macos_cleanupRémi Verschelde2022-02-0727-2541/+3278
|\
| * [macOS] Cleanup and split Objective-C objects to the separate filesbruvzg2022-02-0126-2485/+3266
| * [macOS] Enable Objective-C ARCbruvzg2022-02-015-93/+49
* | Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-0/+2
|\ \
| * | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg2022-02-041-0/+2
* | | Merge pull request #57617 from bruvzg/char_cleanupRémi Verschelde2022-02-041-1/+1
|\ \ \
| * | | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
| |/ /
* | | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-042-0/+19
|\ \ \ | |/ / |/| |
| * | Add screen_get_refresh_rate to DisplayServerjordi2022-02-032-0/+19
* | | [macOS] Add empty translation files to the exported app bundle, to allow tran...bruvzg2022-02-031-0/+18
| |/ |/|
* | Fix captured mouse modeHendrik Brucker2022-02-012-2/+8
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-272-0/+20
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-142-0/+20
* | Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde2022-01-241-1/+0
|\ \
| * | Use mouse event relative motion to calculate mouse velocityMarcel Admiraal2022-01-131-1/+0
| |/
* | [Export] Instead of removing unsupported options, hide it.bruvzg2022-01-222-16/+34
* | Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-3/+3
* | Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindowRémi Verschelde2022-01-192-26/+40
|\ \
| * | Window management improvements.bruvzg2022-01-182-26/+40
* | | [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv...bruvzg2022-01-1811-100/+3996
|/ /
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-174-18/+6
|\ \
| * | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-184-18/+6
* | | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-14/+3
| |/ |/|
* | Merge pull request #56700 from bruvzg/macos_terminal_activationRémi Verschelde2022-01-121-4/+4
|\ \
| * | [macOS] Improve window activation hack.bruvzg2022-01-111-4/+4
* | | [macOS] Fix OpenGL color space on HDR displays.bruvzg2022-01-121-0/+1
|/ /
* | Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-1/+1
|\ \
| * | Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-1/+1
* | | [macOS export] Improve code signing/notarization options validation.bruvzg2022-01-101-12/+52
* | | Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-2/+2
* | | Merge pull request #56517 from bruvzg/fix_export_utf8Rémi Verschelde2022-01-051-1/+1
|\ \ \
| * | | Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1