summaryrefslogtreecommitdiff
path: root/scene/gui/button.cpp
AgeCommit message (Expand)Author
2023-01-25Add more sections to Button and BaseButtonVolTer
2023-01-09Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-09-01[TextServer] Add support for trimming edge spaces on line break.bruvzg
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-12Fix case where `h_separation` might not work in `Button`Rindbee
2022-08-05Round icon position and size in buttons to make them look sharperYuri Sizov
2022-08-02Add fit_to_longest_item to OptionButtonkobewi
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-08Fix regressions from Font refactorbruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-08Add overrun behavior to the Button.bruvzg
2022-05-17Merge pull request #60867 from KoBeWi/μtextRémi Verschelde
2022-05-10Fix button icon expansion calculation with empty textHendrik Brucker
2022-05-08Remove font height restriction from Buttonkobewi
2022-04-23Rename theme properties to include underscoresFireForge
2022-03-13Fix text clipping on the right side.bruvzg
2022-03-04Add optional constructor arguments to more Control nodesHugo Locurcio
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-30Fix button icon_color_disabled alpha channelmashumafi
2022-01-18Improve locale detection.bruvzg
2022-01-10Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde
2022-01-09Fix button multiline text alignment.bruvzg
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
2022-01-05Merge pull request #54441 from Geometror/checkbutton-checkbox-font-hover-pres...Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Rename minimum_size_changed() methodkobewi
2021-10-31Fix CheckButton and CheckBox font hover pressed colorHendrik Brucker
2021-10-26Add focus font color to Button and derivativesYuri Sizov
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-18Optimize StringName usagereduz
2021-06-29Add alignment options to icons on buttons.jitspoe
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-02-22Add preview Sun and Environmentreduz
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-31Use integer coordinates for the font glyphs rendering.bruvzg
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg