summaryrefslogtreecommitdiffstats
path: root/scene/gui/button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-101-0/+2
|\
| * [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-0/+2
* | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* | Merge pull request #97335 from SlienCode/masterClay John2024-10-241-12/+5
|\ \ | |/ |/|
| * Fix `font_hover_pressed_color` and `icon_hover_pressed_color` not working for...Nick Christodoulou2024-09-221-12/+5
* | Fix button text autowrap overflow when inside a containerHaoyu Qiu2024-09-241-2/+3
|/
* [Button] Use align_to_largest_stylebox for min. size calculation.bruvzg2024-07-041-1/+1
* [Button] Do not include internal margins into base button minimum size.bruvzg2024-06-131-15/+2
* [Button] Adds theme option to align button text and icon to either largest or...bruvzg2024-06-101-10/+34
* Improve button min. size calculation.bruvzg2024-05-161-23/+92
* Round the icon's drawing rect when drawing the button风青山2024-05-111-0/+2
* [Button] Fix theme elements size rounding errors not keeping sufficient space...bruvzg2024-04-181-1/+1
* Merge pull request #88615 from Rindbee/add-h_separation-between-icons-in-Chec...Rémi Verschelde2024-02-261-11/+5
|\
| * Add a `h_separation` between icons in `CheckButton`/`CheckBox`风青山2024-02-211-11/+5
* | [Button] Add autowrap feature.bruvzg2024-02-221-2/+44
|/
* Fix forgetting `h_separation` when internal elements exist风青山2024-01-221-7/+8
* Make the drawing logic clearer in `Button`Rindbee2024-01-181-214/+267
* Register theme properties with ThemeDBYuri Sizov2023-09-111-40/+37
* Remove unnecessary validity checks from `Button` and `TextureRect`A Thousand Ships2023-09-061-4/+2
* Fix Button text when overrun is not trim nothingHaoyu Qiu2023-08-081-3/+4
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Fix Button clipping when internal margins existHaoyu Qiu2023-07-141-4/+5
* Make `TextureButton` and `Button` update on texture changeNinni Pipping2023-05-291-2/+21
* Update size or size cache when toggling `expand_icon` in `Button`Rindbee2023-05-171-0/+4
* Implement vertical icon alignment for buttonsFlorian Kothmeier2023-05-011-12/+57
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-4/+19
* Add more sections to Button and BaseButtonVolTer2023-01-251-1/+5
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-44/+88
* [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-13/+13
* Fix case where `h_separation` might not work in `Button`Rindbee2022-08-121-6/+4
* Round icon position and size in buttons to make them look sharperYuri Sizov2022-08-051-1/+2
* Add fit_to_longest_item to OptionButtonkobewi2022-08-021-37/+56
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-1/+1
* Fix regressions from Font refactorbruvzg2022-07-081-1/+5
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-85/+6
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-5/+5
* Add overrun behavior to the Button.bruvzg2022-06-081-3/+21
* Merge pull request #60867 from KoBeWi/μtextRémi Verschelde2022-05-171-5/+5
|\
| * Remove font height restriction from Buttonkobewi2022-05-081-5/+5
* | Fix button icon expansion calculation with empty textHendrik Brucker2022-05-101-1/+2
|/
* Rename theme properties to include underscoresFireForge2022-04-231-9/+9
* Fix text clipping on the right side.bruvzg2022-03-131-1/+1
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1