Gilles Roudiere
|
05bb8e0c10
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE)
|
7 年 前 |
letheed
|
5ad9be4c24
Rename pos to position in user facing methods and variables
|
7 年 前 |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 年 前 |
Gilles Roudiere
|
f730846fe9
Fix spinboxes bad look
|
7 年 前 |
Ignacio Etcheverry
|
2f290038d6
Removes type information from method binds
|
7 年 前 |
Poommetee Ketson
|
2777f81d29
Add object type hint for docs
|
7 年 前 |
Andreas Haas
|
9bc5348961
InputEvent: Renamed "pos" property to "position"
|
7 年 前 |
Juan Linietsky
|
5b3709d309
Removal of InputEvent as built-in Variant type..
|
7 年 前 |
Rémi Verschelde
|
231511b2a6
Merge pull request #8631 from volzhs/editor-theme-custom
|
7 年 前 |
toger5
|
304a1f5b5a
Implemented scrolling factor for smooth trackpad scrolling
|
7 年 前 |
volzhs
|
17e8e343fb
Revert "Add new editor and default theme (WIP)"
|
7 年 前 |
Daniel J. Ramirez
|
f045efe007
Add new editor and default theme (WIP)
|
7 年 前 |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
7 年 前 |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
7 年 前 |
Andreas Haas
|
dd4c2709e4
Spinbox: don't ignore double clicks.
|
7 年 前 |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
7 年 前 |
Hein-Pieter van Braam
|
0f687f0ccb
Remove use of _SCS from ADD_METHOD
|
7 年 前 |
Ferenc Arn
|
6f4f9aa6de
Overloaded basic math funcs (double and float variants). Use real_t rather than float or double in generic functions (core/math) whenever possible.
|
7 年 前 |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
7 年 前 |
Juan Linietsky
|
83cb84753f
Renamed most signals so they refer to:
|
7 年 前 |
Juan Linietsky
|
920947f297
renamed _input_event for GUI events to _gui_input, so it's more differentiated than generalized _input
|
7 年 前 |
Juan Linietsky
|
b085c40edf
-Conversion of most properties to a simpler syntax, easier to use by script
|
7 年 前 |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
7 年 前 |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
7 年 前 |
volzhs
|
4df33cbcb3
Prevent Spinbox value update while not focused or disabled
|
8 年 前 |
volzhs
|
80b6507071
Fix updating value of SpinBox with prefix
|
8 年 前 |
Juan Linietsky
|
9151eb591d
Changed the way the step decimals are computed to a safer way, fixes many issues.
|
8 年 前 |
Ignacio Etcheverry
|
bd6f7a411c
Fix wrong local mouse pos when holding spinbox and improve behaviour
|
8 年 前 |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
9 年 前 |
neikeq
|
d4051e6eb9
Spinbox: increase/decrease with mouse held
|
9 年 前 |