summaryrefslogtreecommitdiffstats
path: root/scene/gui/texture_progress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the TextureProgress node to TextureProgressBarHugo Locurcio2020-12-141-556/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-24/+42
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Texture refactorJuan Linietsky2020-02-111-10/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make TextureProgress's nine_patch_stretch property to enable stretching for r...Relintai2019-09-301-1/+10
* Truncate first segment in TextureProgress 9slicesVixelz2019-02-191-0/+5
* Fixed radial progress with center offset by taking distance to edge into acco...PouleyKetchoupp2019-02-161-4/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-7/+7
* Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-3/+3
* fix enum cast warnings on clangkarroffel2018-10-041-2/+2
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+22
* Merge pull request #21654 from Calinou/textureprogress-transparent-tintRémi Verschelde2018-09-121-3/+3
|\
| * Allow transparent colors in TextureProgress tint propertiesHugo Locurcio2018-09-011-3/+3
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/
* Fix AtlasTexture with NinePatchRect and TextureProgresspesets2018-08-181-0/+2
* Add support for bilinear bars in TextureProgressHugo Locurcio2018-05-121-5/+24
* add tint for under, progress and over and tint groupbosak2018-04-011-26/+53
* add tint property to TextureProgress changes progress colorbosak2018-03-211-10/+27
* Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram2018-03-101-16/+39
* Fix typos with codespellluz.paz2018-02-211-1/+1
* 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
* Add stretching to `TextureProgress`Evgeny Zuev2017-08-221-65/+192
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-6/+6
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-6/+6
* | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+3
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-6/+6
* Add object type hint for docsPoommetee Ketson2017-07-231-6/+6
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-169/+150
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-14/+14
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-1/+4
* Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky2017-01-131-6/+6
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-7/+9
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-14/+14
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Explicitly initialize TextureProgress's initial angle value.MarianoGNU2016-09-071-0/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-3/+3
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Clamp filling angle instead of normalizeMarianoGNU2015-10-191-5/+1
* add missing default valueMarianoGNU2015-10-191-0/+1
* Add fill_degrees to limitate radial fillingMarianoGNU2015-10-181-7/+27
* Add fill modes. Clockwise, Counter-CW and center-offsetMarianoGNU2015-10-171-2/+163