1. 972ba33 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 7 years ago
  2. ce308c0 fix bogus m2e problems by Florian Thienel · 7 years ago
  3. 9f00c8c tweak GraphicalBullet by Florian Thienel · 7 years ago
  4. 343ac3d activate anti-aliasing to make the circular bullets more eye-friendly by Florian Thienel · 7 years ago
  5. aa9712a introduce a special purpose inline box that represents graphical bullets by Florian Thienel · 7 years ago
  6. bdc4446 fix cursor movement through empty structural boxes by Florian Thienel · 7 years ago
  7. d0b32be remove the wrong abstraction of IVisualDecorator by Florian Thienel · 7 years ago
  8. 4170411 move calculations and layout for inside bullets to List by Florian Thienel · 7 years ago
  9. efef916 separate layout related to outside bullets by Florian Thienel · 7 years ago
  10. 184d6cc move calculations and layout for outside bullets to List by Florian Thienel · 7 years ago
  11. 49a0beb introduce explicit representation of a list in the box model by Florian Thienel · 7 years ago
  12. 9e64105 add support for bullet position INSIDE the listitem by Florian Thienel · 7 years ago
  13. b63ef36 push ListItem further down the box structure by Florian Thienel · 7 years ago
  14. f67d035 add new box type to visualize list items by Florian Thienel · 7 years ago
  15. 7b6a86f recognize the root of a list by Florian Thienel · 7 years ago
  16. b0480ab provide representation of bullet style with transformation into text by Florian Thienel · 7 years ago
  17. dc1d896 recognize the root of a list by Florian Thienel · 7 years ago
  18. 0ced40a restructure according to levels of abstraction by Florian Thienel · 7 years ago
  19. b6a2019 remove references to the document from EclipseContext on editor closing by Florian Thienel · 7 years ago
  20. b366562 flush the style cache when an editor is closed by Florian Thienel · 7 years ago
  21. 9d53249 fix splitting for very narrow view ports by Florian Thienel · 7 years ago
  22. b43d828 track clean/dirty state in EditStack and IDocumentEditor by Florian Thienel · 7 years ago
  23. de7b73e remove unused variable by Florian Thienel · 7 years ago
  24. 0f47efd check boundaries by Florian Thienel · 7 years ago
  25. 87d720c fix one-off problem when surrounding a selection with an element by Florian Thienel · 7 years ago
  26. cb04952 fix one-off problems in duplicate selection by Florian Thienel · 7 years ago
  27. a17cf2a fix search for next box below: take InlineNodeReference into account by Florian Thienel · 7 years ago
  28. 14dd815 cache images to improve rendering performance by Florian Thienel · 7 years ago
  29. 9559df8 scale image width relative to view port width by Florian Thienel · 7 years ago
  30. be6c2ed ensure images are not wider than the view port, scale them if needed by Florian Thienel · 7 years ago
  31. c020bf1 add support for a preferred image width/height by Florian Thienel · 7 years ago
  32. 599929f use the image() CSS function in XHTML, DocBook and DITA by Florian Thienel · 7 years ago
  33. 016b817 introduce CSS function image(); parse content CSS property in own class by Florian Thienel · 7 years ago
  34. 110c76d define the visualization of empty elements through the content property by Florian Thienel · 7 years ago
  35. b619ab4 surround empty inline elements with their inline pseudo elements by Florian Thienel · 7 years ago
  36. d58fe54 show images in the before/after pseudo elements by Florian Thienel · 7 years ago
  37. d7b818b extract visualization of the content CSS property by Florian Thienel · 7 years ago
  38. 8d7e9b4 allow url(...) to be used in the content CSS property by Florian Thienel · 7 years ago
  39. bcbe88a move cursor into the first line also for one-liners by Florian Thienel · 7 years ago
  40. 5fdfb39 improve move to next/previous page by Florian Thienel · 7 years ago
  41. 409e1e9 set isAbsolute to false for relative moves by Florian Thienel · 7 years ago
  42. 6446e4b provide the current node as selected object if only text is selected by Florian Thienel · 7 years ago
  43. ff017a8 cleanup by Florian Thienel · 7 years ago
  44. 00af23d use NodeEndOffsetPlaceholder also for empty structural nodes by Florian Thienel · 7 years ago
  45. b02c435 render mix of block and inline content in one block element by Florian Thienel · 7 years ago
  46. 3ea4a56 convert to UTF-8 by Florian Thienel · 7 years ago
  47. 7854f99 remove trace output by Florian Thienel · 7 years ago
  48. a4fd371 always delete the selection, if there is one by Florian Thienel · 7 years ago
  49. 68da274 send selection change notification only after a short delay of silence by Florian Thienel · 7 years ago
  50. dd9c3fd add a little padding when scrolling up or down by Florian Thienel · 7 years ago
  51. eb79d6d move cursor right into the content if there is inline content by Florian Thienel · 7 years ago
  52. 5e27af8 distinguish between structural node and paragraph node when entering it by Florian Thienel · 7 years ago
  53. 7175084 use box boundaries when looking for the first child box by Florian Thienel · 7 years ago
  54. 7e862ff rely on movement direction instead of guessing the offset in container by Florian Thienel · 7 years ago
  55. a25c156 handle comment outside of the root element by Florian Thienel · 7 years ago
  56. 28df78a provide a full-featured IStructuredSelection by Florian Thienel · 7 years ago
  57. 15a6e8e add proper handling of double-click and right-click by Florian Thienel · 7 years ago
  58. 0c6c311 move cursor to start and end of the current line by Florian Thienel · 7 years ago
  59. e7b9fd2 always move to the start of a word by Florian Thienel · 7 years ago
  60. 191a455 move cursor page-wise up and down by Florian Thienel · 7 years ago
  61. 5929a20 provide view port to the cursor moves by Florian Thienel · 7 years ago
  62. 4e3826d if we have no current node, we use the document as fallback by Florian Thienel · 7 years ago
  63. 14d3969 use the SWT clipboard by Florian Thienel · 7 years ago
  64. aa3d4ef implement support for SWT clipboard by Florian Thienel · 7 years ago
  65. 910e501 provide abstract base test for IClipboard by Florian Thienel · 7 years ago
  66. 691fe33 implement simple in memory clipboard by Florian Thienel · 7 years ago
  67. 2d39c8b add support for inserting Tab (\t) into the textual content by Florian Thienel · 7 years ago
  68. bec6d68 use the key mapping from VexWidget also in BoxWidget by Florian Thienel · 7 years ago
  69. f14d17f check boundaries and fix NPEs by Florian Thienel · 7 years ago
  70. be7368e remove temporal coupling, current node is calculated on demand now by Florian Thienel · 7 years ago
  71. 17a30b6 show mouse coordinates by Florian Thienel · 7 years ago
  72. 58ed621 synchronize with a BoxWidget instead of a VexWidget by Florian Thienel · 7 years ago
  73. 19cf66c provide #PCDATA as valid element, if text is allowed by Florian Thienel · 7 years ago
  74. c5b9324 use BoxWidget instead of VexWidget in VexEditor by Florian Thienel · 7 years ago
  75. 847efaf replace further dependencies to the editor widget class by Florian Thienel · 7 years ago
  76. 4df461e lighten the dependency of IVexHandler to the editor widget by Florian Thienel · 7 years ago
  77. 186873e delegate editing in BoxWidget to DocumentEditor by Florian Thienel · 7 years ago
  78. 727f3da more tests by Florian Thienel · 7 years ago
  79. 40afa46 test functionality for direct XML insertion by Florian Thienel · 7 years ago
  80. b4ea755 test the XInclude editing functionality by Florian Thienel · 7 years ago
  81. 39cce6c test and fix the editing editing functionality by Florian Thienel · 7 years ago
  82. 59f0987 move tests related to selection balancing into BalancingSelectorTest by Florian Thienel · 7 years ago
  83. a616041 test the processing instruction editing functionality by Florian Thienel · 7 years ago
  84. ae80cbc move tests of positioning into TestCursorPosition by Florian Thienel · 7 years ago
  85. 501a54e test the comment editing functionality by Florian Thienel · 7 years ago
  86. a2d47ed move cursor initially into the root element by Florian Thienel · 7 years ago
  87. 34e2658 check boundaries by Florian Thienel · 7 years ago
  88. 26f9d28 extract interface for clients of the Cursor by Florian Thienel · 7 years ago
  89. 2302404 move cursor either to end offset or select the content of the INode by Florian Thienel · 7 years ago
  90. d6655fd extract simple cursor movement into DocumentEditor by Florian Thienel · 7 years ago
  91. f111213 refactoring: use doWork(...) instead of low level transaction control by Florian Thienel · 7 years ago
  92. dd68026 factor out a convenience version of apply that also moves the cursor by Florian Thienel · 7 years ago
  93. 490a6c8 remove the low level transaction control from IDocumentEditor by Florian Thienel · 7 years ago
  94. 96b0e02 add edit to set the cursor to a specific offset while in a transaction by Florian Thienel · 7 years ago
  95. 1377504 extract functionality to edit the structure by Florian Thienel · 7 years ago
  96. 8e1a9af extract functionality to edit content by Florian Thienel · 7 years ago
  97. bec8892 extract attribute editing functionality into DocumentEditor by Florian Thienel · 7 years ago
  98. 7d7a323 extract namespace editing functionality into DocumentEditor by Florian Thienel · 7 years ago
  99. 67ce0c2 implement caret and selection handling by Florian Thienel · 7 years ago
  100. d94c2a2 provide access to IContent by Florian Thienel · 7 years ago