summaryrefslogtreecommitdiffstats
path: root/doc/classes/Control.xml
Commit message (Expand)AuthorAgeFilesLines
* Rebranding: Doc/Dubhghlas McLaughlin2024-10-171-2/+2
* fix: change "Godot" to "Redot"Muhannad Elbolaky2024-10-151-13/+13
* Don't store deprecated auto-translate propertyHaoyu Qiu2024-04-151-1/+1
* Improve custom_minimum_size descriptionkobewi2024-04-111-1/+1
* Merge pull request #89815 from KoBeWi/translates_bananasRémi Verschelde2024-03-251-0/+8
|\
| * Improve some notification and translation docskobewi2024-03-241-0/+8
* | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+1
|/
* Merge pull request #84906 from /fix-some-defvalsRémi Verschelde2024-02-231-12/+12
|\
| * Fix some DEFVALs to use the right typeRaul Santos2024-02-231-12/+12
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-4/+4
|/
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-2/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-2/+1
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+2
* Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-5/+18
* Clarify `NOTIFICATION_SCROLL_BEGIN/END` behaviorA Thousand Ships2023-10-191-2/+4
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Expose finding valid focus neighbors of a `Control` by sideA Thousand Ships2023-08-241-0/+9
* 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
| |/ |/|