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

Add support for CSS-based theming on the canvas #13828

Merged
merged 40 commits into from
May 3, 2024

Commits on May 1, 2024

  1. Separate rendering from painting

    * rendering is for constructing DOM nodes
    * painting is for drawing to the canvas
    mattpap committed May 1, 2024
    Configuration menu
    Copy the full SHA
    366d1c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b74d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717a6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18f3e08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8edd1a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346ad21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2783f4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef6b1f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecb85a7 View commit details
    Browse the repository at this point in the history
  10. Update bokehjs' unit tests

    mattpap committed May 1, 2024
    Configuration menu
    Copy the full SHA
    084a5ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f4193d View commit details
    Browse the repository at this point in the history
  12. Update cross tests baselines

    mattpap committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0273ed1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85edc1b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc318fc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cad5ad0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9827484 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    75eee1b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80aac1f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3dabe74 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f2d9a79 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    be4ad84 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    67cba1f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d4c9030 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    431040a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    15d4f4a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    22bcd1d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0c4c892 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8a28c2a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    980a149 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    c9cd2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b20522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d8bfb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbb63e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    77a1459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500f55f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22de60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e4544a View commit details
    Browse the repository at this point in the history
  5. Update *.blf baseline files

    mattpap committed May 3, 2024
    Configuration menu
    Copy the full SHA
    11804cd View commit details
    Browse the repository at this point in the history
  6. Update bokeh's examples

    mattpap committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cf8dc3e View commit details
    Browse the repository at this point in the history
  7. Add release notes

    mattpap committed May 3, 2024
    Configuration menu
    Copy the full SHA
    55d9deb View commit details
    Browse the repository at this point in the history