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

Tk canvas backend #58

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 17, 2021

  1. First version of TkCanvasWrapper backend

    Allows for figures to be shown interactively in Tk applications
    josepegea committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2d2ae9e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    acfddbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c9cb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7030f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    ef05172 View commit details
    Browse the repository at this point in the history
  2. Removed the hard dependency on 'tk' gem

    That way only projects that need it will have to deal with install
    Tk (that also includes tests)
    josepegea committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    2cc09aa View commit details
    Browse the repository at this point in the history
  3. Made tk gem really optional

    josepegea committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    e2b3ad9 View commit details
    Browse the repository at this point in the history