index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
style_box.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Texture refactor
Juan Linietsky
2020-02-11
1
-6
/
+6
*
Fixed StyleBoxFlat antialiasing with aa size of 1
PouleyKetchoupp
2020-01-05
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #34488 from nekomatata/style_box_flat_aa
Rémi Verschelde
2019-12-22
1
-40
/
+39
|
\
|
*
Fixed StyleBoxFlat border size with aa on
PouleyKetchoupp
2019-12-20
1
-40
/
+39
*
|
Lower the maximum StyleBoxFlat corner detail to 20
Hugo Locurcio
2019-12-14
1
-2
/
+2
|
/
*
StyleBox preview adjusted to fit all drawn content
PouleyKetchoupp
2019-11-24
1
-0
/
+21
*
StyleBoxFlat doesn't draw content when width or height is zero
PouleyKetchoupp
2019-11-17
1
-1
/
+5
*
Validate array indexes in StyleBox
qarmin
2019-10-10
1
-0
/
+21
*
Computes UV coordinates of the canvas_item vertices of StyleBoxFlat
byfron
2019-09-02
1
-1
/
+10
*
Early exit when nothing to draw in style box flat (fixes #27764)
PouleyKetchoupp
2019-04-07
1
-5
/
+8
*
Properly handle different border widths in rounded corner aa
PouleyKetchoupp
2019-03-19
1
-69
/
+81
*
Support for shadow offset in box style
PouleyKetchoupp
2019-03-19
1
-25
/
+53
*
Update controls when a stylebox or icon override changes; change to CONNECT_R...
Bojidar Marinov
2019-02-25
1
-0
/
+1
*
Ability to get the current canvas item being drawn from stylebox.
Juan Linietsky
2019-01-24
1
-0
/
+7
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-3
/
+3
*
Remove unnecessary "rings" variable from "draw_rings()" in StyleBox
Michael Alexsander Silva Dias
2018-10-16
1
-16
/
+12
*
fix enum cast warnings on clang
karroffel
2018-10-04
1
-3
/
+3
*
Visual Shaders are back.
Juan Linietsky
2018-07-14
1
-12
/
+24
*
-Ability to open resources in the same window
Juan Linietsky
2018-05-17
1
-0
/
+9
*
Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-size
Juan Linietsky
2018-05-07
1
-1
/
+1
|
\
|
*
Fix StyleBox ignoring region rect and ProgressBar using center size
Bojidar Marinov
2018-03-28
1
-1
/
+1
*
|
Fixed stylebox crash
sersoong
2018-04-27
1
-1
/
+5
|
/
*
StyleBoxTexture: Texture instead of RES for texture and normal_map.
Pieter-Jan Briers
2018-02-22
1
-4
/
+4
*
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
attemp to fix #15870
Mariano Suligoy
2018-01-21
1
-2
/
+2
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
[DOCS] Fix a few typos.
Andreas Haas
2017-10-14
1
-1
/
+1
*
unified draw_center naming for (9patch,StyleBoxes)
toger5
2017-08-31
1
-15
/
+15
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
fixed crash styleBoxTexture binding issue
toger5
2017-08-22
1
-2
/
+2
*
Merge pull request #10519 from toger5/remove_addition_border
Rémi Verschelde
2017-08-22
1
-0
/
+38
|
\
|
*
added utility funtions for expand margins (in styleBox)
toger5
2017-08-21
1
-0
/
+38
*
|
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-3
/
+3
|
/
*
Merge pull request #10444 from toger5/styleBoxFlat_corner_detail_value_limita...
Rémi Verschelde
2017-08-19
1
-3
/
+3
|
\
|
*
styleBoxFlat: clamp corner_detail + aa_size
toger5
2017-08-19
1
-3
/
+3
*
|
Performance styleBoxFlat:
toger5
2017-08-19
1
-4
/
+5
|
/
*
Removes extra argument from StyleBoxFlat::get_border_color()
Ignacio Etcheverry
2017-08-19
1
-1
/
+1
*
Merge pull request #10265 from leezh/patchnine_stylebox
Rémi Verschelde
2017-08-16
1
-1
/
+39
|
\
|
*
Added Tile and TileFit to StyleBoxes
Zher Huei Lee
2017-08-12
1
-1
/
+39
*
|
styleBoxFlat removed light, dark color entirely
toger5
2017-08-15
1
-43
/
+5
*
|
new StyleBoxFlat removed multiBorderColor
toger5
2017-08-15
1
-8
/
+9
*
|
new StyleBoxFlat limits for drawing
toger5
2017-08-15
1
-36
/
+45
*
|
new StyleBoxFlat added more drawing features
toger5
2017-08-15
1
-4
/
+155
*
|
NEW Style Box Flat Implementation
toger5
2017-08-15
1
-72
/
+301
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-4
/
+4
*
Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync
Rémi Verschelde
2017-08-01
1
-0
/
+1
|
\
[prev]
[next]