1. 4619a89 moving cursor down from last line of paragraph should go to parent by Florian Thienel · 9 years ago
  2. ffc41df a IContentBox is always a IChildBox by Florian Thienel · 9 years ago
  3. 844abb2 moving cursor up into last line of paragraph should go to preferred x by Florian Thienel · 9 years ago
  4. 50d98ad use UniversalTestDocument in test of cursor positioning by Florian Thienel · 9 years ago
  5. 1ddd00e use balanced selection by Florian Thienel · 9 years ago
  6. 2af02a3 show simple (unbalanced) selection by Florian Thienel · 9 years ago
  7. bbfb1d6 extract independent responsibilities from BoxWidget by Florian Thienel · 9 years ago
  8. 3efda2e fix one-off problem in text splitting algorithm by Florian Thienel · 9 years ago
  9. 507397d indicate a structural change if text is inserted into an empty element by Florian Thienel · 9 years ago
  10. bf7806b propagate layout reconciliation from leaves to the root by Florian Thienel · 9 years ago
  11. 0702637 move ContentMap from Cursor into BoxWidget by Florian Thienel · 9 years ago
  12. 035dfc6 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 9 years ago
  13. ec8f91d move ContentMap as private member into Cursor by Florian Thienel · 9 years ago
  14. 22a91e9 simplify MoveUp and MoveDown by Florian Thienel · 9 years ago
  15. 586051b cleanup Cursor and BoxWidget by Florian Thienel · 9 years ago
  16. 5a446bf move Cursor to own package by Florian Thienel · 9 years ago
  17. e9e9b17 refactor for more symmetry in MoveUp and MoveDown by Florian Thienel · 9 years ago
  18. 7fe573d fix cursor up/down behaviour at top/bottom of the document by Florian Thienel · 9 years ago
  19. a20e24d move cursor down by Florian Thienel · 9 years ago
  20. e231c35 IContentBox can be empty by Florian Thienel · 9 years ago
  21. aa8cd6c use strategy pattern for moving the cursor by Florian Thienel · 9 years ago
  22. 13c9e23 move cursor up by Florian Thienel · 9 years ago
  23. 308492b make cursor positioning by coordinates more intuitive by Florian Thienel · 9 years ago
  24. 4935dca add methods to determine the position of a box relative to coordinates by Florian Thienel · 9 years ago
  25. 22edf0c move cursor positioning by absolute coordinates to CursorPosition by Florian Thienel · 9 years ago
  26. 8cf1287 extract calculation of cursor position in own class by Florian Thienel · 9 years ago
  27. 08725cf increase version numbers to 1.2 by Florian Thienel · 9 years ago
  28. 11afb4e add support for positioning cursor by mouse click by Florian Thienel · 9 years ago
  29. 9cd0254 provide access to the absolute top/left coordinates of a box by Florian Thienel · 9 years ago
  30. 504f0b3 provide access to relative top and left by Florian Thienel · 9 years ago
  31. ea56c08 introduce visitor with result for boxes by Florian Thienel · 9 years ago
  32. 6a4077d add cache for ColorResource to remove amount of short-lived instances by Florian Thienel · 9 years ago
  33. c26140a convert absolute and relative coordinates by Florian Thienel · 9 years ago
  34. 5f518d4 set foreground and background color separately by Florian Thienel · 9 years ago
  35. a8d4693 extract and reuse splitting algorithm by Florian Thienel · 9 years ago
  36. 52dbcc3 Merge remote-tracking branch 'origin/master' into feature/newBoxModel by Florian Thienel · 9 years ago
  37. eb452c6 bug 452716: add about.html to all plug-ins by Florian Thienel · 9 years ago
  38. 8703b3a bug 452716: enable bundle signing by Florian Thienel · 9 years ago
  39. 48fbadc use factory to conveniently create box structures by Florian Thienel · 9 years ago
  40. e94c6e5 fix calculation of space right of component by Florian Thienel · 9 years ago
  41. b368118 extract Frame from VerticalBlock to spearate concerns by Florian Thienel · 9 years ago
  42. 48e2abd extract LineArrangement algorithm, add test harness by Florian Thienel · 9 years ago
  43. f8665b5 add constructor with one font name for convenience by Florian Thienel · 9 years ago
  44. d0bf223 split text at whitespace by Florian Thienel · 9 years ago
  45. 6054799 apply font before measuring the string extend by Florian Thienel · 9 years ago
  46. 4cb78a1 extract line appending algorithm into separate class by Florian Thienel · 9 years ago
  47. 906ce2c apply font to splitted tail by Florian Thienel · 9 years ago
  48. 696eaad split StaticText next to given width by Florian Thienel · 9 years ago
  49. ee7079f show all children arranged in lines by Florian Thienel · 9 years ago
  50. 2bee232 join similar children when appending to Paragraph by Florian Thienel · 10 years ago
  51. 3e926cf provide access to Graphics for layout by Florian Thienel · 10 years ago
  52. 7a97af6 cache FontResource to prevent frequent garbage collection by Florian Thienel · 10 years ago
  53. e08d171 fix failing trace test by Florian Thienel · 10 years ago
  54. dd84fd2 use only one Graphics instance to prevent GC during painting by Florian Thienel · 10 years ago
  55. d97dea9 use tracing to protect against regression in box rendering by Florian Thienel · 10 years ago
  56. a68c48c root box is parent by Florian Thienel · 10 years ago
  57. c5806c6 vertical block by Florian Thienel · 10 years ago
  58. 2a79f6e basic RootBox by Florian Thienel · 10 years ago
  59. 8267c2d add basic XInclude support by Carsten Hiesserich · 10 years ago
  60. 10d1c6a fix content position balancing when moving selection over start position by Carsten Hiesserich · 10 years ago
  61. 5c0590b fix wrapping of inline elements in DocumentWriter by Carsten Hiesserich · 10 years ago
  62. 062271f [443314] move cursor into substructure when moving down by Florian Thienel · 10 years ago
  63. 296cd1c [421401] do not return an offset outside the box by Florian Thienel · 10 years ago
  64. 8718e17 fix invalid ContentPosition returned by Layout methods by Carsten Hiesserich · 10 years ago
  65. acffec4 fix NPE when calculating ContentPosition in tables by Carsten Hiesserich · 10 years ago
  66. 08f33cb fix a possible problem with ContentPosition after deletion by Carsten Hiesserich · 10 years ago
  67. f199937 apply code clean-up to all source files by Carsten Hiesserich · 10 years ago
  68. 05b2020 provide end-to-end test harness for layout by Florian Thienel · 10 years ago
  69. 32f17c8 extract distinct BlockBox implementation for list items by Florian Thienel · 10 years ago
  70. 55548d4 remove dependency to CSS.PSEUDO_* outside of the css package by Florian Thienel · 10 years ago
  71. 8d649f6 fix discouraged access warnings by Florian Thienel · 10 years ago
  72. e64628a fix warnings related to bundle configuration files by Florian Thienel · 10 years ago
  73. 726c82a add basic CSS styles and layout elements for XInclude's. by Carsten Hiesserich · 11 years ago
  74. 350a313 introduce ContentCursor instead of content offset by Carsten Hiesserich · 10 years ago
  75. 435b807 [425507]use GapContentPosition to track position in layout boxes by Carsten Hiesserich · 10 years ago
  76. 297587b optimize text split methods by Carsten Hiesserich · 10 years ago
  77. baacb75 use raw text for DocumentTextBox by Carsten Hiesserich · 10 years ago
  78. c1785d3 reenable missing tests by Carsten Hiesserich · 10 years ago
  79. f1ae17e remove manually maintained test suites by Florian Thienel · 10 years ago
  80. f71c650 extract and optimize BlockInlineIterator by Florian Thienel · 11 years ago
  81. 4dd00be optimize insertion of children by Florian Thienel · 10 years ago
  82. 251ae61 improve CSS namespace support by Carsten Hiesserich · 10 years ago
  83. a5c9e90 add 'removeElement' action to LayoutTestSuite by Carsten Hiesserich · 10 years ago
  84. e2999c8 make the document in LayoutTestSuite use a validator by Carsten Hiesserich · 10 years ago
  85. e32fee1 bug 420213: do not apply default namespace to attributes by Carsten Hiesserich · 10 years ago
  86. 4c1c82b add _vex-inline-marker CSS property to hide inline markers by Carsten Hiesserich · 10 years ago
  87. 27d4827 cleanup document type handling and doctypes in docbook plugin by Carsten Hiesserich · 11 years ago
  88. 10c8ae9 move decision isBlock/isInline solely to CssWhitespacePolicy by Florian Thienel · 11 years ago
  89. cb693c1 fix assertion error for comment in table row by Carsten Hiesserich · 11 years ago
  90. e228d63 fix NPE for documents with nested table row groups by Carsten Hiesserich · 11 years ago
  91. 544cb7e remove positions when range is deleted by Florian Thienel · 11 years ago
  92. 2c6a1cf accept PI targets that start with 'xml' by Florian Thienel · 11 years ago
  93. 32c587e apply new default behaviour of DisplayProperty to existing test cases by Florian Thienel · 11 years ago
  94. e6a16fb fix test failure in DocumentReaderTest by Carsten Hiesserich · 11 years ago
  95. 310354c prevent splitting of processing instruction in DocumentWriter by Carsten Hiesserich · 11 years ago
  96. 0e6b6c5 use common layout methods for comments and processing instructions by Carsten Hiesserich · 11 years ago
  97. b82e66f add CSS core styles by Carsten Hiesserich · 11 years ago
  98. c55c5d7 bug 251955: Add L2 support for processing instructions by Carsten Hiesserich · 11 years ago
  99. 3a77e1d replace pseudo element element with a more versatile mechanism. by Carsten Hiesserich · 11 years ago
  100. 42a0317 set the caret to the end of the recovered text by Florian Thienel · 11 years ago