Gitiles
Code Review
Sign In
git.eclipse.org
/
mylyn
/
org.eclipse.mylyn.docs.vex
/
4619a89acaf9e5756c9814d86498a12c4a07525d
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
50d98ad
use UniversalTestDocument in test of cursor positioning
by Florian Thienel
· 8 years ago
1ddd00e
use balanced selection
by Florian Thienel
· 8 years ago
2af02a3
show simple (unbalanced) selection
by Florian Thienel
· 8 years ago
8483db9
reconcile cursor after re-layout of all boxes
by Florian Thienel
· 8 years ago
d743ced
extract test document as reference for all kinds of tests
by Florian Thienel
· 8 years ago
bbfb1d6
extract independent responsibilities from BoxWidget
by Florian Thienel
· 8 years ago
13f0861
remove multi-threading for now
by Florian Thienel
· 8 years ago
aa4a10e
put index into sample text to increase visibility of scrolling
by Florian Thienel
· 8 years ago
05ef1ec
put having a parent into a separate interface
by Florian Thienel
· 8 years ago
0d2f85a
remove the async execution in a separate thread
by Florian Thienel
· 8 years ago
3efda2e
fix one-off problem in text splitting algorithm
by Florian Thienel
· 8 years ago
08a45cb
make layout validity more readable
by Florian Thienel
· 8 years ago
d049b93
update the vertical bar when entering text
by Florian Thienel
· 8 years ago
4147086
rebuild box structure when a structural change happens
by Florian Thienel
· 8 years ago
507397d
indicate a structural change if text is inserted into an empty element
by Florian Thienel
· 8 years ago
c6b0448
handle gaps before, between, after splitted TextContent boxes
by Florian Thienel
· 8 years ago
bf7806b
propagate layout reconciliation from leaves to the root
by Florian Thienel
· 8 years ago
ebde0da
simplify call of BoxWidget.renderCursorMovement
by Florian Thienel
· 8 years ago
0702637
move ContentMap from Cursor into BoxWidget
by Florian Thienel
· 8 years ago
a0b7be1
move visualization into BoxWidget
by Florian Thienel
· 8 years ago
035dfc6
Merge branch 'master' into feature/newBoxModel
by Florian Thienel
· 8 years ago
d5cd606
extract DoubleBufferedRenderer
by Florian Thienel
· 8 years ago
3419abd
simplify render steps
by Florian Thienel
· 8 years ago
22c7b8b
scroll automatically when cursor is moved out of the current view port
by Florian Thienel
· 8 years ago
ec8f91d
move ContentMap as private member into Cursor
by Florian Thienel
· 8 years ago
22a91e9
simplify MoveUp and MoveDown
by Florian Thienel
· 8 years ago
586051b
cleanup Cursor and BoxWidget
by Florian Thienel
· 8 years ago
e5ed89e
fix the circular dependencies from provisional.dom to internal.dom
by Florian Thienel
· 8 years ago
5a446bf
move Cursor to own package
by Florian Thienel
· 8 years ago
e9e9b17
refactor for more symmetry in MoveUp and MoveDown
by Florian Thienel
· 8 years ago
7fe573d
fix cursor up/down behaviour at top/bottom of the document
by Florian Thienel
· 8 years ago
28291f8
move specific search methods into cursor move implementations
by Florian Thienel
· 8 years ago
a20e24d
move cursor down
by Florian Thienel
· 8 years ago
e231c35
IContentBox can be empty
by Florian Thienel
· 8 years ago
aa8cd6c
use strategy pattern for moving the cursor
by Florian Thienel
· 8 years ago
13c9e23
move cursor up
by Florian Thienel
· 8 years ago
308492b
make cursor positioning by coordinates more intuitive
by Florian Thienel
· 8 years ago
4935dca
add methods to determine the position of a box relative to coordinates
by Florian Thienel
· 8 years ago
22edf0c
move cursor positioning by absolute coordinates to CursorPosition
by Florian Thienel
· 8 years ago
8cf1287
extract calculation of cursor position in own class
by Florian Thienel
· 8 years ago
3345fea
clean-up test document creation
by Florian Thienel
· 8 years ago
44e03c4
extract visualization chain from BoxView
by Florian Thienel
· 8 years ago
6b54612
update all internal state of Cursor when setting the position
by Florian Thienel
· 8 years ago
e2a1c40
provide traversal class for the parent axis
by Florian Thienel
· 8 years ago
a056277
provide access to the rectangular area of the current caret
by Florian Thienel
· 8 years ago
08725cf
increase version numbers to 1.2
by Florian Thienel
· 8 years ago
11afb4e
add support for positioning cursor by mouse click
by Florian Thienel
· 8 years ago
8678573
improve toString for tracing
by Florian Thienel
· 8 years ago
fb53150
extract class DepthFirstTraversal
by Florian Thienel
· 8 years ago
c295da7
compact visualization methods
by Florian Thienel
· 8 years ago
519f7dc
add creation of content boxes to the BoxFactory
by Florian Thienel
· 8 years ago
6283e94
move Cursor and ContentMap into BoxWidget
by Florian Thienel
· 8 years ago
419cd99
reset cursor to 0 when pressing the HOME key
by Florian Thienel
· 8 years ago
ea10d91
refactor: extract method to draw a text tag
by Florian Thienel
· 8 years ago
0b0fa16
refactor: extract methods for node start/end marker construction
by Florian Thienel
· 8 years ago
0b8fcc7
add a first concept of a cursor to the BoxView
by Florian Thienel
· 8 years ago
9cd0254
provide access to the absolute top/left coordinates of a box
by Florian Thienel
· 8 years ago
abc34ed
provide access to a box's parent
by Florian Thienel
· 8 years ago
7228968
make IInlineBox coordinates relative to their containing Paragraph
by Florian Thienel
· 8 years ago
504f0b3
provide access to relative top and left
by Florian Thienel
· 8 years ago
aa3eda4
sort common methods in common order
by Florian Thienel
· 8 years ago
7d15293
provide access to child boxes for traversal
by Florian Thienel
· 8 years ago
552961e
introduce listeners to extend layout and painting behaviour
by Florian Thienel
· 8 years ago
ea56c08
introduce visitor with result for boxes
by Florian Thienel
· 8 years ago
d061625
add decoriating box that represents a certain node in the document
by Florian Thienel
· 8 years ago
fae50a7
add interface for boxes that represent parts of the document's content
by Florian Thienel
· 8 years ago
39cbea1
add NULL object
by Florian Thienel
· 8 years ago
6a4077d
add cache for ColorResource to remove amount of short-lived instances
by Florian Thienel
· 8 years ago
c26140a
convert absolute and relative coordinates
by Florian Thienel
· 8 years ago
5f518d4
set foreground and background color separately
by Florian Thienel
· 8 years ago
eabc5b9
fix subSequence according to contract defined in CharSequence interface
by Florian Thienel
· 8 years ago
36bfb6c
parameterize IDecoratorBox
by Florian Thienel
· 8 years ago
a8d4693
extract and reuse splitting algorithm
by Florian Thienel
· 8 years ago
45db1a7
create a box that shows textual content from the document IContent
by Florian Thienel
· 9 years ago
325ee06
Merge branch 'master' into feature/newBoxModel
by Florian Thienel
· 9 years ago
7d7bba2
remove orphaned build command
by Florian Thienel
· 9 years ago
1_1_0
116535c
use a (sophisticated) chain of responsibility to handle visualization
by Florian Thienel
· 9 years ago
ceeb00a
add the type of children to IParentBox to make child box creation easier
by Florian Thienel
· 9 years ago
52dbcc3
Merge remote-tracking branch 'origin/master' into feature/newBoxModel
by Florian Thienel
· 9 years ago
0d415e3
bug 452716: updated copyright years in features
by Florian Thienel
· 9 years ago
1_1_0_RC1
eb452c6
bug 452716: add about.html to all plug-ins
by Florian Thienel
· 9 years ago
8ede712
bug 452716: update build job names
by Florian Thienel
· 9 years ago
8703b3a
bug 452716: enable bundle signing
by Florian Thienel
· 9 years ago
0823ef4
bug 452716: update CONTRIBUTING information
by Florian Thienel
· 9 years ago
48fbadc
use factory to conveniently create box structures
by Florian Thienel
· 9 years ago
e94c6e5
fix calculation of space right of component
by Florian Thienel
· 9 years ago
8143329
add shortcut if there are no children to paint
by Florian Thienel
· 9 years ago
b368118
extract Frame from VerticalBlock to spearate concerns
by Florian Thienel
· 9 years ago
48e2abd
extract LineArrangement algorithm, add test harness
by Florian Thienel
· 9 years ago
f8665b5
add constructor with one font name for convenience
by Florian Thienel
· 9 years ago
9034d30
extract line arrangement completely
by Florian Thienel
· 9 years ago
354039a
enable profiling with Java Mission Control
by Florian Thienel
· 9 years ago
d0bf223
split text at whitespace
by Florian Thienel
· 9 years ago
75191de
move creation of box model to the client of BoxWidget
by Florian Thienel
· 9 years ago
ad77d5a
do not use an index to access a linked list
by Florian Thienel
· 9 years ago
f623004
iterate children only once per layout cycle
by Florian Thienel
· 9 years ago
6a59930
fix boundary calculation for boxes with different baselines
by Florian Thienel
· 9 years ago
Next »