Searched +hist:6 +hist:f260d07 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cppdiff 6e1a7a15 Mon Aug 06 13:44:42 MDT 2012 x-ist <fakeEmail@fakesite.fake> Fix BTextView tab calculation.

In rare cases such as described in #7955 BTextView happens to calculate the
width of a tab close to zero (e.g. 0.000031). This patch adds a fallback to the
default tab width in that case.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
diff 6f260d07 Sun May 10 07:09:41 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> Fixed two bug(let)s in BTextView that I encountered when working on the
Keymap preflet:
* obscure the cursor only if the textview has the focus
* initiate a drag not only if the cursor has moved to another index, but also
when the cursor has moved more than three pixels, since otherwise it was
impossible to drag the first character to the left or top of the view
(as the corresponding index was always zero)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30698 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6f260d07 Sun May 10 07:09:41 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> Fixed two bug(let)s in BTextView that I encountered when working on the
Keymap preflet:
* obscure the cursor only if the textview has the focus
* initiate a drag not only if the cursor has moved to another index, but also
when the cursor has moved more than three pixels, since otherwise it was
impossible to drag the first character to the left or top of the view
(as the corresponding index was always zero)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30698 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6fc1a5d0 Thu Oct 04 13:57:27 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> Mail's inherited InsertText() calls CancelInputMethod()
indirectly, and since InsertText() is called inside
BTextView::HandleInputMethodChanged(), this method would see fInline
slip away from under its feet.. Now we call the BTextView version
explicitly. Fixes bug #1022, although I'm not sure if this is completely
correct.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22444 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6a9c969b Tue Aug 28 09:13:55 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> If line breaks have changed, don't take the startOffset into account. Fixes bug #1430

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22095 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6e1a7a15cd824d8ba1846fa8f009e55e6d21bec3 Mon Aug 06 13:44:42 MDT 2012 x-ist <fakeEmail@fakesite.fake> Fix BTextView tab calculation.

In rare cases such as described in #7955 BTextView happens to calculate the
width of a tab close to zero (e.g. 0.000031). This patch adds a fallback to the
default tab width in that case.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
diff 6f260d075b6e20c339d129e375cde0ec21fe46d4 Sun May 10 07:09:41 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> Fixed two bug(let)s in BTextView that I encountered when working on the
Keymap preflet:
* obscure the cursor only if the textview has the focus
* initiate a drag not only if the cursor has moved to another index, but also
when the cursor has moved more than three pixels, since otherwise it was
impossible to drag the first character to the left or top of the view
(as the corresponding index was always zero)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30698 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6fc1a5d0eacc399f7d4acaa8df67976fbedf91a6 Thu Oct 04 13:57:27 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> Mail's inherited InsertText() calls CancelInputMethod()
indirectly, and since InsertText() is called inside
BTextView::HandleInputMethodChanged(), this method would see fInline
slip away from under its feet.. Now we call the BTextView version
explicitly. Fixes bug #1022, although I'm not sure if this is completely
correct.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22444 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6a9c969bcc9ce993c08966c4e23d6bb9439a0cd0 Tue Aug 28 09:13:55 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> If line breaks have changed, don't take the startOffset into account. Fixes bug #1430

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22095 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 89 milliseconds