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
*
Properly remember snapping options per-project
kobewi
2023-03-09
1
-3
/
+9
*
Use 8×8 default grid size for TextureRegion and 2D polygon editors
Hugo Locurcio
2023-02-21
1
-1
/
+2
*
Use `PropertyUsageFlags` enum in parse_property
Raul Santos
2023-01-31
1
-1
/
+1
*
Don't change region_rect when setting texture
kobewi
2023-01-26
1
-0
/
+3
*
Add gesture to ViewPanner and simplify a bit its API
Gilles Roudière
2023-01-23
1
-12
/
+4
*
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-12
/
+12
*
Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap
Rémi Verschelde
2023-01-16
1
-1
/
+1
|
\
|
*
replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...
ajreckof
2023-01-16
1
-1
/
+1
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-1
/
+1
|
/
*
Fix crash when clicking Edit Region after reopening the scene
Haoyu Qiu
2023-01-13
1
-2
/
+11
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-1
/
+1
*
Add call_deferred() method to Callable
kobewi
2022-11-04
1
-1
/
+1
*
Merge pull request #67810 from MrBlockers/reged-fixes
Rémi Verschelde
2022-11-02
1
-8
/
+75
|
\
|
*
Fix multiple issues with region editor
MrBlockers
2022-10-25
1
-8
/
+75
*
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
|
/
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
*
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
[next]