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
*
Some code simplifications
Markus Sauermann
2023-02-07
1
-1
/
+0
*
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-4
/
+4
*
Fix TAB key usage in EditorSpinSlider (and hence inpector).
Juan Linietsky
2023-01-12
1
-5
/
+12
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add inspector plugin for key time edit & Change find key argument
Silc Renew
2022-12-22
1
-66
/
+77
*
Fix focus after pressing Enter in EditorSpinSlider
Markus Sauermann
2022-11-26
1
-0
/
+1
*
Change EditorSpinSlider's popup to Control
kobewi
2022-10-15
1
-7
/
+4
*
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-1
/
+1
|
\
|
*
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-24
1
-1
/
+1
*
|
EditorSpinSlider: Make sure grabber doesn't get hidden during grabbing
DNKpp
2022-09-30
1
-1
/
+1
|
/
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-1
/
+1
*
Merge pull request #65140 from Mickeon/editor-spin-slider-newline
Rémi Verschelde
2022-09-05
1
-1
/
+1
|
\
|
*
Modify newlines in Editor Spin Slider tooltip
Micky
2022-09-01
1
-1
/
+1
*
|
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-1
/
+5
|
/
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-13
/
+13
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
1
-1
/
+0
|
\
|
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
*
|
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-25
1
-0
/
+4
|
/
*
Implement Quaternion Editor
Silc Renew
2022-08-24
1
-0
/
+4
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-2
/
+5
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-1
/
+1
*
Merge pull request #59770 from fire-forge/rounded-corners
Rémi Verschelde
2022-06-10
1
-3
/
+3
|
\
|
*
Add rounded corners to EditorProperty and EditorSpinSlider
FireForge
2022-05-25
1
-3
/
+3
*
|
Fix `EditorSpinSlider` mouse reset position on tree exit
Johannes Witt
2022-06-07
1
-0
/
+1
|
/
*
Merge pull request #60086 from fire-forge/editorspinslider-hide-slider
Rémi Verschelde
2022-05-16
1
-0
/
+4
|
\
|
*
Expose EditorSpinSlider.hide_slider
FireForge
2022-04-09
1
-0
/
+4
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-4
/
+0
|
/
*
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-27
1
-2
/
+2
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-1
/
+1
*
Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSlider
Markus Sauermann
2022-03-16
1
-0
/
+1
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-11
/
+0
*
Make EditorSpinSlider label color a theme property
FireForge
2022-03-04
1
-12
/
+1
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-14
/
+16
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+0
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Make EditorSpinSlider grabbers thicker to be more noticeable
Hugo Locurcio
2021-12-15
1
-1
/
+1
*
Merge pull request #55519 from Calinou/editor-spin-slider-float-draw-filled-s...
Rémi Verschelde
2021-12-10
1
-7
/
+14
|
\
|
*
Draw the filled part of the slider on float EditorSpinSliders
Hugo Locurcio
2021-12-01
1
-7
/
+14
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
|
/
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-10
/
+12
*
Make EditorSpinSlider wait for text on key_up/down
Francois Belair
2021-10-26
1
-2
/
+12
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-3
/
+2
[next]