summaryrefslogtreecommitdiff
path: root/editor/plugins/texture_region_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-14Rename Sprite.region_enabled getter and setter to match propertiesMarcel Admiraal
2021-02-10Removed _change_notifyreduz
2021-02-03Make margins obey the snap option in the TextureRegion editorMichael Alexsander
2021-01-13Draw a "background" line behind the dashed line in TextureRegion editorHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal
2020-11-06Refactored Variant Operators.reduz
2020-08-29Adds automatic update for region_rectZak
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-06TextureRegion: fixed Autoslice not created/updated properly.dankan1890
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-30Adds pan and zoom gestures to TextureRegion editorHaoyu Qiu
2020-01-23Fixes scrollbar positions on HiDPI displayHaoyu Qiu
2020-01-20TextureRegionEditor: Corrected typodankan1890
2020-01-14Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander
2020-01-14Fix more scrollbar anchoringsMichael Alexsander
2020-01-09Fixes TextureRegion editor drag handle for HiDPIHaoyu Qiu
2020-01-05Fixes scaled scrolling of TextureRegion editorHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-22Fix typos with codespellRémi Verschelde
2019-10-31Fix "seperate" typosAaron Franke
2019-09-17Fix region editor for NinePatchRectTomasz Chabora
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-13Fix TextureRegionEditorPlugin popping up even when explicitly hiddenBojidar Marinov
2019-07-01Remove unnecessary code and add some error explanationsqarmin