summaryrefslogtreecommitdiff
path: root/scene/resources/style_box.cpp
AgeCommit message (Expand)Author
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
2019-03-19Support for shadow offset in box stylePouleyKetchoupp
2019-02-25Update controls when a stylebox or icon override changes; change to CONNECT_R...Bojidar Marinov
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-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-16Remove unnecessary "rings" variable from "draw_rings()" in StyleBoxMichael Alexsander Silva Dias
2018-10-04fix enum cast warnings on clangkarroffel
2018-07-14Visual Shaders are back.Juan Linietsky
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-05-07Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-sizeJuan Linietsky
2018-04-27Fixed stylebox crashsersoong
2018-03-28Fix StyleBox ignoring region rect and ProgressBar using center sizeBojidar Marinov
2018-02-22StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers
2018-02-21Fix typos with codespellluz.paz
2018-01-21attemp to fix #15870Mariano Suligoy
2018-01-12Bind many more properties to scriptsBojidar Marinov