summaryrefslogtreecommitdiffstats
path: root/editor/groups_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes add group in Group Editor dialogHaoyu Qiu2020-02-021-1/+1
* Trims user provided group nameHaoyu Qiu2020-01-101-5/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixes Groups Editor batch add/remove nodesHaoyu Qiu2019-12-311-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Makes more editor strings translatableHaoyu Qiu2019-12-211-1/+1
* Fixes wrong minimum size of Group EditorHaoyu Qiu2019-12-151-1/+1
* Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp2019-11-041-0/+1
* Major enhancements for the group editorMichael Alexsander Silva Dias2019-08-281-59/+154
* Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-011-1/+1
|\
| * Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* | Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* i18n: Sync translation template with current sourceRémi Verschelde2018-12-131-1/+1
* Refactor editor icon retrievalwillnationsdev2018-09-141-6/+1
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-2/+2