summaryrefslogtreecommitdiff
path: root/editor/plugins/texture_region_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2019-04-25Fix scroll for texture_region and polygon_2d editorGuilherme Felipe
2019-04-05Fix TextureRegion margin bug introduced in #27122LATRio
2019-03-17Fixing zooming in TextureRegionLATRio
2019-01-21Make the Texture Region Editor able to edit regions of Sprite3DsMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-11-10Make TextureRegion grid settings occupy less space, closes #12679Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-25Texture Region: Cache auto-slice information into the texture. Fixes #11503Mariano Suligoy
2018-08-19Added possibility to change color of 2d editor gridChaosus
2018-08-14Changes to the TileSet and TextureRegion editorsMichael Alexsander Silva Dias
2018-08-09New TileSet EditorMAriano Javier Suligoy
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-03-27Use radio-button-like menu entries where applicablePedro J. Estébanez
2018-03-13Merge pull request #17013 from Noshyaar/themeRémi Verschelde
2018-03-02TileSet&TextureRegion: fix error when getting nonexistent tilePoommetee Ketson