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

Image Editing: Image Frames #4946

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 28, 2023

  1. Select Space before Adding Image

    you can select space by dragging the mouse instead of clicking; image is then scaled down; still missing some visual and more options
    p0mm committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b4a2ed4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Scale Image Up to fill Space

    Image can be scaled up too; no scaling occurs if selected space is 0
    p0mm committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b53094e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Documentation for ImageHandler

    p0mm committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7c7473f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    13eea34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348d744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9ca4f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. ImageFrames Basics

    they can contain images & be moved and scaled with the selection tool
    currently working modes are 'fill' and 'scale down', with 'scale down' currently hardcoded in
    p0mm committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ceabd90 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. scale ImageFrames

    allows imageFrames to be scaled without changing to selection tool;
    re-rendering is (temporarily) done via (costly) short-cut, I still need to figure that out
    p0mm committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a540112 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Logic to draw a partial View of an Image

    this will be used by the Image Frame, but is located in ImageView (because it makes sense) and Image (to remember the surface & not recreate it every time)
    p0mm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4c90a7f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. ImageFrames display only chosen part of image

    general update to how the ImageFrames look & they are drawing partial images
    p0mm committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4d4b418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73d5e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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