summaryrefslogtreecommitdiff
path: root/scene/gui/spin_box.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Rename minimum_size_changed() methodkobewi
2021-11-16Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-09-21Added option for spinbox to update it's value on line edit 'text_changed' rat...Eric M
2021-08-28Add support for internal nodeskobewi
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-07-18Optimize StringName usagereduz
2021-07-17Create many types of popups on demandreduz
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Documentation search fixesGregory Basile
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-06Release mouse when SpinBox leaves scene treekobewi
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-26Fix unintended SpinBox mouse captureVolka
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-08-14Merge pull request #38223 from EricEzaM/spinbox-update-lineedit-after-bad-inputRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-26Fixed bug where spinbox would not update to it's actual value after non-numer...Eric M
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-11Add apply method to SpinBoxJóhannes Gunnar Þorsteinsson
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Update minimum size of SpinBox on theme changeTomasz Chabora
2019-10-21Fixes spinbox not releasing focus on value changeEmmanuel Barroga
2019-08-30Ignore the prefix and suffix in the SpinBox expressionHugo Locurcio
2019-08-29Calculate the SpinBox value using the Expression classHugo Locurcio
2019-08-12Fix Right-Click Menu Deselecting Edits ContentEmmanuel Barroga
2019-07-23Inspector: Make default float step configurableRémi Verschelde
2019-07-10Use reference to constant in functionsqarmin
2019-05-21Pass mouse events to SpinBox from its LineEditTomasz Chabora
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-10Fixed issue #11893 (SpinBox Capturing mouse)Rodolphe Suescun
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-02Merge pull request #21395 from mrcdk/spin_box_expose_alignRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde