summaryrefslogtreecommitdiffstats
path: root/doc/classes/Button.xml
Commit message (Expand)AuthorAgeFilesLines
* [Button] Use align_to_largest_stylebox for min. size calculation.bruvzg2024-07-041-1/+1
* [Button] Adds theme option to align button text and icon to either largest or...bruvzg2024-06-101-0/+3
* Fix CheckBox and CheckButton not using max_icon_widthRiley Willows2024-05-201-1/+1
* Update links to outdated asset library demosskyace652024-04-071-2/+2
* Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
* Merge pull request #87025 from bruvzg/button_wrapRémi Verschelde2024-02-231-0/+3
|\
| * [Button] Add autowrap feature.bruvzg2024-02-221-0/+3
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|/
* Merge pull request #82409 from KoBeWi/3_in_1Rémi Verschelde2023-10-181-0/+1
|\
| * Document, cleanup and fix some theme propertieskobewi2023-09-271-0/+1
* | Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
|/
* Use bound theme properties for documentationYuri Sizov2023-09-261-0/+20
* Further separate icon from text of buttons in both editor and default themesMichael Alexsander2023-08-071-1/+1
* 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
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-4/+3
* Implement vertical icon alignment for buttonsFlorian Kothmeier2023-05-011-1/+4
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-1/+4
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+2
* Fixed signal connection examples to use new callable syntax in the docsAnutrix2022-10-301-2/+2
* Fix case where `h_separation` might not work in `Button`Rindbee2022-08-121-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-23/+0
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-2/+2
* Add overrun behavior to the Button.bruvzg2022-06-081-0/+3
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Updated alpha value for disabled icons in default theme.MisoMosiSpy2022-02-091-1/+1
* Improve the default project themeHugo Locurcio2022-01-191-4/+4
* Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio2021-12-151-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-15/+4
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-20/+20
* Add [theme_item] tag to editor helpkobewi2021-11-181-1/+1
* Mention how to add margins to Button's iconkobewi2021-11-171-0/+1
* Add focus font color to Button and derivativesYuri Sizov2021-10-261-0/+6
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-20/+20
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-12/+6
* Add alignment options to icons on buttons.jitspoe2021-06-291-0/+3
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-11/+11
* Document that Button doesn't interpret touch input (= no multitouch)Hugo Locurcio2021-02-211-0/+1
* [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-141-2/+2
* Added missed Button `font_hover_pressed_color` styleYuri Roubinsky2021-01-271-1/+4
* Reveals Button "icon_color" style properties to the userYuri Roubinsky2021-01-261-0/+15
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-6/+6
* [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg2020-11-261-0/+42
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+2
* Add C# code examples to the docsHaSa10022020-09-261-2/+18
* Reference the BaseButton class explicitly in button class documentationsHugo Locurcio2020-09-231-0/+1
* Add an example for creating a button in the Button class documentationHugo Locurcio2020-07-151-0/+12