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

table.py: fix issue when specifying both column header text and color #2389

Merged
merged 14 commits into from Feb 1, 2014
Merged

Commits on Sep 28, 2013

  1. fix bug in table.py when specifying both column header text and color

    row offset in table construction function was missed in case of specifying both text and color for column headers
    bjcohen committed Sep 28, 2013
    Copy the full SHA
    3747f0f View commit details
    Browse the repository at this point in the history
  2. table.py: added comments to previous change and fixed other bugs

    1) Comment to clarify what we are offsetting and why.
    
    2) Switched `rows' and `cols' in code to create header rows with
       color but no text, so our lists of empty strings have the
       right length.
    bjcohen committed Sep 28, 2013
    Copy the full SHA
    84760b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e47778 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    360b1a4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8e78f02 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2013

  1. Merge pull request #2588 from pwuertz/print_refactor

    Refactor mechanism for saving files.
    mdboom committed Nov 27, 2013
    Copy the full SHA
    be24fc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2013

  1. fix bug in table.py when specifying both column header text and color

    row offset in table construction function was missed in case of specifying both text and color for column headers
    bjcohen committed Nov 28, 2013
    Copy the full SHA
    526ac19 View commit details
    Browse the repository at this point in the history
  2. table.py: added comments to previous change and fixed other bugs

    1) Comment to clarify what we are offsetting and why.
    
    2) Switched `rows' and `cols' in code to create header rows with
       color but no text, so our lists of empty strings have the
       right length.
    bjcohen committed Nov 28, 2013
    Copy the full SHA
    cd83e07 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f9689b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    574f6aa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9421a48 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    189fa12 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. Copy the full SHA
    527503c View commit details
    Browse the repository at this point in the history
  2. fixed filename

    bjcohen committed Jan 13, 2014
    Copy the full SHA
    4de70b0 View commit details
    Browse the repository at this point in the history