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