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 `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-19
/
+19
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-3
/
+3
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-3
/
+3
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+1
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Improve TextureRegionEditor
kobewi
2022-05-26
1
-1
/
+11
*
Improve style of inspector buttons
kobewi
2022-05-25
1
-2
/
+1
*
Reorganize Region Rect Editor
reduz
2022-05-24
1
-78
/
+35
*
Remove unused code
kobewi
2022-05-08
1
-6
/
+0
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-2
/
+2
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Fix TextureRegion editor grid color for light themes
Haoyu Qiu
2022-03-10
1
-2
/
+3
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-9
/
+7
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Minor tweaks and fixes to panning
kobewi
2022-01-23
1
-2
/
+2
*
Add ViewPanner to 2D editor
kobewi
2022-01-21
1
-11
/
+35
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-4
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-6
/
+6
*
Use functions defined in the their classes.
Anilforextra
2021-09-29
1
-3
/
+2
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-4
/
+4
*
Use Rect2's get_end().
Anilforextra
2021-09-22
1
-2
/
+2
*
Explicit 2D naming and some organization in texture region editor plugin
Aaron Franke
2021-08-13
1
-53
/
+55
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-14
/
+13
*
Optimize StringName usage
reduz
2021-07-18
1
-8
/
+8
*
Don't use the abbrevation "Sep." in UI text
Haoyu Qiu
2021-06-16
1
-1
/
+1
*
Fixed a bunch of connection errors in TextureEditorPlugin
Yuri Roubinsky
2021-06-12
1
-4
/
+13
*
TextureRegionEditor Fix not updating on editing region with autoslice cached
kleonc
2021-06-01
1
-1
/
+0
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-1
/
+1
*
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
[next]