1. 6446e4b provide the current node as selected object if only text is selected by Florian Thienel · 7 years ago
  2. ff017a8 cleanup by Florian Thienel · 7 years ago
  3. 00af23d use NodeEndOffsetPlaceholder also for empty structural nodes by Florian Thienel · 7 years ago
  4. b02c435 render mix of block and inline content in one block element by Florian Thienel · 7 years ago
  5. 3ea4a56 convert to UTF-8 by Florian Thienel · 7 years ago
  6. 7854f99 remove trace output by Florian Thienel · 7 years ago
  7. a4fd371 always delete the selection, if there is one by Florian Thienel · 7 years ago
  8. 68da274 send selection change notification only after a short delay of silence by Florian Thienel · 7 years ago
  9. dd9c3fd add a little padding when scrolling up or down by Florian Thienel · 7 years ago
  10. eb79d6d move cursor right into the content if there is inline content by Florian Thienel · 7 years ago
  11. 5e27af8 distinguish between structural node and paragraph node when entering it by Florian Thienel · 7 years ago
  12. 7175084 use box boundaries when looking for the first child box by Florian Thienel · 7 years ago
  13. 7e862ff rely on movement direction instead of guessing the offset in container by Florian Thienel · 7 years ago
  14. a25c156 handle comment outside of the root element by Florian Thienel · 7 years ago
  15. 28df78a provide a full-featured IStructuredSelection by Florian Thienel · 7 years ago
  16. 15a6e8e add proper handling of double-click and right-click by Florian Thienel · 7 years ago
  17. 0c6c311 move cursor to start and end of the current line by Florian Thienel · 7 years ago
  18. e7b9fd2 always move to the start of a word by Florian Thienel · 7 years ago
  19. 191a455 move cursor page-wise up and down by Florian Thienel · 7 years ago
  20. 5929a20 provide view port to the cursor moves by Florian Thienel · 7 years ago
  21. 4e3826d if we have no current node, we use the document as fallback by Florian Thienel · 7 years ago
  22. 14d3969 use the SWT clipboard by Florian Thienel · 7 years ago
  23. aa3d4ef implement support for SWT clipboard by Florian Thienel · 7 years ago
  24. 910e501 provide abstract base test for IClipboard by Florian Thienel · 7 years ago
  25. 691fe33 implement simple in memory clipboard by Florian Thienel · 7 years ago
  26. 2d39c8b add support for inserting Tab (\t) into the textual content by Florian Thienel · 7 years ago
  27. bec6d68 use the key mapping from VexWidget also in BoxWidget by Florian Thienel · 7 years ago
  28. f14d17f check boundaries and fix NPEs by Florian Thienel · 7 years ago
  29. be7368e remove temporal coupling, current node is calculated on demand now by Florian Thienel · 7 years ago
  30. 17a30b6 show mouse coordinates by Florian Thienel · 7 years ago
  31. 58ed621 synchronize with a BoxWidget instead of a VexWidget by Florian Thienel · 7 years ago
  32. 19cf66c provide #PCDATA as valid element, if text is allowed by Florian Thienel · 7 years ago
  33. c5b9324 use BoxWidget instead of VexWidget in VexEditor by Florian Thienel · 7 years ago
  34. 847efaf replace further dependencies to the editor widget class by Florian Thienel · 7 years ago
  35. 4df461e lighten the dependency of IVexHandler to the editor widget by Florian Thienel · 7 years ago
  36. 186873e delegate editing in BoxWidget to DocumentEditor by Florian Thienel · 7 years ago
  37. 727f3da more tests by Florian Thienel · 7 years ago
  38. 40afa46 test functionality for direct XML insertion by Florian Thienel · 7 years ago
  39. b4ea755 test the XInclude editing functionality by Florian Thienel · 7 years ago
  40. 39cce6c test and fix the editing editing functionality by Florian Thienel · 7 years ago
  41. 59f0987 move tests related to selection balancing into BalancingSelectorTest by Florian Thienel · 7 years ago
  42. a616041 test the processing instruction editing functionality by Florian Thienel · 7 years ago
  43. ae80cbc move tests of positioning into TestCursorPosition by Florian Thienel · 7 years ago
  44. 501a54e test the comment editing functionality by Florian Thienel · 7 years ago
  45. a2d47ed move cursor initially into the root element by Florian Thienel · 7 years ago
  46. 34e2658 check boundaries by Florian Thienel · 7 years ago
  47. 26f9d28 extract interface for clients of the Cursor by Florian Thienel · 7 years ago
  48. 2302404 move cursor either to end offset or select the content of the INode by Florian Thienel · 7 years ago
  49. d6655fd extract simple cursor movement into DocumentEditor by Florian Thienel · 7 years ago
  50. f111213 refactoring: use doWork(...) instead of low level transaction control by Florian Thienel · 7 years ago
  51. dd68026 factor out a convenience version of apply that also moves the cursor by Florian Thienel · 7 years ago
  52. 490a6c8 remove the low level transaction control from IDocumentEditor by Florian Thienel · 7 years ago
  53. 96b0e02 add edit to set the cursor to a specific offset while in a transaction by Florian Thienel · 7 years ago
  54. 1377504 extract functionality to edit the structure by Florian Thienel · 7 years ago
  55. 8e1a9af extract functionality to edit content by Florian Thienel · 7 years ago
  56. bec8892 extract attribute editing functionality into DocumentEditor by Florian Thienel · 7 years ago
  57. 7d7a323 extract namespace editing functionality into DocumentEditor by Florian Thienel · 7 years ago
  58. 67ce0c2 implement caret and selection handling by Florian Thienel · 7 years ago
  59. d94c2a2 provide access to IContent by Florian Thienel · 7 years ago
  60. 55a8f73 implement transaction handling by Florian Thienel · 7 years ago
  61. 3be8bb3 implement undo/redo functionality by Florian Thienel · 7 years ago
  62. a867885 start to extract separate implementation of IDocumentEditor by Florian Thienel · 7 years ago
  63. f46082d provide compound edit that contains the committed/rolled back work by Florian Thienel · 7 years ago
  64. 0e73e6f move ownership of BoxView into VisualizationController by Florian Thienel · 7 years ago
  65. e565f3e move ownership of Cursor into BoxWidget by Florian Thienel · 7 years ago
  66. 93bebe0 extract the editing part of IVexWidget into a separate interface by Florian Thienel · 7 years ago
  67. 4b683d1 provide access to caret position, current node/element and document by Florian Thienel · 7 years ago
  68. eb011f1 paint static content in highlighted content ranges by Florian Thienel · 7 years ago
  69. 5ac412e change order of line style and line width for consistency by Florian Thienel · 7 years ago
  70. 32f9279 explicitly store offset to restore when undoing DeleteEdit by Florian Thienel · 7 years ago
  71. 054190d show inline pseudo-elements also for empty elements by Florian Thienel · 7 years ago
  72. 65a8c2f add support for deleting backward (BACKSPACE key) by Florian Thienel · 7 years ago
  73. 98b7cd0 add support for deleting forward (DEL key) by Florian Thienel · 7 years ago
  74. 8f7c1c5 make sure the line style is always set together with line width by Florian Thienel · 7 years ago
  75. 6b172c2 handle splitting of InlineNodeReference before the first content child by Florian Thienel · 7 years ago
  76. b890ce0 make sure the frameing line of the node tag is solid by Florian Thienel · 7 years ago
  77. abcc013 rebuild structure when editing at the boundaries of a TextContent box by Florian Thienel · 7 years ago
  78. 6fa7f6c do not ignore z and y without modifier by Florian Thienel · 7 years ago
  79. def1024 prevent NPE when trying to select before offset 0 by Florian Thienel · 7 years ago
  80. 7ce09e4 root cause of exception got lost by Florian Thienel · 7 years ago
  81. f16b33d add support for undo/redo to BoxWidget by Florian Thienel · 7 years ago
  82. 6940d27 handle content deletion by Florian Thienel · 7 years ago
  83. d8fa6c5 new edit for inserting a line break by Florian Thienel · 7 years ago
  84. 77bd2f2 provide information about cursor offset before and after application by Florian Thienel · 7 years ago
  85. dd8ac6c move interaction with BoxView into VisualizationController by Florian Thienel · 7 years ago
  86. 5e31b29 move editing of the IDocument into BoxWidget, rename DOMController by Florian Thienel · 7 years ago
  87. efa6f13 refactor and improve naming by Florian Thienel · 7 years ago
  88. 1c20f90 improve name to CannotApplyException by Florian Thienel · 7 years ago
  89. 9efd2a2 do not reveal the DOMController to the outside by Florian Thienel · 7 years ago
  90. 04156b8 make element names publicly available by Florian Thienel · 7 years ago
  91. efac961 visualize processing instructions by Florian Thienel · 7 years ago
  92. 708074e add an action that inserts a processing instruction by Florian Thienel · 7 years ago
  93. a19d146 visualize comments by Florian Thienel · 7 years ago
  94. 1e99efe add an action that inserts a comment by Florian Thienel · 7 years ago
  95. ebac905 show start and end tag for inline elements according to CSS property by Florian Thienel · 7 years ago
  96. 2602665 refactor and clean-up by Florian Thienel · 7 years ago
  97. 1284d7d draw the end tag as an arrow to the left by Florian Thienel · 7 years ago
  98. 9c630e1 draw the start tag as an arrow to the right by Florian Thienel · 7 years ago
  99. ad9f790 add support for drawing and filling a polygon by Florian Thienel · 7 years ago
  100. 4b21e3b add support for color to Square by Florian Thienel · 7 years ago