summaryrefslogtreecommitdiffstats
path: root/editor/property_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove `CustomPropertyEditor` completelyYuri Sizov2022-08-011-1866/+0
* Improve easing inspector usabilityHugo Locurcio2022-08-011-2/+2
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-33/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+3
* Split up editor export code into multiple filesAaron Franke2022-07-261-1/+0
* Color Pickers Respect SettingsGuh-Feng2022-07-211-7/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-3/+3
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-3/+3
* Merge pull request #62075 from Vitika9/gsoc-colorpickerRémi Verschelde2022-07-081-5/+1
|\
| * ColorPicker RefactorVitika92022-07-061-5/+1
* | Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-2/+2
|/
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-031-14/+19
* Add a new HashSet templatereduz2022-05-201-2/+2
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-6/+6
|\
| * Rename Basis "elements" to "rows"Aaron Franke2022-04-291-4/+4
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-2/+2
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-13/+13
|/
* Initialize bools in the headers in editorAaron Franke2022-03-121-3/+0
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Replace some bits of code left to work with the new `TabContainer`Michael Alexsander2022-03-041-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-2/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde2022-02-081-0/+6
|\
| * Refactor auto-instantiation of `Object` properties in editorAndrii Doroshenko (Xrayez)2021-12-281-0/+6
* | String: Add contains().Anilforextra2022-02-041-1/+1
* | Store panels and docks singletons in their own classestrollodel2022-01-201-4/+4
* | Improve locale detection.bruvzg2022-01-181-3/+22
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Fix size of the default property popup after opening a Color propertyYuri Roubinsky2021-12-261-1/+1
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-6/+6
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Update usabilaty of the CustomPropertyEditorDavid Cambré2021-11-041-20/+24
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-5/+5
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-21/+12
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-12/+8
* Optimize StringName usagereduz2021-07-181-47/+47
* Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-9/+9
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Fix property editor to make changes if popup closed (remake)Yuri Roubinsky2021-06-051-31/+39
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-6/+6
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-4/+4
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Improve the editor themeHugo Locurcio2021-04-271-1/+0
* Add Various ColorPicker shapesKongfa Waroros2021-04-061-0/+3