summaryrefslogtreecommitdiffstats
path: root/scene/gui/texture_button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix TextureButton's click mask texture size ignored if missing normal texturesemensanyok2024-05-251-15/+16
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+2
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Make `TextureButton` and `Button` update on texture changeNinni Pipping2023-05-291-29/+28
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-25/+25
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-1/+1
* Refactor BitMap and add testsHendrik Brucker2022-09-011-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-9/+9
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+35
* Rework TextureButton stretchkobewi2022-02-051-51/+49
* TextureButton Fix logic for drawing only the focus texturekleonc2022-01-291-2/+3
* Fix TextureButton focus texture logickobewi2022-01-041-2/+10
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename minimum_size_changed() methodkobewi2021-12-061-5/+5
* TextureButton Update min size on any texture changekleonc2021-06-111-0/+3
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-10/+1
* doc: Don't bind argument names with p_ prefixRémi Verschelde2021-02-041-2/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Added flip_h and flip_v properties in TextureButtonPouleyKetchoupp2020-07-011-5/+37
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-15/+27
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-22/+0
* Texture refactorJuan Linietsky2020-02-111-16/+16
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add feature to Button to make its icon expand/shrink with the button's sizeMichael Alexsander Silva Dias2019-08-291-7/+9
* Merge pull request #27294 from lupoDharkael/rect2iRémi Verschelde2019-04-301-1/+1
|\
| * Add missing methods to Rect2ilupoDharkael2019-03-211-1/+1
* | Fix scaling issue for texture button focus texture.K. S. Ernest (iFire) Lee2019-03-151-2/+1
|/
* Merge pull request #26105 from nekomatata/texture-button-mask-fixRémi Verschelde2019-02-211-1/+5
|\
| * Fixed TextureButton click mask when no other texture is setPouleyKetchoupp2019-02-211-1/+5
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-8/+8
* fix hovering on toggled texture buttonsSamuel P2018-10-061-1/+1
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-0/+1
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+3
* The TextureButton's bitmask takes into account the stretch mode selectedMrCdK2018-01-191-9/+56
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-7/+7
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-12/+12