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
/
asset_library_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-4
/
+4
*
Merge pull request #65023 from Faless/js/4.x_is_web
Rémi Verschelde
2022-08-29
1
-1
/
+1
|
\
|
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+3
|
/
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+0
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-7
/
+7
*
Merge pull request #59301 from fire-forge/layout-preset-full-rect
Rémi Verschelde
2022-07-19
1
-1
/
+1
|
\
|
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
|
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-1
/
+1
|
/
*
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-5
/
+5
|
\
|
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-5
/
+5
*
|
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-1
/
+1
*
|
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-9
/
+2
|
/
*
Make asset library's column count dynamic
python273
2022-07-02
1
-6
/
+15
*
Stretch image on resize in asset description dialog
Kirill
2022-07-01
1
-0
/
+3
*
[AssetLib] Fix crash in Web editor.
Fabio Alessandrelli
2022-06-30
1
-0
/
+11
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-2
/
+2
*
Tweaks to improve the Project Manager display at small sizes
Aaron Franke
2022-05-19
1
-0
/
+7
*
Handle AssetLib repository config error
Haoyu Qiu
2022-05-04
1
-14
/
+44
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-4
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-18
/
+7
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-2
/
+2
*
Add TTR context for pagination button texts
Haoyu Qiu
2022-03-24
1
-4
/
+4
*
Remove extra borders from the AssetLib plugin
Michael Alexsander
2022-03-15
1
-1
/
+1
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-2
/
+2
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-5
/
+12
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-0
/
+1
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-3
/
+2
*
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
-22
/
+22
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-22
/
+22
*
Update AssetLib network settings when Editor Settings change
Haoyu Qiu
2022-01-21
1
-0
/
+1
*
Fix Asset Library UX when an asset is being downloaded
Yuri Sizov
2022-01-19
1
-2
/
+13
*
Make assets in progress open the next step instead of erring
Yuri Sizov
2022-01-19
1
-29
/
+45
*
Fix assetlib crash
Yuri Roubinsky
2022-01-16
1
-6
/
+8
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-14
/
+12
*
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-07
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55747 from timothyqiu/editor-proxy
Fabio Alessandrelli
2021-12-16
1
-3
/
+12
|
\
|
*
Add proxy support for the editor
Haoyu Qiu
2021-12-09
1
-3
/
+12
*
|
Allow selection in asset description
jabcross
2021-12-11
1
-0
/
+1
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-7
/
+7
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
|
/
*
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-6
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-7
/
+7
*
Remove bbcode_text from RichTextLabel
HaSa1002
2021-09-16
1
-1
/
+1
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-1
/
+1
[next]