1. ddd6f2f Added styleChanged event and EditorEventAdapter by Carsten Hiesserich · 10 years ago
  2. 4418a1f show the content assist if a node cannot be split by Florian Thienel · 10 years ago
  3. d2f4566 remove duplication of split() in SplitBlockElementHandler by Florian Thienel · 10 years ago
  4. ebadbd7 remove unused methods by Florian Thienel · 11 years ago
  5. b2d2597 move SWT implementation to vex.core by Florian Thienel · 11 years ago
  6. a1e46d4 rename base widget implementation by Florian Thienel · 11 years ago
  7. b718fdd do not leak the layout box model, it's an internal representation by Florian Thienel · 11 years ago
  8. a000ca8 remove dependency to layout box model by Florian Thienel · 11 years ago
  9. bd6c7f6 remove unused methods by Florian Thienel · 11 years ago
  10. ac0a524 reorder interface by responsibility by Florian Thienel · 11 years ago
  11. 8eb053c be lenient when inserting from the clipboard by Florian Thienel · 10 years ago
  12. c094e52 apply whitespace policy to inserted XML fragments by Carsten Hiesserich · 10 years ago
  13. 8cd6d1a compress whitespace when inserting text through IVexWidget.insertText by Carsten Hiesserich · 11 years ago
  14. daaf7a3 remove circular dependency between io and css by Florian Thienel · 11 years ago
  15. cfc729e remove dependency from DocumentContentModel to IWhitespacePolicy by Florian Thienel · 11 years ago
  16. ca2f868 do not create Text nodes for superflous whitespace by Carsten Hiesserich · 11 years ago
  17. aa99105 apply "I" naming convention on IHostComponent by Florian Thienel · 11 years ago
  18. 9a9a859 move CssWhitespacePolicy to css by Florian Thienel · 11 years ago
  19. e94342c don't be reckless - make it provisional first by Florian Thienel · 11 years ago
  20. e8936ad AttributeDefinition is public API by Florian Thienel · 11 years ago
  21. daeddeb use specialized subclasses of DocumentEvent for different events by Florian Thienel · 11 years ago
  22. 6d7664d extract interfaces of nodes as public API by Florian Thienel · 11 years ago
  23. bbfe0f0 Fixed: in "Window > Preferences > General > Keys" "Duplicate Selection" by Holger Voormann · 11 years ago
  24. 2089e33 bug 400939: 34 basic text editing commands (like for example: Select by Holger Voormann · 11 years ago
  25. ed92f1d use the children axis instead of getChildNodes([ContentRange]) by Florian Thienel · 11 years ago
  26. d669700 use a DocumentListener to handle the dirty state by Florian Thienel · 11 years ago 1_1_0_M1
  27. ac597f8 also handle SWTException when loading images by Florian Thienel · 11 years ago
  28. 8db8395 do not modify read-only documents by Florian Thienel · 11 years ago
  29. bb55140 provide basic information about the open document in the properties view by Florian Thienel · 11 years ago
  30. 2499979 support different types of editor input by Florian Thienel · 11 years ago
  31. be72a93 try to fix source build by Florian Thienel · 11 years ago
  32. 091b842 update build to Eclipse Tycho 0.16 by Florian Thienel · 11 years ago
  33. fde8730 use XML reader/writer for serialization by Florian Thienel · 11 years ago
  34. d08dd27 move document reading and writing into own package by Florian Thienel · 11 years ago
  35. a5f1145 hide creation of root element in document by Florian Thienel · 11 years ago
  36. 883971d handle current element beeing null by Florian Thienel · 11 years ago
  37. 136d749 show location in document as "/" by Florian Thienel · 11 years ago
  38. 0a6df0c provide current node as selection instead of current element by Florian Thienel · 11 years ago
  39. fd8a61c monitor current node instead of current element by Florian Thienel · 11 years ago
  40. 1305899 rename "element marker" to "tag marker" by Florian Thienel · 11 years ago
  41. 016ac11 do not allow to insert a comment within another comment by Florian Thienel · 11 years ago
  42. bcf25e1 test comment insertion by Florian Thienel · 11 years ago
  43. b376e9d use ContentRange arithmetics where possible by Florian Thienel · 11 years ago
  44. 1eeb9df do not mix apples with pears - use the right domain by Florian Thienel · 11 years ago
  45. f476308 reflect domain in class name for better distinction by Florian Thienel · 11 years ago
  46. 191b3d0 use selected range instead of selection start and end by Florian Thienel · 11 years ago
  47. 650463d the selected range does not include the selectionEnd by Florian Thienel · 11 years ago
  48. 99ac861 provide information about innermost box in DebugView by Florian Thienel · 11 years ago
  49. b213fcc VexWidgetImpl.getCurrentElement should return element for insertions by Florian Thienel · 11 years ago
  50. cef386f use InsertTextEdit also for splitting by Florian Thienel · 11 years ago
  51. 4a1acf0 move edits from Element to VexWidgetImpl by Florian Thienel · 11 years ago
  52. b0c980c remove deprecated method Document.insertElement(offset, Element) by Florian Thienel · 11 years ago
  53. f5127d2 Merge branch 'branch1' by Holger Voormann · 11 years ago
  54. b60caf6 bug 365715: There should be no compiler errors after getting the code by Holger Voormann · 11 years ago
  55. d5339c5 CopyVisitor is a INodeVisitorWithResult by Florian Thienel · 11 years ago
  56. db66059 BIG SCARY REFACTORING: by Florian Thienel · 11 years ago
  57. 469a825 Element is not Clonable! by Florian Thienel · 11 years ago
  58. bfc8425 test harness für L1 element handling by Florian Thienel · 11 years ago
  59. 1cfe0f2 introduce concept of Range on L0 and L1 by Florian Thienel · 11 years ago
  60. bc3ebdc use startOffset/endOffset instead of offset/length as common in the DOM by Florian Thienel · 11 years ago
  61. e376cdc move serialization code into DocumentFragmentTransfer by Florian Thienel · 11 years ago
  62. 6837966 remove .cvsignore files by Florian Thienel · 11 years ago
  63. 1af74b9 increase version number to 1.1.0 by Florian Thienel · 11 years ago
  64. 0dfce90 Content is a CharSequence. by Florian Thienel · 11 years ago
  65. 848def2 Find/Replace needs access to the raw content with element markers. by Florian Thienel · 11 years ago
  66. fa09e32 RootElement has no real value, hence removed the class by Florian Thienel · 11 years ago
  67. f0934b9 Added explicit Parent class to the DOM inheritence hierarchy. by Florian Thienel · 11 years ago
  68. 4cae3f5 Added "save actions" to encourage our uniform formatting and clean-up settings. by Florian Thienel · 11 years ago
  69. 331829e apply project specific formatting and "clean code" conventions by Florian Thienel · 11 years ago
  70. 9f27a6f bug 380559: correct blanks in URI by Holger Voormann · 12 years ago
  71. 609b618 fixed NPE when trying to split the root element by Florian Thienel · 12 years ago
  72. c36895c replaced ugly GIF icon by Florian Thienel · 12 years ago
  73. 7bf5b67 cleanup of features and update site by Florian Thienel · 12 years ago
  74. d71183b bug 257806: command to add a new comment by Florian Thienel · 12 years ago
  75. 214465e bug 367925: provide a preferences page to configure the indentation and by Florian Thienel · 12 years ago
  76. 572d395 bug 367925: moved handling of preferred style to class VexPreferences by Florian Thienel · 12 years ago
  77. c1c2cf7 bug 367926: use URI instead of simple Strings to avoid cache misses when by Florian Thienel · 12 years ago
  78. ca57ab7 bug 367345: use also system ID and the base URI to resolve a DTD in a by Florian Thienel · 12 years ago
  79. 9040539 bug 367345: added implementation of getForeground() by Florian Thienel · 12 years ago
  80. b9bc92f bug 253753: "Edit Namespaces..." only in the main menu. by Florian Thienel · 12 years ago
  81. 21e3413 bug 250838: Create new documents that use XML schema, infer all required by Florian Thienel · 12 years ago
  82. b145266 fixed bugzilla URL by Florian Thienel · 12 years ago
  83. 320a766 bug 253753: encapsulate all namespace modifications in one compound edit by Florian Thienel · 12 years ago
  84. 5884530 bug 253753: dialog to edit the namespace declarations of the current element by Florian Thienel · 12 years ago
  85. 3cee10d bug 253753: show namespaces and details about the element in the properties view by Florian Thienel · 12 years ago
  86. 6ba1de8 refactoring: allow direct access to the components of the embedded qualifiedName by Florian Thienel · 12 years ago
  87. 8d3c254 bug 366172: Removed the error message. We have to accept that there are by Florian Thienel · 12 years ago
  88. 3dbe51b bug 362475: use the localName to sort the elements by Florian Thienel · 12 years ago
  89. b652558 merged with Holger's changes by Florian Thienel · 12 years ago
  90. 83d8d56 bug 253753: allow to insert elements with namespace prefix by Florian Thienel · 12 years ago
  91. 7137d51 Bug 362475 - Insert Element Popup: sort candidates that start with the by Holger Voormann · 12 years ago
  92. 78ffb8e Bug 362475 - Insert Element Popup: sort candidates that start with the by Holger Voormann · 12 years ago
  93. b177811 Validator uses the DocumentContentModel for resolving by Florian Thienel · 12 years ago
  94. 74bf18e take the baseUri into account for resolving by Florian Thienel · 12 years ago
  95. 85adf70 use the DocumentContentModel for basic entity resolving based on the XML catalog by Florian Thienel · 12 years ago
  96. e01b01d encapsulate initialization of documentType and style to by Florian Thienel · 12 years ago
  97. 9a47784 fixed broken Bundle-Localization entry by Florian Thienel · 12 years ago
  98. ea33051 renamed packages and extension IDs by Florian Thienel · 12 years ago
  99. 50f670e fixed hardcoded bundle IDs by Florian Thienel · 12 years ago
  100. fa641e5 rename bundles, projects and adopt the poms by Florian Thienel · 12 years ago