aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/texture_region_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1012/+0
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-0/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-15/+15
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-2/+2
* Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-141-1/+1
* some class renamesJuan Linietsky2017-01-121-2/+2
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-5/+5
* Type renames:Juan Linietsky2017-01-111-3/+3
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-1/+2
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1
* 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