summaryrefslogtreecommitdiff
path: root/editor/editor_spin_slider.cpp
AgeCommit message (Expand)Author
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-28Add up/down keys to inc/dec val in spin sliderFrancois Belair
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-05Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-14Make sure stylebox is valid in EditorSpinSlider before using itYuri Sizov
2021-08-02Use Command+Drag in EditSpinSlider on macOSHaoyu Qiu
2021-07-18Optimize StringName usagereduz
2021-07-18Fix crash in EditorSpinSliderkobewi
2021-07-17Create many types of popups on demandreduz
2021-06-30Add right-to-left layout support for `EditorSpinSlider`.bruvzg
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Documentation search fixesGregory Basile
2021-05-23Mouse ptr reappears at drag start positionamor
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-04Fixed wrong mouse position after releasing grabberkobewi
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-13fix-EditorSpinSlider-grabber-zoomed-positionjmb462
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-10-01Renamed toplevel to be top_levelDuroxxigar
2020-09-27Allow using a comma as decimal separator in EditorSpinSliderHugo Locurcio
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-05-15Hide editor_spin_slider grabber when closing Editor's windowsDominik 'dreamsComeTrue' Jasiński
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-06Updated editor spin slider to have better behaviour and adjusted control's si...Eric M
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups have also been converted to windowsJuan Linietsky
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-15Add a margin to EditorSpinSlider to visually line up the edited numberHugo Locurcio
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-05Fix dragging spinner without controlRafał Mikrut
2019-10-24Fix incorrect text rendering with smaller display scalevolzhs
2019-09-06Improve Ctrl snapping in EditorSpinSliderHugo Locurcio
2019-09-03Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinsliderRémi Verschelde
2019-08-17Update Slider grabber position when using mouse wheelTomasz Chabora
2019-08-13Add scrollwheel input to spin sliderEmmanuel Barroga
2019-08-12Fix Right-Click Menu Deselecting Edits ContentEmmanuel Barroga
2019-07-23Inspector: Make default float step configurableRémi Verschelde
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin