summaryrefslogtreecommitdiffstats
path: root/editor/editor_spin_slider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-1/+0
|\
| * Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* | Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-0/+4
|/
* Implement Quaternion EditorSilc Renew2022-08-241-0/+4
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-2/+5
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-1/+1
* Merge pull request #59770 from fire-forge/rounded-cornersRémi Verschelde2022-06-101-3/+3
|\
| * Add rounded corners to EditorProperty and EditorSpinSliderFireForge2022-05-251-3/+3
* | Fix `EditorSpinSlider` mouse reset position on tree exitJohannes Witt2022-06-071-0/+1
|/
* Merge pull request #60086 from fire-forge/editorspinslider-hide-sliderRémi Verschelde2022-05-161-0/+4
|\
| * Expose EditorSpinSlider.hide_sliderFireForge2022-04-091-0/+4
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+0
|/
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-2/+2
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-1/+1
* Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSliderMarkus Sauermann2022-03-161-0/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-11/+0
* Make EditorSpinSlider label color a theme propertyFireForge2022-03-041-12/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-14/+16
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make EditorSpinSlider grabbers thicker to be more noticeableHugo Locurcio2021-12-151-1/+1
* Merge pull request #55519 from Calinou/editor-spin-slider-float-draw-filled-s...Rémi Verschelde2021-12-101-7/+14
|\
| * Draw the filled part of the slider on float EditorSpinSlidersHugo Locurcio2021-12-011-7/+14
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
|/
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-10/+12
* Make EditorSpinSlider wait for text on key_up/downFrancois Belair2021-10-261-2/+12
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-3/+2
* Add up/down keys to inc/dec val in spin sliderFrancois Belair2021-09-281-0/+55
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-2/+2
* Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-4/+4
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* Make sure stylebox is valid in EditorSpinSlider before using itYuri Sizov2021-08-141-151/+163
* Use Command+Drag in EditSpinSlider on macOSHaoyu Qiu2021-08-021-2/+8
* Optimize StringName usagereduz2021-07-181-18/+18
* Fix crash in EditorSpinSliderkobewi2021-07-181-0/+5
* Create many types of popups on demandreduz2021-07-171-30/+49
* Add right-to-left layout support for `EditorSpinSlider`.bruvzg2021-06-301-20/+59
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+22
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Documentation search fixesGregory Basile2021-06-161-3/+3
* Mouse ptr reappears at drag start positionamor2021-05-231-0/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* Fixed wrong mouse position after releasing grabberkobewi2021-05-041-1/+2