summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-096-8/+8
* Merge pull request #79105 from akien-mga/linux-libsquish-lacks-pkgconfigRémi Verschelde2023-07-081-1/+2
|\
| * Linux: Link libsquish directly when unbundling, .pc file unreliableRémi Verschelde2023-07-061-1/+2
* | Merge pull request #79048 from sepTN/its-platform-not-plafromRémi Verschelde2023-07-081-1/+1
|\ \
| * | fix typo on TLSOptions.xml and library_godot_display.jsSeptian2023-07-081-1/+1
* | | Merge pull request #79016 from bruvzg/fix_win_initial_ne_fsRémi Verschelde2023-07-081-1/+3
|\ \ \
| * | | [Windows] Fix setting initial non-exclusive window mode.bruvzg2023-07-041-1/+3
| |/ /
* | | Merge pull request #78797 from Calinou/remove-redundant-vformatRémi Verschelde2023-07-081-11/+11
|\ \ \
| * | | Remove uses of `vformat()` with no placeholdersHugo Locurcio2023-06-281-11/+11
| |/ /
* | | Merge pull request #78263 from bruvzg/fl_allRémi Verschelde2023-07-071-1/+1
|\ \ \
| * | | [Windows] Flash both the window caption and taskbar button on `request_attent...bruvzg2023-06-151-1/+1
* | | | Merge pull request #79101 from akien-mga/linux-unbundle-brotliRémi Verschelde2023-07-071-0/+3
|\ \ \ \
| * | | | Linux: Allow unbundling brotli to use system libraryRémi Verschelde2023-07-061-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #79092 from akien-mga/doctool-remove-version-attributeRémi Verschelde2023-07-076-6/+6
|\ \ \ \
| * | | | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-066-6/+6
| |/ / /
* | | | Merge pull request #79010 from bruvzg/set_native_icon_crashRémi Verschelde2023-07-071-5/+11
|\ \ \ \ | |/ / / |/| | |
| * | | [macOS] Fix set_native_icon crash with empty or invalid ICNS file.bruvzg2023-07-041-5/+11
| | |/ | |/|
* / | Bump version to 4.2-devRémi Verschelde2023-07-056-6/+6
|/ /
* | Display a message about missing C# support on Android/iOS/Web platformsHugo Locurcio2023-06-243-3/+27
* | Merge pull request #72720 from pkdawson/fix-mouse-captureRémi Verschelde2023-06-221-1/+1
|\ \
| * | DisplayServerWindows: Fix mouse capture when button up message is missedPatrick Dawson2023-02-041-1/+1
* | | SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-2026-40/+12
* | | Merge pull request #78455 from aaronfranke/macos-fix-tex-format-validRémi Verschelde2023-06-201-13/+10
|\ \ \
| * | | macOS: Finish checking templates before validating texture formatsAaron Franke2023-06-191-13/+10
* | | | Merge pull request #78175 from phil-hudson/fix-#78105Rémi Verschelde2023-06-201-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | fix(android): set pending intent flag to stop insta-crashPhil Hudson2023-06-201-2/+8
* | | | Merge pull request #78448 from akien-mga/black-23.3.0Rémi Verschelde2023-06-201-1/+0
|\ \ \ \
| * | | | CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-1/+0
* | | | | Merge pull request #74511 from AThousandShips/win_cursor_fixRémi Verschelde2023-06-203-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix clearing custom cursorNinni Pipping2023-03-103-6/+6
* | | | | Merge pull request #78123 from YeldhamDev/if_you_want_anything_done,_do_it_yo...Rémi Verschelde2023-06-1912-17/+18
|\ \ \ \ \
| * | | | | Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-1912-17/+18
* | | | | | Merge pull request #67158 from amoriqbal/fix_error_messageRémi Verschelde2023-06-191-13/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Changed the conditions for firing 'No such file or directory' errorAmor Iqbal2022-10-101-13/+22
* | | | | | Fix Clang dev_mode build const string conversionbitsawer2023-06-161-1/+1
* | | | | | Merge pull request #78319 from bruvzg/fix_lipo_faRémi Verschelde2023-06-161-14/+16
|\ \ \ \ \ \
| * | | | | | [macOS export] Fix lipo file handling.bruvzg2023-06-161-14/+16
* | | | | | | Merge pull request #78306 from m4gr3d/cleanup_launch_flow_mainRémi Verschelde2023-06-163-23/+35
|\ \ \ \ \ \ \
| * | | | | | | Add parameters for the Godot Activity starting intent to allow restarting or ...Fredia Huya-Kouadio2023-06-153-23/+35
| |/ / / / / /
* / / / / / / [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-1613-3/+54
|/ / / / / /
* | | | | / Fix `bsd` feature tag includes only "other BSDs"Danil Alexeev2023-06-151-1/+9
| |_|_|_|/ |/| | | |
* | | | | Disable NVIDIA's threaded optimization on WindowsÁlex Román Núñez2023-06-132-0/+172
| |_|/ / |/| | |
* | | | Merge pull request #78151 from jpcerrone/fix_windowed_move_problemsRémi Verschelde2023-06-131-2/+2
|\ \ \ \
| * | | | Fix window resizing problems on Windowsjpcerrone2023-06-121-2/+2
* | | | | Fix docs after renaming export optionRedworkDE2023-06-123-5/+5
* | | | | Merge pull request #75984 from KoBeWi/ConsoleMcWrapRémi Verschelde2023-06-122-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename console script to wrapperkobewi2023-04-122-7/+7
* | | | | [iOS] Fix orientation change in runtime.bruvzg2023-06-121-0/+5
* | | | | Merge pull request #78129 from m4gr3d/fix_open_new_project_mainRémi Verschelde2023-06-123-17/+59
|\ \ \ \ \
| * | | | | Fix issue causing the last edited project to open while switching to another ...Fredia Huya-Kouadio2023-06-113-17/+59