summaryrefslogtreecommitdiff
path: root/platform/macos
AgeCommit message (Expand)Author
2022-11-21Merge pull request #68897 from bruvzg/mac_reparentRémi Verschelde
2022-11-21[Export] Use image loader directly to avoid "resource as image file" errors.bruvzg
2022-11-21[macOS] Dynamically attach and detach transient windows to allow them to stay...bruvzg
2022-11-20Fix unused exitcode in macos export pluginMarkus Sauermann
2022-11-18Windows icon export improvements.bruvzg
2022-11-17[macOS] Update activation hack to work on Ventura.bruvzg
2022-11-15Set vsync on window creation when using GLES3.clayjohn
2022-11-15Merge pull request #68683 from bruvzg/mvk_detectRémi Verschelde
2022-11-15[macOS] Automatically detect MoltenVK libs installed via homebrew and macports.bruvzg
2022-11-14Regenerate GL loader code with GLAD 2Riteo
2022-11-14[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg
2022-11-13Added missing null checks for gl_manager in MacOS and Windows display serversDavid Snopek
2022-11-11Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-changeMarkus Sauermann
2022-11-08Add support for OpenGL to OpenXRDavid Snopek
2022-11-01Load and use system emoji font in the editor.bruvzg
2022-10-31Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-26Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg
2022-10-24Make window creation with custom position do not flashWei Guo
2022-10-21Merge pull request #67546 from clayjohn/DS-msgClay John
2022-10-18Update the DisplayServer video driver error messageclayjohn
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-18[macOS] Fit OS::alert to the text width for better readability.bruvzg
2022-10-13Fix macOS export plugin build without regex module.bruvzg
2022-10-12Merge pull request #66952 from bruvzg/macos_net_exportRémi Verschelde
2022-10-11Cleanup unused defines in platform codeRémi Verschelde
2022-10-10[macOS] Fix window button position and title bar size when editor scale do no...bruvzg
2022-10-07[.NET Export] Improve .NET export process.bruvzg
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
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