summaryrefslogtreecommitdiffstats
path: root/editor/editor_path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-256/+0
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-2/+7
* Turn off auto translate for some editor controlsHaoyu Qiu2023-03-281-0/+2
* Fix height of subresource button in InspectorHaoyu Qiu2023-03-271-0/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-7/+7
* Improvements to multi-node editingFireForge2022-09-051-9/+17
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-3/+3
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-3/+3
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Hide MenuButton / OptionButton popup on click if it's already visible.bruvzg2022-08-231-0/+5
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Expose PopupMenu set/get_item_horizontal_offset()FireForge2022-06-151-1/+1
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-1/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-3/+3
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* Optimize StringName usagereduz2021-07-181-2/+2
* Make several actions in the Inspector dock more obviousYuri Sizov2021-06-041-14/+86
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-16/+28
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+2
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Clip text in EditorPath button to avoid dock size changesMichael Alexsander2020-01-201-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix the editor path icon when switching from dark to light themeHugo Locurcio2019-10-151-0/+9
* Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvementsRémi Verschelde2019-09-241-0/+5
|\
| * Small improvements to the inspector dockMichael Alexsander Silva Dias2019-09-041-0/+5
* | Revert "Fix Clearing Inspector for Remote Node"Emmanuel Barroga2019-09-051-3/+0
|/
* Fix Clearing Inspector for Remote NodeEmmanuel Barroga2019-07-251-0/+3
* Make 'EditorPath' into a proper 'MenuButton'Michael Alexsander Silva Dias2019-04-251-108/+52
* Fixed null editor icon crashWilson E. Alvarez2019-01-131-3/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Refactor editor icon retrievalwillnationsdev2018-09-141-12/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Better supported for remote object editing with the inspector with a simple d...geequlim2017-11-171-5/+5
* White Themetoger52017-08-301-1/+1