summaryrefslogtreecommitdiffstats
path: root/doc/classes/Control.xml
Commit message (Expand)AuthorAgeFilesLines
* Expose Control::_get_drag_data() as non-const functionNana Sakisaka2023-05-241-1/+1
* Clarify that event handling does not affect `Input`Ninni Pipping2023-05-091-0/+1
* Correct the side mentioned with focus_neighbor_right and focus_neighbor_top.Mallardbro2023-04-111-2/+2
* Auto translate popup menus of MenuButton and OptionButtonHaoyu Qiu2023-03-271-1/+1
* Merge pull request #73818 from kilojool/virtual_get_tooltipYuri Sizov2023-03-251-2/+11
|\
| * Add missing virtual bind for control::get_tooltipkilojool2023-03-211-2/+11
* | Fix some wrong descriptions in the docsRindbee2023-03-211-2/+2
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* update outdated references and examplesHana2023-02-211-1/+1
* Clarify rotation degreeskobewi2023-02-201-0/+1
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-1/+1
* Merge pull request #69728 from Calinou/doc-font-oversampling-exceptionsYuri Sizov2023-02-101-1/+2
|\
| * Document exceptions to font oversampling in Camera2D, CanvasItem and ControlHugo Locurcio2022-12-071-1/+2
* | Fix description and argument name in Control._has_pointKabiir2023-02-071-3/+3
* | Fix C# examples in documentationRaul Santos2023-01-311-26/+27
* | Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinatesRémi Verschelde2023-01-261-4/+8
|\ \
| * | Fix Control rect coordinate system inconsistencyMarkus Sauermann2022-10-221-4/+8
* | | Silence `warp_mouse()` warning in favor of documentationHugo Locurcio2023-01-251-0/+1
* | | Implement BiDi override mode for GDScript source.bruvzg2023-01-181-2/+2
* | | Class reference: snake_case .gd filenames, _on_*Doug Thompson2023-01-151-2/+2
* | | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-60/+6
* | | Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-8/+8
* | | Restore 'rotation_degrees' properties.Juan Linietsky2022-12-191-0/+3
* | | Copy local theme overrides from Control to WindowYuri Sizov2022-12-071-1/+2
| |/ |/|
* | Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg2022-11-171-0/+4
* | fix "unknown document" classref linksHana2022-11-141-1/+1
* | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-16/+16
* | Doc consistency: "inspector" to "Inspector"Micky2022-10-271-1/+1
|/
* Merge pull request #66279 from aaronfranke/control-min-sizeMax Hilbrunner2022-10-191-1/+1
|\
| * Revert custom_minimum_size type back to Vector2 instead of Vector2iAaron Franke2022-09-221-1/+1
* | Merge pull request #66410 from RedMser/patch-1Max Hilbrunner2022-10-191-2/+2
|\ \
| * | Fix Control.get_global_rect documentationRedMser2022-09-281-2/+2
| |/
* | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M2022-10-131-0/+3
* | Add documentation for viewport's input handlingRedMser2022-10-051-2/+2
* | update messaging for focus to be less keyboard-specificJosh Anthony2022-10-041-13/+13
* | Fix typos with codespellRémi Verschelde2022-09-301-1/+1
|/
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-1/+1
* Mention that grab_focus is more reliable deferredkobewi2022-08-301-0/+1
* Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-1/+1
|\
| * Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-1/+1
* | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-26/+27
|/
* Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-1/+7
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-54/+54
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-97/+97
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* enhancement: rename exposed property Control::minimum_size to Control::custom...Pierre-Thomas Meisels2022-06-231-8/+8
* Merge pull request #61020 from timothyqiu/wait-busyRémi Verschelde2022-05-191-2/+2
|\
| * Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu2022-05-141-2/+2
* | Keep input event as unhandled if they go through a control set to MOUSE_FILTE...Gilles Roudière2022-05-171-1/+5
|/