Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-04reenable missing testsCarsten Hiesserich2-11/+11
2013-11-03fix encoding problems when loading documentsCarsten Hiesserich3-52/+77
2013-11-03remove manually maintained test suitesFlorian Thienel5-126/+1
2013-10-31extract and optimize BlockInlineIteratorFlorian Thienel4-123/+311
2013-10-30fix charset issues when reading a documentCarsten Hiesserich1-2/+13
2013-10-29optimize insertion of childrenFlorian Thienel4-36/+141
2013-10-27improve CSS namespace supportCarsten Hiesserich5-85/+158
2013-10-27add 'removeElement' action to LayoutTestSuiteCarsten Hiesserich1-2/+34
2013-10-27make the document in LayoutTestSuite use a validatorCarsten Hiesserich2-2/+40
2013-10-27bug 420213: do not apply default namespace to attributesCarsten Hiesserich8-18/+99
2013-10-23add display property for inline elementsFlorian Thienel1-2/+9
2013-10-23add _vex-inline-marker CSS property to hide inline markersCarsten Hiesserich7-4/+96
2013-10-22fix content loading from JFace documentCarsten Hiesserich2-1/+51
2013-10-20cleanup document type handling and doctypes in docbook pluginCarsten Hiesserich33-440/+900
2013-10-19Merge branch 'master' into master_junoCarsten Hiesserich1-2/+23
2013-10-17reenable SDK feature for juno branchCarsten Hiesserich1-0/+3
2013-10-17Merge branch master into master_junoCarsten Hiesserich53-828/+2865
2013-10-16fix missing base uri when resolving dtd locationCarsten Hiesserich1-2/+23
2013-10-13move decision isBlock/isInline solely to CssWhitespacePolicyFlorian Thienel19-147/+530
2013-10-12use z as prefix for CI qualifiers to make them always the newestFlorian Thienel1-1/+13
2013-10-12bug 419062: make doctype selection dialog show always on topCarsten Hiesserich1-3/+4
2013-10-12use separate category for Juno based releaseFlorian Thienel1-17/+14
2013-10-11bug 419109: pressing cancel in document selection dialog closes VexCarsten Hiesserich3-5/+25
2013-10-11fix docbook inline elements in stylesheetCarsten Hiesserich1-6/+433
2013-10-11fix Exception for PseudoElements if no content is definedCarsten Hiesserich1-1/+1
2013-10-10docbook stylesheet fixesCarsten Hiesserich1-1/+117
2013-10-06bug 418055: fix add row above/below handlerCarsten Hiesserich6-131/+199
2013-10-06fix assertion error for comment in table rowCarsten Hiesserich2-1/+86
2013-10-05support CSS 'content' definition for inline elementsCarsten Hiesserich4-23/+43
2013-10-05fix NPE for documents with nested table row groupsCarsten Hiesserich8-22/+71
2013-10-03remove positions when range is deletedFlorian Thienel4-35/+68
2013-10-03bug 418091: synchronize document when Vex gets activated or deactivatedCarsten Hiesserich11-454/+1242
2013-10-03accept PI targets that start with 'xml'Florian Thienel4-10/+45
2013-09-30Merge branch 'master' into master_junoFlorian Thienel1-6/+46
2013-09-29fix missing imports from last commit.1_1_0_M3milestonesCarsten Hiesserich1-0/+2
2013-09-29fix missing type change of loadingLabel from last commitCarsten Hiesserich1-1/+1
2013-09-29bug 418088: Make error label in VexEditor selectable and show exception. Carsten Hiesserich1-5/+43
2013-09-28rebase target platform to JunoFlorian Thienel9-33/+34
2013-09-25Fixed Next/PreviousTableCellHandlerCarsten Hiesserich2-10/+6
2013-09-25revert setting of DOCTYPE in DocumentBuilderCarsten Hiesserich1-3/+2
2013-09-23apply new default behaviour of DisplayProperty to existing test casesFlorian Thienel2-3/+18
2013-09-23apply user selected Doctype to documentCarsten Hiesserich3-6/+16
2013-09-23fix test failure in DocumentReaderTestCarsten Hiesserich1-2/+2
2013-09-22show all elements as block by defaultFlorian Thienel2-5/+5
2013-09-22docbook stylesheet fixes for the revision elementCarsten Hiesserich1-2/+3
2013-09-22fix caret display in tables and before/after pseudo elements for tablesCarsten Hiesserich4-1/+38
2013-09-22prevent splitting of processing instruction in DocumentWriterCarsten Hiesserich3-4/+4
2013-09-22use common layout methods for comments and processing instructionsCarsten Hiesserich10-119/+133
2013-09-21add CSS core stylesCarsten Hiesserich6-23/+126
2013-09-21show comments and processing instructions in outline viewCarsten Hiesserich10-7/+146

Back to the top