| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -1/+0 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -4/+4 |
* | Double check the selected tree item on error activated and error selected cal... | Hristo Stamenov | 2022-07-06 | 1 | -0/+9 |
* | Fixing Print_rich which only displays correctly in terminal | Voylin | 2022-07-01 | 1 | -0/+3 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -1/+1 |
* | Merge pull request #61736 from KoBeWi/final_form_of_the_fix | Fabio Alessandrelli | 2022-06-12 | 1 | -0/+2 |
|\ |
|
| * | Fix Debugger tab not updating when clearing errors | kobewi | 2022-06-06 | 1 | -0/+2 |
* | | i18n: Misc fixes translation strings | Rémi Verschelde | 2022-06-08 | 1 | -1/+1 |
|/ |
|
* | Use consistent casing in editor filter/search bars | FireForge | 2022-05-28 | 1 | -1/+1 |
* | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -4/+12 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -4/+4 |
* | Rename profiler "Idle Time" to "Process Time" | Hugo Locurcio | 2022-05-05 | 1 | -4/+4 |
* | Rename Transform2D "elements" to "columns" | Aaron Franke | 2022-04-29 | 1 | -1/+1 |
* | Add an external link editor icon | Hugo Locurcio | 2022-04-24 | 1 | -1/+1 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -2/+2 |
* | Capitalize names in the debugger | FireForge | 2022-03-29 | 1 | -2/+3 |
* | Add property name style toggle to Inspector | Haoyu Qiu | 2022-03-28 | 1 | -1/+1 |
* | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde | 2022-03-18 | 1 | -1/+1 |
|\ |
|
| * | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -1/+1 |
* | | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | 2022-03-17 | 1 | -1/+0 |
|/ |
|
* | More icon updates on theme change | Haoyu Qiu | 2022-03-15 | 1 | -7/+9 |
* | Remove VARIANT_ARG* macros | reduz | 2022-03-09 | 1 | -9/+7 |
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -5/+5 |
* | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -1/+2 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -17/+13 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+1 |
* | Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_servers | Rémi Verschelde | 2022-02-09 | 1 | -12/+18 |
|\ |
|
| * | [Debugger] Move servers-related behaviours to ServersDebugger. | Fabio Alessandrelli | 2022-02-06 | 1 | -0/+4 |
| * | [Debugger] Move most profilers to ServersDebugger. | Fabio Alessandrelli | 2022-02-06 | 1 | -12/+14 |
* | | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde | 2022-02-09 | 1 | -14/+4 |
* | | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -8/+8 |
* | | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -8/+8 |
|/ |
|
* | Add missing SNAME macro optimization in some function calls | jmb462 | 2022-02-06 | 1 | -3/+3 |
* | Rename Variant::is_ref() to is_ref_counted() | Pedro J. Estébanez | 2022-01-20 | 1 | -2/+2 |
* | Fix a node reparenting warning in the editor debugger | Yuri Sizov | 2022-01-17 | 1 | -1/+0 |
* | Add global breakpoint list | Paulb23 | 2022-01-15 | 1 | -1/+113 |
* | Add option to filter the stack variables of GDScript debugger | Yuri Roubinsky | 2022-01-12 | 1 | -1/+18 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -6/+6 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -5/+5 |
* | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -1/+1 |
* | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | 2021-11-22 | 1 | -1/+1 |
* | Fix debugger tab which don't resetting after pressing clear button | Yuri Roubinsky | 2021-11-15 | 1 | -17/+31 |
* | Rename Node's `filename` property to `scene_file_path` for clarity | Hugo Locurcio | 2021-09-30 | 1 | -1/+1 |
* | Fix error when opening multiple debugger sessions | Michael Alexsander | 2021-09-26 | 1 | -1/+1 |
* | Color error and warning lines in the editor debugger's Errors panel | Hugo Locurcio | 2021-09-24 | 1 | -0/+4 |
* | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som... | Rémi Verschelde | 2021-09-23 | 1 | -4/+4 |
|\ |
|
| * | Add missing SNAME macro optimization for StringName in some functions | jmb462 | 2021-08-20 | 1 | -4/+4 |
* | | Fix error list not being cleared | Ricardo Subtil | 2021-09-16 | 1 | -2/+1 |
* | | Implemented advanced features of DAP | Ev1lbl0w | 2021-08-31 | 1 | -0/+14 |
|/ |
|