Daniel J. Ramirez
|
9001ba26aa
Added and improved some missing icons, plus some other visual fixes.
|
7 years ago |
Daniel J. Ramirez
|
15986ea343
Several visual improvements.
|
7 years ago |
Gilles Roudiere
|
05bb8e0c10
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE)
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 years ago |
Hein-Pieter van Braam
|
cacced7e50
Convert Object::cast_to() to the static version
|
7 years ago |
Juan Linietsky
|
541fdffc0a
Merge pull request #10319 from neikeq/pr-engine-editor-hint
|
7 years ago |
Ignacio Etcheverry
|
90b8a5b71e
Removes editor_hint from SceneTree
|
7 years ago |
TwistedTwigleg
|
00f6c85928
Synchronize parameter names in definition and declaration
|
7 years ago |
Ignacio Etcheverry
|
2f290038d6
Removes type information from method binds
|
7 years ago |
Poommetee Ketson
|
49c7620326
Add object type hint for docs
|
7 years ago |
Poommetee Ketson
|
668d00ff2d
Fix ColorPicker to use theme constants
|
7 years ago |
Poommetee Ketson
|
443e58e88c
ColorPicker: fix DPI, hue & color update issues
|
7 years ago |
Mariano Suligoy
|
f5185e7ba6
Fix ColorPicker's screen pick functionality
|
7 years ago |
Juan Linietsky
|
b19225bfce
-Fix freezes caused by etccomp2, closes #9183
|
7 years ago |
remorse107
|
61feec28cf
Color Picker Fixed Appearance
|
7 years ago |
Andreas Haas
|
9bc5348961
InputEvent: Renamed "pos" property to "position"
|
7 years ago |
toger5
|
955615a3c3
fixed crash when dragging to change color in color picker
|
7 years ago |
Juan Linietsky
|
5b3709d309
Removal of InputEvent as built-in Variant type..
|
7 years ago |
Juan Linietsky
|
98a3296702
Removal of Image from Variant, converted to a Resource.
|
7 years ago |
Sergey Pusnei
|
8589ca3903
Rename [gs]et_pos to [gs]et_position for Controls
|
7 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
7 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
7 years ago |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
7 years ago |
Hein-Pieter van Braam
|
0f687f0ccb
Remove use of _SCS from ADD_METHOD
|
7 years ago |
Juan Linietsky
|
dcb95ec147
removed duplicated functions in class hierarchy that were bound more than once
|
7 years ago |
Juan Linietsky
|
da477b76a9
some class renames
|
7 years ago |
Juan Linietsky
|
48097f6df3
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
|
7 years ago |
Juan Linietsky
|
94ee7798ce
-removed stop mouse and ignore mouse from control, which were confusing, replaced by mouse filter
|
7 years ago |
Juan Linietsky
|
920947f297
renamed _input_event for GUI events to _gui_input, so it's more differentiated than generalized _input
|
7 years ago |
Juan Linietsky
|
2ab83e1abb
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
|
7 years ago |