1. 75ee6f2 improve visibility of cursor and node tag by Florian Thienel · 8 years ago
  2. 377404f inline variables that are used only once by Florian Thienel · 8 years ago
  3. 568e431 provide method to swap forground and background color by Florian Thienel · 8 years ago
  4. 5f62413 improve class name by Florian Thienel · 8 years ago
  5. d0df173 add support for rounded rectangles by Florian Thienel · 8 years ago
  6. 554c20a define an empty element for UniversalTestDocument by Florian Thienel · 8 years ago
  7. f3919e3 improved method names by Florian Thienel · 8 years ago
  8. 92abb53 fix centered text alignment: take left invisible gap into account by Florian Thienel · 8 years ago
  9. 00d22df remove obsolete code by Florian Thienel · 8 years ago
  10. 619287d add support for pseudo elements by Florian Thienel · 8 years ago
  11. 5ceebe9 allow to insert a new child at the beginning by Florian Thienel · 8 years ago
  12. 17c97b0 use enum PseudoElement instead of bare strings to identify the element by Florian Thienel · 8 years ago
  13. 1050c91 move everything related to preserving whitespace into one place by Florian Thienel · 8 years ago
  14. a9e777b rename for consistency by Florian Thienel · 8 years ago
  15. 15cb111 fix calculation of position area if tabs are involved by Florian Thienel · 8 years ago
  16. cfcb193 introduce an explicit placeholder for the end offset of a node by Florian Thienel · 8 years ago
  17. 391b43b attach rules for line wrapping to both ends of IInlineBox by Florian Thienel · 8 years ago
  18. 73f3be0 add helper to visualize the boundaries of a box for debugging by Florian Thienel · 8 years ago
  19. a3d194e show squares to indicate line breaks by Florian Thienel · 8 years ago
  20. 7b35212 fix handling of inline boxes without content reference (e.g. Square) by Florian Thienel · 8 years ago
  21. 172da37 handle the invisible gaps recursively for nested inline boxes by Florian Thienel · 8 years ago
  22. 7526d71 render line breaks and tabs properly by Florian Thienel · 8 years ago
  23. b4f1313 show the content around the caret in the info panel of BoxDemoView by Florian Thienel · 8 years ago
  24. fbce177 fix missing break by Florian Thienel · 8 years ago
  25. 8b894d7 allow to insert a line break through a dedicated method in IDocument by Florian Thienel · 8 years ago
  26. fa785b6 add a dedicated method to insert a line break at a given offset by Florian Thienel · 8 years ago
  27. 63fd004 provide text lines with their sub-ranges for a given range of text by Florian Thienel · 8 years ago
  28. 30b4b29 factor out the expansion of the range to compensate the gap by Florian Thienel · 8 years ago
  29. 28a6ac8 use the correct definition of whitespace (XML instead of Java) by Florian Thienel · 8 years ago
  30. 9b43a54 split a String into lines by Florian Thienel · 8 years ago
  31. 9fe5201 provide value of the white-space property to LineArrangement by Florian Thienel · 8 years ago
  32. 13661e7 fix NPE when resizing to a very small width by Florian Thienel · 8 years ago
  33. b488e5b enhance handling of trailing whitespace when text-align == right by Florian Thienel · 8 years ago
  34. 0f7cf54 fix positioning of cursor in empty elements that can contain text by Florian Thienel · 8 years ago
  35. 1df876c add support for the text-align property by Florian Thienel · 8 years ago
  36. eaca2d2 introduce enum for LineStyle by Florian Thienel · 8 years ago
  37. 0bde192 add support for the color property by Florian Thienel · 8 years ago
  38. 50f3874 add support for the background-color property by Florian Thienel · 8 years ago
  39. 021b839 add support for border-style and border-color by Florian Thienel · 8 years ago
  40. 716f9a9 add support for relative values for the margin property by Florian Thienel · 8 years ago
  41. d81cfaa add support for relative values for the padding property by Florian Thienel · 8 years ago
  42. fa7a963 generalize RelativeLength into Length for use outside of CSS by Florian Thienel · 8 years ago
  43. 0ad7ab1 use (basic) margin and border information from CSS by Florian Thienel · 8 years ago
  44. 9700763 extract creation of boxes with CSS style information into own factory by Florian Thienel · 8 years ago
  45. 6157faf simplify handling of paragraphs and enhance method naming by Florian Thienel · 8 years ago
  46. dfb0830 clean-up and reorder methods according to fields of responsibility by Florian Thienel · 8 years ago
  47. 6153aff use the CSS to determine if a node should be visualized as paragraph by Florian Thienel · 8 years ago
  48. a379a22 handle coordinates outside the box model leniently by Florian Thienel · 8 years ago
  49. 2bc727a force splitting in InlineContainer only if there is no chance to split by Florian Thienel · 8 years ago
  50. 840f715 fix handling of splitted and nested InlineNodeReference boxes by Florian Thienel · 8 years ago
  51. 2289673 show current caret position in BoxDemoView by Florian Thienel · 8 years ago
  52. 0b31188 emit information about changed Cursor position by Florian Thienel · 8 years ago
  53. f8acd84 add action to rebuild the complete box model in the BoxDemoView by Florian Thienel · 8 years ago
  54. 4b4f1b6 return found boxes after traversing the children by Florian Thienel · 8 years ago
  55. 222e7ad introduce a new node traversal that collects data from all child nodes by Florian Thienel · 8 years ago
  56. 125a5b6 DepthFirst*Traversal cannot handle a default value other than null by Florian Thienel · 8 years ago
  57. e430265 provide an IValidator with our UniversalTestDocument by Florian Thienel · 8 years ago
  58. f462ca9 use padding information from style sheet instead of hardcoded padding by Florian Thienel · 8 years ago
  59. 402d7b8 remove CascadingProperties; Styles and StyleSheet will handle this by Florian Thienel · 8 years ago
  60. 5156225 use CSS property names as keys for CascadingProperties by Florian Thienel · 8 years ago
  61. 2203749 use I-beam as mouse cursor in BoxWidget by Florian Thienel · 8 years ago
  62. 18b9730 fix line-splitting with whitespace in nested inline elements by Florian Thienel · 8 years ago
  63. 96339eb introduce new caret type for inline positions between splitted boxes by Florian Thienel · 8 years ago
  64. 643775d fix splitting of InlineContainer with more than one child by Florian Thienel · 8 years ago
  65. db2a40e add italic element to show support for nested inline elements by Florian Thienel · 8 years ago
  66. aa3f05d use CascadingProperties to propagate font information to text boxes by Florian Thienel · 8 years ago
  67. f83b577 create data structure for cascading properties by Florian Thienel · 8 years ago
  68. 9c4cd93 introduce an alternative IBoxModelBuilder implementation based on CSS by Florian Thienel · 8 years ago
  69. 6e7043f introduce an interface for the builder of the box model by Florian Thienel · 8 years ago
  70. 26091c2 put cursor in empty IContentBox to its lowest child (i.e. placeholder) by Florian Thienel · 8 years ago
  71. 5023903 fix calculation of line width after join with last child by Florian Thienel · 8 years ago
  72. 7e03ff0 insert line break only if there is something to break into the next line by Florian Thienel · 8 years ago
  73. 8e901c2 introduce InlineFrame by Florian Thienel · 8 years ago
  74. 3510e0f add "Structural" prefix to Frame by Florian Thienel · 8 years ago
  75. cd886e3 fix file header by Florian Thienel · 8 years ago
  76. d09f8cc implement individual Carets for InlineNodeReference by Florian Thienel · 8 years ago
  77. 21d06f9 implement specific selection behavior for InlineNodeReference by Florian Thienel · 8 years ago
  78. 57e31b9 do not move cursor to start of inner element before moving further up by Florian Thienel · 8 years ago
  79. 3525016 fix visualization: <b> actually may contain text by Florian Thienel · 8 years ago
  80. bec3bee handle proper cursor movement in single-char TextContent by Florian Thienel · 8 years ago
  81. 7fa085c handle special case when InlineNodeReference was split completely by Florian Thienel · 8 years ago
  82. 3544781 fix editing with inline elements by Florian Thienel · 8 years ago
  83. a39044f introduce InlineNodeReference representing an inline element as box by Florian Thienel · 8 years ago
  84. aad3722 handle multiple inline boxes when moving into last line of paragraph by Florian Thienel · 8 years ago
  85. 65cd7d2 fix "emptiness" of TextContent by Florian Thienel · 8 years ago
  86. d18d220 prevent cursor from moving vertically into positions w/o visualization by Florian Thienel · 8 years ago
  87. 10395c7 prevent leading whitespace when splìtting lines by Florian Thienel · 8 years ago
  88. c00386e handle InlineContainer correctly in ParentTraversal by Florian Thienel · 8 years ago
  89. 9c357de Merge branch 'master' into feature/newBoxModel by Florian Thienel · 8 years ago
  90. aa45f04 show inline containers by Florian Thienel · 8 years ago
  91. b3b471a catch everything to prevent interference with workbench rendering by Florian Thienel · 8 years ago
  92. 9296f19 introduce universal test document with inline elements by Florian Thienel · 8 years ago
  93. c3230e4 introduce depth-first traversal for nodes by Florian Thienel · 8 years ago
  94. ed69d44 rename ContentMap to ContentTopology; move related methods to this class by Florian Thienel · 8 years ago
  95. c019a54 remove (almost) use of ContentMap in MoveToAbsoluteCoordinates by Florian Thienel · 8 years ago
  96. 0ee1e26 remove use of ContentMap in MoveRight by Florian Thienel · 8 years ago
  97. c6711fd remove use of ContentMap in MoveDown by Florian Thienel · 8 years ago
  98. 15726db remove use of ContentMap in MoveUp by Florian Thienel · 8 years ago
  99. ff9a15d update the formatting and clean-up settings to Eclipse Mars by Florian Thienel · 8 years ago
  100. 0b58700 fix file ressource leak in batik css parser by Carsten Hiesserich · 8 years ago