1. 552961e introduce listeners to extend layout and painting behaviour by Florian Thienel · 9 years ago
  2. ea56c08 introduce visitor with result for boxes by Florian Thienel · 9 years ago
  3. d061625 add decoriating box that represents a certain node in the document by Florian Thienel · 9 years ago
  4. fae50a7 add interface for boxes that represent parts of the document's content by Florian Thienel · 9 years ago
  5. 39cbea1 add NULL object by Florian Thienel · 9 years ago
  6. 6a4077d add cache for ColorResource to remove amount of short-lived instances by Florian Thienel · 9 years ago
  7. c26140a convert absolute and relative coordinates by Florian Thienel · 9 years ago
  8. 5f518d4 set foreground and background color separately by Florian Thienel · 9 years ago
  9. eabc5b9 fix subSequence according to contract defined in CharSequence interface by Florian Thienel · 9 years ago
  10. 36bfb6c parameterize IDecoratorBox by Florian Thienel · 9 years ago
  11. a8d4693 extract and reuse splitting algorithm by Florian Thienel · 9 years ago
  12. 45db1a7 create a box that shows textual content from the document IContent by Florian Thienel · 9 years ago
  13. ceeb00a add the type of children to IParentBox to make child box creation easier by Florian Thienel · 9 years ago
  14. 52dbcc3 Merge remote-tracking branch 'origin/master' into feature/newBoxModel by Florian Thienel · 9 years ago
  15. eb452c6 bug 452716: add about.html to all plug-ins by Florian Thienel · 9 years ago
  16. 8703b3a bug 452716: enable bundle signing by Florian Thienel · 9 years ago
  17. 48fbadc use factory to conveniently create box structures by Florian Thienel · 9 years ago
  18. e94c6e5 fix calculation of space right of component by Florian Thienel · 9 years ago
  19. 8143329 add shortcut if there are no children to paint by Florian Thienel · 9 years ago
  20. b368118 extract Frame from VerticalBlock to spearate concerns by Florian Thienel · 9 years ago
  21. 48e2abd extract LineArrangement algorithm, add test harness by Florian Thienel · 9 years ago
  22. f8665b5 add constructor with one font name for convenience by Florian Thienel · 9 years ago
  23. 9034d30 extract line arrangement completely by Florian Thienel · 9 years ago
  24. d0bf223 split text at whitespace by Florian Thienel · 9 years ago
  25. 75191de move creation of box model to the client of BoxWidget by Florian Thienel · 9 years ago
  26. ad77d5a do not use an index to access a linked list by Florian Thienel · 9 years ago
  27. f623004 iterate children only once per layout cycle by Florian Thienel · 9 years ago
  28. 6a59930 fix boundary calculation for boxes with different baselines by Florian Thienel · 9 years ago
  29. 6054799 apply font before measuring the string extend by Florian Thienel · 9 years ago
  30. 4cb78a1 extract line appending algorithm into separate class by Florian Thienel · 9 years ago
  31. 6ca2a12 reduce demo size to 20000 paragraphs by Florian Thienel · 9 years ago
  32. 5ab4c6f prevent infinite layout if not enough space is available by Florian Thienel · 9 years ago
  33. bcd50f8 use LinkedList to handle children and lines by Florian Thienel · 9 years ago
  34. a0e4df4 pull splitting as a feature into IInlineBox by Florian Thienel · 9 years ago
  35. 906ce2c apply font to splitted tail by Florian Thienel · 9 years ago
  36. 0b6b57f do not join children in Line by Florian Thienel · 9 years ago
  37. 6f50027 ignore negative width by Florian Thienel · 9 years ago
  38. 68aac9b use a LinkedList to handle the children of a line by Florian Thienel · 9 years ago
  39. 696eaad split StaticText next to given width by Florian Thienel · 9 years ago
  40. ee7079f show all children arranged in lines by Florian Thienel · 9 years ago
  41. e91478e add a simple square box type by Florian Thienel · 9 years ago
  42. 2bee232 join similar children when appending to Paragraph by Florian Thienel · 9 years ago
  43. da2b857 paragraph by Florian Thienel · 9 years ago
  44. 3e926cf provide access to Graphics for layout by Florian Thienel · 9 years ago
  45. bb4cb47 use a dedicated render thread to keep the UI responsive by Florian Thienel · 9 years ago
  46. 7a97af6 cache FontResource to prevent frequent garbage collection by Florian Thienel · 9 years ago
  47. ad2e2fe use direct access instead of Iterable - it's way much faster! by Florian Thienel · 9 years ago
  48. 65c974b do not layout when the width is unchanged by Florian Thienel · 9 years ago
  49. dd84fd2 use only one Graphics instance to prevent GC during painting by Florian Thienel · 9 years ago
  50. 1fcf93d optimize search for first visible box by Florian Thienel · 9 years ago
  51. f9266cd use double buffering by Florian Thienel · 9 years ago
  52. 485987f scroll vertically by Florian Thienel · 9 years ago
  53. 7084777 cut off references to the box model as soon as BoxWidget is disposed by Florian Thienel · 9 years ago
  54. d97dea9 use tracing to protect against regression in box rendering by Florian Thienel · 9 years ago
  55. cef618e delegate painting of child boxes to ChildBoxPainter by Florian Thienel · 9 years ago
  56. 00ac138 provide boundaries of IChildBox as Rectangle for convenience by Florian Thienel · 9 years ago
  57. bc5c187 move performance measurement to BoxWidget by Florian Thienel · 9 years ago
  58. e7e6368 simple drawing by Florian Thienel · 9 years ago
  59. 5a5cabb simple layout by Florian Thienel · 9 years ago
  60. f7c4563 horizontal bar is a simple visual box by Florian Thienel · 9 years ago
  61. a68c48c root box is parent by Florian Thienel · 9 years ago
  62. c5806c6 vertical block by Florian Thienel · 9 years ago
  63. 2a79f6e basic RootBox by Florian Thienel · 9 years ago
  64. 644a5ee create environment for fast visual feedback by Florian Thienel · 9 years ago
  65. 8267c2d add basic XInclude support by Carsten Hiesserich · 10 years ago
  66. 10d1c6a fix content position balancing when moving selection over start position by Carsten Hiesserich · 9 years ago
  67. 5c0590b fix wrapping of inline elements in DocumentWriter by Carsten Hiesserich · 9 years ago
  68. 062271f [443314] move cursor into substructure when moving down by Florian Thienel · 9 years ago
  69. 296cd1c [421401] do not return an offset outside the box by Florian Thienel · 9 years ago
  70. 8718e17 fix invalid ContentPosition returned by Layout methods by Carsten Hiesserich · 9 years ago
  71. f5ba4e8 improve type safety for table layout utils by Carsten Hiesserich · 9 years ago
  72. acffec4 fix NPE when calculating ContentPosition in tables by Carsten Hiesserich · 9 years ago
  73. f2e2927 clean up AbstractBlockBox.getCaret to improve readability by Florian Thienel · 9 years ago
  74. 08f33cb fix a possible problem with ContentPosition after deletion by Carsten Hiesserich · 9 years ago
  75. f199937 apply code clean-up to all source files by Carsten Hiesserich · 9 years ago
  76. 05b2020 provide end-to-end test harness for layout by Florian Thienel · 9 years ago
  77. 32f17c8 extract distinct BlockBox implementation for list items by Florian Thienel · 10 years ago
  78. 55548d4 remove dependency to CSS.PSEUDO_* outside of the css package by Florian Thienel · 10 years ago
  79. 8d649f6 fix discouraged access warnings by Florian Thienel · 10 years ago
  80. d9e0e2d fix "low hanging" compiler warnings by Florian Thienel · 10 years ago
  81. fd1a114 fixed references to non existing source folders by Florian Thienel · 10 years ago
  82. 726c82a add basic CSS styles and layout elements for XInclude's. by Carsten Hiesserich · 10 years ago
  83. d741ae4 Add XInclude.xsd catalog contribution by Carsten Hiesserich · 10 years ago
  84. 350a313 introduce ContentCursor instead of content offset by Carsten Hiesserich · 10 years ago
  85. 435b807 [425507]use GapContentPosition to track position in layout boxes by Carsten Hiesserich · 10 years ago
  86. 297587b optimize text split methods by Carsten Hiesserich · 10 years ago
  87. baacb75 use raw text for DocumentTextBox by Carsten Hiesserich · 10 years ago
  88. b26102d replace Assert method in frequently used methods by Carsten Hiesserich · 10 years ago
  89. eb6a363 remove special layout treatment for comments and pi's by Carsten Hiesserich · 10 years ago
  90. f71c650 extract and optimize BlockInlineIterator by Florian Thienel · 10 years ago
  91. 4dd00be optimize insertion of children by Florian Thienel · 10 years ago
  92. 251ae61 improve CSS namespace support by Carsten Hiesserich · 10 years ago
  93. e32fee1 bug 420213: do not apply default namespace to attributes by Carsten Hiesserich · 10 years ago
  94. 4c1c82b add _vex-inline-marker CSS property to hide inline markers by Carsten Hiesserich · 10 years ago
  95. 27d4827 cleanup document type handling and doctypes in docbook plugin by Carsten Hiesserich · 10 years ago
  96. 10c8ae9 move decision isBlock/isInline solely to CssWhitespacePolicy by Florian Thienel · 10 years ago
  97. 1b3bd93 fix Exception for PseudoElements if no content is defined by Carsten Hiesserich · 10 years ago
  98. cb693c1 fix assertion error for comment in table row by Carsten Hiesserich · 10 years ago
  99. e88e59e support CSS 'content' definition for inline elements by Carsten Hiesserich · 10 years ago
  100. e228d63 fix NPE for documents with nested table row groups by Carsten Hiesserich · 10 years ago