1. aad3722 handle multiple inline boxes when moving into last line of paragraph by Florian Thienel · 8 years ago
  2. 65cd7d2 fix "emptiness" of TextContent by Florian Thienel · 8 years ago
  3. d18d220 prevent cursor from moving vertically into positions w/o visualization by Florian Thienel · 8 years ago
  4. 10395c7 prevent leading whitespace when splìtting lines by Florian Thienel · 8 years ago
  5. c00386e handle InlineContainer correctly in ParentTraversal by Florian Thienel · 8 years ago
  6. 9c357de Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  7. aa45f04 show inline containers by Florian Thienel · 8 years ago
  8. b3b471a catch everything to prevent interference with workbench rendering by Florian Thienel · 8 years ago
  9. 9296f19 introduce universal test document with inline elements by Florian Thienel · 8 years ago
  10. c3230e4 introduce depth-first traversal for nodes by Florian Thienel · 8 years ago
  11. ed69d44 rename ContentMap to ContentTopology; move related methods to this class by Florian Thienel · 8 years ago
  12. c019a54 remove (almost) use of ContentMap in MoveToAbsoluteCoordinates by Florian Thienel · 8 years ago
  13. 0ee1e26 remove use of ContentMap in MoveRight by Florian Thienel · 8 years ago
  14. c6711fd remove use of ContentMap in MoveDown by Florian Thienel · 8 years ago
  15. 15726db remove use of ContentMap in MoveUp by Florian Thienel · 8 years ago
  16. ff9a15d update the formatting and clean-up settings to Eclipse Mars by Florian Thienel · 8 years ago
  17. 0b58700 fix file ressource leak in batik css parser by Carsten Hiesserich · 8 years ago
  18. 8421856 rename NodeReference to StructuralNodeReference by Florian Thienel · 8 years ago
  19. b90f34b add InlineContainer to DepthFirstTraversal; propagate layout to children by Florian Thienel · 8 years ago
  20. a11eec3 create a container box that is used inline by Florian Thienel · 8 years ago
  21. 4847cc7 make ChildBoxPainter operate on IChildBox instead of IStructuralBox by Florian Thienel · 8 years ago
  22. 238b749 show tag with node name for hightlighted nodes by Florian Thienel · 8 years ago
  23. 5115183 extract drawing of tags for nodes into own class NodeTag by Florian Thienel · 8 years ago
  24. b8850f2 show highlighted content with bold border and lightened background by Florian Thienel · 8 years ago
  25. ad02d99 invalidate layout if start or end position were moved by Florian Thienel · 8 years ago
  26. 6a1ee3b improve naming: BalancingSelector, moveEndTo, setEndAbsoluteTo by Florian Thienel · 8 years ago
  27. 9b51885 start balancing forward at the node, not its parent by Florian Thienel · 8 years ago
  28. af5f3ae factor out the balancing into BalancableRange 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. 1ddd00e use balanced selection by Florian Thienel · 8 years ago
  36. 2af02a3 show simple (unbalanced) selection by Florian Thienel · 8 years ago
  37. 8483db9 reconcile cursor after re-layout of all boxes by Florian Thienel · 8 years ago
  38. d743ced extract test document as reference for all kinds of tests by Florian Thienel · 8 years ago
  39. bbfb1d6 extract independent responsibilities from BoxWidget by Florian Thienel · 9 years ago
  40. 13f0861 remove multi-threading for now by Florian Thienel · 9 years ago
  41. 05ef1ec put having a parent into a separate interface by Florian Thienel · 9 years ago
  42. 0d2f85a remove the async execution in a separate thread by Florian Thienel · 9 years ago
  43. 3efda2e fix one-off problem in text splitting algorithm by Florian Thienel · 9 years ago
  44. 08a45cb make layout validity more readable by Florian Thienel · 9 years ago
  45. d049b93 update the vertical bar when entering text by Florian Thienel · 9 years ago
  46. 4147086 rebuild box structure when a structural change happens by Florian Thienel · 9 years ago
  47. 507397d indicate a structural change if text is inserted into an empty element by Florian Thienel · 9 years ago
  48. c6b0448 handle gaps before, between, after splitted TextContent boxes by Florian Thienel · 9 years ago
  49. bf7806b propagate layout reconciliation from leaves to the root by Florian Thienel · 9 years ago
  50. ebde0da simplify call of BoxWidget.renderCursorMovement by Florian Thienel · 9 years ago
  51. 0702637 move ContentMap from Cursor into BoxWidget by Florian Thienel · 9 years ago
  52. a0b7be1 move visualization into BoxWidget by Florian Thienel · 9 years ago
  53. 035dfc6 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 9 years ago
  54. d5cd606 extract DoubleBufferedRenderer by Florian Thienel · 9 years ago
  55. 3419abd simplify render steps by Florian Thienel · 9 years ago
  56. 22c7b8b scroll automatically when cursor is moved out of the current view port by Florian Thienel · 9 years ago
  57. ec8f91d move ContentMap as private member into Cursor by Florian Thienel · 9 years ago
  58. 22a91e9 simplify MoveUp and MoveDown by Florian Thienel · 9 years ago
  59. 586051b cleanup Cursor and BoxWidget by Florian Thienel · 9 years ago
  60. e5ed89e fix the circular dependencies from provisional.dom to internal.dom by Florian Thienel · 9 years ago
  61. 5a446bf move Cursor to own package by Florian Thienel · 9 years ago
  62. e9e9b17 refactor for more symmetry in MoveUp and MoveDown by Florian Thienel · 9 years ago
  63. 7fe573d fix cursor up/down behaviour at top/bottom of the document by Florian Thienel · 9 years ago
  64. 28291f8 move specific search methods into cursor move implementations by Florian Thienel · 9 years ago
  65. a20e24d move cursor down by Florian Thienel · 9 years ago
  66. e231c35 IContentBox can be empty by Florian Thienel · 9 years ago
  67. aa8cd6c use strategy pattern for moving the cursor by Florian Thienel · 9 years ago
  68. 13c9e23 move cursor up by Florian Thienel · 9 years ago
  69. 308492b make cursor positioning by coordinates more intuitive by Florian Thienel · 9 years ago
  70. 4935dca add methods to determine the position of a box relative to coordinates by Florian Thienel · 9 years ago
  71. 22edf0c move cursor positioning by absolute coordinates to CursorPosition by Florian Thienel · 9 years ago
  72. 8cf1287 extract calculation of cursor position in own class by Florian Thienel · 9 years ago
  73. 44e03c4 extract visualization chain from BoxView by Florian Thienel · 9 years ago
  74. 6b54612 update all internal state of Cursor when setting the position by Florian Thienel · 9 years ago
  75. e2a1c40 provide traversal class for the parent axis by Florian Thienel · 9 years ago
  76. a056277 provide access to the rectangular area of the current caret by Florian Thienel · 9 years ago
  77. 08725cf increase version numbers to 1.2 by Florian Thienel · 9 years ago
  78. 11afb4e add support for positioning cursor by mouse click by Florian Thienel · 9 years ago
  79. 8678573 improve toString for tracing by Florian Thienel · 9 years ago
  80. fb53150 extract class DepthFirstTraversal by Florian Thienel · 9 years ago
  81. 519f7dc add creation of content boxes to the BoxFactory by Florian Thienel · 9 years ago
  82. 6283e94 move Cursor and ContentMap into BoxWidget by Florian Thienel · 9 years ago
  83. ea10d91 refactor: extract method to draw a text tag by Florian Thienel · 9 years ago
  84. 0b0fa16 refactor: extract methods for node start/end marker construction by Florian Thienel · 9 years ago
  85. 0b8fcc7 add a first concept of a cursor to the BoxView by Florian Thienel · 9 years ago
  86. 9cd0254 provide access to the absolute top/left coordinates of a box by Florian Thienel · 9 years ago
  87. abc34ed provide access to a box's parent by Florian Thienel · 9 years ago
  88. 7228968 make IInlineBox coordinates relative to their containing Paragraph by Florian Thienel · 9 years ago
  89. 504f0b3 provide access to relative top and left by Florian Thienel · 9 years ago
  90. aa3eda4 sort common methods in common order by Florian Thienel · 9 years ago
  91. 7d15293 provide access to child boxes for traversal by Florian Thienel · 9 years ago
  92. 552961e introduce listeners to extend layout and painting behaviour by Florian Thienel · 9 years ago
  93. ea56c08 introduce visitor with result for boxes by Florian Thienel · 9 years ago
  94. d061625 add decoriating box that represents a certain node in the document by Florian Thienel · 9 years ago
  95. fae50a7 add interface for boxes that represent parts of the document's content by Florian Thienel · 9 years ago
  96. 39cbea1 add NULL object by Florian Thienel · 9 years ago
  97. 6a4077d add cache for ColorResource to remove amount of short-lived instances by Florian Thienel · 9 years ago
  98. c26140a convert absolute and relative coordinates by Florian Thienel · 9 years ago
  99. 5f518d4 set foreground and background color separately by Florian Thienel · 9 years ago
  100. eabc5b9 fix subSequence according to contract defined in CharSequence interface by Florian Thienel · 9 years ago