1. 110c76d define the visualization of empty elements through the content property by Florian Thienel · 8 years ago
  2. d58fe54 show images in the before/after pseudo elements by Florian Thienel · 8 years ago
  3. ff017a8 cleanup by Florian Thienel · 8 years ago
  4. f14d17f check boundaries and fix NPEs by Florian Thienel · 8 years ago
  5. 17a30b6 show mouse coordinates by Florian Thienel · 8 years ago
  6. 58ed621 synchronize with a BoxWidget instead of a VexWidget by Florian Thienel · 8 years ago
  7. c5b9324 use BoxWidget instead of VexWidget in VexEditor by Florian Thienel · 8 years ago
  8. 847efaf replace further dependencies to the editor widget class by Florian Thienel · 8 years ago
  9. 4df461e lighten the dependency of IVexHandler to the editor widget by Florian Thienel · 8 years ago
  10. 186873e delegate editing in BoxWidget to DocumentEditor by Florian Thienel · 8 years ago
  11. 490a6c8 remove the low level transaction control from IDocumentEditor by Florian Thienel · 8 years ago
  12. 8e1a9af extract functionality to edit content by Florian Thienel · 8 years ago
  13. 93bebe0 extract the editing part of IVexWidget into a separate interface by Florian Thienel · 8 years ago
  14. 4b683d1 provide access to caret position, current node/element and document by Florian Thienel · 8 years ago
  15. 9efd2a2 do not reveal the DOMController to the outside by Florian Thienel · 8 years ago
  16. 708074e add an action that inserts a processing instruction by Florian Thienel · 8 years ago
  17. 1e99efe add an action that inserts a comment by Florian Thienel · 8 years ago
  18. 554c20a define an empty element for UniversalTestDocument by Florian Thienel · 8 years ago
  19. f3919e3 improved method names by Florian Thienel · 8 years ago
  20. a9e777b rename for consistency by Florian Thienel · 8 years ago
  21. b4f1313 show the content around the caret in the info panel of BoxDemoView by Florian Thienel · 8 years ago
  22. 0117da0 add support for loading a CSS file from the workspace by Florian Thienel · 8 years ago
  23. 2289673 show current caret position in BoxDemoView by Florian Thienel · 8 years ago
  24. f8acd84 add action to rebuild the complete box model in the BoxDemoView by Florian Thienel · 8 years ago
  25. 2f09505 read CSS for BoxDemoView by Florian Thienel · 8 years ago
  26. db2a40e add italic element to show support for nested inline elements by Florian Thienel · 8 years ago
  27. c6d74d5 add icon for "Insert Bold Element" action by Florian Thienel · 8 years ago
  28. 9c4cd93 introduce an alternative IBoxModelBuilder implementation based on CSS by Florian Thienel · 8 years ago
  29. 6e7043f introduce an interface for the builder of the box model by Florian Thienel · 8 years ago
  30. 3544781 fix editing with inline elements by Florian Thienel · 8 years ago
  31. 9c357de Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  32. aa45f04 show inline containers by Florian Thienel · 8 years ago
  33. 9296f19 introduce universal test document with inline elements by Florian Thienel · 8 years ago
  34. 3caa5c6 add URI attribute to plugin doctype definition by Carsten Hiesserich · 9 years ago
  35. 9646378 fix style selection menu displays styles twice by Carsten Hiesserich · 9 years ago
  36. ff9a15d update the formatting and clean-up settings to Eclipse Mars by Florian Thienel · 9 years ago
  37. a442760 use relative file paths for plugin project css files by Carsten Hiesserich · 9 years ago
  38. 2988515 fix error message and missing doctypes in .css file property page by Carsten Hiesserich · 9 years ago
  39. 77f9685 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 9 years ago
  40. 0daf61e bug 470335: NPE when document is edited in other editor by Carsten Hiesserich · 9 years ago
  41. d743ced extract test document as reference for all kinds of tests by Florian Thienel · 9 years ago
  42. 4369386 fix random threading problem in ConfigurationRegistryImpl by Carsten Hiesserich · 9 years ago
  43. bbfb1d6 extract independent responsibilities from BoxWidget by Florian Thienel · 9 years ago
  44. 13f0861 remove multi-threading for now by Florian Thienel · 9 years ago
  45. aa4a10e put index into sample text to increase visibility of scrolling by Florian Thienel · 9 years ago
  46. a0b7be1 move visualization into BoxWidget by Florian Thienel · 9 years ago
  47. 035dfc6 Merge branch 'master' into feature/newBoxModel by Florian Thienel · 9 years ago
  48. 3345fea clean-up test document creation by Florian Thienel · 9 years ago
  49. 44e03c4 extract visualization chain from BoxView by Florian Thienel · 9 years ago
  50. 08725cf increase version numbers to 1.2 by Florian Thienel · 9 years ago
  51. c295da7 compact visualization methods by Florian Thienel · 9 years ago
  52. 6283e94 move Cursor and ContentMap into BoxWidget by Florian Thienel · 9 years ago
  53. 419cd99 reset cursor to 0 when pressing the HOME key by Florian Thienel · 9 years ago
  54. 0b8fcc7 add a first concept of a cursor to the BoxView by Florian Thienel · 9 years ago
  55. 552961e introduce listeners to extend layout and painting behaviour by Florian Thienel · 9 years ago
  56. d061625 add decoriating box that represents a certain node in the document by Florian Thienel · 9 years ago
  57. 45db1a7 create a box that shows textual content from the document IContent by Florian Thienel · 9 years ago
  58. 116535c use a (sophisticated) chain of responsibility to handle visualization by Florian Thienel · 9 years ago
  59. 52dbcc3 Merge remote-tracking branch 'origin/master' into feature/newBoxModel by Florian Thienel · 9 years ago
  60. eb452c6 bug 452716: add about.html to all plug-ins by Florian Thienel · 9 years ago
  61. 8703b3a bug 452716: enable bundle signing by Florian Thienel · 9 years ago
  62. 48fbadc use factory to conveniently create box structures by Florian Thienel · 9 years ago
  63. b368118 extract Frame from VerticalBlock to spearate concerns by Florian Thienel · 9 years ago
  64. 75191de move creation of box model to the client of BoxWidget by Florian Thienel · 9 years ago
  65. 46bf8ec explicitly run garbage collector when exchanging the BoxWidget instance by Florian Thienel · 9 years ago
  66. d70936c polish refresh action, use common refresh action by Florian Thienel · 10 years ago
  67. 7084777 cut off references to the box model as soon as BoxWidget is disposed by Florian Thienel · 10 years ago
  68. 644a5ee create environment for fast visual feedback by Florian Thienel · 10 years ago
  69. 8267c2d add basic XInclude support by Carsten Hiesserich · 10 years ago
  70. f5ba4e8 improve type safety for table layout utils by Carsten Hiesserich · 10 years ago
  71. f199937 apply code clean-up to all source files by Carsten Hiesserich · 10 years ago
  72. 0c935f1 [423130] use an IContentDescriber to associate Vex with files by Florian Thienel · 10 years ago
  73. f863cf9 fix find+replace function by Carsten Hiesserich · 10 years ago
  74. 8d649f6 fix discouraged access warnings by Florian Thienel · 10 years ago
  75. 30a4a7a [423130] set content type priority to low by Florian Thienel · 10 years ago
  76. 1736f9c fix "illegal" inheritance by Florian Thienel · 10 years ago
  77. d9e0e2d fix "low hanging" compiler warnings by Florian Thienel · 10 years ago
  78. e64628a fix warnings related to bundle configuration files by Florian Thienel · 10 years ago
  79. 2ff5f5d 427542: single click / double click in outline view by Carsten Hiesserich · 10 years ago
  80. 350a313 introduce ContentCursor instead of content offset by Carsten Hiesserich · 10 years ago
  81. 74c32ac fix encoding problems when loading documents by Carsten Hiesserich · 10 years ago
  82. fd3f520 fix charset issues when reading a document by Carsten Hiesserich · 10 years ago
  83. a9fea11 fix content loading from JFace document by Carsten Hiesserich · 10 years ago
  84. 27d4827 cleanup document type handling and doctypes in docbook plugin by Carsten Hiesserich · 11 years ago
  85. c3d2157 fix missing base uri when resolving dtd location by Carsten Hiesserich · 11 years ago
  86. 10c8ae9 move decision isBlock/isInline solely to CssWhitespacePolicy by Florian Thienel · 11 years ago
  87. 7e6f65f bug 419062: make doctype selection dialog show always on top by Carsten Hiesserich · 11 years ago
  88. 5a3eb9a bug 419109: pressing cancel in document selection dialog closes Vex by Carsten Hiesserich · 11 years ago
  89. cde17a0 bug 418055: fix add row above/below handler by Carsten Hiesserich · 11 years ago
  90. e228d63 fix NPE for documents with nested table row groups by Carsten Hiesserich · 11 years ago
  91. ba91128 bug 418091: synchronize document when Vex gets activated or deactivated by Carsten Hiesserich · 11 years ago
  92. 2c6a1cf accept PI targets that start with 'xml' by Florian Thienel · 11 years ago
  93. 2dd7a11 fix missing imports from last commit. by Carsten Hiesserich · 11 years ago milestones 1_1_0_M3
  94. 7e72149 fix missing type change of loadingLabel from last commit by Carsten Hiesserich · 11 years ago
  95. 204b41d bug 418088: Make error label in VexEditor selectable and show exception. by Carsten Hiesserich · 11 years ago
  96. 6c68454 Fixed Next/PreviousTableCellHandler by Carsten Hiesserich · 11 years ago
  97. d1c07d3 apply user selected Doctype to document by Carsten Hiesserich · 11 years ago
  98. 72998b0 show comments and processing instructions in outline view by Carsten Hiesserich · 11 years ago
  99. c55c5d7 bug 251955: Add L2 support for processing instructions by Carsten Hiesserich · 11 years ago
  100. 6c4f652 join multiple nodes of same kind by Florian Thienel · 11 years ago