Age | Commit message (Expand) | Author |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-04 | Clean up Tree | reduz |
2021-06-28 | Implement Tree's internal minimum width calculation | Gilles Roudière |
2021-05-20 | Change behavior of String.right | Tomasz Chabora |
2021-03-19 | Select non-perfect matches if necessary in the Search Help dialog | Michael Alexsander |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-18 | Show constructor arguments in Search Help panel (for basic types) | Yuri Roubinsky |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-07-01 | Revert "Adds fuzzy search for help search dialog" | follower |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-30 | Merge pull request #34642 from timothyqiu/help-search | Rémi Verschelde |
2019-12-28 | Improves Search Help dialog | Haoyu Qiu |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-11-25 | Fixed missing scrolling in Search Help Dialog. | dankan1890 |
2019-09-08 | Adds fuzzy search for help search dialog | Guilherme Felipe |
2019-08-20 | Include setters and getters in help search | Tomasz Chabora |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-06-25 | Fix certain items not appearing in search tree when a feature profile is set | Michael Alexsander Silva Dias |
2019-06-06 | Make docs search hide nodes disabled by the editor feature profile | Michael Alexsander Silva Dias |
2019-03-06 | Cleanup relationship line coding after 5f079e2 | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-12 | Merge pull request #24241 from Rubonnek/move-to-initializer-list | Rémi Verschelde |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-12-11 | Fix "blocked > 0" error when selecting an item in the Search Help dialog | Michael Alexsander Silva Dias |
2018-12-04 | Move "Dialog Bounds" from the Editor Settings to project's metadata | Michael Alexsander Silva Dias |
2018-11-26 | Restore previous scroll position when reopening the search help dialog with a... | Michael Alexsander Silva Dias |
2018-11-22 | Make the buttons in the unified help dialog not steal focus | Michael Alexsander Silva Dias |
2018-11-22 | General fixes for the new unified help search | Michael Alexsander Silva Dias |
2018-11-20 | Unify editor class and reference search | Ray Koopa |