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
/
connections_dialog.cpp
Age
Commit message (
Expand
)
Author
2022-05-28
Use consistent casing in editor filter/search bars
FireForge
2022-05-21
Add the button pressed to some signals in Tree
trollodel
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-05
Add missing types to connections dialog
FireForge
2022-04-28
Limit the maximum value of unbinds to signal_argument_size
Rindbee
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
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-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-03
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-02-02
EditorHelpBit: Fix content height fit and RTL theme propagation
Rémi Verschelde
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-20
Store panels and docks singletons in their own classes
trollodel
2022-01-16
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-04
Add Default Callback Name editor setting
Danil Alexeev
2022-01-04
Merge pull request #53313 from KoBeWi/debinded_konnekt
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-06
Fix bad popups offset in editor with single window off
jmb462
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-10-04
Add support for unbinding in connection dialog
kobewi
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-13
Fix casing of the "to" stop word in editor strings
Hugo Locurcio
2021-06-16
Documentation search fixes
Gregory Basile
2021-06-15
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-21
Merge pull request #48671 from Calinou/connect-dialog-extra-bind-arguments
Rémi Verschelde
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-05-12
List "Argument" for each extra bind argument in the connect dialog
Hugo Locurcio
2021-02-10
Removed _change_notify
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-02
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-30
Show editable children in the connect dialog
Tomasz Chabora
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-15
Show correct name of signal when editing an existing one
Melvin Louwerse
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
[next]