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-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-05
Merge pull request #65140 from Mickeon/editor-spin-slider-newline
Rémi Verschelde
2022-09-01
Modify newlines in Editor Spin Slider tooltip
Micky
2022-08-31
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-27
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-25
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-24
Implement Quaternion Editor
Silc Renew
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-27
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-10
Merge pull request #59770 from fire-forge/rounded-corners
Rémi Verschelde
2022-06-07
Fix `EditorSpinSlider` mouse reset position on tree exit
Johannes Witt
2022-05-25
Add rounded corners to EditorProperty and EditorSpinSlider
FireForge
2022-05-16
Merge pull request #60086 from fire-forge/editorspinslider-hide-slider
Rémi Verschelde
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-09
Expose EditorSpinSlider.hide_slider
FireForge
2022-03-27
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-16
Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSlider
Markus Sauermann
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
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
[next]