summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_spin_slider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-0/+2
|\
| * Fix spinner in AnimationTrackEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-171-0/+2
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\|
| * Merge pull request #97946 from WhalesState/editor-spin-sliderThaddeus Crews2024-11-121-2/+2
| |\
| | * Fix `EditorSpinSlider` grapper `TextureRect` doesn't follow parent when scrol...Mounir Tohami2024-10-071-2/+2
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-4/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Fix EditorSpinSlider blocking viewport from getting focuspassivestar2024-09-101-4/+0
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix is_inside_tree error when inspecting an Environment resourcematheusmdx2024-09-071-1/+1
* Remove duplicated read only checks in EditorSpinSliderHaoyu Qiu2024-09-061-12/+8
* Prevent editing value on focus when `EditorSpinSlider` is read-onlydetomon2024-09-051-0/+4
* Merge pull request #89265 from davthedev/spinbox-buttons-refactorRémi Verschelde2024-08-271-1/+5
|\
| * Improve SpinBox interaction, split arrows, add theme attributesDavid Giardi2024-08-231-1/+5
* | Fix EditorSpinSlider when hiddenkit2024-08-011-3/+3
|/
* Merge pull request #93165 from passivestar/scenetree-shortcut-focusRémi Verschelde2024-07-171-0/+4
|\
| * Prevent node rename shortcut from stealing focus from controlspassivestar2024-07-091-0/+4
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-5/+5
|/
* Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-9/+9
* Fix editor spin slider RTL and marginkit2024-05-021-7/+8
* [Editor] Remove redundant code from `EditorSpinSlider`A Thousand Ships2024-03-151-23/+17
* Allow to abort `SpinSlider` value changespassivestar2024-02-161-21/+57
* Merge pull request #80544 from MewPurPur/buff-editorspinslider-2Rémi Verschelde2024-02-091-7/+3
|\
| * Fix read-only EditorSpinSlider displayMewPurPur2023-08-121-7/+3
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-4/+4
* | Merge pull request #80699 from aXu-AP/spin-box-comma-decimalsYuri Sizov2023-09-281-7/+14
|\ \
| * | Use comma as a decimal separator for SpinBoxaXu-AP2023-09-211-7/+14
* | | Merge pull request #81278 from Alex2782/bugfix_EditorSpinSlider_clamp#81272Rémi Verschelde2023-09-261-18/+9
|\ \ \ | |/ / |/| |
| * | Fixes the 'CLAMP' problem in the 'EditorSpinSlider' ...Alexander Hartmann2023-09-031-18/+9
* | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
|/ /
* / [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-3/+0
|/
* Fix the distance for grabbing a EditorSpinSliderMarkus Sauermann2023-06-161-1/+1
* Add editor setting for spin slider sensibilityWinston Yallow2023-04-271-2/+7
* Fix editor spin slider remaining editable if set read_only during an edit and...Samuele Panzeri2023-04-221-1/+10
* Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-111-5/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+703