| Commit message (Expand) | Author | Age | Files | Lines |
* | Organize existing code for editor plugins | Aaron Franke | 2024-04-27 | 1 | -1/+1 |
* | Relax grid parameter constraints in texture region editor | Haoyu Qiu | 2024-03-27 | 1 | -5/+6 |
* | Extend minimum/maximum zoom level of TextureRegion editor | Hugo Locurcio | 2024-01-29 | 1 | -0/+2 |
* | Fix multiple usability issues in the texture region editor | Yuri Sizov | 2023-08-27 | 1 | -22/+29 |
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file | Hendrik Brucker | 2023-07-17 | 1 | -1/+1 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -2/+2 |
* | Use `PropertyUsageFlags` enum in parse_property | Raul Santos | 2023-01-31 | 1 | -1/+1 |
* | Add gesture to ViewPanner and simplify a bit its API | Gilles Roudière | 2023-01-23 | 1 | -3/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -3/+0 |
* | Use forward-declarations in EditorPlugin where possible | trollodel | 2022-11-11 | 1 | -0/+2 |
* | Fix multiple issues with region editor | MrBlockers | 2022-10-25 | 1 | -0/+2 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -1/+2 |
* | Improve TextureRegionEditor | kobewi | 2022-05-26 | 1 | -7/+8 |
* | Reorganize Region Rect Editor | reduz | 2022-05-24 | 1 | -16/+17 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -2/+2 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -22/+22 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -1/+0 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -4/+2 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+1 |
* | Minor tweaks and fixes to panning | kobewi | 2022-01-23 | 1 | -1/+1 |
* | Add ViewPanner to 2D editor | kobewi | 2022-01-21 | 1 | -0/+7 |
* | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde | 2022-01-04 | 1 | -4/+0 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Explicit 2D naming and some organization in texture region editor plugin | Aaron Franke | 2021-08-13 | 1 | -2/+2 |
* | Removed _change_notify | reduz | 2021-02-10 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -8/+8 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -3/+3 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -3/+3 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fix TextureRegionEditorPlugin popping up even when explicitly hidden | Bojidar Marinov | 2019-07-13 | 1 | -0/+6 |
* | Fixing zooming in TextureRegion | LATRio | 2019-03-17 | 1 | -0/+1 |
* | Make the Texture Region Editor able to edit regions of Sprite3Ds | Michael Alexsander Silva Dias | 2019-01-21 | 1 | -1/+4 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | General enhancements to the Polygon2D, TextureRegion, and TileSet editors | Michael Alexsander Silva Dias | 2018-12-06 | 1 | -5/+6 |
* | Texture Region: Cache auto-slice information into the texture. Fixes #11503 | Mariano Suligoy | 2018-08-25 | 1 | -0/+3 |
* | Changes to the TileSet and TextureRegion editors | Michael Alexsander Silva Dias | 2018-08-14 | 1 | -1/+0 |
* | New TileSet Editor | MAriano Javier Suligoy | 2018-08-09 | 1 | -5/+0 |
* | -Ability to open resources in the same window | Juan Linietsky | 2018-05-17 | 1 | -0/+4 |
* | Tileset Editor Improvement | Damar Indra | 2018-02-20 | 1 | -1/+6 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -2/+4 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | 2017-10-24 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Updated function argument names | Wilson E. Alvarez | 2017-08-12 | 1 | -2/+2 |