summaryrefslogtreecommitdiff
path: root/editor/plugins/texture_region_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-01-19Clean-up, harmonize, and improve StyleBox APIYuri Sizov
2023-01-16Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemapRémi Verschelde
2023-01-16replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...ajreckof
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-13Fix crash when clicking Edit Region after reopening the sceneHaoyu Qiu
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-04Add call_deferred() method to Callablekobewi
2022-11-02Merge pull request #67810 from MrBlockers/reged-fixesRémi Verschelde
2022-10-25Fix multiple issues with region editorMrBlockers
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-05-26Improve TextureRegionEditorkobewi
2022-05-25Improve style of inspector buttonskobewi
2022-05-24Reorganize Region Rect Editorreduz
2022-05-08Remove unused codekobewi
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-03-10Fix TextureRegion editor grid color for light themesHaoyu Qiu
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-23Minor tweaks and fixes to panningkobewi
2022-01-21Add ViewPanner to 2D editorkobewi
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-23Construct values only when necessary.Anilforextra
2021-09-22Use Rect2's get_end().Anilforextra
2021-08-13Explicit 2D naming and some organization in texture region editor pluginAaron Franke
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-16Don't use the abbrevation "Sep." in UI textHaoyu Qiu
2021-06-12Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky
2021-06-01TextureRegionEditor Fix not updating on editing region with autoslice cachedkleonc
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A