summaryrefslogtreecommitdiffstats
path: root/scene/resources/style_box.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Fixed StyleBoxFlat antialiasing with aa size of 1PouleyKetchoupp2020-01-051-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34488 from nekomatata/style_box_flat_aaRémi Verschelde2019-12-221-40/+39
|\
| * Fixed StyleBoxFlat border size with aa onPouleyKetchoupp2019-12-201-40/+39
* | Lower the maximum StyleBoxFlat corner detail to 20Hugo Locurcio2019-12-141-2/+2
|/
* StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp2019-11-241-0/+21
* StyleBoxFlat doesn't draw content when width or height is zeroPouleyKetchoupp2019-11-171-1/+5
* Validate array indexes in StyleBoxqarmin2019-10-101-0/+21
* Computes UV coordinates of the canvas_item vertices of StyleBoxFlatbyfron2019-09-021-1/+10
* Early exit when nothing to draw in style box flat (fixes #27764)PouleyKetchoupp2019-04-071-5/+8
* Properly handle different border widths in rounded corner aaPouleyKetchoupp2019-03-191-69/+81
* Support for shadow offset in box stylePouleyKetchoupp2019-03-191-25/+53
* 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
|\