summaryrefslogtreecommitdiffstats
path: root/editor/groups_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+4
* Add EditorUndoRedoManager singletonkobewi2023-01-161-7/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of undo_redo in editorkobewi2022-11-021-9/+7
* Add ability to rename groups in the GroupsEditorYuri Rubinsky2022-10-041-36/+108
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Add per-scene UndoRedokobewi2022-08-221-0/+9
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Use consistent casing in editor filter/search barsFireForge2022-05-281-2/+2
* Add the button pressed to some signals in Treetrollodel2022-05-211-4/+12
* Add _group_selected to callable methodsBitlytic2022-03-241-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-7/+7
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-7/+7
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-2/+2
* Improve Groups dock panel and the Group EditorHaoyu Qiu2022-01-211-3/+16
* Store panels and docks singletons in their own classestrollodel2022-01-201-10/+10
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-1/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Added ability to copy group nameDuroxxigar2021-10-211-43/+57
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-11/+9
* Optimize StringName usagereduz2021-07-181-9/+9
* Add header theme type variations to labelskobewi2021-07-131-0/+8
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-1/+1
* Documentation search fixesGregory Basile2021-06-161-2/+2
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+9
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-14/+14
* Working multiple window support, including editorJuan Linietsky2020-03-261-27/+25
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-0/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-29/+14
* Signals: Fix invalid connections to missing callbacksRémi Verschelde2020-02-231-2/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-16/+16
* Texture refactorJuan Linietsky2020-02-111-1/+1