summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-3/+3
* | Un-defer the initial theme changed notificationYuri Sizov2022-09-021-3/+0
* | Add ThemeOwner type for managing theme propagation and lookupYuri Sizov2022-09-021-15/+7
* | Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+4
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+0
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-2/+2
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-2/+2
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-0/+1
|/ /
* | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-3/+2
* | Disconnect Control from theme resources to avoid issues on destructionYuri Sizov2022-08-241-0/+1
* | Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* | Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-1/+1
|\ \
| * | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
| |/
* / Replace meta properties with regular properties in `Control`Yuri Sizov2022-08-191-0/+7
|/
* Add dumb theme item cache to ControlYuri Sizov2022-08-121-0/+8
* Merge pull request #63318 from YuriSizov/control-code-reorgRémi Verschelde2022-07-271-144/+179
|\
| * Reorganize code of control.cpp for better maintainabilityYuri Sizov2022-07-261-144/+179
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
|/
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Define some Theme data structures with using for readabilityYuri Sizov2022-05-181-6/+6
* Keep input event as unhandled if they go through a control set to MOUSE_FILTE...Gilles Roudière2022-05-171-0/+4
* Implement Label3D node.bruvzg2022-04-221-12/+1
* Merge pull request #59548 from akien-mga/obj-remove-unused-categoriesRémi Verschelde2022-03-281-1/+0
|\
| * Object: Remove unused category boilerplateRémi Verschelde2022-03-261-1/+0
* | Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-1/+1
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+0
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-5/+22
* Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-2/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Optimise TextEdit base operationsPaulb232021-12-081-1/+1
* Rename minimum_size_changed() methodkobewi2021-12-061-1/+1
* Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde2021-11-221-0/+1
|\
| * Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-0/+1
* | Fix drag and drop on LineEditConteZero2021-11-151-0/+1
|/
* Remove unimplemented methodsMarcel Admiraal2021-10-211-4/+0
* Implement TileMap patterns paletteGilles Roudière2021-10-191-1/+1
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Add the base scale factor to the Theme resourceYuri Sizov2021-10-041-0/+8
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-1/+1
* Allow non-control Nodes to handle drag forwarding (e.g. Windows)Eric M2021-10-011-1/+1
* Prevent editing properties managed by parent containerAwkor2021-09-051-0/+3
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-12/+16
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+10
* Add bulk theme overrides to ControlPaulb232021-08-131-0/+5
* Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-291-0/+6
* Optimise `is_layout_rtl` by caching its return value.bruvzg2021-07-251-0/+2
* Editor StringName and Viewport optimizationsJoan Fons2021-07-201-0/+2
* Add type variations to ThemeYuri Sizov2021-07-131-4/+4
* Fix editor suffixes and degrees conversionreduz2021-06-301-2/+0
* Implement native extension systemreduz2021-06-251-0/+2