| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | [doc] Fix grammar in class docs: less vs. fewer/lower | Andy Maloney | 2022-08-18 | 1 | -1/+1 |
| |/ |
|
* / | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m... | bruvzg | 2022-08-18 | 1 | -0/+4 |
|/ |
|
* | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney | 2022-08-12 | 1 | -11/+11 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -23/+23 |
* | Document editor settings in the class reference | Hugo Locurcio | 2022-08-06 | 1 | -0/+277 |
* | Rename visual shader editor setting category for proper capitalization | Hugo Locurcio | 2022-08-03 | 1 | -1/+1 |
* | Add support for documenting most editor settings in the class reference | Hugo Locurcio | 2022-07-29 | 1 | -0/+448 |
* | Move editor paths into the EditorPaths class | Aaron Franke | 2022-07-29 | 1 | -6/+0 |
* | Added ability to retrieve array of changed settings changed when it is saved. | Eric M | 2022-03-05 | 1 | -0/+20 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -74/+37 |
* | Implement shader caching | reduz | 2021-05-31 | 1 | -9/+0 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-02-19 | 1 | -0/+10 |