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

Save selected strokes #711

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

Save selected strokes #711

wants to merge 41 commits into from

Commits on Dec 17, 2022

  1. Initial attempt. Untested WIP

    andybak committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    3773a8c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on Jul 10, 2023

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

Commits on Aug 18, 2023

  1. WIP commit

    andybak committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    21f8369 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/save-selected

    # Conflicts:
    #	Assets/Scripts/SketchControlsScript.cs
    andybak committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2a838a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

  1. WIP Saved Strokes Panel

    andybak committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    dbb2596 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 30, 2023

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

Commits on Oct 24, 2023

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

Commits on Nov 23, 2023

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

Commits on Nov 29, 2023

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

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    32b2055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426c38a View commit details
    Browse the repository at this point in the history
  3. Turn off monoscopic mode

    andybak committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    35cd5a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Jan 1, 2024

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

Commits on Feb 28, 2024

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

Commits on Mar 5, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    1ff61b0 View commit details
    Browse the repository at this point in the history
  2. dotnet-format

    andybak committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    43fb182 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

Commits on Apr 23, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    ac01a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90cc3f3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 5, 2024

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

Commits on May 6, 2024

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

Commits on May 15, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    2eeddbf View commit details
    Browse the repository at this point in the history
  2. Working prototype

    andybak committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7fcfccf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Button tweaks

    andybak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    60a60a1 View commit details
    Browse the repository at this point in the history
  2. Fix thumbs for saved sketches

    andybak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    4ba0df7 View commit details
    Browse the repository at this point in the history
  3. Remove commented out code

    andybak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ca009ed View commit details
    Browse the repository at this point in the history
  4. UI improvements

    andybak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    05e6d4c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Better icon

    andybak committed May 19, 2024
    Configuration menu
    Copy the full SHA
    20f50d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch 'main' into feature/save-selected

    # Conflicts:
    #	Assets/Settings/Localization/Strings/Strings Shared Data.asset
    #	Assets/Settings/Localization/Strings/Strings_en.asset
    andybak committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    098bbd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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