summaryrefslogtreecommitdiffstats
path: root/scene/resources/style_box.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+0
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-183/+5
* Fix blurry borders on antialiased FlatStyleBoxDavid Giardi2023-04-171-1/+1
* Remove size restrictions from StyleBoxTextureYuri Sizov2023-01-261-2/+0
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-33/+28
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add set_default_margin_all/individual to StyleBoxFireForge2022-09-071-0/+5
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Merge pull request #58599 from Calinou/styleboxflat-add-skewRémi Verschelde2022-04-281-0/+4
|\
| * Add a Skew property to StyleBoxFlatHugo Locurcio2022-02-261-0/+4
* | Discern between virtual and abstract class bindingsreduz2022-03-101-2/+8
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-2/+2
* StyleBox fake AA improvements (aa_size float property)Hendrik Brucker2021-08-101-18/+7
* Hide more options of disabled propertiesMichael Alexsander2021-03-031-0/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-22/+22
* Fix typo in theming methods ("botton" -> "bottom")Hugo Locurcio2021-01-181-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-16/+16
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored 2D shader and lighting systemreduz2020-10-241-4/+0
* Add override keywords.Marcel Admiraal2020-07-101-13/+13
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp2019-11-241-0/+3
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+1
* Properly handle different border widths in rounded corner aaPouleyKetchoupp2019-03-191-5/+3
* Support for shadow offset in box stylePouleyKetchoupp2019-03-191-0/+4
* Ability to get the current canvas item being drawn from stylebox.Juan Linietsky2019-01-241-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Visual Shaders are back.Juan Linietsky2018-07-141-3/+7
* StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers2018-02-221-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-2/+2
* unified draw_center naming for (9patch,StyleBoxes)toger52017-08-311-6/+6
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* added utility funtions for expand margins (in styleBox)toger52017-08-211-0/+4
* Merge pull request #10265 from leezh/patchnine_styleboxRémi Verschelde2017-08-161-0/+18
|\
| * Added Tile and TileFit to StyleBoxesZher Huei Lee2017-08-121-0/+18
* | styleBoxFlat removed light, dark color entirelytoger52017-08-151-6/+1
* | new StyleBoxFlat added more drawing featurestoger52017-08-151-1/+26
* | NEW Style Box Flat Implementationtoger52017-08-151-15/+37
|/