summaryrefslogtreecommitdiff
path: root/scene/gui/spin_box.cpp
AgeCommit message (Expand)Author
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-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
2018-08-25Expose the align property of the SpinBox's LineEdit controlMrCdK
2018-02-05SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21Fix spinboxes bad lookGilles Roudiere
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-23Add object type hint for docsPoommetee Ketson
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-14Spinbox: don't ignore double clicks.Andreas Haas
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-12Renamed most signals so they refer to:Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky