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
2022-03-04
Make EditorSpinSlider label color a theme property
FireForge
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-15
Make EditorSpinSlider grabbers thicker to be more noticeable
Hugo Locurcio
2021-12-10
Merge pull request #55519 from Calinou/editor-spin-slider-float-draw-filled-s...
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-01
Draw the filled part of the slider on float EditorSpinSliders
Hugo Locurcio
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-26
Make EditorSpinSlider wait for text on key_up/down
Francois Belair
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-09-28
Add up/down keys to inc/dec val in spin slider
Francois Belair
2021-09-21
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-05
Apply set_read_only() to child classes of EditorProperty elements
Silc 'Tokage' Renew
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-14
Make sure stylebox is valid in EditorSpinSlider before using it
Yuri Sizov
2021-08-02
Use Command+Drag in EditSpinSlider on macOS
Haoyu Qiu
2021-07-18
Optimize StringName usage
reduz
2021-07-18
Fix crash in EditorSpinSlider
kobewi
2021-07-17
Create many types of popups on demand
reduz
2021-06-30
Add right-to-left layout support for `EditorSpinSlider`.
bruvzg
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-16
Documentation search fixes
Gregory Basile
2021-05-23
Mouse ptr reappears at drag start position
amor
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-04
Fixed wrong mouse position after releasing grabber
kobewi
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-13
fix-EditorSpinSlider-grabber-zoomed-position
jmb462
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-10-01
Renamed toplevel to be top_level
Duroxxigar
2020-09-27
Allow using a comma as decimal separator in EditorSpinSlider
Hugo Locurcio
2020-06-30
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
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
[next]