1. 0c935f1 [423130] use an IContentDescriber to associate Vex with files by Florian Thienel · 10 years ago
  2. f863cf9 fix find+replace function by Carsten Hiesserich · 10 years ago
  3. 8d649f6 fix discouraged access warnings by Florian Thienel · 10 years ago
  4. 30a4a7a [423130] set content type priority to low by Florian Thienel · 10 years ago
  5. 1736f9c fix "illegal" inheritance by Florian Thienel · 10 years ago
  6. d9e0e2d fix "low hanging" compiler warnings by Florian Thienel · 10 years ago
  7. e64628a fix warnings related to bundle configuration files by Florian Thienel · 10 years ago
  8. 2ff5f5d 427542: single click / double click in outline view by Carsten Hiesserich · 10 years ago
  9. 350a313 introduce ContentCursor instead of content offset by Carsten Hiesserich · 10 years ago
  10. 74c32ac fix encoding problems when loading documents by Carsten Hiesserich · 10 years ago
  11. fd3f520 fix charset issues when reading a document by Carsten Hiesserich · 10 years ago
  12. a9fea11 fix content loading from JFace document by Carsten Hiesserich · 10 years ago
  13. 27d4827 cleanup document type handling and doctypes in docbook plugin by Carsten Hiesserich · 10 years ago
  14. c3d2157 fix missing base uri when resolving dtd location by Carsten Hiesserich · 10 years ago
  15. 10c8ae9 move decision isBlock/isInline solely to CssWhitespacePolicy by Florian Thienel · 10 years ago
  16. 7e6f65f bug 419062: make doctype selection dialog show always on top by Carsten Hiesserich · 10 years ago
  17. 5a3eb9a bug 419109: pressing cancel in document selection dialog closes Vex by Carsten Hiesserich · 10 years ago
  18. cde17a0 bug 418055: fix add row above/below handler by Carsten Hiesserich · 10 years ago
  19. e228d63 fix NPE for documents with nested table row groups by Carsten Hiesserich · 10 years ago
  20. ba91128 bug 418091: synchronize document when Vex gets activated or deactivated by Carsten Hiesserich · 11 years ago
  21. 2c6a1cf accept PI targets that start with 'xml' by Florian Thienel · 10 years ago
  22. 2dd7a11 fix missing imports from last commit. by Carsten Hiesserich · 11 years ago milestones 1_1_0_M3
  23. 7e72149 fix missing type change of loadingLabel from last commit by Carsten Hiesserich · 11 years ago
  24. 204b41d bug 418088: Make error label in VexEditor selectable and show exception. by Carsten Hiesserich · 11 years ago
  25. 6c68454 Fixed Next/PreviousTableCellHandler by Carsten Hiesserich · 11 years ago
  26. d1c07d3 apply user selected Doctype to document by Carsten Hiesserich · 11 years ago
  27. 72998b0 show comments and processing instructions in outline view by Carsten Hiesserich · 11 years ago
  28. c55c5d7 bug 251955: Add L2 support for processing instructions by Carsten Hiesserich · 11 years ago
  29. 6c4f652 join multiple nodes of same kind by Florian Thienel · 11 years ago
  30. d400cb8 change tooltip text to 'Show Inline Elements' by Carsten Hiesserich · 11 years ago
  31. c2940a5 use separate icons for block and inline elements by Florian Thienel · 11 years ago
  32. 3a67ffc add content display to debug view. by Carsten Hiesserich · 11 years ago
  33. d4314b5 fix NPE in debug view by Carsten Hiesserich · 11 years ago
  34. b984d14 configure save action for @Override annotations from interfaces by Carsten Hiesserich · 11 years ago
  35. 28e6183 unwrap surrounding element by Florian Thienel · 11 years ago
  36. 84651c4 Update Java ExecutionEnvironment to JavaSE-1.6 by Carsten Hiesserich · 11 years ago
  37. 4664199 use target/classes as output directory by Florian Thienel · 11 years ago 1_1_0_M2
  38. 194e90f change the referenced bundle versions and p2 repositories by Florian Thienel · 11 years ago
  39. 66f2999 Fixed preferences for outline filter actions. by Carsten Hiesserich · 11 years ago
  40. 1fc8d41 Clear outline view tool bar when document is reloaded. by Carsten Hiesserich · 11 years ago
  41. cc60315 Refactored outline provider to work with INode instead of IElement by Carsten Hiesserich · 11 years ago
  42. 71237f2 Fixed Exception in DocumentOutlinePage when no document is loaded. by Carsten Hiesserich · 11 years ago
  43. b2a2d78 Fix NPE in DocumentOutlinePage by Carsten Hiesserich · 11 years ago
  44. 5660b2f bug 410241: Namespace handling for attributes fixed by chi · 11 years ago
  45. d49e30c Reimplementation of DefaultOutlineProvider by Carsten Hiesserich · 11 years ago
  46. 5bcdc6f configure line endings and charset by Florian Thienel · 11 years ago
  47. 80c761c StyleSheet caching changed for better performance. by Carsten Hiesserich · 11 years ago
  48. 0e6fb95 Remove listeners on dispose to prevent memory leaks. by Carsten Hiesserich · 11 years ago
  49. ddd6f2f Added styleChanged event and EditorEventAdapter by Carsten Hiesserich · 11 years ago
  50. 4418a1f show the content assist if a node cannot be split by Florian Thienel · 11 years ago
  51. d2f4566 remove duplication of split() in SplitBlockElementHandler by Florian Thienel · 11 years ago
  52. ebadbd7 remove unused methods by Florian Thienel · 11 years ago
  53. b2d2597 move SWT implementation to vex.core by Florian Thienel · 11 years ago
  54. a1e46d4 rename base widget implementation by Florian Thienel · 11 years ago
  55. b718fdd do not leak the layout box model, it's an internal representation by Florian Thienel · 11 years ago
  56. a000ca8 remove dependency to layout box model by Florian Thienel · 11 years ago
  57. bd6c7f6 remove unused methods by Florian Thienel · 11 years ago
  58. ac0a524 reorder interface by responsibility by Florian Thienel · 11 years ago
  59. 8eb053c be lenient when inserting from the clipboard by Florian Thienel · 11 years ago
  60. c094e52 apply whitespace policy to inserted XML fragments by Carsten Hiesserich · 11 years ago
  61. 8cd6d1a compress whitespace when inserting text through IVexWidget.insertText by Carsten Hiesserich · 11 years ago
  62. daaf7a3 remove circular dependency between io and css by Florian Thienel · 11 years ago
  63. cfc729e remove dependency from DocumentContentModel to IWhitespacePolicy by Florian Thienel · 11 years ago
  64. ca2f868 do not create Text nodes for superflous whitespace by Carsten Hiesserich · 11 years ago
  65. aa99105 apply "I" naming convention on IHostComponent by Florian Thienel · 11 years ago
  66. 9a9a859 move CssWhitespacePolicy to css by Florian Thienel · 11 years ago
  67. e94342c don't be reckless - make it provisional first by Florian Thienel · 11 years ago
  68. e8936ad AttributeDefinition is public API by Florian Thienel · 11 years ago
  69. daeddeb use specialized subclasses of DocumentEvent for different events by Florian Thienel · 11 years ago
  70. 6d7664d extract interfaces of nodes as public API by Florian Thienel · 11 years ago
  71. bbfe0f0 Fixed: in "Window > Preferences > General > Keys" "Duplicate Selection" by Holger Voormann · 11 years ago
  72. 2089e33 bug 400939: 34 basic text editing commands (like for example: Select by Holger Voormann · 11 years ago
  73. ed92f1d use the children axis instead of getChildNodes([ContentRange]) by Florian Thienel · 11 years ago
  74. d669700 use a DocumentListener to handle the dirty state by Florian Thienel · 11 years ago 1_1_0_M1
  75. ac597f8 also handle SWTException when loading images by Florian Thienel · 11 years ago
  76. 8db8395 do not modify read-only documents by Florian Thienel · 11 years ago
  77. bb55140 provide basic information about the open document in the properties view by Florian Thienel · 11 years ago
  78. 2499979 support different types of editor input by Florian Thienel · 11 years ago
  79. be72a93 try to fix source build by Florian Thienel · 11 years ago
  80. 091b842 update build to Eclipse Tycho 0.16 by Florian Thienel · 11 years ago
  81. fde8730 use XML reader/writer for serialization by Florian Thienel · 11 years ago
  82. d08dd27 move document reading and writing into own package by Florian Thienel · 11 years ago
  83. a5f1145 hide creation of root element in document by Florian Thienel · 11 years ago
  84. 883971d handle current element beeing null by Florian Thienel · 11 years ago
  85. 136d749 show location in document as "/" by Florian Thienel · 11 years ago
  86. 0a6df0c provide current node as selection instead of current element by Florian Thienel · 11 years ago
  87. fd8a61c monitor current node instead of current element by Florian Thienel · 11 years ago
  88. 1305899 rename "element marker" to "tag marker" by Florian Thienel · 11 years ago
  89. 016ac11 do not allow to insert a comment within another comment by Florian Thienel · 11 years ago
  90. bcf25e1 test comment insertion by Florian Thienel · 11 years ago
  91. b376e9d use ContentRange arithmetics where possible by Florian Thienel · 11 years ago
  92. 1eeb9df do not mix apples with pears - use the right domain by Florian Thienel · 11 years ago
  93. f476308 reflect domain in class name for better distinction by Florian Thienel · 11 years ago
  94. 191b3d0 use selected range instead of selection start and end by Florian Thienel · 11 years ago
  95. 650463d the selected range does not include the selectionEnd by Florian Thienel · 11 years ago
  96. 99ac861 provide information about innermost box in DebugView by Florian Thienel · 11 years ago
  97. b213fcc VexWidgetImpl.getCurrentElement should return element for insertions by Florian Thienel · 11 years ago
  98. cef386f use InsertTextEdit also for splitting by Florian Thienel · 11 years ago
  99. 4a1acf0 move edits from Element to VexWidgetImpl by Florian Thienel · 11 years ago
  100. b0c980c remove deprecated method Document.insertElement(offset, Element) by Florian Thienel · 11 years ago