| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #44349 from KoBeWi/drop_the_data! | Rémi Verschelde | 2021-01-26 | 1 | -1/+1 |
|\ |
|
| * | Allow to override drop data in LineEdit | kobewi | 2020-12-13 | 1 | -1/+1 |
* | | Exposed find_next_valid_focus and find_prev_valid_focus. | Nils Reid | 2021-01-26 | 1 | -0/+2 |
* | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | | Merge pull request #44607 from madmiraal/rename-control-rotation | Rémi Verschelde | 2020-12-28 | 1 | -1/+2 |
|\ \ |
|
| * | | Rename Control rotation to rotation_degrees | Marcel Admiraal | 2020-12-23 | 1 | -1/+2 |
* | | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | | | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -151/+151 |
|/ / |
|
* | | Merge pull request #44300 from KoBeWi/🧹🧹 | Rémi Verschelde | 2020-12-21 | 1 | -35/+0 |
|\ \ |
|
| * | | Move initialization of some classes to headers | Tomasz Chabora | 2020-12-11 | 1 | -35/+0 |
| |/ |
|
* / | Rename neighbour in Control to neighbor | Daniel Ting | 2020-12-15 | 1 | -19/+19 |
|/ |
|
* | Cleanup unused engine code | Tomasz Chabora | 2020-12-09 | 1 | -107/+0 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-12-04 | 1 | -1/+0 |
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | 2020-11-28 | 1 | -0/+1 |
|\ |
|
| * | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -0/+1 |
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -25/+302 |
|/ |
|
* | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -1/+0 |
* | Merge pull request #42008 from Calinou/theme-rename-node-type | Rémi Verschelde | 2020-11-16 | 1 | -95/+95 |
|\ |
|
| * | Rename the `type` parameter to `node_type` in Theme and Control | Hugo Locurcio | 2020-10-27 | 1 | -95/+95 |
* | | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -3/+3 |
* | | Tooltips: Improve code clarity and docs | Rémi Verschelde | 2020-11-03 | 1 | -1/+3 |
|/ |
|
* | Updated getters and setters names for toplevel | Duroxxigar | 2020-10-02 | 1 | -4/+4 |
* | Merge pull request #42451 from Duroxxigar/rename-toplevel | Rémi Verschelde | 2020-10-02 | 1 | -11/+11 |
|\ |
|
| * | Renamed toplevel to be top_level | Duroxxigar | 2020-10-01 | 1 | -11/+11 |
* | | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde | 2020-10-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee | 2020-05-16 | 1 | -1/+1 |
* | | Fixed minor typo, gui_hid -> gui_hide. | Jonah Stich | 2020-09-08 | 1 | -1/+1 |
* | | Fix content scale mode, closes #37941 | Juan Linietsky | 2020-07-02 | 1 | -0/+10 |
* | | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | 2020-05-27 | 1 | -2/+3 |
|/ |
|
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -75/+149 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+17 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -212/+0 |
* | Updated editor spin slider to have better behaviour and adjusted control's si... | Eric M | 2020-05-06 | 1 | -1/+1 |
* | Remove Node.get_position_in_parent() | Tomasz Chabora | 2020-04-06 | 1 | -2/+2 |
* | Replace more occurrences of NULL with nullptr | Rémi Verschelde | 2020-04-02 | 1 | -6/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -47/+47 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -4/+4 |
* | Popups have also been converted to windows | Juan Linietsky | 2020-03-26 | 1 | -4/+1 |
* | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 1 | -150/+39 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -109/+196 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -260/+191 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -5/+0 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -23/+18 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -6/+6 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -30/+30 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -7/+6 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -5/+5 |
* | Merge pull request #32959 from georgwacker/control-node-anim-fix | Rémi Verschelde | 2020-02-05 | 1 | -5/+0 |
|\ |
|
| * | Fix control node transform animation jitter with pivot offset | Georg Wacker | 2019-10-21 | 1 | -5/+0 |