summaryrefslogtreecommitdiffstats
path: root/scene/gui/range.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed _change_notifyreduz2021-02-101-2/+0
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-10/+0
* Make Range return 1.0 ratio if minimum and maximum values are equalHugo Locurcio2021-01-151-1/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-34/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Range: Remove min/max check added in #33908Rémi Verschelde2019-11-261-4/+0
* Range: Fix cases where max was set to or below min valueRémi Verschelde2019-11-261-0/+2
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-0/+2
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+1
* Fix Exponential Range Graphical ErrorEmmanuel Barroga2019-08-091-2/+2
* Improve the node configuration warning displayHugo Locurcio2019-07-091-2/+2
* Fix Range's "changed" signal emitting with a value even if binded to emit noneMichael Alexsander Silva Dias2019-06-161-1/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #22381 from DualMatrix/range_exp_warningRémi Verschelde2018-09-281-0/+17
|\
| * Added warning when min_value of range is smaller than 0 while exp_edit is true.DualMatrix2018-09-231-0/+17
* | Fixed step value not being respected for ranges in some cases.DualMatrix2018-09-241-2/+3
|/
* Fix type of Range allow_greater/allow_lesser propertiesRémi Verschelde2018-08-161-2/+2
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-4/+33
* -New inspector.Juan Linietsky2018-05-151-4/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix crash when unsharing a range that is not sharedDylan Enloe2017-09-281-4/+6
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-241-1/+1
|\
| * Add object type hint for docsPoommetee Ketson2017-07-231-1/+1
* | AnimationTree nodes sliders fixesJakub Grzesik2017-07-211-2/+2
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix more property names in _change_notify calls.Andreas Haas2017-04-031-5/+5
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-87/+75
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-19/+19
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-5/+5
* Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky2017-01-131-19/+19
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-19/+17
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-21/+21
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Make the step property useful for sliders as described in #5773Elia Argentieri2016-10-151-4/+13
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-4/+0
* remove trailing whitespaceHubert Jarosz2016-03-091-17/+17
* Merge pull request #3257 from TheHX/pr-range-propertiesRémi Verschelde2016-01-111-8/+8
|\