index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
asset_library_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2022-09-10
Fix Ctrl/Cmd+F always processed by the asset library, instead of script edito...
bruvzg
2022-09-08
Merge pull request #65241 from bruvzg/no_keymap_ambiguity
Rémi Verschelde
2022-09-08
Merge pull request #60108 from KoBeWi/arise_to_top
Rémi Verschelde
2022-09-08
Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_more
Rémi Verschelde
2022-09-08
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
Add set_default_margin_all/individual to StyleBox
FireForge
2022-09-07
Merge pull request #65447 from Faless/net/4.x_ssl_to_tls
Rémi Verschelde
2022-09-07
Merge pull request #65449 from YuriSizov/editor-main-control-screen-container...
Rémi Verschelde
2022-09-07
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-09-07
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-06
Rename raise() to move_to_front()
kobewi
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-05
Disable logic that triggers automatic focus gain as the Godot Editor is loaded
Fredia Huya-Kouadio
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
Merge pull request #65023 from Faless/js/4.x_is_web
Rémi Verschelde
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-19
Merge pull request #59301 from fire-forge/layout-preset-full-rect
Rémi Verschelde
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
Use integer types in Image and ImageTexture methods
FireForge
2022-07-13
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-09
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-07-02
Make asset library's column count dynamic
python273
2022-07-01
Stretch image on resize in asset description dialog
Kirill
2022-06-30
[AssetLib] Fix crash in Web editor.
Fabio Alessandrelli
2022-05-28
Use consistent casing in editor filter/search bars
FireForge
2022-05-19
Tweaks to improve the Project Manager display at small sizes
Aaron Franke
2022-05-04
Handle AssetLib repository config error
Haoyu Qiu
2022-04-23
Rename theme properties to include underscores
FireForge
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-05
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-03-24
Add TTR context for pagination button texts
Haoyu Qiu
2022-03-15
Remove extra borders from the AssetLib plugin
Michael Alexsander
2022-03-12
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-01-21
Update AssetLib network settings when Editor Settings change
Haoyu Qiu
2022-01-19
Fix Asset Library UX when an asset is being downloaded
Yuri Sizov
2022-01-19
Make assets in progress open the next step instead of erring
Yuri Sizov
2022-01-16
Fix assetlib crash
Yuri Roubinsky
[next]