Gitiles
Code Review
Sign In
git.eclipse.org
/
mylyn
/
org.eclipse.mylyn.docs.vex
/
9fe52016378a5552e3904e1395a2df74bfb4d986
9fe5201
provide value of the white-space property to LineArrangement
by Florian Thienel
· 8 years ago
13661e7
fix NPE when resizing to a very small width
by Florian Thienel
· 8 years ago
b488e5b
enhance handling of trailing whitespace when text-align == right
by Florian Thienel
· 8 years ago
0f7cf54
fix positioning of cursor in empty elements that can contain text
by Florian Thienel
· 8 years ago
1df876c
add support for the text-align property
by Florian Thienel
· 8 years ago
eaca2d2
introduce enum for LineStyle
by Florian Thienel
· 8 years ago
9b3500d
fix imports
by Florian Thienel
· 8 years ago
0bde192
add support for the color property
by Florian Thienel
· 8 years ago
50f3874
add support for the background-color property
by Florian Thienel
· 8 years ago
021b839
add support for border-style and border-color
by Florian Thienel
· 8 years ago
716f9a9
add support for relative values for the margin property
by Florian Thienel
· 8 years ago
d81cfaa
add support for relative values for the padding property
by Florian Thienel
· 8 years ago
fa7a963
generalize RelativeLength into Length for use outside of CSS
by Florian Thienel
· 8 years ago
0ad7ab1
use (basic) margin and border information from CSS
by Florian Thienel
· 8 years ago
9700763
extract creation of boxes with CSS style information into own factory
by Florian Thienel
· 8 years ago
6157faf
simplify handling of paragraphs and enhance method naming
by Florian Thienel
· 8 years ago
dfb0830
clean-up and reorder methods according to fields of responsibility
by Florian Thienel
· 8 years ago
0117da0
add support for loading a CSS file from the workspace
by Florian Thienel
· 8 years ago
6153aff
use the CSS to determine if a node should be visualized as paragraph
by Florian Thienel
· 8 years ago
a379a22
handle coordinates outside the box model leniently
by Florian Thienel
· 8 years ago
2bc727a
force splitting in InlineContainer only if there is no chance to split
by Florian Thienel
· 8 years ago
840f715
fix handling of splitted and nested InlineNodeReference boxes
by Florian Thienel
· 8 years ago
2289673
show current caret position in BoxDemoView
by Florian Thienel
· 8 years ago
0b31188
emit information about changed Cursor position
by Florian Thienel
· 8 years ago
f8acd84
add action to rebuild the complete box model in the BoxDemoView
by Florian Thienel
· 8 years ago
4b4f1b6
return found boxes after traversing the children
by Florian Thienel
· 8 years ago
222e7ad
introduce a new node traversal that collects data from all child nodes
by Florian Thienel
· 8 years ago
125a5b6
DepthFirst*Traversal cannot handle a default value other than null
by Florian Thienel
· 8 years ago
e430265
provide an IValidator with our UniversalTestDocument
by Florian Thienel
· 8 years ago
da3c091
remove dependency of tests on runtime system behavior (line.separator)
by Florian Thienel
· 8 years ago
f462ca9
use padding information from style sheet instead of hardcoded padding
by Florian Thienel
· 8 years ago
402d7b8
remove CascadingProperties; Styles and StyleSheet will handle this
by Florian Thienel
· 8 years ago
2f09505
read CSS for BoxDemoView
by Florian Thienel
· 8 years ago
5156225
use CSS property names as keys for CascadingProperties
by Florian Thienel
· 8 years ago
2203749
use I-beam as mouse cursor in BoxWidget
by Florian Thienel
· 8 years ago
18b9730
fix line-splitting with whitespace in nested inline elements
by Florian Thienel
· 8 years ago
96339eb
introduce new caret type for inline positions between splitted boxes
by Florian Thienel
· 8 years ago
643775d
fix splitting of InlineContainer with more than one child
by Florian Thienel
· 8 years ago
db2a40e
add italic element to show support for nested inline elements
by Florian Thienel
· 8 years ago
aa3f05d
use CascadingProperties to propagate font information to text boxes
by Florian Thienel
· 8 years ago
f83b577
create data structure for cascading properties
by Florian Thienel
· 8 years ago
c6d74d5
add icon for "Insert Bold Element" action
by Florian Thienel
· 8 years ago
9c4cd93
introduce an alternative IBoxModelBuilder implementation based on CSS
by Florian Thienel
· 8 years ago
6e7043f
introduce an interface for the builder of the box model
by Florian Thienel
· 8 years ago
26091c2
put cursor in empty IContentBox to its lowest child (i.e. placeholder)
by Florian Thienel
· 8 years ago
5023903
fix calculation of line width after join with last child
by Florian Thienel
· 8 years ago
7e03ff0
insert line break only if there is something to break into the next line
by Florian Thienel
· 8 years ago
8e901c2
introduce InlineFrame
by Florian Thienel
· 8 years ago
3510e0f
add "Structural" prefix to Frame
by Florian Thienel
· 8 years ago
cd886e3
fix file header
by Florian Thienel
· 8 years ago
d09f8cc
implement individual Carets for InlineNodeReference
by Florian Thienel
· 8 years ago
21d06f9
implement specific selection behavior for InlineNodeReference
by Florian Thienel
· 8 years ago
57e31b9
do not move cursor to start of inner element before moving further up
by Florian Thienel
· 8 years ago
3525016
fix visualization: <b> actually may contain text
by Florian Thienel
· 8 years ago
bec3bee
handle proper cursor movement in single-char TextContent
by Florian Thienel
· 8 years ago
7fa085c
handle special case when InlineNodeReference was split completely
by Florian Thienel
· 8 years ago
3544781
fix editing with inline elements
by Florian Thienel
· 8 years ago
a39044f
introduce InlineNodeReference representing an inline element as box
by Florian Thienel
· 8 years ago
aad3722
handle multiple inline boxes when moving into last line of paragraph
by Florian Thienel
· 8 years ago
65cd7d2
fix "emptiness" of TextContent
by Florian Thienel
· 8 years ago
d18d220
prevent cursor from moving vertically into positions w/o visualization
by Florian Thienel
· 8 years ago
10395c7
prevent leading whitespace when splìtting lines
by Florian Thienel
· 8 years ago
c00386e
handle InlineContainer correctly in ParentTraversal
by Florian Thienel
· 8 years ago
9c357de
Merge branch 'master' into feature/newBoxModel
by Florian Thienel
· 8 years ago
2be6265
update poms to use tycho 0.24.0 to fix the CI build
by Florian Thienel
· 8 years ago
aa45f04
show inline containers
by Florian Thienel
· 8 years ago
b3b471a
catch everything to prevent interference with workbench rendering
by Florian Thienel
· 8 years ago
9296f19
introduce universal test document with inline elements
by Florian Thienel
· 8 years ago
c3230e4
introduce depth-first traversal for nodes
by Florian Thienel
· 8 years ago
ed69d44
rename ContentMap to ContentTopology; move related methods to this class
by Florian Thienel
· 8 years ago
c019a54
remove (almost) use of ContentMap in MoveToAbsoluteCoordinates
by Florian Thienel
· 8 years ago
0ee1e26
remove use of ContentMap in MoveRight
by Florian Thienel
· 8 years ago
c6711fd
remove use of ContentMap in MoveDown
by Florian Thienel
· 8 years ago
15726db
remove use of ContentMap in MoveUp
by Florian Thienel
· 8 years ago
3911465
remove use of java.nio.charset.StandardCharsets
by Florian Thienel
· 8 years ago
3caa5c6
add URI attribute to plugin doctype definition
by Carsten Hiesserich
· 8 years ago
9646378
fix style selection menu displays styles twice
by Carsten Hiesserich
· 8 years ago
ff9a15d
update the formatting and clean-up settings to Eclipse Mars
by Florian Thienel
· 8 years ago
a442760
use relative file paths for plugin project css files
by Carsten Hiesserich
· 8 years ago
2988515
fix error message and missing doctypes in .css file property page
by Carsten Hiesserich
· 8 years ago
0b58700
fix file ressource leak in batik css parser
by Carsten Hiesserich
· 8 years ago
20e0310
work around infinite startup of launch configuration
by Florian Thienel
· 8 years ago
3a0b831
add target definition for Mars
by Florian Thienel
· 8 years ago
8421856
rename NodeReference to StructuralNodeReference
by Florian Thienel
· 8 years ago
b90f34b
add InlineContainer to DepthFirstTraversal; propagate layout to children
by Florian Thienel
· 8 years ago
a11eec3
create a container box that is used inline
by Florian Thienel
· 8 years ago
4847cc7
make ChildBoxPainter operate on IChildBox instead of IStructuralBox
by Florian Thienel
· 8 years ago
238b749
show tag with node name for hightlighted nodes
by Florian Thienel
· 8 years ago
5115183
extract drawing of tags for nodes into own class NodeTag
by Florian Thienel
· 8 years ago
b8850f2
show highlighted content with bold border and lightened background
by Florian Thienel
· 8 years ago
ad02d99
invalidate layout if start or end position were moved
by Florian Thienel
· 8 years ago
6a1ee3b
improve naming: BalancingSelector, moveEndTo, setEndAbsoluteTo
by Florian Thienel
· 8 years ago
9b51885
start balancing forward at the node, not its parent
by Florian Thienel
· 8 years ago
af5f3ae
factor out the balancing into BalancableRange
by Florian Thienel
· 8 years ago
9c5cd6c
balanced selecting with the mouse must be handled differently
by Florian Thienel
· 8 years ago
77f9685
Merge branch 'master' into feature/newBoxModel
by Florian Thienel
· 8 years ago
4619a89
moving cursor down from last line of paragraph should go to parent
by Florian Thienel
· 8 years ago
ffc41df
a IContentBox is always a IChildBox
by Florian Thienel
· 8 years ago
844abb2
moving cursor up into last line of paragraph should go to preferred x
by Florian Thienel
· 8 years ago
0daf61e
bug 470335: NPE when document is edited in other editor
by Carsten Hiesserich
· 8 years ago
Next »