smontagu@smontagu.org
|
ce1cafb0ee
|
When text is displayed from right to left natively, reverse the coordinates of selection decoration to match. Bug 349352, r=uriber, sr=bz
|
2006-09-13 08:10:19 +00:00 |
|
uriber@gmail.com
|
8c3328a001
|
Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc
|
2006-09-11 20:43:01 +00:00 |
|
uriber@gmail.com
|
bc5bc7aeba
|
Backing out bug 300131 until I figure out how to deal with the bustage.
|
2006-09-11 08:03:28 +00:00 |
|
uriber@gmail.com
|
2297c8c2f0
|
Refactor nsIFrame::PeekOfset to use iteration instead of recursion, and some related refactoring. bug=300131 r+sr=roc
|
2006-09-11 06:39:56 +00:00 |
|
bzbarsky@mit.edu
|
dc05a94d7d
|
Remove some unnecessary members and code. Bug 335477, patch by Marc Liddell
<marcldl+mozbugs@gmail.com>, r+sr=roc
|
2006-08-25 16:46:22 +00:00 |
|
roc+@cs.cmu.edu
|
46f4667289
|
Bug 345071. Fix PrepareUnicodeText to handle words in the current textnode that extend past the end of the frame. r=smontagu,sr=rbs
|
2006-08-16 01:57:06 +00:00 |
|
masayuki@d-toybox.com
|
abde4503cb
|
Bug 346417 RTL justify code is wrong in nsTextFrame r=smontagu, sr=roc
|
2006-08-07 06:27:57 +00:00 |
|
gavin@gavinsharp.com
|
3cc26c8aff
|
Bug 338368: fix uninitialized variable used in nsTextFrame::PaintAsciiText, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=roc
|
2006-08-04 14:29:48 +00:00 |
|
cvshook@sicking.cc
|
de453923d9
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
|
aaronleventhal@moonset.net
|
30d921584f
|
Bug 334353. Duplicate insert/delete events. r=evan.yan, sr=roc
|
2006-07-19 01:56:54 +00:00 |
|
uriber@gmail.com
|
d7ce53fcff
|
Clean up nsPeekOffsetStruct. bug=343763. r+sr=roc
|
2006-07-13 06:06:29 +00:00 |
|
aaronleventhal@moonset.net
|
6abe15ae45
|
Bug 342596. Allow start/end of word to be specified for PeekOffset(). Necessary for upcoming nsIAccessibleText::GetText[At|Before|After]Offset() methods. r=uriber, sr=roc
|
2006-07-11 22:11:02 +00:00 |
|
uriber@gmail.com
|
40d3369002
|
Limit the fix for bug 337135 to the -moz-pre-wrap case only. bug=343390, r+sr=roc
|
2006-07-03 07:12:42 +00:00 |
|
uriber@gmail.com
|
860bc8dc12
|
Allow removing multiple trimmed whitespace characters when painting text. bug=337135 r+sr=roc
|
2006-06-28 12:14:48 +00:00 |
|
roc+@cs.cmu.edu
|
ae8b9b80de
|
Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs
|
2006-06-26 22:18:23 +00:00 |
|
roc+@cs.cmu.edu
|
f8aef6bd08
|
Bug 338251. Create safe wrappers for gfx text functions and use them. r=smontagu,sr=rbs
|
2006-06-09 03:29:32 +00:00 |
|
brettw@gmail.com
|
c2f4f5dde1
|
Bug 336679 r+sr=roc the text/lines disappears when spellchecking Unicode text and focus is lost
|
2006-05-15 19:20:32 +00:00 |
|
aaronleventhal@moonset.net
|
d45169cde3
|
Bug 310921. AccessibleObjectFromPoint wrong when a span ends the previous line within the same block. In fact the next text object after that wasn't even exposed. r=ginn.chen, sr=roc
|
2006-04-27 15:47:22 +00:00 |
|
bzbarsky@mit.edu
|
e1fdce5918
|
Make sure to never read off the end of the buffer in HasTerminalNewline(). Bug
335320, r+sr=roc
|
2006-04-26 15:54:48 +00:00 |
|
roc+@cs.cmu.edu
|
5e0300fa5c
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 02:01:07 +00:00 |
|
uriber@gmail.com
|
b864d85759
|
Attempt to fix Tp regression from bug 333769. r+sr=roc
|
2006-04-22 21:02:34 +00:00 |
|
uriber@gmail.com
|
cfd9fd491b
|
When measuring text, make sure nsTextTransformer::GetNextWord looks only at the part of the text content covered by the current frame. bug=333769 r+sr=roc
|
2006-04-22 13:29:50 +00:00 |
|
dbaron@dbaron.org
|
be7b7f6009
|
Let the caret go outside of text frames (particularly when whitespace is trimmed). b=235223 r=mrbkap sr=bzbarsky
|
2006-04-20 07:58:22 +00:00 |
|
uriber@gmail.com
|
c226a79e9b
|
Bug 314519: Caret skips blank lines using right-arrow key in some cases of preformatted text. r+sr=roc
|
2006-04-10 06:49:50 +00:00 |
|
roc+@cs.cmu.edu
|
24f6f0ed12
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
uriber@gmail.com
|
8e04bf3873
|
Implemented bidi.edit.caret_movement_style pref, default is "visual, but logical during selection". bug=330175 r=smontagu sr=roc
|
2006-04-08 14:45:48 +00:00 |
|
uriber@gmail.com
|
3590deb574
|
Make wordSelectEatSpaceAfter take effect when moving forward relative to the paragraph direction, regardless of the text frame direction. bug=299535 r+sr=roc
|
2006-04-06 08:21:12 +00:00 |
|
dbaron@dbaron.org
|
96634178f2
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
uriber@gmail.com
|
45044509a6
|
Bug 299240: BiDi: Caret gets stuck (or moves cyclically) when using Ctrl+arrow and reaching a reverse-direction character/word followed by punctuation. r=smontagu sr=roc
|
2006-04-03 08:05:46 +00:00 |
|
sharparrow1@yahoo.com
|
211a227cd0
|
Bug 244055: Page layout for editor. There is no UI yet, and caret display is buggy at the moment, but otherwise it works. Patch by Alexandre Tr�mon, r+sr=roc.
|
2006-04-01 01:19:28 +00:00 |
|
darin@meer.net
|
862ba45cb9
|
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
|
2006-03-30 18:40:56 +00:00 |
|
dbaron@dbaron.org
|
60eede3c11
|
Single line comments to describe files (helpful in LXR)
|
2006-03-29 18:29:03 +00:00 |
|
uriber@gmail.com
|
57bb1f7231
|
For left/right arrows, don't flip the hint in PeekOffset(); instead figure it afterwards in MoveCaret(). bug=331444 r=smontagu sr=roc
|
2006-03-28 18:33:37 +00:00 |
|
rbs@maths.uq.edu.au
|
9c6bc8eff6
|
Re-checkin as it showed no impact on luna's TDHML bug 331661. Introduce a soft-break flag that means that a whitespace has been trimmed at the end of the line, and therefore its width has not been accounted for (this width can actually be large, e.g., if a large word-spacing is set). LineLayout should not be misled into placing something where the whitespace was trimmed. b=329987, r+sr=bz
|
2006-03-27 07:04:29 +00:00 |
|
rbs@maths.uq.edu.au
|
71a6037dbc
|
Backing out to investigate the DHTML jump on luna, bug 331661
|
2006-03-27 05:21:44 +00:00 |
|
roc+@cs.cmu.edu
|
54d3415318
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
rbs@maths.uq.edu.au
|
07d860ad88
|
Introduce a soft-break flag that means that a whitespace has been trimmed at the end of the line, and therefore its width has not been accounted for (this width can actually be large, e.g., if a large word-spacing is set). LineLayout should not be misled into placing something where the whitespace was trimmed. b=329987, r+sr=bz
|
2006-03-24 22:45:05 +00:00 |
|
uriber@gmail.com
|
912b10771a
|
Bug 331440: Remove eSelectDir from nsSelectionAmount enum, and all references to it. r+sr=roc
|
2006-03-23 18:36:44 +00:00 |
|
uriber@gmail.com
|
12008b7b04
|
Simplified bidi code in GetFrameFromDirection; changed bidi semantics of eDirPrevious, eDirNext. bug=330815 r=smontagu sr=roc
|
2006-03-23 08:30:30 +00:00 |
|
pavlov@pavlov.net
|
93222d8d4f
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+@cs.cmu.edu
|
c92e50faf4
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
roc+@cs.cmu.edu
|
1967e0fe6e
|
Bug 330300. Move mFrame from nsDisplayItem subclasses up to nsDisplayItem itself, and make GetUnderlyingFrame an inline non-virtual function. Patch by Alfred Peng, r+sr=roc
|
2006-03-14 20:43:18 +00:00 |
|
roc+@cs.cmu.edu
|
79c7894a78
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
|
masayuki@d-toybox.com
|
f7648cd1ed
|
Bug 164700 css word-spacing applies at at paint time but not at layout (reflow) time r+sr=rbs
|
2006-03-08 03:30:57 +00:00 |
|
sharparrow1@yahoo.com
|
c671bf186e
|
Bug 320326: deCOMtaminate GetContentAndOffsetsFromPoint, plus some slight behavior changes. r+sr=roc.
|
2006-02-27 05:57:37 +00:00 |
|
uriber@gmail.com
|
a77901b79e
|
Bug 299065: Bidi resolution needs to split inlines in addition to text frames. r+sr=dbaron
|
2006-02-21 21:33:47 +00:00 |
|
sharparrow1@yahoo.com
|
efb22ca48b
|
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
|
2006-02-21 00:49:04 +00:00 |
|
smontagu@smontagu.org
|
874a583cdf
|
Point Arabic lam alef pairs to lam-alef ligatures. Bug 308020, r+sr=roc
|
2006-02-12 09:43:18 +00:00 |
|
sharparrow1@yahoo.com
|
137f691580
|
Bug 321433 - Don't enable selection for printing. r+sr=roc.
|
2006-02-07 02:52:40 +00:00 |
|
rbs@maths.uq.edu.au
|
8748d2edf7
|
CSS Letter-Spacing Heap Overflow, b=325403, r+sr=bz
|
2006-02-07 01:58:35 +00:00 |
|