Age | Commit message (Expand) | Author |
2021-05-17 | Add theme_custom_type property to Control and Window | Yuri Sizov |
2021-05-13 | Fix variable names for "usage" flags in `Control::_get_property_list()` | Andrii Doroshenko (Xrayez) |
2021-04-30 | Fix autocompletion for Control's Theme properties | Yuri Sizov |
2021-04-11 | Use Array for node configuration warnings | Nathan Franke |
2021-03-31 | Merge pull request #47252 from KoBeWi/themecide | Rémi Verschelde |
2021-03-30 | Merge pull request #46702 from HaSa1002/fix-min-size-resize | Rémi Verschelde |
2021-03-23 | Fix removal of `rect_min_size` not triggering resize | Johannes |
2021-03-23 | Remove the clearing behavior from add_override | kobewi |
2021-03-23 | Add methods to remove theme overrides | kobewi |
2021-03-19 | Use real_t in non-physics 2D nodes | Aaron Franke |
2021-03-15 | Check if _edit_set_position and _edit_set_rect was used outside an editor | Kongfa Waroros |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-03-05 | Fix Control._edit_set_state crash | sps1112 |
2021-03-04 | Revert "Add size check in Control._edit_set_state to prevent crash" | Rémi Verschelde |
2021-03-04 | Add size check in Control._edit_set_state to prevent crash | sps1112 |
2021-03-01 | Merge pull request #41437 from KoBeWi/put_it_here | Rémi Verschelde |
2021-02-26 | Allow to create a node at specific position | Tomasz Chabora |
2021-02-19 | Warn when setting Control size inside ready() | Tomasz Chabora |
2021-02-18 | Reorganize Project Settings | reduz |
2021-02-10 | Removed _change_notify | reduz |
2021-01-26 | Merge pull request #44349 from KoBeWi/drop_the_data! | Rémi Verschelde |
2021-01-26 | Exposed find_next_valid_focus and find_prev_valid_focus. | Nils Reid |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44607 from madmiraal/rename-control-rotation | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control rotation to rotation_degrees | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-21 | Merge pull request #44300 from KoBeWi/🧹🧹 | Rémi Verschelde |
2020-12-15 | Rename neighbour in Control to neighbor | Daniel Ting |
2020-12-13 | Allow to override drop data in LineEdit | kobewi |
2020-12-11 | Move initialization of some classes to headers | Tomasz Chabora |
2020-12-09 | Cleanup unused engine code | Tomasz Chabora |
2020-12-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-11-28 | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-23 | Implement new shortcuts system. | Eric M |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-16 | Merge pull request #42008 from Calinou/theme-rename-node-type | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-03 | Tooltips: Improve code clarity and docs | Rémi Verschelde |
2020-10-27 | Rename the `type` parameter to `node_type` in Theme and Control | Hugo Locurcio |
2020-10-02 | Updated getters and setters names for toplevel | Duroxxigar |
2020-10-02 | Merge pull request #42451 from Duroxxigar/rename-toplevel | Rémi Verschelde |
2020-10-01 | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
2020-09-08 | Fixed minor typo, gui_hid -> gui_hide. | Jonah Stich |
2020-07-02 | Fix content scale mode, closes #37941 | Juan Linietsky |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-16 | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |