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

Implementation of rowspan in tables #1088

Merged
merged 32 commits into from
Feb 2, 2024

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    664b145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20492da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e00cb1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beec54f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63abb7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    225b787 View commit details
    Browse the repository at this point in the history
  7. table: Dropped cols_count and column_indices from Row

    No longer relevant after rowspan refactor
    mjasperse committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    1407bf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a69b35d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eccd68b View commit details
    Browse the repository at this point in the history
  10. table: refactored rowspan processing

    Returns to frozen dataclasses, row-rendering mechanism
    mjasperse committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    63525bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be0d2a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    638ae3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab2733e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b7f82e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00aaebd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    deb18c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34e4215 View commit details
    Browse the repository at this point in the history
  18. table: Use single disable_writing call for consistency

    Previous behaviour allowed cascading of font style, in particular test
    case test_table_with_capitalized_font_family_and_emphasis
    mjasperse committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4be92cc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    782e805 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9828a08 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    360221a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5e321e8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2b13b72 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e8e3e21 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d271a5b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    037da4e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    07486a2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0c8f479 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    54068ed View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e9dac08 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a708d2b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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