Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement color picking #12

Merged
merged 30 commits into from Nov 29, 2023
Merged

Implement color picking #12

merged 30 commits into from Nov 29, 2023

Commits on Nov 23, 2023

  1. Add handle_pick_color placeholder

    zehkira authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    873fe90 View commit details
    Browse the repository at this point in the history
  2. Add partial color picking implementation

    zehkira authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    584f0c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Attempt to use gpick for color picking

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9726c9a View commit details
    Browse the repository at this point in the history
  2. Fix handle type

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    28b3fea View commit details
    Browse the repository at this point in the history
  3. Remove nonexistent handle properties

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b89ebaa View commit details
    Browse the repository at this point in the history
  4. Add color response handling

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    981e98b View commit details
    Browse the repository at this point in the history
  5. Enable PickColor method

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6933472 View commit details
    Browse the repository at this point in the history
  6. Add colors to ScreenshotHandle

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e94cdbd View commit details
    Browse the repository at this point in the history
  7. Switch to generic color picker

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    04f58f7 View commit details
    Browse the repository at this point in the history
  8. Fix picker finished function refernce

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fd3185c View commit details
    Browse the repository at this point in the history
  9. Add picker output interpretation/unpacking

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    abc31e1 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    aeeecbe View commit details
    Browse the repository at this point in the history
  11. Try to get picker output

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3a19e0d View commit details
    Browse the repository at this point in the history
  12. Attempt to make sense of GVariants

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5faf7d5 View commit details
    Browse the repository at this point in the history
  13. Parse picker output as GVariant

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ed37f62 View commit details
    Browse the repository at this point in the history
  14. Properly declare variant type

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7609dbb View commit details
    Browse the repository at this point in the history
  15. Attempt to get by without GVariants

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c14271e View commit details
    Browse the repository at this point in the history
  16. Fix typos

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4e400b8 View commit details
    Browse the repository at this point in the history
  17. Remove things that aren't working

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    afc16e4 View commit details
    Browse the repository at this point in the history
  18. Add an empty stock response

    zehkira authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    991cd6f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Use array GVariant

    zehkira authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f4afec1 View commit details
    Browse the repository at this point in the history
  2. Use integers for colors

    zehkira authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d08f5a5 View commit details
    Browse the repository at this point in the history
  3. Use doubles, but divide by 255.0

    zehkira authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    585ab9f View commit details
    Browse the repository at this point in the history
  4. Match types and names with XML spec

    zehkira authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    ba95a17 View commit details
    Browse the repository at this point in the history
  5. Fix all the things

    zehkira authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    2aef84d View commit details
    Browse the repository at this point in the history
  6. Clean up whitespace

    zehkira authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    ff7c88c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    81ff15e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9fcc4 View commit details
    Browse the repository at this point in the history
  3. Fix expected args in ..pick_done

    zehkira authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    38e2658 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    c927d75 View commit details
    Browse the repository at this point in the history