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