- 90fcb12 add support for horizontal span in HTML tables by Florian Thienel · 5 years ago master
- 75ad37d add support for nested CALS tables by Florian Thienel · 7 years ago
- c12b47e force layout of the modified box, reconcile the ancestors by Florian Thienel · 7 years ago
- cb6f24b relocate view port on resize by Florian Thienel · 7 years ago
- 50f6971 fix layout reconciliation after content deletion by Florian Thienel · 7 years ago
- fd1a4d2 optimize reconciling layout by taking box structure into account by Florian Thienel · 7 years ago
- 347b27f invalidate all affected rows when reconciling cells with vertical span by Florian Thienel · 7 years ago
- a9d8e35 return a list of other invalidated boxes when reconciling layout by Florian Thienel · 7 years ago
- 0cc6c84 store references to all rows in the layout grid by Florian Thienel · 7 years ago
- 9c808b4 handle problem when box is to small to show any text by Florian Thienel · 7 years ago
- 330d68b manage the column definitions within the layout grid by Florian Thienel · 7 years ago
- 0000f70 introduce the concept of a height-adjustable structural box by Florian Thienel · 7 years ago
- eda60a9 use table cell as outmost box and adjust the frame height by Florian Thienel · 7 years ago
- 4074790 use layout grid to render vertical span (almost) correct by Florian Thienel · 7 years ago
- 906f9a9 introduce a new datastructure to represent the whole table grid by Florian Thienel · 7 years ago
- e49156f all cells in a row should have the same height by Florian Thienel · 7 years ago
- a9223d2 relayout the whole table if anything inside changed by Florian Thienel · 7 years ago
- 8210aa1 rebuild the parent if an attribute changed by Florian Thienel · 7 years ago
- 446ab4c show placeholder box for empty row by Florian Thienel · 7 years ago
- ac3e1e7 move column layout processing out of CssBasedBoxModelBuilder by Florian Thienel · 7 years ago
- fee5233 layout cells according to CALS colspec elements by Florian Thienel · 7 years ago
- f764103 layout cells in a row by Florian Thienel · 7 years ago
- dcefc01 add table-related boxes into the box structure by Florian Thienel · 7 years ago
- c1cce50 add box classes that represent a tables, row groups, rows, and cells by Florian Thienel · 7 years ago
- 39cd472 adjust bullet size with start/end tag marker size by Florian Thienel · 7 years ago
- 21b0936 use smaller start and end tag markers by Florian Thienel · 7 years ago
- c6b4b68 move block-level pseudo-elements into the frame by Florian Thienel · 7 years ago
- 49389d9 introduce a feature toggle preference to activate the new box model by Florian Thienel · 7 years ago
- 9f00c8c tweak GraphicalBullet by Florian Thienel · 7 years ago
- 343ac3d activate anti-aliasing to make the circular bullets more eye-friendly by Florian Thienel · 7 years ago
- aa9712a introduce a special purpose inline box that represents graphical bullets by Florian Thienel · 7 years ago
- bdc4446 fix cursor movement through empty structural boxes by Florian Thienel · 7 years ago
- d0b32be remove the wrong abstraction of IVisualDecorator by Florian Thienel · 7 years ago
- 4170411 move calculations and layout for inside bullets to List by Florian Thienel · 7 years ago
- efef916 separate layout related to outside bullets by Florian Thienel · 7 years ago
- 184d6cc move calculations and layout for outside bullets to List by Florian Thienel · 7 years ago
- 49a0beb introduce explicit representation of a list in the box model by Florian Thienel · 7 years ago
- 9e64105 add support for bullet position INSIDE the listitem by Florian Thienel · 7 years ago
- b63ef36 push ListItem further down the box structure by Florian Thienel · 7 years ago
- f67d035 add new box type to visualize list items by Florian Thienel · 7 years ago
- 7b6a86f recognize the root of a list by Florian Thienel · 7 years ago
- b0480ab provide representation of bullet style with transformation into text by Florian Thienel · 7 years ago
- dc1d896 recognize the root of a list by Florian Thienel · 7 years ago
- 0ced40a restructure according to levels of abstraction by Florian Thienel · 7 years ago
- 9d53249 fix splitting for very narrow view ports by Florian Thienel · 7 years ago
- b43d828 track clean/dirty state in EditStack and IDocumentEditor by Florian Thienel · 7 years ago
- de7b73e remove unused variable by Florian Thienel · 7 years ago
- 87d720c fix one-off problem when surrounding a selection with an element by Florian Thienel · 7 years ago
- cb04952 fix one-off problems in duplicate selection by Florian Thienel · 7 years ago
- a17cf2a fix search for next box below: take InlineNodeReference into account by Florian Thienel · 7 years ago
- 14dd815 cache images to improve rendering performance by Florian Thienel · 7 years ago
- 9559df8 scale image width relative to view port width by Florian Thienel · 7 years ago
- be6c2ed ensure images are not wider than the view port, scale them if needed by Florian Thienel · 7 years ago
- c020bf1 add support for a preferred image width/height by Florian Thienel · 7 years ago
- 599929f use the image() CSS function in XHTML, DocBook and DITA by Florian Thienel · 7 years ago
- 016b817 introduce CSS function image(); parse content CSS property in own class by Florian Thienel · 7 years ago
- 110c76d define the visualization of empty elements through the content property by Florian Thienel · 7 years ago
- b619ab4 surround empty inline elements with their inline pseudo elements by Florian Thienel · 7 years ago
- d58fe54 show images in the before/after pseudo elements by Florian Thienel · 7 years ago
- d7b818b extract visualization of the content CSS property by Florian Thienel · 7 years ago
- 8d7e9b4 allow url(...) to be used in the content CSS property by Florian Thienel · 7 years ago
- bcbe88a move cursor into the first line also for one-liners by Florian Thienel · 7 years ago
- 5fdfb39 improve move to next/previous page by Florian Thienel · 7 years ago
- 409e1e9 set isAbsolute to false for relative moves by Florian Thienel · 7 years ago
- 6446e4b provide the current node as selected object if only text is selected by Florian Thienel · 7 years ago
- ff017a8 cleanup by Florian Thienel · 7 years ago
- 00af23d use NodeEndOffsetPlaceholder also for empty structural nodes by Florian Thienel · 7 years ago
- b02c435 render mix of block and inline content in one block element by Florian Thienel · 7 years ago
- 7854f99 remove trace output by Florian Thienel · 7 years ago
- a4fd371 always delete the selection, if there is one by Florian Thienel · 7 years ago
- 68da274 send selection change notification only after a short delay of silence by Florian Thienel · 7 years ago
- dd9c3fd add a little padding when scrolling up or down by Florian Thienel · 7 years ago
- eb79d6d move cursor right into the content if there is inline content by Florian Thienel · 7 years ago
- 5e27af8 distinguish between structural node and paragraph node when entering it by Florian Thienel · 7 years ago
- 7175084 use box boundaries when looking for the first child box by Florian Thienel · 7 years ago
- 7e862ff rely on movement direction instead of guessing the offset in container by Florian Thienel · 7 years ago
- a25c156 handle comment outside of the root element by Florian Thienel · 7 years ago
- 28df78a provide a full-featured IStructuredSelection by Florian Thienel · 7 years ago
- 15a6e8e add proper handling of double-click and right-click by Florian Thienel · 7 years ago
- 0c6c311 move cursor to start and end of the current line by Florian Thienel · 7 years ago
- e7b9fd2 always move to the start of a word by Florian Thienel · 7 years ago
- 191a455 move cursor page-wise up and down by Florian Thienel · 7 years ago
- 5929a20 provide view port to the cursor moves by Florian Thienel · 7 years ago
- 4e3826d if we have no current node, we use the document as fallback by Florian Thienel · 7 years ago
- 14d3969 use the SWT clipboard by Florian Thienel · 7 years ago
- aa3d4ef implement support for SWT clipboard by Florian Thienel · 7 years ago
- 691fe33 implement simple in memory clipboard by Florian Thienel · 7 years ago
- 2d39c8b add support for inserting Tab (\t) into the textual content by Florian Thienel · 7 years ago
- bec6d68 use the key mapping from VexWidget also in BoxWidget by Florian Thienel · 7 years ago
- f14d17f check boundaries and fix NPEs by Florian Thienel · 7 years ago
- be7368e remove temporal coupling, current node is calculated on demand now by Florian Thienel · 7 years ago
- 19cf66c provide #PCDATA as valid element, if text is allowed by Florian Thienel · 7 years ago
- c5b9324 use BoxWidget instead of VexWidget in VexEditor by Florian Thienel · 7 years ago
- 4df461e lighten the dependency of IVexHandler to the editor widget by Florian Thienel · 7 years ago
- 186873e delegate editing in BoxWidget to DocumentEditor by Florian Thienel · 7 years ago
- 39cce6c test and fix the editing editing functionality by Florian Thienel · 7 years ago
- 59f0987 move tests related to selection balancing into BalancingSelectorTest by Florian Thienel · 7 years ago
- ae80cbc move tests of positioning into TestCursorPosition by Florian Thienel · 7 years ago
- a2d47ed move cursor initially into the root element by Florian Thienel · 7 years ago
- 34e2658 check boundaries by Florian Thienel · 7 years ago