index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_spin_slider.cpp
Age
Commit message (
Expand
)
Author
2020-05-15
Hide editor_spin_slider grabber when closing Editor's windows
Dominik 'dreamsComeTrue' Jasiński
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-06
Updated editor spin slider to have better behaviour and adjusted control's si...
Eric M
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups have also been converted to windows
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-15
Add a margin to EditorSpinSlider to visually line up the edited number
Hugo Locurcio
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-05
Fix dragging spinner without control
Rafał Mikrut
2019-10-24
Fix incorrect text rendering with smaller display scale
volzhs
2019-09-06
Improve Ctrl snapping in EditorSpinSlider
Hugo Locurcio
2019-09-03
Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinslider
Rémi Verschelde
2019-08-17
Update Slider grabber position when using mouse wheel
Tomasz Chabora
2019-08-13
Add scrollwheel input to spin slider
Emmanuel Barroga
2019-08-12
Fix Right-Click Menu Deselecting Edits Content
Emmanuel Barroga
2019-07-23
Inspector: Make default float step configurable
Rémi Verschelde
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-16
Ensure cursor is visible when EditorSpinSlider exits the tree
Rémi Verschelde
2018-12-06
Merge pull request #23608 from RySchmitt/fix_spin_slider
Rémi Verschelde
2018-11-28
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-08
Improve dragging behavior of editor_spin_slider
Ryan Schmitt
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-08
-Add Expression class, used to evaluate expressions
Juan Linietsky
2018-08-07
Several improvements to inspector.
Juan Linietsky
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-18
Improvements to vector fields, show axis in color with a background
Juan Linietsky
2018-07-18
Several improvements to editor inspector usability and style
Juan Linietsky
2018-07-18
Fix spin slider, was not registering drag properly
Juan Linietsky
2018-07-12
Merge pull request #19091 from guilhermefelipecgs/fix_ui
Max Hilbrunner
2018-07-04
spin_slider: dont show grabber when editing value with keyboard
toger5
2018-07-04
better tab support for property editor
toger5
2018-07-04
spin_slider added ctrl and shift shrotcuts, removed exp dragging
toger5
2018-06-07
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-05-21
[InspectorDock] Change label offset
Guilherme Felipe
2018-05-16
Add missing copyright headers
Guilherme Felipe
2018-05-15
Fix compile error with clang
Marcelo Fernandez
2018-05-15
-New inspector.
Juan Linietsky