summaryrefslogtreecommitdiffstats
path: root/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #72104 from bruvzg/popup-non-popupsRémi Verschelde2023-02-011-1/+16
|\
| * Extend special popup window handling to any non-popup child of a popup.bruvzg2023-01-261-1/+16
* | Refactor high quality texture importJuan Linietsky2023-01-301-11/+27
* | Fix split allow empty string in SSH export plugindaviirodrig2023-01-271-2/+2
|/
* Cleanup and unify keyboard input.bruvzg2023-01-238-498/+496
* [iOS] Restore OpenGLES3 renderer support.bruvzg2023-01-222-2/+4
* [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related f...bruvzg2023-01-206-3/+17
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-11/+11
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-162-1/+12
* Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-135-131/+314
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-295-131/+314
* | [macOS] Avoid color flash on window creation and resizing.bruvzg2023-01-131-2/+18
* | Require Apple Team ID when using notarytoolPatrick Gelvin2023-01-121-0/+4
* | Use BitField<> in core type masksJuan Linietsky2023-01-085-37/+43
* | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-072-44/+98
* | One Copyright Update to rule them allRémi Verschelde2023-01-0550-1450/+1450
* | Merge pull request #70624 from bruvzg/cur_scRémi Verschelde2023-01-035-50/+94
|\ \
| * | Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-295-50/+94
| |/
* / [macOS] Fix stylus tilt Y direction.bruvzg2022-12-231-1/+1
|/
* [macOS/iOS] Use framework Info.plist to determine library name.bruvzg2022-12-163-17/+330
* Only support XDG directory path configuration on LinuxHugo Locurcio2022-12-121-24/+0
* Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-072-2/+24
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-072-2/+24
* | [macOS export] Add support for Xcode notarytool.bruvzg2022-12-071-19/+112
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-043-6/+143
* Merge pull request #69380 from bruvzg/mac_max_wsRémi Verschelde2022-12-021-5/+7
|\
| * [macOS] Improve maximized and non-resizable modes handling.bruvzg2022-11-301-5/+7
* | [macOS] Fix export button incorrectly disabled when using login/app password ...bruvzg2022-11-301-1/+1
|/
* [macOS] Fix sub-windows opening in fullscreen.bruvzg2022-11-281-6/+0
* Merge pull request #68897 from bruvzg/mac_reparentRémi Verschelde2022-11-213-17/+64
|\
| * [macOS] Dynamically attach and detach transient windows to allow them to stay...bruvzg2022-11-213-17/+64
* | [Export] Use image loader directly to avoid "resource as image file" errors.bruvzg2022-11-211-2/+5
|/
* Fix unused exitcode in macos export pluginMarkus Sauermann2022-11-201-1/+1
* Windows icon export improvements.bruvzg2022-11-182-9/+8
* [macOS] Update activation hack to work on Ventura.bruvzg2022-11-171-1/+3
* Set vsync on window creation when using GLES3.clayjohn2022-11-151-1/+2
* Merge pull request #68683 from bruvzg/mvk_detectRémi Verschelde2022-11-151-7/+13
|\
| * [macOS] Automatically detect MoltenVK libs installed via homebrew and macports.bruvzg2022-11-151-7/+13
* | Regenerate GL loader code with GLAD 2Riteo2022-11-141-1/+1
|/
* [macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg2022-11-143-1/+25
* Added missing null checks for gl_manager in MacOS and Windows display serversDavid Snopek2022-11-131-1/+4
* Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-changeMarkus Sauermann2022-11-111-4/+15
* Add support for OpenGL to OpenXRDavid Snopek2022-11-083-0/+16
* Load and use system emoji font in the editor.bruvzg2022-11-011-1/+8
* Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-313-1/+10
|\
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-263-1/+10
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-312-12/+12
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-12/+12
* | | Make window creation with custom position do not flashWei Guo2022-10-242-5/+10
| |/ |/|