summaryrefslogtreecommitdiffstats
path: root/scene/gui/range.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Only allow finite numbers in Range.value.Jordyfel2023-08-281-0/+4
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
* Merge pull request #70834 from pattlebass/spinbox-doesnt-spinRémi Verschelde2023-04-121-2/+21
|\
| * Fix Range-derived nodes not redrawingpattlebass2023-04-121-2/+21
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Merge pull request #65101 from MrPhnix/range_value_bugRémi Verschelde2022-12-051-1/+1
|\
| * incorrect range value with min value and stepPhnix2022-08-271-1/+1
* | Merge pull request #67660 from Rindbee/improve-setter-for-RangeRémi Verschelde2022-12-011-12/+9
|\ \
| * | Improve validation when setting `max`/`min`/`page` in `Range`Rindbee2022-10-201-12/+9
* | | Add set_value_no_signal() to Rangekobewi2022-10-311-2/+10
|/ /
* | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
|/
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+20
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Add GDExtension support to Scriptreduz2022-03-271-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix Range property dependencieskobewi2021-10-091-0/+14
* Optimize StringName usagereduz2021-07-181-2/+2
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Use Array for node configuration warningsNathan Franke2021-04-111-10/+6
* 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