summaryrefslogtreecommitdiffstats
path: root/doc/classes/Control.xml
Commit message (Expand)AuthorAgeFilesLines
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
* Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-011-7/+9
* Add note about mouse movement input events in `MouseFilter` constantsMarkus Sauermann2023-07-261-3/+3
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-2/+2
* Clarify use of size flags in `Control`Ninni Pipping2023-06-071-2/+2
* C#: Fix dictionary key lookup documentationRaul Santos2023-06-021-2/+2
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-1/+1
* 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
|/