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: ArthurHub/HTML-Renderer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: symbiogenesis/HTML-Renderer
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.
  • 14 commits
  • 40 files changed
  • 7 contributors

Commits on Mar 10, 2017

  1. Update CssLayoutEngineTable.cs

    thead elements where not being styled, because the Rect size was {0,0,0,0}. So I added some calculations in LayoutCells for this.
    EjaYF authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    73edeb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. #94 Fixed issue where parsing font values with trailing commas causes…

    … an IndexOutOfRangeException.
    SebBrookfield committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    6ca0237 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Fix Text blurry

    Fix Text blurry
    RachamimYaakobov authored Sep 18, 2017
    Configuration menu
    Copy the full SHA
    7a3b2bd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Fix V3030

    pashcovich committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    615d4f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

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

Commits on Dec 30, 2019

  1. Merge pull request #1 from RachamimYaakobov/patch-1

    Fix Text blurry
    romgerman authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    d4ea7c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from EjaYF/patch-1

    Update CssLayoutEngineTable.cs
    romgerman authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    7221526 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from sebthepleb/master

    #94 Fixed issue where parsing font values with trailing commas causes…
    romgerman authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    014c442 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from pashcovich/master

    Fix V3030
    romgerman authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    e3084ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from ohaucke/case-sensitive-entities

    Support for case sensitive html entities
    romgerman authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    d985fe3 View commit details
    Browse the repository at this point in the history
  6. fix #4 and demos

    romgerman committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    59f73af View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. fixes and css @import

    romgerman committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    a244d21 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. upgrade to .NET 5.0

    edwardmiller87 committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    518d4c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796c6e9 View commit details
    Browse the repository at this point in the history
Loading