1. 9b43a54 split a String into lines by Florian Thienel · 7 years ago
  2. 9fe5201 provide value of the white-space property to LineArrangement by Florian Thienel · 7 years ago
  3. b488e5b enhance handling of trailing whitespace when text-align == right by Florian Thienel · 7 years ago
  4. 1df876c add support for the text-align property by Florian Thienel · 7 years ago
  5. eaca2d2 introduce enum for LineStyle by Florian Thienel · 7 years ago
  6. 9b3500d fix imports by Florian Thienel · 7 years ago
  7. 50f3874 add support for the background-color property by Florian Thienel · 7 years ago
  8. 021b839 add support for border-style and border-color by Florian Thienel · 7 years ago
  9. 0b31188 emit information about changed Cursor position by Florian Thienel · 7 years ago
  10. da3c091 remove dependency of tests on runtime system behavior (line.separator) by Florian Thienel · 7 years ago
  11. 402d7b8 remove CascadingProperties; Styles and StyleSheet will handle this by Florian Thienel · 7 years ago
  12. f83b577 create data structure for cascading properties by Florian Thienel · 7 years ago
  13. 3510e0f add "Structural" prefix to Frame by Florian Thienel · 8 years ago
  14. a39044f introduce InlineNodeReference representing an inline element as box by Florian Thienel · 8 years ago
  15. 10395c7 prevent leading whitespace when splìtting lines by Florian Thienel · 8 years ago
  16. 9c357de Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  17. 2be6265 update poms to use tycho 0.24.0 to fix the CI build by Florian Thienel · 8 years ago
  18. aa45f04 show inline containers by Florian Thienel · 8 years ago
  19. c3230e4 introduce depth-first traversal for nodes by Florian Thienel · 8 years ago
  20. c6711fd remove use of ContentMap in MoveDown by Florian Thienel · 8 years ago
  21. ff9a15d update the formatting and clean-up settings to Eclipse Mars by Florian Thienel · 8 years ago
  22. 8421856 rename NodeReference to StructuralNodeReference by Florian Thienel · 8 years ago
  23. 4847cc7 make ChildBoxPainter operate on IChildBox instead of IStructuralBox by Florian Thienel · 8 years ago
  24. b8850f2 show highlighted content with bold border and lightened background by Florian Thienel · 8 years ago
  25. 6a1ee3b improve naming: BalancingSelector, moveEndTo, setEndAbsoluteTo by Florian Thienel · 8 years ago
  26. 9b51885 start balancing forward at the node, not its parent by Florian Thienel · 8 years ago
  27. 9c5cd6c balanced selecting with the mouse must be handled differently by Florian Thienel · 8 years ago
  28. 77f9685 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  29. 4619a89 moving cursor down from last line of paragraph should go to parent by Florian Thienel · 8 years ago
  30. ffc41df a IContentBox is always a IChildBox by Florian Thienel · 8 years ago
  31. 844abb2 moving cursor up into last line of paragraph should go to preferred x by Florian Thienel · 8 years ago
  32. 0daf61e bug 470335: NPE when document is edited in other editor by Carsten Hiesserich · 8 years ago
  33. 50d98ad use UniversalTestDocument in test of cursor positioning by Florian Thienel · 8 years ago
  34. 1ddd00e use balanced selection by Florian Thienel · 8 years ago
  35. 2af02a3 show simple (unbalanced) selection by Florian Thienel · 8 years ago
  36. bbfb1d6 extract independent responsibilities from BoxWidget by Florian Thienel · 8 years ago
  37. 3efda2e fix one-off problem in text splitting algorithm by Florian Thienel · 8 years ago
  38. 507397d indicate a structural change if text is inserted into an empty element by Florian Thienel · 8 years ago
  39. bf7806b propagate layout reconciliation from leaves to the root by Florian Thienel · 8 years ago
  40. 0702637 move ContentMap from Cursor into BoxWidget by Florian Thienel · 8 years ago
  41. 035dfc6 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  42. ec8f91d move ContentMap as private member into Cursor by Florian Thienel · 8 years ago
  43. 22a91e9 simplify MoveUp and MoveDown by Florian Thienel · 8 years ago
  44. 586051b cleanup Cursor and BoxWidget by Florian Thienel · 8 years ago
  45. 5a446bf move Cursor to own package by Florian Thienel · 8 years ago
  46. e9e9b17 refactor for more symmetry in MoveUp and MoveDown by Florian Thienel · 8 years ago
  47. 7fe573d fix cursor up/down behaviour at top/bottom of the document by Florian Thienel · 8 years ago
  48. a20e24d move cursor down by Florian Thienel · 8 years ago
  49. e231c35 IContentBox can be empty by Florian Thienel · 8 years ago
  50. aa8cd6c use strategy pattern for moving the cursor by Florian Thienel · 8 years ago
  51. 13c9e23 move cursor up by Florian Thienel · 8 years ago
  52. 308492b make cursor positioning by coordinates more intuitive by Florian Thienel · 8 years ago
  53. 4935dca add methods to determine the position of a box relative to coordinates by Florian Thienel · 8 years ago
  54. 22edf0c move cursor positioning by absolute coordinates to CursorPosition by Florian Thienel · 8 years ago
  55. 8cf1287 extract calculation of cursor position in own class by Florian Thienel · 8 years ago
  56. 08725cf increase version numbers to 1.2 by Florian Thienel · 8 years ago
  57. 11afb4e add support for positioning cursor by mouse click by Florian Thienel · 8 years ago
  58. 9cd0254 provide access to the absolute top/left coordinates of a box by Florian Thienel · 8 years ago
  59. 504f0b3 provide access to relative top and left by Florian Thienel · 8 years ago
  60. ea56c08 introduce visitor with result for boxes by Florian Thienel · 8 years ago
  61. 6a4077d add cache for ColorResource to remove amount of short-lived instances by Florian Thienel · 8 years ago
  62. c26140a convert absolute and relative coordinates by Florian Thienel · 8 years ago
  63. 5f518d4 set foreground and background color separately by Florian Thienel · 8 years ago
  64. a8d4693 extract and reuse splitting algorithm by Florian Thienel · 8 years ago
  65. 52dbcc3 Merge remote-tracking branch 'origin/master' into feature/newBoxModel by Florian Thienel · 9 years ago
  66. eb452c6 bug 452716: add about.html to all plug-ins by Florian Thienel · 9 years ago
  67. 8703b3a bug 452716: enable bundle signing by Florian Thienel · 9 years ago
  68. 48fbadc use factory to conveniently create box structures by Florian Thienel · 9 years ago
  69. e94c6e5 fix calculation of space right of component by Florian Thienel · 9 years ago
  70. b368118 extract Frame from VerticalBlock to spearate concerns by Florian Thienel · 9 years ago
  71. 48e2abd extract LineArrangement algorithm, add test harness by Florian Thienel · 9 years ago
  72. f8665b5 add constructor with one font name for convenience by Florian Thienel · 9 years ago
  73. d0bf223 split text at whitespace by Florian Thienel · 9 years ago
  74. 6054799 apply font before measuring the string extend by Florian Thienel · 9 years ago
  75. 4cb78a1 extract line appending algorithm into separate class by Florian Thienel · 9 years ago
  76. 906ce2c apply font to splitted tail by Florian Thienel · 9 years ago
  77. 696eaad split StaticText next to given width by Florian Thienel · 9 years ago
  78. ee7079f show all children arranged in lines by Florian Thienel · 9 years ago
  79. 2bee232 join similar children when appending to Paragraph by Florian Thienel · 9 years ago
  80. 3e926cf provide access to Graphics for layout by Florian Thienel · 9 years ago
  81. 7a97af6 cache FontResource to prevent frequent garbage collection by Florian Thienel · 9 years ago
  82. e08d171 fix failing trace test by Florian Thienel · 9 years ago
  83. dd84fd2 use only one Graphics instance to prevent GC during painting by Florian Thienel · 9 years ago
  84. d97dea9 use tracing to protect against regression in box rendering by Florian Thienel · 9 years ago
  85. a68c48c root box is parent by Florian Thienel · 9 years ago
  86. c5806c6 vertical block by Florian Thienel · 9 years ago
  87. 2a79f6e basic RootBox by Florian Thienel · 9 years ago
  88. 8267c2d add basic XInclude support by Carsten Hiesserich · 9 years ago
  89. 10d1c6a fix content position balancing when moving selection over start position by Carsten Hiesserich · 9 years ago
  90. 5c0590b fix wrapping of inline elements in DocumentWriter by Carsten Hiesserich · 9 years ago
  91. 062271f [443314] move cursor into substructure when moving down by Florian Thienel · 9 years ago
  92. 296cd1c [421401] do not return an offset outside the box by Florian Thienel · 9 years ago
  93. 8718e17 fix invalid ContentPosition returned by Layout methods by Carsten Hiesserich · 9 years ago
  94. acffec4 fix NPE when calculating ContentPosition in tables by Carsten Hiesserich · 9 years ago
  95. 08f33cb fix a possible problem with ContentPosition after deletion by Carsten Hiesserich · 9 years ago
  96. f199937 apply code clean-up to all source files by Carsten Hiesserich · 9 years ago
  97. 05b2020 provide end-to-end test harness for layout by Florian Thienel · 9 years ago
  98. 32f17c8 extract distinct BlockBox implementation for list items by Florian Thienel · 9 years ago
  99. 55548d4 remove dependency to CSS.PSEUDO_* outside of the css package by Florian Thienel · 9 years ago
  100. 8d649f6 fix discouraged access warnings by Florian Thienel · 9 years ago