| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -4/+4 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -8/+8 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -4/+4 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -8/+8 |
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-05-02 | 1 | -2/+2 |
* | Relax grid parameter constraints in texture region editor | Haoyu Qiu | 2024-03-27 | 1 | -19/+51 |
* | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -2/+7 |
* | Merge pull request #87771 from jsjtxietian/region-mismatch | Rémi Verschelde | 2024-02-05 | 1 | -2/+2 |
|\ |
|
| * | Fix `TextureRegionEditor::_pan_callback` deferred called with only one arg | jsjtxietian | 2024-02-04 | 1 | -2/+2 |
* | | Extend minimum/maximum zoom level of TextureRegion editor | Hugo Locurcio | 2024-01-29 | 1 | -1/+6 |
|/ |
|
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Fix texture region editor not selecting restored snap mode | Haoyu Qiu | 2023-11-12 | 1 | -1/+1 |
* | Prevent crash and error spam related to Sprite2D with a region | Yuri Sizov | 2023-11-04 | 1 | -14/+15 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -9/+10 |
* | Fix multiple usability issues in the texture region editor | Yuri Sizov | 2023-08-27 | 1 | -381/+373 |
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -5/+4 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -1/+1 |
* | Properly remember snapping options per-project | kobewi | 2023-03-09 | 1 | -3/+9 |
* | Use 8×8 default grid size for TextureRegion and 2D polygon editors | Hugo Locurcio | 2023-02-21 | 1 | -1/+2 |
* | Use `PropertyUsageFlags` enum in parse_property | Raul Santos | 2023-01-31 | 1 | -1/+1 |
* | Don't change region_rect when setting texture | kobewi | 2023-01-26 | 1 | -0/+3 |
* | Add gesture to ViewPanner and simplify a bit its API | Gilles Roudière | 2023-01-23 | 1 | -12/+4 |
* | Clean-up, harmonize, and improve StyleBox API | Yuri Sizov | 2023-01-19 | 1 | -12/+12 |
* | Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap | Rémi Verschelde | 2023-01-16 | 1 | -1/+1 |
|\ |
|
| * | replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve... | ajreckof | 2023-01-16 | 1 | -1/+1 |
* | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -1/+1 |
|/ |
|
* | Fix crash when clicking Edit Region after reopening the scene | Haoyu Qiu | 2023-01-13 | 1 | -2/+11 |
* | 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/+2 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -1/+1 |
* | Add call_deferred() method to Callable | kobewi | 2022-11-04 | 1 | -1/+1 |
* | Merge pull request #67810 from MrBlockers/reged-fixes | Rémi Verschelde | 2022-11-02 | 1 | -8/+75 |
|\ |
|
| * | Fix multiple issues with region editor | MrBlockers | 2022-10-25 | 1 | -8/+75 |
* | | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -1/+1 |
|/ |
|
* | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -1/+1 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -19/+19 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde | 2022-08-28 | 1 | -3/+3 |
|\ |
|
| * | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -3/+3 |
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
|/ |
|
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+1 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+2 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -2/+2 |
* | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | 2022-07-09 | 1 | -1/+1 |
* | Improve TextureRegionEditor | kobewi | 2022-05-26 | 1 | -1/+11 |
* | Improve style of inspector buttons | kobewi | 2022-05-25 | 1 | -2/+1 |
* | Reorganize Region Rect Editor | reduz | 2022-05-24 | 1 | -78/+35 |
* | Remove unused code | kobewi | 2022-05-08 | 1 | -6/+0 |