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