summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-8/+8
* Merge pull request #97212 from Riteo/picking-the-right-expand-modeThaddeus Crews2024-10-251-0/+1
|\
| * ColorPicker: ignore TextureRect expand mode during legacy pickingRiteo Siuga2024-09-201-0/+1
* | Merge pull request #98368 from KoBeWi/color_picking_active_your_color_is_now_...Clay John2024-10-241-11/+8
|\ \
| * | Fix legacy picking label boundskobewi2024-10-221-11/+8
* | | Fix ColorPicker virtual keyboard popup on mobileAnish Mishra2024-10-051-16/+4
|/ /
* | Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-041-1/+15
* | Add missing ETR macros in ColorPickerHaoyu Qiu2024-09-251-10/+5
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-3/+3
* Use legacy color picking in single window modekobewi2024-07-291-8/+12
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-6/+6
* Use Core/Scene stringnames consistentlykobewi2024-05-131-19/+19
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-14/+16
* Don't translate ColorPicker color labelskobewi2024-04-181-1/+2
* Fixed undo/redo behaviour of color picker and added ability to cancel/confirm...Zi Ye2024-03-241-3/+25
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-10/+26
* Fix PopupMenu doesn't respect it's ScrollContainer's marginsMounir Tohami2024-02-231-0/+1
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Allow additional hexadecimal color codes in ColorPickerHugo Locurcio2024-01-081-0/+18
* Merge pull request #84527 from Calinou/colorpicker-display-revert-iconRémi Verschelde2024-01-031-0/+9
|\
| * Display a revert icon on ColorPicker's old sampleHugo Locurcio2023-11-071-0/+9
* | Merge pull request #85749 from bs-mwoerner/color_picker_quantize_fixYuri Sizov2023-12-181-4/+5
|\ \
| * | Changed HTML input color_changed logic.Michael Wörner2023-12-171-4/+5
* | | Remember last 'color_mode' and 'picker_shape' in 'ColorPicker's in the editorSofox2023-12-141-0/+12
|/ /
* | Fix ColorPicker's alpha slider arrow offsetkleonc2023-12-111-1/+1
* | Fix ColorPicker shape icon is invisible until shape is changedDinDotDout2023-11-061-2/+4
|/
* Increase precision of RAW mode in ColorPickerHugo Locurcio2023-10-231-0/+2
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+10
* Fix ColorPicker deferred mode not working for sliders.ajreckof2023-10-131-7/+18
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-6/+7
* Register theme properties with ThemeDBYuri Sizov2023-09-111-46/+39
* Add EditorStringNames singletonkobewi2023-09-031-1/+3
* Merge pull request #78468 from KoBeWi/enmarginalizationRémi Verschelde2023-08-081-23/+25
|\
| * Fix ColorPicker margin theme propertykobewi2023-06-201-23/+25
* | Remove spaces from input of HTML color in color pickerguemax2023-07-221-1/+1
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+2
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* | Moved HSV and OKHSL caching logic into color_modedinoplane2023-07-051-9/+1
* | Use cached saturation for color picker when value is 0dinoplane2023-06-211-0/+3
|/
* Use cached hue for color picker when saturation is 0dinoplane2023-06-121-0/+6
* Merge pull request #76751 from anvilfolk/swatchRémi Verschelde2023-05-221-6/+7
|\
| * Fix adding colors to swatches not updating in previous ColorPickers.ocean (they/them)2023-05-211-6/+7
* | Improve color pickingkobewi2023-05-191-27/+68
|/
* Merge pull request #72376 from MewPurPur/fix-color-button-popupRémi Verschelde2023-05-081-22/+11
|\
| * Fix popup position of color pickerVolTer2023-01-301-22/+11
* | Add center_grabber property to Sliderkobewi2023-04-221-0/+4
* | Merge pull request #75904 from Calinou/colorpicker-constructor-round-valuesRémi Verschelde2023-04-131-2/+2
|\ \