summaryrefslogtreecommitdiffstats
path: root/editor/property_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Implement Navigation layersGilles Roudière2021-03-101-2/+18
* Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-11/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Rename Control margin to offsetMarcel Admiraal2020-12-231-20/+20
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+5
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-4/+4
* Fix custom property editor to correctly show BasisYuri Roubinsky2020-10-221-8/+7
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-4/+4
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-6/+6
* Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-011-4/+4
|\
| * Remove 32-bit String to_int methodAaron Franke2020-06-031-4/+4
* | Fix custom property editor layoutYuri Roubinsky2020-06-101-4/+25
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-50/+90
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-175/+0
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-2/+2
* Renamed plane's d to distanceMarcus Elg2020-05-101-2/+2
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2