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
/
canvas_item_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove viewport_set_disable_environment in favor of viewport_set_environment_...
clayjohn
2023-01-30
1
-0
/
+2
*
Add gesture to ViewPanner and simplify a bit its API
Gilles Roudière
2023-01-23
1
-44
/
+12
*
Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditor
Rémi Verschelde
2023-01-23
1
-34
/
+33
|
\
|
*
Use get_cursor_shape for identifying the cursor shape in CanvasItemEditor
Markus Sauermann
2022-11-03
1
-34
/
+33
*
|
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
|
Fix handling of nulls in some editors
kobewi
2023-01-23
1
-0
/
+4
*
|
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-2
/
+2
*
|
Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap
Rémi Verschelde
2023-01-16
1
-4
/
+4
|
\
\
|
*
|
replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...
ajreckof
2023-01-16
1
-4
/
+4
*
|
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-7
/
+7
|
/
/
*
|
Merge pull request #71272 from MewPurPur/fix-frame-selection
Rémi Verschelde
2023-01-12
1
-20
/
+19
|
\
\
|
*
|
Fix the Frame Selection functionality
VolTer
2023-01-12
1
-20
/
+19
*
|
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
|
|
Merge pull request #70902 from Cretezy/2d-polygon-indices-visibility
Rémi Verschelde
2023-01-07
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix "2D Polygon indices are barely visible on bright background" (#38009)
Charles Crete
2023-01-06
1
-4
/
+4
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
/
*
|
Merge pull request #70428 from MrPhnix/issue-70186
Rémi Verschelde
2023-01-03
1
-2
/
+2
|
\
\
|
*
|
CanvasItemEditor Fix snapping grid misalignment
MrPhnix
2022-12-24
1
-2
/
+2
*
|
|
Fix camera override button not updating in 2D scenes
SeleckyErik
2022-12-30
1
-1
/
+1
|
/
/
*
|
Merge pull request #69291 from nongvantinh/fix-suggest-message
Rémi Verschelde
2022-12-12
1
-2
/
+8
|
\
\
|
*
|
Fix incorrect hint when drag-and-drop asset into scene
Nong Van Tinh
2022-11-28
1
-2
/
+8
*
|
|
Adjust position and size for dropping texture.
Zae
2022-11-30
1
-1
/
+6
*
|
|
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-2
/
+2
|
/
/
*
|
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
1
-4
/
+4
|
\
\
|
*
|
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-4
/
+4
*
|
|
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-8
/
+8
|
/
/
*
|
Code simplifications
Markus Sauermann
2022-11-07
1
-14
/
+6
*
|
Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20
Rémi Verschelde
2022-11-04
1
-6
/
+0
|
/
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-31
/
+31
*
Cast dragged file extension name to lowercase, closes #68104
Alfred Reinold Baudisch
2022-11-01
1
-1
/
+3
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-11
/
+11
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-11
/
+11
*
|
Merge pull request #67489 from timothyqiu/auto-select-all
Rémi Verschelde
2022-10-31
1
-0
/
+8
|
\
\
|
*
|
Allow selecting SpinBox & LineEdit text when focus enters
Haoyu Qiu
2022-10-29
1
-0
/
+8
|
|
/
*
/
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-1
/
+1
|
/
*
Redraw 2D viewport when scene changes
kobewi
2022-10-14
1
-0
/
+9
*
Merge pull request #59468 from EricEzaM/fix-zoom-shortcuts
Rémi Verschelde
2022-10-13
1
-0
/
+1
|
\
|
*
Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...
Eric M
2022-09-24
1
-0
/
+1
*
|
Remove default shortcut for Preview Canvas Scale
kobewi
2022-10-10
1
-1
/
+1
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-231
/
+231
*
|
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-28
1
-11
/
+13
|
/
*
Port remaining connections to callable_mp
Tomasz Chabora
2022-09-18
1
-7
/
+2
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-11
/
+11
*
Add set_default_margin_all/individual to StyleBox
FireForge
2022-09-07
1
-4
/
+2
*
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-07
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-69
/
+69
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-9
/
+14
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-24
/
+24
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-24
/
+24
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-14
/
+9
|
/
[next]