index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
style_box.cpp
Age
Commit message (
Expand
)
Author
2022-01-12
Use List Initializations for Vectors.
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-08-12
Use real_t and double where appropriate in Particles
Aaron Franke
2021-08-10
StyleBox fake AA improvements (aa_size float property)
Hendrik Brucker
2021-06-12
Fixed a bunch of connection errors in TextureEditorPlugin
Yuri Roubinsky
2021-03-03
Hide more options of disabled properties
Michael Alexsander
2021-02-16
Fix StyleBoxLine's incorrect style margin values
Michael Alexsander
2021-02-10
Removed _change_notify
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-01
Merge pull request #37547 from aaronfranke/tau
Rémi Verschelde
2021-01-18
Fix typo in theming methods ("botton" -> "bottom")
Hugo Locurcio
2021-01-09
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename Rect2 and Rect2i grow_margin() to grow_side()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-10-24
Refactored 2D shader and lighting system
reduz
2020-09-24
Add a property hint to StyleBoxFlat `shadow_size` for editor usability
Hugo Locurcio
2020-08-29
Adds automatic update for region_rect
Zak
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-05
Fixed StyleBoxFlat antialiasing with aa size of 1
PouleyKetchoupp
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-22
Merge pull request #34488 from nekomatata/style_box_flat_aa
Rémi Verschelde
2019-12-20
Fixed StyleBoxFlat border size with aa on
PouleyKetchoupp
2019-12-14
Lower the maximum StyleBoxFlat corner detail to 20
Hugo Locurcio
2019-11-24
StyleBox preview adjusted to fit all drawn content
PouleyKetchoupp
2019-11-17
StyleBoxFlat doesn't draw content when width or height is zero
PouleyKetchoupp
2019-10-10
Validate array indexes in StyleBox
qarmin
2019-09-02
Computes UV coordinates of the canvas_item vertices of StyleBoxFlat
byfron
2019-04-07
Early exit when nothing to draw in style box flat (fixes #27764)
PouleyKetchoupp
2019-03-19
Properly handle different border widths in rounded corner aa
PouleyKetchoupp
2019-03-19
Support for shadow offset in box style
PouleyKetchoupp
2019-02-25
Update controls when a stylebox or icon override changes; change to CONNECT_R...
Bojidar Marinov
2019-01-24
Ability to get the current canvas item being drawn from stylebox.
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-16
Remove unnecessary "rings" variable from "draw_rings()" in StyleBox
Michael Alexsander Silva Dias
2018-10-04
fix enum cast warnings on clang
karroffel
2018-07-14
Visual Shaders are back.
Juan Linietsky
2018-05-17
-Ability to open resources in the same window
Juan Linietsky
2018-05-07
Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-size
Juan Linietsky
2018-04-27
Fixed stylebox crash
sersoong
2018-03-28
Fix StyleBox ignoring region rect and ProgressBar using center size
Bojidar Marinov
[next]