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
/
scene
/
gui
/
slider.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `VSlider` grabber area.
Mounir Tohami
2024-09-14
1
-1
/
+1
*
Fix `Slider`'s drag mouse position when grabber is centered
Mounir Tohami
2024-02-07
1
-4
/
+6
*
Emit slider's drag_started signal before the first value change
Haoyu Qiu
2023-12-21
1
-2
/
+3
*
Ensure slider grabs focus only when it can
Ricardo Subtil
2023-12-02
1
-2
/
+6
*
Fix ColorPicker deferred mode not working for sliders.
ajreckof
2023-10-13
1
-0
/
+3
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-16
/
+13
*
Fix disabled slider highlighting
NiskashY
2023-07-08
1
-1
/
+1
*
Merge pull request #63168 from Levrault/master
Rémi Verschelde
2023-06-05
1
-1
/
+62
|
\
|
*
feat(gamepad): improve gamepad behavior with slider and popup_menu
Luc-Frédéric Langis
2023-06-05
1
-1
/
+62
*
|
Stop dragging when a slider changes editability
David Turner
2023-05-19
1
-0
/
+1
*
|
Add center_grabber property to Slider
kobewi
2023-04-22
1
-13
/
+18
|
/
*
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-2
/
+2
|
\
|
*
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-24
1
-2
/
+2
*
|
ColorPicker UX improvements
Vitika9
2022-09-06
1
-2
/
+2
|
/
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-12
/
+45
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-6
/
+6
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+12
*
Consistently use double in Slider and SpinBox
Aaron Franke
2022-07-15
1
-7
/
+7
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-2
/
+6
*
Merge pull request #55775 from timothyqiu/slider-drag
Rémi Verschelde
2022-01-07
1
-0
/
+8
|
\
|
*
Add drag start/end signals for Slider
Haoyu Qiu
2021-12-10
1
-0
/
+8
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-2
/
+1
*
Optimize StringName usage
reduz
2021-07-18
1
-5
/
+5
*
Fix vertical slider grabber_area height calculation
azagaya
2021-06-13
1
-1
/
+1
*
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
-3
/
+3
*
Merge pull request #38918 from EricEzaM/fix-slider-focus-on-scroll-input
Rémi Verschelde
2021-02-25
1
-0
/
+2
|
\
|
*
Fixed issues with slider focus and scroll input
Eric M
2020-05-21
1
-0
/
+2
*
|
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-7
/
+0
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-12
/
+22
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-27
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Add style for highlighted Slider grab area
PouleyKetchoupp
2020-04-02
1
-2
/
+3
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-8
/
+8
*
Texture refactor
Juan Linietsky
2020-02-11
1
-5
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove unused theme elements in H/VSlider
Michael Alexsander
2019-12-13
1
-9
/
+1
*
Fix analog input in sliders
Tomasz Chabora
2019-11-07
1
-4
/
+4
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-1
/
+0
*
Fix some unincialised variables
qarmin
2019-05-28
1
-0
/
+1
*
Fix #24124, Slider control size
mawenzy
2019-04-09
1
-2
/
+13
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Added scrollable property to Sliders
Chaosus
2018-07-07
1
-5
/
+20
[next]