1. 18b9730 fix line-splitting with whitespace in nested inline elements by Florian Thienel · 8 years ago
  2. 96339eb introduce new caret type for inline positions between splitted boxes by Florian Thienel · 8 years ago
  3. 643775d fix splitting of InlineContainer with more than one child by Florian Thienel · 8 years ago
  4. db2a40e add italic element to show support for nested inline elements by Florian Thienel · 8 years ago
  5. aa3f05d use CascadingProperties to propagate font information to text boxes by Florian Thienel · 8 years ago
  6. f83b577 create data structure for cascading properties by Florian Thienel · 8 years ago
  7. c6d74d5 add icon for "Insert Bold Element" action by Florian Thienel · 8 years ago
  8. 9c4cd93 introduce an alternative IBoxModelBuilder implementation based on CSS by Florian Thienel · 8 years ago
  9. 6e7043f introduce an interface for the builder of the box model by Florian Thienel · 8 years ago
  10. 26091c2 put cursor in empty IContentBox to its lowest child (i.e. placeholder) by Florian Thienel · 8 years ago
  11. 5023903 fix calculation of line width after join with last child by Florian Thienel · 8 years ago
  12. 7e03ff0 insert line break only if there is something to break into the next line by Florian Thienel · 8 years ago
  13. 8e901c2 introduce InlineFrame by Florian Thienel · 8 years ago
  14. 3510e0f add "Structural" prefix to Frame by Florian Thienel · 8 years ago
  15. cd886e3 fix file header by Florian Thienel · 8 years ago
  16. d09f8cc implement individual Carets for InlineNodeReference by Florian Thienel · 8 years ago
  17. 21d06f9 implement specific selection behavior for InlineNodeReference by Florian Thienel · 8 years ago
  18. 57e31b9 do not move cursor to start of inner element before moving further up by Florian Thienel · 8 years ago
  19. 3525016 fix visualization: <b> actually may contain text by Florian Thienel · 8 years ago
  20. bec3bee handle proper cursor movement in single-char TextContent by Florian Thienel · 8 years ago
  21. 7fa085c handle special case when InlineNodeReference was split completely by Florian Thienel · 8 years ago
  22. 3544781 fix editing with inline elements by Florian Thienel · 8 years ago
  23. a39044f introduce InlineNodeReference representing an inline element as box by Florian Thienel · 8 years ago
  24. aad3722 handle multiple inline boxes when moving into last line of paragraph by Florian Thienel · 8 years ago
  25. 65cd7d2 fix "emptiness" of TextContent by Florian Thienel · 8 years ago
  26. d18d220 prevent cursor from moving vertically into positions w/o visualization by Florian Thienel · 8 years ago
  27. 10395c7 prevent leading whitespace when splìtting lines by Florian Thienel · 8 years ago
  28. c00386e handle InlineContainer correctly in ParentTraversal by Florian Thienel · 8 years ago
  29. 9c357de Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  30. 2be6265 update poms to use tycho 0.24.0 to fix the CI build by Florian Thienel · 8 years ago
  31. aa45f04 show inline containers by Florian Thienel · 8 years ago
  32. b3b471a catch everything to prevent interference with workbench rendering by Florian Thienel · 8 years ago
  33. 9296f19 introduce universal test document with inline elements by Florian Thienel · 8 years ago
  34. c3230e4 introduce depth-first traversal for nodes by Florian Thienel · 8 years ago
  35. ed69d44 rename ContentMap to ContentTopology; move related methods to this class by Florian Thienel · 8 years ago
  36. c019a54 remove (almost) use of ContentMap in MoveToAbsoluteCoordinates by Florian Thienel · 8 years ago
  37. 0ee1e26 remove use of ContentMap in MoveRight by Florian Thienel · 8 years ago
  38. c6711fd remove use of ContentMap in MoveDown by Florian Thienel · 8 years ago
  39. 15726db remove use of ContentMap in MoveUp by Florian Thienel · 8 years ago
  40. 3911465 remove use of java.nio.charset.StandardCharsets by Florian Thienel · 9 years ago
  41. 3caa5c6 add URI attribute to plugin doctype definition by Carsten Hiesserich · 9 years ago
  42. 9646378 fix style selection menu displays styles twice by Carsten Hiesserich · 9 years ago
  43. ff9a15d update the formatting and clean-up settings to Eclipse Mars by Florian Thienel · 9 years ago
  44. a442760 use relative file paths for plugin project css files by Carsten Hiesserich · 9 years ago
  45. 2988515 fix error message and missing doctypes in .css file property page by Carsten Hiesserich · 9 years ago
  46. 0b58700 fix file ressource leak in batik css parser by Carsten Hiesserich · 9 years ago
  47. 20e0310 work around infinite startup of launch configuration by Florian Thienel · 9 years ago
  48. 3a0b831 add target definition for Mars by Florian Thienel · 9 years ago
  49. 8421856 rename NodeReference to StructuralNodeReference by Florian Thienel · 9 years ago
  50. b90f34b add InlineContainer to DepthFirstTraversal; propagate layout to children by Florian Thienel · 9 years ago
  51. a11eec3 create a container box that is used inline by Florian Thienel · 9 years ago
  52. 4847cc7 make ChildBoxPainter operate on IChildBox instead of IStructuralBox by Florian Thienel · 9 years ago
  53. 238b749 show tag with node name for hightlighted nodes by Florian Thienel · 9 years ago
  54. 5115183 extract drawing of tags for nodes into own class NodeTag by Florian Thienel · 9 years ago
  55. b8850f2 show highlighted content with bold border and lightened background by Florian Thienel · 9 years ago
  56. ad02d99 invalidate layout if start or end position were moved by Florian Thienel · 9 years ago
  57. 6a1ee3b improve naming: BalancingSelector, moveEndTo, setEndAbsoluteTo by Florian Thienel · 9 years ago
  58. 9b51885 start balancing forward at the node, not its parent by Florian Thienel · 9 years ago
  59. af5f3ae factor out the balancing into BalancableRange by Florian Thienel · 9 years ago
  60. 9c5cd6c balanced selecting with the mouse must be handled differently by Florian Thienel · 9 years ago
  61. 77f9685 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 9 years ago
  62. 4619a89 moving cursor down from last line of paragraph should go to parent by Florian Thienel · 9 years ago
  63. ffc41df a IContentBox is always a IChildBox by Florian Thienel · 9 years ago
  64. 844abb2 moving cursor up into last line of paragraph should go to preferred x by Florian Thienel · 9 years ago
  65. 0daf61e bug 470335: NPE when document is edited in other editor by Carsten Hiesserich · 9 years ago
  66. 50d98ad use UniversalTestDocument in test of cursor positioning by Florian Thienel · 9 years ago
  67. 1ddd00e use balanced selection by Florian Thienel · 9 years ago
  68. 2af02a3 show simple (unbalanced) selection by Florian Thienel · 9 years ago
  69. 8483db9 reconcile cursor after re-layout of all boxes by Florian Thienel · 9 years ago
  70. d743ced extract test document as reference for all kinds of tests by Florian Thienel · 9 years ago
  71. 4369386 fix random threading problem in ConfigurationRegistryImpl by Carsten Hiesserich · 9 years ago
  72. bbfb1d6 extract independent responsibilities from BoxWidget by Florian Thienel · 9 years ago
  73. 13f0861 remove multi-threading for now by Florian Thienel · 9 years ago
  74. aa4a10e put index into sample text to increase visibility of scrolling by Florian Thienel · 9 years ago
  75. 05ef1ec put having a parent into a separate interface by Florian Thienel · 9 years ago
  76. 0d2f85a remove the async execution in a separate thread by Florian Thienel · 9 years ago
  77. 459fad0 bug 461677: fix docbook formalpara CSS by Carsten Hiesserich · 9 years ago
  78. 3efda2e fix one-off problem in text splitting algorithm by Florian Thienel · 9 years ago
  79. 08a45cb make layout validity more readable by Florian Thienel · 9 years ago
  80. d049b93 update the vertical bar when entering text by Florian Thienel · 9 years ago
  81. 4147086 rebuild box structure when a structural change happens by Florian Thienel · 9 years ago
  82. 507397d indicate a structural change if text is inserted into an empty element by Florian Thienel · 9 years ago
  83. c6b0448 handle gaps before, between, after splitted TextContent boxes by Florian Thienel · 9 years ago
  84. bf7806b propagate layout reconciliation from leaves to the root by Florian Thienel · 9 years ago
  85. ebde0da simplify call of BoxWidget.renderCursorMovement by Florian Thienel · 9 years ago
  86. 0702637 move ContentMap from Cursor into BoxWidget by Florian Thienel · 9 years ago
  87. a0b7be1 move visualization into BoxWidget by Florian Thienel · 9 years ago
  88. 035dfc6 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 9 years ago
  89. d5cd606 extract DoubleBufferedRenderer by Florian Thienel · 9 years ago
  90. 3419abd simplify render steps by Florian Thienel · 9 years ago
  91. 22c7b8b scroll automatically when cursor is moved out of the current view port by Florian Thienel · 9 years ago
  92. ec8f91d move ContentMap as private member into Cursor by Florian Thienel · 9 years ago
  93. 22a91e9 simplify MoveUp and MoveDown by Florian Thienel · 9 years ago
  94. 586051b cleanup Cursor and BoxWidget by Florian Thienel · 9 years ago
  95. e5ed89e fix the circular dependencies from provisional.dom to internal.dom by Florian Thienel · 9 years ago
  96. 5a446bf move Cursor to own package by Florian Thienel · 9 years ago
  97. e9e9b17 refactor for more symmetry in MoveUp and MoveDown by Florian Thienel · 9 years ago
  98. 7fe573d fix cursor up/down behaviour at top/bottom of the document by Florian Thienel · 9 years ago
  99. 28291f8 move specific search methods into cursor move implementations by Florian Thienel · 9 years ago
  100. a20e24d move cursor down by Florian Thienel · 9 years ago