1. fee5233 layout cells according to CALS colspec elements by Florian Thienel · 7 years ago
  2. b0480ab provide representation of bullet style with transformation into text by Florian Thienel · 7 years ago
  3. 14dd815 cache images to improve rendering performance by Florian Thienel · 7 years ago
  4. 016b817 introduce CSS function image(); parse content CSS property in own class by Florian Thienel · 7 years ago
  5. 8d7e9b4 allow url(...) to be used in the content CSS property by Florian Thienel · 7 years ago
  6. e7b9fd2 always move to the start of a word by Florian Thienel · 7 years ago
  7. 5929a20 provide view port to the cursor moves by Florian Thienel · 7 years ago
  8. aa3d4ef implement support for SWT clipboard by Florian Thienel · 7 years ago
  9. 910e501 provide abstract base test for IClipboard by Florian Thienel · 7 years ago
  10. 691fe33 implement simple in memory clipboard by Florian Thienel · 7 years ago
  11. 19cf66c provide #PCDATA as valid element, if text is allowed by Florian Thienel · 7 years ago
  12. 727f3da more tests by Florian Thienel · 7 years ago
  13. 40afa46 test functionality for direct XML insertion by Florian Thienel · 7 years ago
  14. b4ea755 test the XInclude editing functionality by Florian Thienel · 7 years ago
  15. 39cce6c test and fix the editing editing functionality by Florian Thienel · 7 years ago
  16. 59f0987 move tests related to selection balancing into BalancingSelectorTest by Florian Thienel · 7 years ago
  17. a616041 test the processing instruction editing functionality by Florian Thienel · 7 years ago
  18. ae80cbc move tests of positioning into TestCursorPosition by Florian Thienel · 7 years ago
  19. 501a54e test the comment editing functionality by Florian Thienel · 7 years ago
  20. 8e1a9af extract functionality to edit content by Florian Thienel · 7 years ago
  21. d94c2a2 provide access to IContent by Florian Thienel · 7 years ago
  22. f46082d provide compound edit that contains the committed/rolled back work by Florian Thienel · 7 years ago
  23. e565f3e move ownership of Cursor into BoxWidget by Florian Thienel · 7 years ago
  24. 93bebe0 extract the editing part of IVexWidget into a separate interface by Florian Thienel · 7 years ago
  25. 5ac412e change order of line style and line width for consistency by Florian Thienel · 7 years ago
  26. f16b33d add support for undo/redo to BoxWidget by Florian Thienel · 7 years ago
  27. 1c20f90 improve name to CannotApplyException by Florian Thienel · 7 years ago
  28. ad9f790 add support for drawing and filling a polygon by Florian Thienel · 7 years ago
  29. 4b21e3b add support for color to Square by Florian Thienel · 7 years ago
  30. b807804 fix TestWithTracing by Florian Thienel · 7 years ago
  31. 568e431 provide method to swap forground and background color by Florian Thienel · 7 years ago
  32. d0df173 add support for rounded rectangles by Florian Thienel · 7 years ago
  33. cfcb193 introduce an explicit placeholder for the end offset of a node by Florian Thienel · 7 years ago
  34. 391b43b attach rules for line wrapping to both ends of IInlineBox by Florian Thienel · 7 years ago
  35. 172da37 handle the invisible gaps recursively for nested inline boxes by Florian Thienel · 7 years ago
  36. fa785b6 add a dedicated method to insert a line break at a given offset by Florian Thienel · 7 years ago
  37. 63fd004 provide text lines with their sub-ranges for a given range of text by Florian Thienel · 7 years ago
  38. 9b43a54 split a String into lines by Florian Thienel · 7 years ago
  39. 9fe5201 provide value of the white-space property to LineArrangement by Florian Thienel · 7 years ago
  40. b488e5b enhance handling of trailing whitespace when text-align == right by Florian Thienel · 7 years ago
  41. 1df876c add support for the text-align property by Florian Thienel · 7 years ago
  42. eaca2d2 introduce enum for LineStyle by Florian Thienel · 7 years ago
  43. 9b3500d fix imports by Florian Thienel · 7 years ago
  44. 50f3874 add support for the background-color property by Florian Thienel · 7 years ago
  45. 021b839 add support for border-style and border-color by Florian Thienel · 7 years ago
  46. 0b31188 emit information about changed Cursor position by Florian Thienel · 7 years ago
  47. da3c091 remove dependency of tests on runtime system behavior (line.separator) by Florian Thienel · 7 years ago
  48. 402d7b8 remove CascadingProperties; Styles and StyleSheet will handle this by Florian Thienel · 7 years ago
  49. f83b577 create data structure for cascading properties by Florian Thienel · 7 years ago
  50. 3510e0f add "Structural" prefix to Frame by Florian Thienel · 7 years ago
  51. a39044f introduce InlineNodeReference representing an inline element as box by Florian Thienel · 7 years ago
  52. 10395c7 prevent leading whitespace when splìtting lines by Florian Thienel · 7 years ago
  53. 9c357de Merge branch 'master' into feature/newBoxModel by Florian Thienel · 7 years ago
  54. 2be6265 update poms to use tycho 0.24.0 to fix the CI build by Florian Thienel · 7 years ago
  55. aa45f04 show inline containers by Florian Thienel · 7 years ago
  56. c3230e4 introduce depth-first traversal for nodes by Florian Thienel · 7 years ago
  57. c6711fd remove use of ContentMap in MoveDown by Florian Thienel · 7 years ago
  58. ff9a15d update the formatting and clean-up settings to Eclipse Mars by Florian Thienel · 8 years ago
  59. 8421856 rename NodeReference to StructuralNodeReference by Florian Thienel · 8 years ago
  60. 4847cc7 make ChildBoxPainter operate on IChildBox instead of IStructuralBox by Florian Thienel · 8 years ago
  61. b8850f2 show highlighted content with bold border and lightened background by Florian Thienel · 8 years ago
  62. 6a1ee3b improve naming: BalancingSelector, moveEndTo, setEndAbsoluteTo by Florian Thienel · 8 years ago
  63. 9b51885 start balancing forward at the node, not its parent by Florian Thienel · 8 years ago
  64. 9c5cd6c balanced selecting with the mouse must be handled differently by Florian Thienel · 8 years ago
  65. 77f9685 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  66. 4619a89 moving cursor down from last line of paragraph should go to parent by Florian Thienel · 8 years ago
  67. ffc41df a IContentBox is always a IChildBox by Florian Thienel · 8 years ago
  68. 844abb2 moving cursor up into last line of paragraph should go to preferred x by Florian Thienel · 8 years ago
  69. 0daf61e bug 470335: NPE when document is edited in other editor by Carsten Hiesserich · 8 years ago
  70. 50d98ad use UniversalTestDocument in test of cursor positioning by Florian Thienel · 8 years ago
  71. 1ddd00e use balanced selection by Florian Thienel · 8 years ago
  72. 2af02a3 show simple (unbalanced) selection by Florian Thienel · 8 years ago
  73. bbfb1d6 extract independent responsibilities from BoxWidget by Florian Thienel · 8 years ago
  74. 3efda2e fix one-off problem in text splitting algorithm by Florian Thienel · 8 years ago
  75. 507397d indicate a structural change if text is inserted into an empty element by Florian Thienel · 8 years ago
  76. bf7806b propagate layout reconciliation from leaves to the root by Florian Thienel · 8 years ago
  77. 0702637 move ContentMap from Cursor into BoxWidget by Florian Thienel · 8 years ago
  78. 035dfc6 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  79. ec8f91d move ContentMap as private member into Cursor by Florian Thienel · 8 years ago
  80. 22a91e9 simplify MoveUp and MoveDown by Florian Thienel · 8 years ago
  81. 586051b cleanup Cursor and BoxWidget by Florian Thienel · 8 years ago
  82. 5a446bf move Cursor to own package by Florian Thienel · 8 years ago
  83. e9e9b17 refactor for more symmetry in MoveUp and MoveDown by Florian Thienel · 8 years ago
  84. 7fe573d fix cursor up/down behaviour at top/bottom of the document by Florian Thienel · 8 years ago
  85. a20e24d move cursor down by Florian Thienel · 8 years ago
  86. e231c35 IContentBox can be empty by Florian Thienel · 8 years ago
  87. aa8cd6c use strategy pattern for moving the cursor by Florian Thienel · 8 years ago
  88. 13c9e23 move cursor up by Florian Thienel · 8 years ago
  89. 308492b make cursor positioning by coordinates more intuitive by Florian Thienel · 8 years ago
  90. 4935dca add methods to determine the position of a box relative to coordinates by Florian Thienel · 8 years ago
  91. 22edf0c move cursor positioning by absolute coordinates to CursorPosition by Florian Thienel · 8 years ago
  92. 8cf1287 extract calculation of cursor position in own class by Florian Thienel · 8 years ago
  93. 08725cf increase version numbers to 1.2 by Florian Thienel · 8 years ago
  94. 11afb4e add support for positioning cursor by mouse click by Florian Thienel · 8 years ago
  95. 9cd0254 provide access to the absolute top/left coordinates of a box by Florian Thienel · 8 years ago
  96. 504f0b3 provide access to relative top and left by Florian Thienel · 8 years ago
  97. ea56c08 introduce visitor with result for boxes by Florian Thienel · 8 years ago
  98. 6a4077d add cache for ColorResource to remove amount of short-lived instances by Florian Thienel · 8 years ago
  99. c26140a convert absolute and relative coordinates by Florian Thienel · 8 years ago
  100. 5f518d4 set foreground and background color separately by Florian Thienel · 8 years ago