aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/texture_region_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-18/+18
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-16/+16
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* TextureRegionEditor: Fix mouse wheel scroll speed.Andreas Haas2016-12-031-2/+2
* Fix snap mode selector sticking in texture region moduleDmitry Kram2016-11-271-1/+1
* Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2016-10-111-0/+7
* Zoom texture region via mouse wheelDaniel J. Ramirez2016-08-091-0/+4
* TextureRegionEditor snap_mode fix.Saracen2016-08-041-1/+1
* Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU2016-07-221-2/+12
* Initialize missing variables. Fixes #5461MarianoGNU2016-06-281-2/+2
* Modify margins with mouse inputMarianoGNU2016-06-201-240/+289
* Chance Snap for SnapMode and add AutoSlice option.MarianoGNU2016-06-201-111/+291
* Add support for AtlasTexture resourcesGeequlim2016-06-101-6/+38
* Enhanced StyleBoxTexture:Geequlim2016-06-051-65/+102
* Add plugin to pick texture region and patch margins for Patch9FrameGeequlim2016-06-051-0/+691