summaryrefslogtreecommitdiffstats
path: root/editor/groups_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+2
* Makes the group dialog resizableGuilherme Felipe2018-07-021-0/+1
* Small visual changes for some filter bars.Michael Alexsander Silva Dias2018-05-171-0/+3
* Added multi group editor dialog, issue 13997Paulb232018-04-151-1/+436
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-48/+42
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+188