summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_mode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* 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>
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-10/+10
| | | | | | | | | | | | 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.
* Merge pull request #79037 from dinoplane/move-cached-valuesYuri Sizov2023-07-121-10/+46
|\ | | | | | | Move cached values into `color_mode.cpp` and apply fixes to OKHSL
| * Moved HSV and OKHSL caching logic into color_modedinoplane2023-07-051-10/+46
| |
* | Merge pull request #78100 from KoBeWi/commit_necromancyYuri Sizov2023-07-121-10/+19
|\ \ | |/ |/| | | Use S, V in hue bar of ColorPicker
| * Use S, V in hue bar of ColorPickerkobewi2023-06-111-10/+19
| |
* | Use cached saturation for color picker when value is 0dinoplane2023-06-211-2/+7
| |
* | Use cached hue for color picker when saturation is 0dinoplane2023-06-121-3/+10
|/ | | | Fixes #76968.
* 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".
* Change hue icons to horizontal GradientTexture2Dkobewi2022-11-021-4/+2
|
* Add a separate hue gradient for OKHSL modekobewi2022-11-021-1/+1
|
* Improve ColorPicker sliders in OKHSL modekobewi2022-10-181-31/+53
|
* ColorPicker UX improvementsVitika92022-09-061-28/+27
| | | | | | | | | | | - 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 Hue slider incorrectly rotated 90 degrees in ColorPickerRindbee2022-08-041-2/+2
|
* ColorPicker RefactorVitika92022-07-061-0/+330