1. 41a3463 Migrate Vex Build to Maven/Tycho by dacarver · 13 years ago
  2. dac361f bug 299999: partial validation works as expected for the case where the sequence of children is incomplete at the end by fthienel · 13 years ago
  3. 1c386d7 bug 299999 - WTPVEXValidator: isValidSequence should return false for empty elements and the _partial_ sequence [#PCDATA] by hvoormann · 13 years ago
  4. 35ef754 removed debug statement by fthienel · 13 years ago
  5. 04be90a bug 299999: first try to use CMValidator for validation by fthienel · 13 years ago
  6. 8231f83 bug 312502 - Igor Jacy Lino Campista's patch reviewed and applied: AbstractAddRowHandler simplification by hvoormann · 13 years ago
  7. cb900fa bug 311325 - Igor Jacy Lino Campista's 2nd patch reviewed and applied: Java 5 warnings (Generics and for-each) fixed by hvoormann · 13 years ago
  8. f8b6b76 bug 311325 - Igor Jacy Lino Campista's patch reviewed and applied: Java 5 warnings (Generics and for-each) fixed by hvoormann · 13 years ago
  9. 760539f bug 311140: new category "XML Authoring" for the new wizards by fthienel · 13 years ago
  10. a532b57 bug 251954: content types for DITA file extensions by fthienel · 13 years ago
  11. cc3bc04 bug 283976: applied patch that fixes the URL to point to the WTP incubator bugzilla page by fthienel · 13 years ago
  12. eab8d19 bug 306639: Remove serializability of StyleSheet by dacarver · 13 years ago
  13. a98073d bug 304413: Fix FindBugs warning in FontFamilyProperty by dacarver · 13 years ago
  14. 72a4f06 bug 304413: Fix FindBugs warning in FontFamilyProperty by dacarver · 13 years ago
  15. 2c1faa2 remove extraneous .project files from CVS repository. To allow better cloning with git mirrors. by dacarver · 14 years ago
  16. c7e2efe bug 304285 - Florian Thienel's patch "Cleanup of StyleSheet" reviewed and applied by hvoormann · 14 years ago
  17. 5399bd6 bug 303109 - CASCADE_ORDERING moved from PropertyDecl to StyleSheet by hvoormann · 14 years ago
  18. ef9f514 bug 303109 - Florian Thienel's patch applied: "The refactoring of PropertyDecl" by hvoormann · 14 years ago
  19. ca85ae2 bug 302680 - instead invoke the method of the class given by the first listener instance invoke the method of the given listener class or interface by hvoormann · 14 years ago
  20. 8d54e14 bug 302680 - Florian Thienel's patch applied: "ListenerList: generic inferred + tests" by hvoormann · 14 years ago
  21. 2e6f7f0 clean-ups: reduced dublicated code by hvoormann · 14 years ago
  22. 71b4934 clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 14 years ago
  23. c56f857 clean-ups: minor compiler warnings resolved by hvoormann · 14 years ago
  24. 8913db0 clean-ups: minor compiler warning resolved by hvoormann · 14 years ago
  25. 0645d19 clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 14 years ago
  26. a18ead2 clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 14 years ago
  27. 4f4364a clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 14 years ago
  28. 4aaa92e clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 14 years ago
  29. 5d96d4b clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 14 years ago
  30. a4c1736 clean-ups: minor compiler warnings and FindBug issues resloved by hvoormann · 14 years ago
  31. ddf9c67 clean-ups: unused code removed by hvoormann · 14 years ago
  32. f274e66 plugin.properties clean-ups by hvoormann · 14 years ago
  33. 0d5597f fix for junit test failures. by dacarver · 14 years ago
  34. 4bfc480 bug 297675: content assist/convert element dialog: by hvoormann · 14 years ago
  35. 859755b bug 297675: convert '<element>' to...: exclude converting to the same by hvoormann · 14 years ago
  36. 6cbf7c4 bug 297675: content assist make use of PopupDialog; show content assist bellow caret by hvoormann · 14 years ago
  37. 54356d3 fixed some issues found by FindBugs; unused code removed by hvoormann · 14 years ago
  38. c2013a7 prevent to enter #PCDATA into empty elements by hvoormann · 14 years ago
  39. f355be4 bug fix: valid items of an element aaa with DTD: <!ELEMENT aaa (bbb+)> by hvoormann · 14 years ago
  40. b91295f bug 252628, bug 251488: by hvoormann · 14 years ago
  41. 96ff516 [277404] VEX will not delete empty tags from a DocBook document by dacarver · 14 years ago
  42. 038fc86 RESOLVED - bug 283646: 'Document' wizard throws NPE when a 'DITA Task' is selected by dacarver · 14 years ago
  43. f3eb7d8 [283980]: VEX stack overflow with thead insertion. by dacarver · 14 years ago
  44. d9565e8 [nobug] set project encoding to UTF-8. by dacarver · 14 years ago
  45. 7a21093 [293239] Feature request: Find/Replace in Vex by dacarver · 14 years ago
  46. a0a040d [293239] Feature request: Find/Replace in Vex by dacarver · 14 years ago
  47. fe3c764 [283572] VEX projects do not enforce a J2SE-1.5 JRE in their .classpath files by dacarver · 14 years ago
  48. 484ae78 [283293] Vex "Insert Element" keyboard shortcut does not work by dacarver · 14 years ago
  49. 60bb426 [nobug] general workspace cleanup by dacarver · 14 years ago
  50. bb30cca bug 206806 - enhanced support for content CSS property by dacarver · 15 years ago
  51. 8e335ec core test update. by dacarver · 15 years ago
  52. 44c3fa3 bug 257946 - Document Outline View to work with VEX Multipage Editor by dacarver · 15 years ago
  53. 637f2ee fix NPE error on builder, as well as add DOM synchronization tests by dacarver · 15 years ago
  54. a45cac8 Create a WTP DOM Model at the same time as creating the VEX Model. Guarantees synchronization is correct once it is loaded. by dacarver · 15 years ago
  55. 66aaafc Update dependency ranges. by dacarver · 15 years ago
  56. 0d2379a bug 250829 - updated model to hold DOM objects at appropriate points. by dacarver · 15 years ago
  57. 61e1d64 bug 250829 - Switched over to EMF model for VEX Document Model. by dacarver · 15 years ago
  58. 3e8b227 bug 250829 - initial load of VEX emf model and generated code. by dacarver · 15 years ago
  59. 2400693 removed SWING related components by dacarver · 15 years ago
  60. a3fc6ea bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  61. 4e24368 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  62. 6599238 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  63. b9664e5 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  64. 9fb69e6 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  65. 08ce367 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  66. 5cceb95 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  67. 6ba22a2 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  68. 5f56923 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  69. 0258464 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  70. 3571e8f bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  71. 3d31459 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  72. 7632e6e bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  73. 67a1908 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  74. 8f32943 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  75. f77811f bug 250829 - continued refactoring of VEX Document Model. by dacarver · 15 years ago
  76. 53cf49f 250829 - refactor out DTDValidator, replace with WTPVEXValidator. by dacarver · 15 years ago
  77. 3399dc2 bug 250259 - continued refactoring of DTDValidator..replaced with WTPVEXValidator by dacarver · 15 years ago
  78. 012b337 backout of changes by dacarver · 15 years ago
  79. 8d79a9a backout of changes by dacarver · 15 years ago
  80. 5be782e bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 15 years ago
  81. a68c0bd bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 15 years ago
  82. 7778832 bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 15 years ago
  83. f03635c bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 15 years ago
  84. a822419 bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 15 years ago
  85. eb10690 initial load by dacarver · 15 years ago
  86. 7d847db updated emf model. by dacarver · 15 years ago
  87. 82405c8 *** empty log message *** by dacarver · 15 years ago
  88. 0ec82c9 re-arrange so xsl and vex can have seperatly triggered builds by david_williams · 15 years ago
  89. a5d7b39 corrections for misc. red X's by david_williams · 15 years ago
  90. f3e6bb9 bug 250830 - Fix SDK issues and other build problems by dacarver · 15 years ago
  91. 30a54be bug 250830 - Fix SDK issues and other build problems by dacarver · 15 years ago
  92. 08e774c semi standard settings by david_williams · 15 years ago
  93. 1d05de4 bug 250828 - replaced DTDParser with WTP Content Model. by dacarver · 15 years ago
  94. dd70452 bug 250829 - refactored code into more relevant packages. by dacarver · 15 years ago
  95. 9443147 bug 250829 - load VEX model from DOMModel. by dacarver · 15 years ago
  96. 6ed4ebc bug 250829 - load VEX model from DOMModel. by dacarver · 15 years ago
  97. 8d5a63d bug 250829 - continued VEX Document refactoring by dacarver · 15 years ago
  98. 5808575 bug 250829 - created ECore model of VEX Document model. by dacarver · 15 years ago
  99. 426232d bug 250829 - created ECore model of VEX Document model. by dacarver · 15 years ago
  100. 89030e6 bug 250829 - Refactored Document, Element, Node, and DocumentFragment implementations to interfaces. by dacarver · 15 years ago