index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
texture_region_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-5
/
+5
*
Rename Sprite.region_enabled getter and setter to match properties
Marcel Admiraal
2021-03-14
1
-2
/
+2
*
Removed _change_notify
reduz
2021-02-10
1
-11
/
+8
*
Make margins obey the snap option in the TextureRegion editor
Michael Alexsander
2021-02-03
1
-10
/
+31
*
Draw a "background" line behind the dashed line in TextureRegion editor
Hugo Locurcio
2021-01-13
1
-1
/
+14
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
1
-1
/
+1
|
\
|
*
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-12-06
1
-1
/
+1
*
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-31
/
+31
|
/
*
Refactored Variant Operators.
reduz
2020-11-06
1
-1
/
+2
*
Adds automatic update for region_rect
Zak
2020-08-29
1
-1
/
+1
*
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-1
/
+1
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-3
/
+6
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-78
/
+119
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-3
/
+3
*
TextureRegion: fixed Autoslice not created/updated properly.
dankan1890
2020-04-06
1
-0
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-20
/
+20
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-2
/
+2
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-3
/
+3
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-7
/
+7
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-4
/
+4
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-29
/
+15
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-15
/
+15
*
Texture refactor
Juan Linietsky
2020-02-11
1
-4
/
+4
*
Adds pan and zoom gestures to TextureRegion editor
Haoyu Qiu
2020-01-30
1
-0
/
+11
*
Fixes scrollbar positions on HiDPI display
Haoyu Qiu
2020-01-23
1
-2
/
+3
*
TextureRegionEditor: Corrected typo
dankan1890
2020-01-20
1
-2
/
+2
*
Cleanup unnecessary code from before the scrollbar overlapping fixes
Michael Alexsander
2020-01-14
1
-1
/
+0
*
Fix more scrollbar anchorings
Michael Alexsander
2020-01-14
1
-0
/
+9
*
Fixes TextureRegion editor drag handle for HiDPI
Haoyu Qiu
2020-01-09
1
-10
/
+14
*
Fixes scaled scrolling of TextureRegion editor
Haoyu Qiu
2020-01-05
1
-13
/
+20
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2019-11-22
1
-3
/
+3
*
Fix "seperate" typos
Aaron Franke
2019-10-31
1
-2
/
+2
*
Fix region editor for NinePatchRect
Tomasz Chabora
2019-09-17
1
-2
/
+5
*
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-7
/
+4
|
\
|
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-7
/
+4
*
|
Fix TextureRegionEditorPlugin popping up even when explicitly hidden
Bojidar Marinov
2019-07-13
1
-2
/
+14
|
/
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+6
*
Fix scroll for texture_region and polygon_2d editor
Guilherme Felipe
2019-04-25
1
-3
/
+4
*
Fix TextureRegion margin bug introduced in #27122
LATRio
2019-04-05
1
-4
/
+4
*
Fixing zooming in TextureRegion
LATRio
2019-03-17
1
-25
/
+31
*
Make the Texture Region Editor able to edit regions of Sprite3Ds
Michael Alexsander Silva Dias
2019-01-21
1
-5
/
+35
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
Michael Alexsander Silva Dias
2018-12-06
1
-68
/
+83
*
Make TextureRegion grid settings occupy less space, closes #12679
Juan Linietsky
2018-11-10
1
-1
/
+2
[next]