summaryrefslogtreecommitdiff
path: root/scene/resources/style_box.h
AgeCommit message (Expand)Author
2023-04-24Fix blurry borders on antialiased FlatStyleBoxDavid Giardi
2023-01-26Remove size restrictions from StyleBoxTextureYuri Sizov
2023-01-19Clean-up, harmonize, and improve StyleBox APIYuri Sizov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-07Add set_default_margin_all/individual to StyleBoxFireForge
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-04-28Merge pull request #58599 from Calinou/styleboxflat-add-skewRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-26Add a Skew property to StyleBoxFlatHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-08-12Use real_t and double where appropriate in ParticlesAaron Franke
2021-08-10StyleBox fake AA improvements (aa_size float property)Hendrik Brucker
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-18Fix typo in theming methods ("botton" -> "bottom")Hugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-24Refactored 2D shader and lighting systemreduz
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-24StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-03-19Properly handle different border widths in rounded corner aaPouleyKetchoupp
2019-03-19Support for shadow offset in box stylePouleyKetchoupp
2019-01-24Ability to get the current canvas item being drawn from stylebox.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-14Visual Shaders are back.Juan Linietsky
2018-02-22StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-14Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez
2017-08-31unified draw_center naming for (9patch,StyleBoxes)toger5
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21added utility funtions for expand margins (in styleBox)toger5
2017-08-16Merge pull request #10265 from leezh/patchnine_styleboxRémi Verschelde
2017-08-15styleBoxFlat removed light, dark color entirelytoger5
2017-08-15new StyleBoxFlat added more drawing featurestoger5
2017-08-15NEW Style Box Flat Implementationtoger5
2017-08-12Added Tile and TileFit to StyleBoxesZher Huei Lee
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez
2017-06-18Added normalmap support to stylebox and animated sprite.Juan Linietsky
2017-06-15Rename Godot-specific resource extensionsGeorge Marques
2017-05-09New customizable editor themevolzhs