summaryrefslogtreecommitdiff
path: root/editor/editor_spin_slider.cpp
AgeCommit message (Expand)Author
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-04Make EditorSpinSlider label color a theme propertyFireForge
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-15Make EditorSpinSlider grabbers thicker to be more noticeableHugo Locurcio
2021-12-10Merge pull request #55519 from Calinou/editor-spin-slider-float-draw-filled-s...Ré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-01Draw the filled part of the slider on float EditorSpinSlidersHugo Locurcio
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-26Make EditorSpinSlider wait for text on key_up/downFrancois Belair
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