summaryrefslogtreecommitdiffstats
path: root/scene/gui/button.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix button icon_color_disabled alpha channelmashumafi2022-01-301-3/+2
* Improve locale detection.bruvzg2022-01-181-1/+1
* Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde2022-01-101-3/+3
|\
| * [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-3/+3
* | Fix button multiline text alignment.bruvzg2022-01-091-0/+2
|/
* Merge pull request #54441 from Geometror/checkbutton-checkbox-font-hover-pres...Rémi Verschelde2022-01-051-3/+2
|\
| * Fix CheckButton and CheckBox font hover pressed colorHendrik Brucker2021-10-311-3/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-43/+40
* | Rename minimum_size_changed() methodkobewi2021-12-061-7/+7
|/
* Add focus font color to Button and derivativesYuri Sizov2021-10-261-3/+12
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-10/+10
* Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-291-2/+2
* Optimize StringName usagereduz2021-07-181-57/+57
* Add alignment options to icons on buttons.jitspoe2021-06-291-54/+83
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1