summaryrefslogtreecommitdiffstats
path: root/editor/plugins/texture_region_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-19/+19
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-3/+3
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-3/+3
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Improve TextureRegionEditorkobewi2022-05-261-1/+11
* Improve style of inspector buttonskobewi2022-05-251-2/+1
* Reorganize Region Rect Editorreduz2022-05-241-78/+35
* Remove unused codekobewi2022-05-081-6/+0
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-2/+2
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Fix TextureRegion editor grid color for light themesHaoyu Qiu2022-03-101-2/+3
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-9/+7
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Minor tweaks and fixes to panningkobewi2022-01-231-2/+2
* Add ViewPanner to 2D editorkobewi2022-01-211-11/+35
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-6/+6
* Use functions defined in the their classes.Anilforextra2021-09-291-3/+2
* Construct values only when necessary.Anilforextra2021-09-231-4/+4
* Use Rect2's get_end().Anilforextra2021-09-221-2/+2
* Explicit 2D naming and some organization in texture region editor pluginAaron Franke2021-08-131-53/+55
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-14/+13
* Optimize StringName usagereduz2021-07-181-8/+8
* Don't use the abbrevation "Sep." in UI textHaoyu Qiu2021-06-161-1/+1
* Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky2021-06-121-4/+13
* TextureRegionEditor Fix not updating on editing region with autoslice cachedkleonc2021-06-011-1/+0
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-1/+1
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* Rename Sprite.region_enabled getter and setter to match propertiesMarcel Admiraal2021-03-141-2/+2
* Removed _change_notifyreduz2021-02-101-11/+8
* Make margins obey the snap option in the TextureRegion editorMichael Alexsander2021-02-031-10/+31
* Draw a "background" line behind the dashed line in TextureRegion editorHugo Locurcio2021-01-131-1/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-1/+1
|\
| * Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-1/+1
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-31/+31
|/
* Refactored Variant Operators.reduz2020-11-061-1/+2
* Adds automatic update for region_rectZak2020-08-291-1/+1
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-3/+6