This website requires JavaScript.
Explore
Hush
HushAnon
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a889bb181db6afe42b8a55ad721066ed8121238e
haiku-beta6
/
src
/
kits
/
interface
/
BTextView
T
History
Stefano Ceccherini
d51394ddd6
Fixed bad redrawing of the text when alignment is different than B_ALIGN_LEFT
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 13:10:43 +00:00
..
InlineInput.cpp
Started adding input methods "clauses" support.
2004-08-27 06:50:41 +00:00
InlineInput.h
Started adding input methods "clauses" support.
2004-08-27 06:50:41 +00:00
Jamfile
Inline input method handling for BTextView (still lacks the blue/red highlighting). Thanks to Andrew and Koki for the hints.
2004-07-19 14:38:35 +00:00
LineBuffer.cpp
…
LineBuffer.h
Fixed LineWidth(): now it calls StyledWidth(). It's not an issue, since charachter widths are cached by _BWidthBuffer_.
2004-09-30 12:49:34 +00:00
StyleBuffer.cpp
- Fixed every Styling issue (at least the ones exposed by StyledEdit). Setting fonts works now
2004-09-29 07:18:10 +00:00
StyleBuffer.h
Sheesh! No wonder the styling code wasn't fully working, as we were using different constants for font attributes than the ones used by BeOS R5. Now we use those constants directly. Still not ok, but we are on the right track now (I hope :))
2004-08-31 07:08:49 +00:00
TextGapBuffer.cpp
Changed BTextView::GetText(), so that the real work is done by the backend. Should be much faster now.
2004-07-16 06:37:54 +00:00
TextGapBuffer.h
Changed BTextView::GetText(), so that the real work is done by the backend. Should be much faster now.
2004-07-16 06:37:54 +00:00
TextView.cpp
Fixed bad redrawing of the text when alignment is different than B_ALIGN_LEFT
2004-09-30 13:10:43 +00:00
UndoBuffer.cpp
Fixed a crash when undoing an "internal text drop", some cleanups.
2004-06-21 12:56:46 +00:00
UndoBuffer.h
…
WidthBuffer.cpp
Reverted last change since, as Axel pointed out, old version is "a bit" faster than the new one
2004-04-16 06:21:42 +00:00