summaryrefslogtreecommitdiffstats
path: root/editor/editor_spin_slider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some code simplificationsMarkus Sauermann2023-02-071-1/+0
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-4/+4
* Fix TAB key usage in EditorSpinSlider (and hence inpector).Juan Linietsky2023-01-121-5/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-66/+77
* Fix focus after pressing Enter in EditorSpinSliderMarkus Sauermann2022-11-261-0/+1
* Change EditorSpinSlider's popup to Controlkobewi2022-10-151-7/+4
* Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde2022-10-131-1/+1
|\
| * Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M2022-09-241-1/+1
* | EditorSpinSlider: Make sure grabber doesn't get hidden during grabbingDNKpp2022-09-301-1/+1
|/
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Merge pull request #65140 from Mickeon/editor-spin-slider-newlineRémi Verschelde2022-09-051-1/+1
|\
| * Modify newlines in Editor Spin Slider tooltipMicky2022-09-011-1/+1
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-1/+5
|/
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-13/+13
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* 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