index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_spin_slider.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-3
/
+2
*
Add up/down keys to inc/dec val in spin slider
Francois Belair
2021-09-28
1
-0
/
+55
*
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
1
-2
/
+2
*
Apply set_read_only() to child classes of EditorProperty elements
Silc 'Tokage' Renew
2021-09-05
1
-4
/
+4
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+1
*
Make sure stylebox is valid in EditorSpinSlider before using it
Yuri Sizov
2021-08-14
1
-151
/
+163
*
Use Command+Drag in EditSpinSlider on macOS
Haoyu Qiu
2021-08-02
1
-2
/
+8
*
Optimize StringName usage
reduz
2021-07-18
1
-18
/
+18
*
Fix crash in EditorSpinSlider
kobewi
2021-07-18
1
-0
/
+5
*
Create many types of popups on demand
reduz
2021-07-17
1
-30
/
+49
*
Add right-to-left layout support for `EditorSpinSlider`.
bruvzg
2021-06-30
1
-20
/
+59
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-1
/
+22
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-3
/
+3
*
Mouse ptr reappears at drag start position
amor
2021-05-23
1
-0
/
+1
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-2
/
+2
*
Fixed wrong mouse position after releasing grabber
kobewi
2021-05-04
1
-1
/
+2
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-5
/
+5
*
fix-EditorSpinSlider-grabber-zoomed-position
jmb462
2021-03-13
1
-2
/
+6
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-3
/
+3
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-9
/
+11
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-1
/
+1
*
Allow using a comma as decimal separator in EditorSpinSlider
Hugo Locurcio
2020-09-27
1
-1
/
+6
*
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-2
/
+2
*
Hide editor_spin_slider grabber when closing Editor's windows
Dominik 'dreamsComeTrue' Jasiński
2020-05-15
1
-0
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-5
/
+10
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-23
/
+0
*
Updated editor spin slider to have better behaviour and adjusted control's si...
Eric M
2020-05-06
1
-0
/
+17
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-8
/
+8
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups have also been converted to windows
Juan Linietsky
2020-03-26
1
-11
/
+13
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-13
/
+13
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-15
/
+11
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-12
/
+6
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+6
*
Add a margin to EditorSpinSlider to visually line up the edited number
Hugo Locurcio
2020-02-15
1
-0
/
+14
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix dragging spinner without control
Rafał Mikrut
2019-11-05
1
-1
/
+1
*
Fix incorrect text rendering with smaller display scale
volzhs
2019-10-24
1
-2
/
+2
*
Improve Ctrl snapping in EditorSpinSlider
Hugo Locurcio
2019-09-06
1
-7
/
+2
*
Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinslider
Rémi Verschelde
2019-09-03
1
-2
/
+27
|
\
|
*
Add scrollwheel input to spin slider
Emmanuel Barroga
2019-08-13
1
-2
/
+27
*
|
Update Slider grabber position when using mouse wheel
Tomasz Chabora
2019-08-17
1
-25
/
+31
|
/
*
Fix Right-Click Menu Deselecting Edits Content
Emmanuel Barroga
2019-08-12
1
-0
/
+5
*
Inspector: Make default float step configurable
Rémi Verschelde
2019-07-23
1
-2
/
+2
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-4
/
+4
[next]