summaryrefslogtreecommitdiff
path: root/modules/mono/editor/code_completion.cpp
AgeCommit message (Expand)Author
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-26Add ThemeDB, expose previously static Theme methodsYuri Sizov
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
2022-05-12Add a new HashMap implementationreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-09Fix Autoload capitalization inconsistencyHaoyu Qiu
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-09-12Fix autoloads iterationRaul Santos
2021-08-26Use OrderedHashMap for autoloads to preserve orderLyuma
2021-07-27Use C++ iterators in the Mono moduleRaul Santos
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-06Add a map of autoloads to ProjectSettingsGeorge Marques
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-05-09C#: Rewrite GodotTools messaging protocolIgnacio Etcheverry