Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: utmcontent/tkintertable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dmnfarrell/tkintertable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 5 contributors

Commits on Jan 26, 2021

  1. minor

    dmnfarrell committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    4fb9287 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Fixed issue dmnfarrell#58 more

    As far as I see, the previous fix of the issue dmnfarrell#58 only adds the `sep` parameter to the `Tables.importCSV` function, which prevents the `unexpected keyword argument 'sep'` error, but the `sep` parameter is still not passed to the `TableModels.importCSV` function, so the default separator is used anyway.
    ainoneko authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b599ba9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

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

Commits on Apr 28, 2021

  1. Update README.md

    dmnfarrell authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    afbd6a1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. app.py fix

    dmnfarrell committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f3fc895 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Add self.bgcolor

    natancl1 authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c44f942 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Merge pull request dmnfarrell#87 from natancl1/master

    Add self.bgcolor
    dmnfarrell authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    ed935ef View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. REFACTOR get_col_clicked() to not call list.index

    CHANGE within() to return index closest to
    FIX handle_mouse_move() to draw symbol at closest divider and set self.atdivider to closest divider index
    CHANGE logic involving atdivider to reflect new values
    Villtorb committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3a7b5a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request dmnfarrell#93 from Villtorb/master

    Fixes the resizing of column headers
    dmnfarrell authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0814fbb View commit details
    Browse the repository at this point in the history
  2. prefs warning remove

    dmnfarrell committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d186aa6 View commit details
    Browse the repository at this point in the history
Loading