Log of /trunk/gui/gui/src/TGText.cxx
Parent Directory
Revision
43071 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 21 17:01:01 2012 UTC (2 years, 11 months ago) by
axel
File length: 33403 byte(s)
Diff to
previous 42680
Fix clang warnings: strlcpy(A, B, len) with len == strlen(B) instead of sizeof(A). Was okay in all cases, but double call to strlen() for no good reason.
Revision
34037 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 22 08:09:58 2010 UTC (4 years, 7 months ago) by
bellenot
File length: 33159 byte(s)
Diff to
previous 33921
Fix stack size issues reported by coverity
TGText.cxx: allocate the char array on the heap instead of using the stack
TGHtml.cxx: use TString instead of char array
Revision
18540 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 20 12:24:08 2007 UTC (7 years, 9 months ago) by
brun
Original Path:
trunk/gui/src/TGText.cxx
File length: 33113 byte(s)
Diff to
previous 18539
From Valeriy Onuchin:
- TGTextEdit.
Fix problems with undoing of text insertion.
- TGTextLine.
New method GetWord(ULong_t pos) added which returns
a word at position.
- TGTextView.
New signals added (implemented in TGTextEdit):
Clicked(const char *word) - emitted on button press.
DoubleClicked(const char *word) - emitted on button double click.
Revision
18534 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 19 16:23:13 2007 UTC (7 years, 9 months ago) by
brun
Original Path:
trunk/gui/src/TGText.cxx
File length: 31582 byte(s)
Diff to
previous 15742
From Valeriy Onuchin:
TGView, TGTextView, TGTextEdit classes
The main changes :
o restructuring and revisiting the code
- move all text methods from TGView to TGTextView class.
o new methods
TGTextEdit::SetSelectBack - setting selection background color
TGTextEdit::SetSelectfore - setting color for slected text
TGText::AsString - return content as ROOT string.
o improved painting: exposed events, resizing
- compression of exposed events added which
eliminates flickering when text_edit widget is resized or
exposed.
- repaint only whose areas which where modified or
overlapped.
o undo management on Ctrl-Z
o autoscrolling when text is selected
o many small bug fixes:
- crash on double click on blank field
- selected text in some cases was not correctly removed
- etc.
Revision
15134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by
brun
Original Path:
trunk/gui/src/TGText.cxx
File length: 30708 byte(s)
Diff to
previous 13278
From Federico Carminati:
"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."
Revision
342 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 10 01:07:19 2000 UTC (14 years, 6 months ago) by
rdm
Original Path:
trunk/gui/src/TGText.cxx
File length: 31846 byte(s)
Diff to
previous 341
many improvements and fixes in the text edit widget. Fully implemented
cut/copy/paste between editor and any X11 window supporting text (and
vice versa). Also added a context menu giving access to the most essential
text editor actions (open, close, save, print, search, etc.). Fixed several
text navigation and selection issues.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.