summaryrefslogtreecommitdiff
path: root/scene/resources/style_box.cpp
AgeCommit message (Expand)Author
2022-10-19Simplify GDVIRTUAL_CALL callskobewi
2022-09-07Unbind StyleBox*.set_*_individual() methodsFireForge
2022-09-07Add set_default_margin_all/individual to StyleBoxFireForge
2022-09-02Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-26Improve StyleBox previewreduz
2022-04-28Merge pull request #58599 from Calinou/styleboxflat-add-skewRémi Verschelde
2022-04-28Merge pull request #52624 from e8newallm/52577Rémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-26Add a Skew property to StyleBoxFlatHugo Locurcio
2022-01-12Use List Initializations for Vectors.Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-09-19Corrected directional properties to be ordered Left->Top->Right->BottomMatthew Newall
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-06-12Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-02-16Fix StyleBoxLine's incorrect style margin valuesMichael Alexsander
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-18Fix typo in theming methods ("botton" -> "bottom")Hugo Locurcio
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-10-24Refactored 2D shader and lighting systemreduz
2020-09-24Add a property hint to StyleBoxFlat `shadow_size` for editor usabilityHugo Locurcio
2020-08-29Adds automatic update for region_rectZak
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-05Fixed StyleBoxFlat antialiasing with aa size of 1PouleyKetchoupp
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-22Merge pull request #34488 from nekomatata/style_box_flat_aaRémi Verschelde
2019-12-20Fixed StyleBoxFlat border size with aa onPouleyKetchoupp
2019-12-14Lower the maximum StyleBoxFlat corner detail to 20Hugo Locurcio
2019-11-24StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp
2019-11-17StyleBoxFlat doesn't draw content when width or height is zeroPouleyKetchoupp
2019-10-10Validate array indexes in StyleBoxqarmin
2019-09-02Computes UV coordinates of the canvas_item vertices of StyleBoxFlatbyfron
2019-04-07Early exit when nothing to draw in style box flat (fixes #27764)PouleyKetchoupp
2019-03-19Properly handle different border widths in rounded corner aaPouleyKetchoupp