summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-10/+10
|\
| * Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_filesThaddeus Crews2024-11-261-10/+10
| |\
| | * Untangle ColorPicker includeskobewi2024-11-221-10/+10
* | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-21/+37
|\| |
| * | ColorPicker: fix OKHSL circle in HSV modeLuoZhihao2024-11-211-21/+37
| |/
* | Merge pull request #826 from Spartan322/rotate-color-picker-textureGeorge L. Albany2024-10-311-4/+8
|\ \
| * | Add rotation to the `ColorPicker.wheel_picker_cursor` iconSpartan3222024-10-301-4/+8
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-8/+8
|\ \ \ | |/ / |/| / | |/
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-8/+8
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge pull request #810 from Spartan322/add/wheel_picker_cursorGeorge L. Albany2024-10-271-8/+6
|\ \ \
| * | | Add `wheel_picker_cursor` theme icon to `ColorPicker`Spartan3222024-10-261-8/+6
| |/ /
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-11/+9
|\ \ \ | |/ / |/| / | |/
| * 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
* | | | Expose `ColorPicker.old_color` as a propertySpartan3222024-10-241-0/+6
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-16/+4
|\| | |
| * | | Fix ColorPicker virtual keyboard popup on mobileAnish Mishra2024-10-051-16/+4
| |/ /
* / / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | 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