summaryrefslogtreecommitdiff
path: root/platform/macos
AgeCommit message (Expand)Author
2022-10-04Merge pull request #66832 from bruvzg/cmd_p_fixRémi Verschelde
2022-10-03[macOS] Fix ⌘ + . + other modifier triggering twice.bruvzg
2022-10-03Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
2022-09-24[macOS] Process menu callback after event processing step to avoid event queu...bruvzg
2022-09-23SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize`Rémi Verschelde
2022-09-22[macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg
2022-09-21Merge pull request #65816 from bruvzg/proj_settings_missing_flagsRémi Verschelde
2022-09-21[macOS] Improve "extended to title" transition to / from fullscreen.bruvzg
2022-09-20[macOS] Add an option to align window buttons in "extend to title" mode.bruvzg
2022-09-19SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde
2022-09-19Add missing initial window flags and window mode to the project settings.bruvzg
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-16Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde
2022-09-15[macOS] Remove tabs for "Quit" menu item.bruvzg
2022-09-15[macOS] Fix redraw lag at the edge of the resizing window.bruvzg
2022-09-14[macOS, 4.0] Fix unresponsive redraw during live resizing.bruvzg
2022-09-13Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio
2022-09-13Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde
2022-09-12Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames
2022-09-08SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde
2022-09-07Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Rename `range_lerp` to `remap`Micky
2022-09-04fix: graceful exit on macOS missing VulkanJiri Suchan
2022-09-02Merge pull request #65242 from bruvzg/menu_event_multiwindowRémi Verschelde
2022-09-02Merge pull request #65026 from bruvzg/dark_modeRémi Verschelde
2022-09-02[macOS] Simplify handling of menu accelerators, and send event to the focused...bruvzg
2022-09-01[macOS] Handle accelerator and click events of the global menu items separately.bruvzg
2022-08-31Add support for system dark mode and accent color detection (macOS and Window...bruvzg
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-27Merge pull request #64507 from RandomShaper/remove_unusedRémi Verschelde
2022-08-27Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez
2022-08-26Merge pull request #64777 from bruvzg/extend_to_titleRémi Verschelde
2022-08-26[macOS] Extend editor contents to the window titlebar for better space usage.bruvzg
2022-08-26[macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg
2022-08-26Merge pull request #64562 from bruvzg/fix_dup_localesRémi Verschelde
2022-08-25Improve platform-specific READMEs to add useful linksHugo Locurcio
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-18Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg
2022-08-18[macOS / iOS Export] Fix generation of duplicate locale property list files.bruvzg
2022-08-14Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio
2022-08-06Only define `keep_screen_on` project setting onceRedMser
2022-08-05Implement `screen_is_kept_on` for macOS.bruvzg
2022-08-04Implement `screen_set_keep_on` for macOSbruvzg
2022-08-02Add override keywords to DirAccess derived classesMarcel Admiraal