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-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
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
[next]