Skip to content

1.5.0.6

Choose a tag to compare

@eXpl0it3r eXpl0it3r released this 09 Dec 07:53
· 56 commits to master since this release
  • Fix sub, sup style not working
  • Bugfix in CssLayoutEngine.ApplyCenterAlignment and CssLayoutEngine.ApplyRightAlignment
  • Fix of memory leak with Hover boxes inside HtmlContainerInt.
  • Correct hoverboxes releasing fix
  • use CharSet = CharSet.Unicode for all text pInvoke functions
  • safeguard image generation width to 4096 pixels unless max width is provided
  • Bugfix in CssLayoutEngine where an exception was thrown
  • minor optimization, test sample for layout center with fixed size width
  • Make GetColorInt check if color name is valid to avoid ColorConverter throwing an exception
  • Changes to allow custom sizes if these are not defined in PageSize
  • ColorConverter exception prevention
  • Call base.OnMouseUp instead of base.OnMouseClick from HtmlPanel.OnMouseUp
  • OnMouseUp should call base.OnMouseUp instead of base.OnMouseClick in HtmlLabel.cs
  • Added ability to set page orientation for PdfSharp