| Commit message (Expand) | Author | Age | Files | Lines |
* | Add setting to control the window used to run the project for the Android editor | Fredia Huya-Kouadio | 2023-06-07 | 1 | -0/+4 |
* | Merge pull request #47628 from Calinou/2d-editor-remove-contrained-view | Yuri Sizov | 2023-05-31 | 1 | -3/+0 |
|\ |
|
| * | Remove constrained view in the 2D editor | Hugo Locurcio | 2023-05-20 | 1 | -3/+0 |
* | | Merge pull request #66763 from MewPurPur/remove-bookmark-hiding | Rémi Verschelde | 2023-05-29 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | Remove editor setting for hiding bookmarks | VolTer | 2022-11-02 | 1 | -4/+1 |
* | | Improve editor state persistence | Hendrik Brucker | 2023-05-11 | 1 | -0/+3 |
* | | Add multi window code and shader editors | trollodel | 2023-05-10 | 1 | -0/+11 |
* | | Merge pull request #75718 from m4gr3d/add_scale_editor_icons_main | Fredia Huya-Kouadio | 2023-05-07 | 1 | -0/+4 |
|\ \ |
|
| * | | Adds a `scale_gizmo_handles` entry to the `Touchscreen` editor settings | Fredia Huya-Kouadio | 2023-05-07 | 1 | -0/+4 |
* | | | Fixed various typos across the docs | UltraBIF | 2023-05-02 | 1 | -2/+2 |
|/ / |
|
* | | Add editor setting for spin slider sensibility | Winston Yallow | 2023-04-27 | 1 | -0/+3 |
* | | Add project manager / editor initial screen settings, implement DisplayServer... | bruvzg | 2023-04-19 | 1 | -0/+6 |
* | | Decouple EditorInterface from EditorPlugin | Yuri Sizov | 2023-04-17 | 1 | -1/+1 |
* | | Merge pull request #75737 from MewPurPur/🐁da🐁 | Yuri Sizov | 2023-04-10 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix mistakes in documentation and GDScript errors | VolTer | 2023-04-10 | 1 | -3/+3 |
* | | | Scene tab closing refactor | kobewi | 2023-04-03 | 1 | -1/+1 |
|/ / |
|
* | | Fix various typos in the classref | Haoyu Qiu | 2023-03-09 | 1 | -1/+1 |
* | | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | | Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_main | Rémi Verschelde | 2023-02-22 | 1 | -4/+12 |
|\ \ |
|
| * | | Enable granular control of touchscreen related settings | Fredia Huya-Kouadio | 2023-02-22 | 1 | -4/+12 |
* | | | update outdated references and examples | Hana | 2023-02-21 | 1 | -1/+1 |
|/ / |
|
* | | Various classref typo fixes | Haoyu Qiu | 2023-02-20 | 1 | -1/+1 |
* | | Fix C# examples in documentation | Raul Santos | 2023-01-31 | 1 | -1/+1 |
* | | Add a theme usability setting which updates the touch area of UI elements (e.... | Fredia Huya-Kouadio | 2023-01-28 | 1 | -0/+4 |
* | | Add "Open in External Program" option | kobewi | 2023-01-21 | 1 | -1/+13 |
* | | Update all outdated online documentation links | Yuri Sizov | 2023-01-14 | 1 | -3/+3 |
* | | Added gl_compatibility as an option to the project creation screen | clayjohn | 2022-12-13 | 1 | -0/+3 |
* | | Merge pull request #67871 from Calinou/editor-theme-add-oled-preset | Rémi Verschelde | 2022-11-28 | 1 | -0/+3 |
|\ \ |
|
| * | | Add Black (OLED) editor theme preset | Hugo Locurcio | 2022-10-26 | 1 | -0/+3 |
* | | | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo Locurcio | 2022-11-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | Doc consistency: "inspector" to "Inspector" | Micky | 2022-10-27 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #67656 from MewPurPur/instance🧹 | Max Hilbrunner | 2022-10-21 | 1 | -1/+1 |
|\ |
|
| * | Fix small mistakes throughout much of the documentation | VolTer | 2022-10-21 | 1 | -1/+1 |
* | | Merge pull request #66134 from MewPurPur/fix-outdated-editor-settings | Max Hilbrunner | 2022-10-19 | 1 | -8/+8 |
|\ \
| |/
|/| |
|
| * | Improve some Text Editor editor settings | VolTer | 2022-09-20 | 1 | -8/+8 |
* | | Add editor setting for AcceptDialog OK/Cancel buttons positioning | Rémi Verschelde | 2022-10-05 | 1 | -0/+6 |
* | | Fix typos with codespell | Rémi Verschelde | 2022-09-30 | 1 | -2/+2 |
* | | Further cleanup of VisualScript references | RedMser | 2022-09-19 | 1 | -3/+3 |
|/ |
|
* | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli | 2022-09-08 | 1 | -2/+2 |
* | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | 2022-09-06 | 1 | -2/+2 |
* | Change Array arguments to TypedArray | kobewi | 2022-09-01 | 1 | -1/+1 |
* | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg | 2022-08-26 | 1 | -0/+4 |
* | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde | 2022-08-26 | 1 | -2/+2 |
|\ |
|
| * | Add font LCD sub-pixel anti-aliasing support. | bruvzg | 2022-08-23 | 1 | -2/+2 |
* | | Fix outdated mentions of default code font in EditorSettings documentation | Hugo Locurcio | 2022-08-25 | 1 | -3/+3 |
* | | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -1/+1 |
|/ |
|
* | Properly refer to functions definition color in description | Micky | 2022-08-21 | 1 | -1/+1 |
* | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | 2022-08-19 | 1 | -14/+0 |
|\ |
|
| * | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | 2022-08-18 | 1 | -14/+0 |
* | | Merge pull request #64580 from asmaloney/doc-grammar-less | Max Hilbrunner | 2022-08-19 | 1 | -1/+1 |
|\ \ |
|