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
/
color_picker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-8
/
+8
*
Merge pull request #97212 from Riteo/picking-the-right-expand-mode
Thaddeus Crews
2024-10-25
1
-0
/
+1
|
\
|
*
ColorPicker: ignore TextureRect expand mode during legacy picking
Riteo Siuga
2024-09-20
1
-0
/
+1
*
|
Merge pull request #98368 from KoBeWi/color_picking_active_your_color_is_now_...
Clay John
2024-10-24
1
-11
/
+8
|
\
\
|
*
|
Fix legacy picking label bounds
kobewi
2024-10-22
1
-11
/
+8
*
|
|
Fix ColorPicker virtual keyboard popup on mobile
Anish Mishra
2024-10-05
1
-16
/
+4
|
/
/
*
|
Expose `LineEdit` `edit` and `unedit` methods.
Mounir Tohami
2024-10-04
1
-1
/
+15
*
|
Add missing ETR macros in ColorPicker
Haoyu Qiu
2024-09-25
1
-10
/
+5
|
/
*
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-3
/
+3
*
Use legacy color picking in single window mode
kobewi
2024-07-29
1
-8
/
+12
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-2
/
+2
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-6
/
+6
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-19
/
+19
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-14
/
+16
*
Don't translate ColorPicker color labels
kobewi
2024-04-18
1
-1
/
+2
*
Fixed undo/redo behaviour of color picker and added ability to cancel/confirm...
Zi Ye
2024-03-24
1
-3
/
+25
*
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-10
/
+26
*
Fix PopupMenu doesn't respect it's ScrollContainer's margins
Mounir Tohami
2024-02-23
1
-0
/
+1
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
Allow additional hexadecimal color codes in ColorPicker
Hugo Locurcio
2024-01-08
1
-0
/
+18
*
Merge pull request #84527 from Calinou/colorpicker-display-revert-icon
Rémi Verschelde
2024-01-03
1
-0
/
+9
|
\
|
*
Display a revert icon on ColorPicker's old sample
Hugo Locurcio
2023-11-07
1
-0
/
+9
*
|
Merge pull request #85749 from bs-mwoerner/color_picker_quantize_fix
Yuri Sizov
2023-12-18
1
-4
/
+5
|
\
\
|
*
|
Changed HTML input color_changed logic.
Michael Wörner
2023-12-17
1
-4
/
+5
*
|
|
Remember last 'color_mode' and 'picker_shape' in 'ColorPicker's in the editor
Sofox
2023-12-14
1
-0
/
+12
|
/
/
*
|
Fix ColorPicker's alpha slider arrow offset
kleonc
2023-12-11
1
-1
/
+1
*
|
Fix ColorPicker shape icon is invisible until shape is changed
DinDotDout
2023-11-06
1
-2
/
+4
|
/
*
Increase precision of RAW mode in ColorPicker
Hugo Locurcio
2023-10-23
1
-0
/
+2
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-0
/
+10
*
Fix ColorPicker deferred mode not working for sliders.
ajreckof
2023-10-13
1
-7
/
+18
*
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-6
/
+7
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-46
/
+39
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+3
*
Merge pull request #78468 from KoBeWi/enmarginalization
Rémi Verschelde
2023-08-08
1
-23
/
+25
|
\
|
*
Fix ColorPicker margin theme property
kobewi
2023-06-20
1
-23
/
+25
*
|
Remove spaces from input of HTML color in color picker
guemax
2023-07-22
1
-1
/
+1
*
|
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
Hendrik Brucker
2023-07-17
1
-0
/
+2
*
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
|
Moved HSV and OKHSL caching logic into color_mode
dinoplane
2023-07-05
1
-9
/
+1
*
|
Use cached saturation for color picker when value is 0
dinoplane
2023-06-21
1
-0
/
+3
|
/
*
Use cached hue for color picker when saturation is 0
dinoplane
2023-06-12
1
-0
/
+6
*
Merge pull request #76751 from anvilfolk/swatch
Rémi Verschelde
2023-05-22
1
-6
/
+7
|
\
|
*
Fix adding colors to swatches not updating in previous ColorPickers.
ocean (they/them)
2023-05-21
1
-6
/
+7
*
|
Improve color picking
kobewi
2023-05-19
1
-27
/
+68
|
/
*
Merge pull request #72376 from MewPurPur/fix-color-button-popup
Rémi Verschelde
2023-05-08
1
-22
/
+11
|
\
|
*
Fix popup position of color picker
VolTer
2023-01-30
1
-22
/
+11
*
|
Add center_grabber property to Slider
kobewi
2023-04-22
1
-0
/
+4
*
|
Merge pull request #75904 from Calinou/colorpicker-constructor-round-values
Rémi Verschelde
2023-04-13
1
-2
/
+2
|
\
\
[next]