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

Add screenshot 1342 #2039

Open
wants to merge 46 commits into
base: development
Choose a base branch
from

Commits on Mar 2, 2024

  1. fixed the header levels in the sprite doc

    changed doc subsection header
    renamed old subsection
    sabadam32 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e2c8b46 View commit details
    Browse the repository at this point in the history
  2. Revert "fixed the header levels in the sprite doc"

    This reverts commit e2c8b46.
    sabadam32 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c2dcc0f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 7, 2024

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

Commits on Mar 10, 2024

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

Commits on Mar 14, 2024

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

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    37a5224 View commit details
    Browse the repository at this point in the history
  2. added screenshot functions

    sabadam32 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7523e89 View commit details
    Browse the repository at this point in the history
  3. fix tests

    sabadam32 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cc598c8 View commit details
    Browse the repository at this point in the history
  4. fix locations

    sabadam32 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3d47991 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e061b0c View commit details
    Browse the repository at this point in the history
  6. fix tests

    sabadam32 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ce14121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3472eab View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    d38d28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b104c00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    931075e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6811519 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b377f88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dcdcf1 View commit details
    Browse the repository at this point in the history
  7. Add creenshot / helper doc, helpers, and examples

    * Add screenshot overview + example
    
    * Add HasStrftime Protocol type
    
    * Add arcade.get_timestamp
    
    * Add some cross-referencing between logging and other doc
    
    * Add doc on datetime replacements which are nicer for filename templating
    pushfoo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    161566e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29ccec7 View commit details
    Browse the repository at this point in the history
  9. Spacing in Window.__init__

    pushfoo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2b74056 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f70685a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6741ea9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb900a6 View commit details
    Browse the repository at this point in the history
  13. Better date and time section tweaks

    * Fix typo in first line
    
    * Remove compaction of arcade.get_timestamp link
    pushfoo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b6b5341 View commit details
    Browse the repository at this point in the history
  14. Intro block revision

    pushfoo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b53b413 View commit details
    Browse the repository at this point in the history
  15. Second pair of intro tweaks

    * Remove extra sentence
    
    * Add list item linking the better datetime overview
    pushfoo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c42872a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    ae00a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dfd5b5 View commit details
    Browse the repository at this point in the history
  3. Add tzinfo to get_timestamp

    pushfoo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    09a363e View commit details
    Browse the repository at this point in the history
  4. Account for DX + Sabadam32's suggestions

    * Re-order arguments for get_timestamp
    
    * Improve default timestamp format string
    
    * Add time-machine test helper to pyproject.toml
    
    * Add tests for get_timestamp
    
    * Update doc to cover changes
    pushfoo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    50d38ee View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Add timezone to format string + clean up tests

    * Add %Z to get_timestamp
    
    * Add doc on it + cross-refs
    
    * Clean datetime test imports
    pushfoo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e6a708a View commit details
    Browse the repository at this point in the history
  2. Phrasing tweak to intro

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

Commits on Apr 4, 2024

  1. Merge pull request #1 from pushfoo/screenshot_pr_cleaning

    Begin strengthening screenshot PR
    sabadam32 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8e92ac5 View commit details
    Browse the repository at this point in the history
  2. add in get_image

    sabadam32 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f585d83 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    37b0962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa493e View commit details
    Browse the repository at this point in the history
  3. fix typing errors

    sabadam32 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5aafe39 View commit details
    Browse the repository at this point in the history
  4. fix type error

    sabadam32 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    90164e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. removed datetime type

    sabadam32 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    58f2d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1abb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    856689a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e6ac5 View commit details
    Browse the repository at this point in the history