summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_picker.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-22/+18
|\
| * Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_filesThaddeus Crews2024-11-261-22/+18
| |\ | | | | | | | | | Untangle ColorPicker includes
| | * Untangle ColorPicker includeskobewi2024-11-221-22/+18
| | |
* | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+5
|\| |
| * | ColorPicker: fix OKHSL circle in HSV modeLuoZhihao2024-11-211-0/+5
| |/
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ | | | | | | Fix copyright headers referring to Godot
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | |
* | | Merge pull request #810 from Spartan322/add/wheel_picker_cursorGeorge L. Albany2024-10-271-0/+1
|\ \ \ | | | | | | | | Add `wheel_picker_cursor` theme icon to `ColorPicker`
| * | | Add `wheel_picker_cursor` theme icon to `ColorPicker`Spartan3222024-10-261-0/+1
| |/ / | | | | | | | | | Replaces `ColorPicker`'s HSV wheel hue indicator with `wheel_picker_icon` texture which by default is the same as `picker_cursor`
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+0
|\ \ \ | |/ / |/| / | |/
| * Fix legacy picking label boundskobewi2024-10-221-1/+0
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fixed undo/redo behaviour of color picker and added ability to ↵Zi Ye2024-03-241-2/+5
| | | | cancel/confirm color selection.
* Display a revert icon on ColorPicker's old sampleHugo Locurcio2023-11-071-0/+1
| | | | This denotes that the color can be clicked to revert to the old color.
* Fix ColorPicker deferred mode not working for sliders.ajreckof2023-10-131-1/+4
|
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-2/+9
| | | | | | | | | | | | This adds binds for GraphEdit/GraphElement/GraphNode, which were skipped before due to a rework. This also adds binds for Window, which was skipped before due to a complicated code organization. Also adds theme cache entries/direct cache access to a few places that previously missed it. Some theme properties are now exposed to other classes via friendships or public getters for convenience. This removes all string-based theme access from scene/ classes.
* Register theme properties with ThemeDBYuri Sizov2023-09-111-4/+1
|
* Merge pull request #78468 from KoBeWi/enmarginalizationRémi Verschelde2023-08-081-0/+1
|\ | | | | | | Fix ColorPicker margin theme property
| * Fix ColorPicker margin theme propertykobewi2023-06-201-0/+1
| |
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
| |
* | Moved HSV and OKHSL caching logic into color_modedinoplane2023-07-051-5/+0
| |
* | Use cached saturation for color picker when value is 0dinoplane2023-06-211-0/+2
|/
* Use cached hue for color picker when saturation is 0dinoplane2023-06-121-0/+2
| | | | Fixes #76968.
* Improve color pickingkobewi2023-05-191-2/+8
|
* Add center_grabber property to Sliderkobewi2023-04-221-0/+2
|
* Implement theme item cache in ColorPicker and friendsYuri Sizov2023-04-031-1/+52
|
* Fix Color PickingMarkus Sauermann2023-02-091-3/+9
| | | | | | | | | | | With the 4.x-introduction of Windows the previous method for color picking was no longer working. This PR uses the following approach to reintroduce color-picking. When the Color-Picking-Button is pressed, a quasi-screenshot of the Window-content is created and displayed in a new Popup-Window. This new Window allows selecting colors by Mouse-Click. A Preview of the targeted Color is also displayed.
* Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITORRémi Verschelde2023-01-211-0/+8
|\ | | | | | | Remove editor dependencies from ColorPicker
| * Remove editor dependencies from ColorPickerkobewi2022-10-111-0/+8
| |
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* | Merge pull request #68255 from jbcolli2/ColorPickerBugRémi Verschelde2022-12-211-2/+2
|\ \ | | | | | | | | | Fixed Issue #68194 involving ColorPicker being allowed to align horizontally when it shouldn't
| * | Fixed ColorPicker so the vertical option is not available in editor.jbcolli22022-11-041-2/+2
| |/
* | Modularize the Color Picker via properties.Chris Ridenour2022-11-041-3/+24
| |
* | Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu2022-10-291-2/+0
|/
* ColorPicker UX improvementsVitika92022-09-061-4/+45
| | | | | | | | | | | - Tabs and MenuButton for mode selection and enabling/disabling colorized sliders - MenuButton for shape selection with new icon for each shape - Drag and drop functionality for presets to arrange order - A chronological list of recently selected presets which are global for the editor - Presets are now highlighted as being active or inactive - Thicker sliders for easy targeting - `grabber_offset` theme constant for Slider - Uncolorized sliders
* Fix ColorPicker color and hsv sync issueJohan Aires Rastén2022-08-011-0/+3
| | | | | | | | | ColorPicker has both a Color and HSV values for the currently selected color, fixed a few cases where those were not kept in sync. Refactored a little regarding this, and removed a redundant update. Solves #63777
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
| | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
* ColorPicker RefactorVitika92022-07-061-28/+65
|
* Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee2022-06-071-1/+5
|
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+1
| | | | | | | | | This can be used to make editor code more compact. However, as of writing, these constructor arguments cannot be used from the scripting API. This was already provided for Label and CheckBox, but it was missing for other Control nodes where it made sense to provide a default value.
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Remove EDSCALE dependency from /scene/guiYuri Sizov2021-10-041-0/+1
|
* Reimplement ColorPicker presetsHendrik Brucker2021-08-181-8/+31
|
* Add cache to color picker for presetsFrancois Belair2021-07-071-0/+1
| | | | | This prevents loading from the project metadata more than once, significantly saving performance with nodes that have color pickers.
* Documentation search fixesGregory Basile2021-06-161-1/+1
| | | | | | Updates rich_text_label so that the built-in documentation can be searched Previously, it would only find the first result and would not select other results Renames "_entered" functions to "_submitted"
* Create ColorPicker shaders staticallykobewi2021-05-171-0/+6
|
* Implement reverting to the old color when clicking it in ColorPickerHugo Locurcio2021-05-101-0/+1
|
* Display the old color in ColorPicker for easier comparisonHugo Locurcio2021-05-061-0/+7
| | | | | | | This only affects ColorPickerButton nodes that spawn a ColorPicker, not standalone ColorPickers. This partially addresses #7366.
* Add Various ColorPicker shapesKongfa Waroros2021-04-061-14/+35
|
* Add interpolation bar on each channel in ColorPickerKongfa Waroros2021-03-091-0/+1
|