summaryrefslogtreecommitdiffstats
path: root/editor/plugins/texture_region_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-78/+119
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-3/+3
* TextureRegion: fixed Autoslice not created/updated properly.dankan18902020-04-061-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-20/+20
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-7/+7
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-4/+4
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-29/+15
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-15/+15
* Texture refactorJuan Linietsky2020-02-111-4/+4
* Adds pan and zoom gestures to TextureRegion editorHaoyu Qiu2020-01-301-0/+11
* Fixes scrollbar positions on HiDPI displayHaoyu Qiu2020-01-231-2/+3
* TextureRegionEditor: Corrected typodankan18902020-01-201-2/+2
* Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander2020-01-141-1/+0
* Fix more scrollbar anchoringsMichael Alexsander2020-01-141-0/+9
* Fixes TextureRegion editor drag handle for HiDPIHaoyu Qiu2020-01-091-10/+14
* Fixes scaled scrolling of TextureRegion editorHaoyu Qiu2020-01-051-13/+20
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* Fix typos with codespellRémi Verschelde2019-11-221-3/+3
* Fix "seperate" typosAaron Franke2019-10-311-2/+2
* Fix region editor for NinePatchRectTomasz Chabora2019-09-171-2/+5
* Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-7/+4
|\
| * Changed some code showed in LGTM and Coverageqarmin2019-07-201-7/+4
* | Fix TextureRegionEditorPlugin popping up even when explicitly hiddenBojidar Marinov2019-07-131-2/+14
|/
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+6
* Fix scroll for texture_region and polygon_2d editorGuilherme Felipe2019-04-251-3/+4
* Fix TextureRegion margin bug introduced in #27122LATRio2019-04-051-4/+4
* Fixing zooming in TextureRegionLATRio2019-03-171-25/+31
* Make the Texture Region Editor able to edit regions of Sprite3DsMichael Alexsander Silva Dias2019-01-211-5/+35
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias2018-12-061-68/+83
* Make TextureRegion grid settings occupy less space, closes #12679Juan Linietsky2018-11-101-1/+2