summaryrefslogtreecommitdiffstats
path: root/scene/gui/spin_box.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-0/+6
|\
| * hide unused exp_edit from SpinBox inspectorshahriarlabib0002024-11-151-0/+6
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-6/+32
|\|
| * Fix Spinbox display does not round properly when using decimal custom arrow s...shahriarlabib0002024-11-091-6/+32
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Prevent `LineEdit` from losing focus when text is submitted or rejected.Mounir Tohami2024-09-101-30/+21
* Deprecate set_min_buttons_width_from_iconskobewi2024-09-051-1/+8
* Improve SpinBox interaction, split arrows, add theme attributesDavid Giardi2024-08-231-19/+205
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* If spinbox text can't be parsed use last updated textRobert Yevdokimov2024-02-271-0/+1
* Update deferred calls to use Callableskobewi2024-01-091-2/+2
* Fix spinBox will reset text when redrawingjsjtxietian2023-10-081-2/+7
* Merge pull request #77804 from ajreckof/prevent-disapearance-of-mouse-when-Sp...Rémi Verschelde2023-09-291-0/+3
|\
| * Prevent disapearance of mouse when SpinBox is hidden while doing a drag modif...ajreckof2023-06-031-0/+3
* | Use comma as a decimal separator for SpinBoxaXu-AP2023-09-211-4/+16
* | Merge pull request #81312 from YuriSizov/theme-static-bindsRémi Verschelde2023-09-111-6/+3
|\ \
| * | Register theme properties with ThemeDBYuri Sizov2023-09-111-6/+3
* | | Merge pull request #81094 from OXTyler/81071Rémi Verschelde2023-09-111-0/+1
|\ \ \ | |/ / |/| |
| * | fixes issue 81071Tyler2023-08-281-0/+1
* | | Unfocus LineEdit when pressing Escapekobewi2023-08-291-0/+5
|/ /
* | Preserve selection when focusing SpinBoxkobewi2023-06-101-1/+1
* | Make `Viewport::gui_get_focus_owner` constAaron Franke2023-06-021-1/+1
* | Fix crash when removing SpinBox during text submitAaron Franke2023-06-021-1/+2
|/
* Merge pull request #74623 from MewPurPur/edit-text-with-styleYuri Sizov2023-04-171-1/+1
|\
| * Code style improvements to text_edit and relatedVolTer2023-04-081-1/+1
* | Merge pull request #70834 from pattlebass/spinbox-doesnt-spinRémi Verschelde2023-04-121-8/+11
|\ \ | |/ |/|
| * Fix Range-derived nodes not redrawingpattlebass2023-04-121-8/+11
* | Add a property hint for SpinBox's `custom_arrow_step` propertyHugo Locurcio2023-01-141-1/+1
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg2022-11-171-1/+4
* Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu2022-10-291-0/+17
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-6/+10
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Merge pull request #64574 from Begah/fix_transient_window_wrap_mouseRémi Verschelde2022-08-261-1/+2
|\
| * Fix warp_mouse for transient windows, smoother mouse positioning when releasi...MathieuRoux2022-08-251-1/+2
* | Merge pull request #64529 from KoBeWi/suffix_begoneRémi Verschelde2022-08-261-6/+17
|\ \ | |/ |/|
| * Hide prefix/suffix on SpinBox focuskobewi2022-08-171-6/+17
* | Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+8
|/
* Independent spinbox arrow step precisionJóhannes Gunnar Þorsteinsson2022-08-041-5/+19
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Consistently use double in Slider and SpinBoxAaron Franke2022-07-151-1/+1
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-28/+38
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2