index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
style_box.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
-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
|
\
|
*
Texture region now updates when changing an Atlas
Robert Hernandez
2017-06-29
1
-0
/
+1
*
|
Fix "vertical" property of StyleBoxLine
George Marques
2017-07-19
1
-1
/
+1
*
|
Added separators using StyleBoxLine, some theme style fixes, added variant icon
Daniel J. Ramirez
2017-07-18
1
-0
/
+78
|
/
*
Added normalmap support to stylebox and animated sprite.
Juan Linietsky
2017-06-18
1
-1
/
+22
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-13
/
+13
*
New customizable editor theme
volzhs
2017-05-09
1
-0
/
+19
*
Respect the expand margin for StyleBoTextures again.
Ray Koopa
2017-04-13
1
-0
/
+5
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fixed WindowDialog not aligning properly
Robert Hernandez
2017-03-31
1
-2
/
+2
*
Fixed AtlasTexture being incorrectly
Robert Hernandez
2017-03-30
1
-6
/
+8
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-163
/
+125
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-34
/
+34
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-22
/
+22
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-2
/
+2
*
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-04
1
-13
/
+17
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-34
/
+34
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-125
/
+1
|
\
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
1
-125
/
+1
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
VisualScript can now execute visual scripts, but there is no debugger or prof...
Juan Linietsky
2016-08-05
1
-1
/
+20
[next]