summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-298/+316
* Merge pull request #58125 from fire-forge/editor_property_overlap_fixRémi Verschelde2022-02-151-4/+5
|\
| * Fix EditorProperty text and icon overlap bugsFireForge2022-02-131-4/+5
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+4
* | Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-16/+87
* | Unify array, dictionary, and inspector array editorsFireForge2022-02-091-81/+108
* | Display built-in script names in the inspectorkobewi2022-02-081-3/+7
* | Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-13/+13
|\ \
| * | Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-1/+1
| * | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-13/+13
* | | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
|/ /
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-13/+13
* | Add missing SNAME macro optimization in some function callsjmb4622022-02-061-13/+13
|/
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-4/+4
|\
| * String: Add contains().Anilforextra2022-02-041-4/+4
* | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* | EditorHelpBit: Fix content height fit and RTL theme propagationRémi Verschelde2022-02-021-32/+26
|/
* Improve some signal bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-1/+2
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Merge pull request #56474 from brennengreen/keying-boundsRémi Verschelde2022-01-231-4/+7
|\
| * add bounds to next keying nextBrennen Green2022-01-041-4/+7
* | Store panels and docks singletons in their own classestrollodel2022-01-201-2/+2
* | [Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli2022-01-191-0/+2
* | [Editor] Fix inspector keying signals argument count.Fabio Alessandrelli2022-01-071-4/+10
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-2/+2
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-2/+2
* | Fix various typosluz paz2022-01-021-2/+2
* | Stop asuming a default value of NIL means there's no defaultPedro J. Estébanez2021-12-111-6/+13
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-13/+13
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-7/+7
* | ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-2/+1
* | Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde2021-12-061-2/+2
|\ \
| * | Rename minimum_size_changed() methodkobewi2021-12-061-2/+2
* | | Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
|/ /
* / Fix EditorPlugin.remove_inspector_plugin() instance cleanupHaoyu Qiu2021-12-061-4/+1
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-10/+10
* Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde2021-11-121-2/+10
|\
| * Implement polygons editors in the tiles selection modeGilles Roudière2021-10-261-2/+10
* | Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov2021-11-101-8/+19
* | Add property value pinningPedro J. Estébanez2021-11-081-17/+142
* | Unify determination of default property valuesPedro J. Estébanez2021-11-071-170/+6
* | Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
|/
* Use a yellow color for editable children properties instead of redHugo Locurcio2021-10-051-16/+19
* Use range iterators for `Map`Lightning_A2021-09-301-12/+12
* Merge pull request #52376 from rcorre/prop_path_copy_fixRémi Verschelde2021-09-161-9/+13
|\
| * Don't handle property_editor shortcuts on release.Ryan Roden-Corrent2021-09-031-9/+13