summaryrefslogtreecommitdiffstats
path: root/scene/resources/style_box.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov2019-02-251-0/+1
* Ability to get the current canvas item being drawn from stylebox.Juan Linietsky2019-01-241-0/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-3/+3
* Remove unnecessary "rings" variable from "draw_rings()" in StyleBoxMichael Alexsander Silva Dias2018-10-161-16/+12
* fix enum cast warnings on clangkarroffel2018-10-041-3/+3
* Visual Shaders are back.Juan Linietsky2018-07-141-12/+24
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-0/+9
* Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-sizeJuan Linietsky2018-05-071-1/+1
|\
| * Fix StyleBox ignoring region rect and ProgressBar using center sizeBojidar Marinov2018-03-281-1/+1
* | Fixed stylebox crashsersoong2018-04-271-1/+5
|/
* StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers2018-02-221-4/+4
* Fix typos with codespellluz.paz2018-02-211-2/+2
* attemp to fix #15870Mariano Suligoy2018-01-211-2/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+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
* [DOCS] Fix a few typos.Andreas Haas2017-10-141-1/+1
* unified draw_center naming for (9patch,StyleBoxes)toger52017-08-311-15/+15
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* fixed crash styleBoxTexture binding issuetoger52017-08-221-2/+2
* Merge pull request #10519 from toger5/remove_addition_borderRémi Verschelde2017-08-221-0/+38
|\
| * added utility funtions for expand margins (in styleBox)toger52017-08-211-0/+38
* | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
|/
* Merge pull request #10444 from toger5/styleBoxFlat_corner_detail_value_limita...Rémi Verschelde2017-08-191-3/+3
|\
| * styleBoxFlat: clamp corner_detail + aa_sizetoger52017-08-191-3/+3
* | Performance styleBoxFlat:toger52017-08-191-4/+5
|/
* Removes extra argument from StyleBoxFlat::get_border_color()Ignacio Etcheverry2017-08-191-1/+1
* Merge pull request #10265 from leezh/patchnine_styleboxRémi Verschelde2017-08-161-1/+39
|\
| * Added Tile and TileFit to StyleBoxesZher Huei Lee2017-08-121-1/+39
* | styleBoxFlat removed light, dark color entirelytoger52017-08-151-43/+5
* | new StyleBoxFlat removed multiBorderColortoger52017-08-151-8/+9
* | new StyleBoxFlat limits for drawingtoger52017-08-151-36/+45
* | new StyleBoxFlat added more drawing featurestoger52017-08-151-4/+155
* | NEW Style Box Flat Implementationtoger52017-08-151-72/+301
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-SyncRémi Verschelde2017-08-011-0/+1
|\
| * Texture region now updates when changing an AtlasRobert Hernandez2017-06-291-0/+1
* | Fix "vertical" property of StyleBoxLineGeorge Marques2017-07-191-1/+1
* | Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez2017-07-181-0/+78
|/
* Added normalmap support to stylebox and animated sprite.Juan Linietsky2017-06-181-1/+22
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-13/+13
* New customizable editor themevolzhs2017-05-091-0/+19
* Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-131-0/+5
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fixed WindowDialog not aligning properlyRobert Hernandez2017-03-311-2/+2
* Fixed AtlasTexture being incorrectlyRobert Hernandez2017-03-301-6/+8
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-164/+126
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-34/+34
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-22/+22