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

Allowing to set padding in tables and multi_cell + vertical alignment in tables #797

Merged
merged 103 commits into from
Sep 23, 2023

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    b3ac854 View commit details
    Browse the repository at this point in the history
  2. fixed border for border=1,

    existing tests for "text" pass
    RubendeBruin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d42aa2a View commit details
    Browse the repository at this point in the history
  3. implemented in table

    issue with vertical cell alignment
    RubendeBruin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f4d13cf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

    RubendeBruin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a575190 View commit details
    Browse the repository at this point in the history
  3. fill now behind image

    RubendeBruin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    18abfbc View commit details
    Browse the repository at this point in the history
  4. only-images table works

    RubendeBruin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    56abc6c View commit details
    Browse the repository at this point in the history
  5. and per-cell padding as well.

    Features complete I guess
    RubendeBruin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c63b4b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88d21ab View commit details
    Browse the repository at this point in the history
  7. Added docs in Tables.md

    RubendeBruin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c6e8994 View commit details
    Browse the repository at this point in the history
  8. Blacked

    RubendeBruin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    bd86201 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    99d8d31 View commit details
    Browse the repository at this point in the history
  2. Fixed padding

    RubendeBruin committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7b122a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0a65382 View commit details
    Browse the repository at this point in the history
  2. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    cce511b View commit details
    Browse the repository at this point in the history
  3. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1e98c3f View commit details
    Browse the repository at this point in the history
  4. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    544bc67 View commit details
    Browse the repository at this point in the history
  5. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    64fdd93 View commit details
    Browse the repository at this point in the history
  6. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    06745d7 View commit details
    Browse the repository at this point in the history
  7. Update fpdf/table.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e34f5b4 View commit details
    Browse the repository at this point in the history
  8. Update fpdf/table.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9aa7405 View commit details
    Browse the repository at this point in the history
  9. Update fpdf/table.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b52ed25 View commit details
    Browse the repository at this point in the history
  10. Incorporating comments

    RubendeBruin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ae23e6f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a78bbc View commit details
    Browse the repository at this point in the history
  12. Merge branch 'padding_and_border' into padding

    # Conflicts:
    #	fpdf/table.py
    #	test/table/table_padding.py
    RubendeBruin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c1899fd View commit details
    Browse the repository at this point in the history
  13. Incorporating comments

    RubendeBruin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ad0078b View commit details
    Browse the repository at this point in the history
  14. Incorporating comments

    RubendeBruin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    66a44dd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    9deb86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba2899 View commit details
    Browse the repository at this point in the history
  3. wip

    RubendeBruin committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    6952bdf View commit details
    Browse the repository at this point in the history
  4. Update fpdf/table.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e317928 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c54e35b View commit details
    Browse the repository at this point in the history
  6. Added c_margin and docs

    RubendeBruin committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    611a8d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6446e15 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge branch 'master' into padding

    # Conflicts:
    #	docs/Tables.md
    #	fpdf/fpdf.py
    #	fpdf/table.py
    #	test/table/test_table.py
    #	test/table/test_table_with_image.py
    RubendeBruin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    90e6ad7 View commit details
    Browse the repository at this point in the history
  2. Merged with master

    Made "center" overrule horizontal padding
    RubendeBruin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    78ad49b View commit details
    Browse the repository at this point in the history
  3. wip

    RubendeBruin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d6cbb13 View commit details
    Browse the repository at this point in the history
  4. wip

    RubendeBruin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c61920b View commit details
    Browse the repository at this point in the history
  5. wip

    RubendeBruin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    29621df View commit details
    Browse the repository at this point in the history
  6. Gutters and colspan now works

    Updated the documentation as it was not working as documented
    RubendeBruin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7f419a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Gutters and colspan now works

    Updated the documentation as it was not working as documented
    RubendeBruin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8b6b693 View commit details
    Browse the repository at this point in the history
  2. fixed style bug

    RubendeBruin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d77e88a View commit details
    Browse the repository at this point in the history
  3. fixed draw_box borders

    RubendeBruin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    11cb956 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad6401b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af2659c View commit details
    Browse the repository at this point in the history
  6. Added reference pdfs

    RubendeBruin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    21587ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e408cf7 View commit details
    Browse the repository at this point in the history
  8. and docs

    RubendeBruin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ca06b13 View commit details
    Browse the repository at this point in the history
  9. and docs

    RubendeBruin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c1c31a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    780e56e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df484ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2e00c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d78b0c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5af74eb View commit details
    Browse the repository at this point in the history
  6. ok, nosemgrep

    RubendeBruin committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    69fabe0 View commit details
    Browse the repository at this point in the history
  7. trying nosemgrep again

    RubendeBruin committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7bb9cfc View commit details
    Browse the repository at this point in the history
  8. trying nosemgrep again

    RubendeBruin committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8fb862e View commit details
    Browse the repository at this point in the history
  9. black

    RubendeBruin committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b8d7a8e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Aug 15, 2023

  1. Merge branch 'master' into padding

    # Conflicts:
    #	fpdf/fpdf.py
    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8322730 View commit details
    Browse the repository at this point in the history
  2. Updated the reference PDFs for "table" tests

    Fixed "fill" parameter for draw_box_borders
    Re-implemented "center" parameter for tables
    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8637289 View commit details
    Browse the repository at this point in the history
  3. Image size adjustments to fit in cell

    Fixed that row height IS determined by image if it is set to fill, even if a text is present
    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4886777 View commit details
    Browse the repository at this point in the history
  4. Updated HTML table reference PDFs

    Added path to HTML code explicitly to make tests run on Windows
    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    57548a6 View commit details
    Browse the repository at this point in the history
  5. Fixed multi_cell

    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    421e1ac View commit details
    Browse the repository at this point in the history
  6. pylint complaints

    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    be7ec89 View commit details
    Browse the repository at this point in the history
  7. black complaints

    RubendeBruin committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ae97385 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18c333f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    e56a3cd View commit details
    Browse the repository at this point in the history
  2. Update docs/Tables.md

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2915bd9 View commit details
    Browse the repository at this point in the history
  3. Update docs/Tables.md

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    82edd68 View commit details
    Browse the repository at this point in the history
  4. Update docs/Tables.md

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    22863e7 View commit details
    Browse the repository at this point in the history
  5. Update docs/Tables.md

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6c3a6dc View commit details
    Browse the repository at this point in the history
  6. Update docs/Tables.md

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3328cf4 View commit details
    Browse the repository at this point in the history
  7. Update docs/Tables.md

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2307264 View commit details
    Browse the repository at this point in the history
  8. Changelog

    RubendeBruin committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    089b337 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5335fb9 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into padding

    # Conflicts:
    #	CHANGELOG.md
    RubendeBruin committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    00ce643 View commit details
    Browse the repository at this point in the history
  11. Update fpdf/fpdf.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7849132 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    102f8ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a4d88d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dbd4450 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    11710dc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    2b51486 View commit details
    Browse the repository at this point in the history
  2. Updated some of the reference pdfs

    Fixed tests
    RubendeBruin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d73aa19 View commit details
    Browse the repository at this point in the history
  3. merged origin/master

    RubendeBruin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4aff223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeeaa17 View commit details
    Browse the repository at this point in the history
  5. Black

    RubendeBruin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    406c4d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07b445a View commit details
    Browse the repository at this point in the history
  7. Update fpdf/table.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5aae1a9 View commit details
    Browse the repository at this point in the history
  8. Update fpdf/table.py

    Co-authored-by: Lucas Cimon <[email protected]>
    RubendeBruin and Lucas-C authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    db2bfd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78b7ecd View commit details
    Browse the repository at this point in the history
  10. Black

    RubendeBruin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5c4900d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4c7c20 View commit details
    Browse the repository at this point in the history
  12. Updated reference pdf

    RubendeBruin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    96c5897 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80a2aa1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c7b86bb View commit details
    Browse the repository at this point in the history
  15. Revert "removed more obsolete reference pdfs"

    This reverts commit c7b86bb.
    RubendeBruin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f7aae69 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Replaced "Center" with "Middle" for vertical alignment in tables to b…

    …e consistent with CSS.
    
    (updated one reference PDF because the vertical alignment was printed there as text)
    RubendeBruin committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    66cdd7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6607dc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge remote-tracking branch 'origin/master' into padding

    # Conflicts:
    #	CHANGELOG.md
    #	test/html/html_table_th_inside_tr_issue_137.pdf
    #	test/html/html_table_with_border.pdf
    #	test/html/html_table_with_multi_lines_text.pdf
    RubendeBruin committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    01f8909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac069a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ffc9a3 View commit details
    Browse the repository at this point in the history
  4. Update Tables.md

    version number for padding 2.7.5 --> 2.7.6
    RubendeBruin authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    930cdae View commit details
    Browse the repository at this point in the history