[poppler] poppler: ChangeLog,1.155,1.156

Kristian Hogsberg krh at freedesktop.org
Thu Jul 28 15:52:45 EST 2005


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv5910

Modified Files:
	ChangeLog 
Log Message:
2005-07-28  Kristian Høgsberg  <krh at redhat.com>

        * poppler/TextOutputDev.cc (TextBlock::visitSelection): Assign
        start and stop coordinates in one place so we don't assign the
        same point to both in some corner cases.
        (TextWord::visitSelection): Initialize begin to len, not len + 1
        to fix crash.

        (TextWord::visitSelection, TextLine::visitSelection): Change
        selection trigger; now midpoint of glyph must be included in
        selection area for glyph to be in selection.



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- ChangeLog	27 Jul 2005 19:21:08 -0000	1.155
+++ ChangeLog	28 Jul 2005 05:52:43 -0000	1.156
@@ -1,3 +1,15 @@
+2005-07-28  Kristian Høgsberg  <krh at redhat.com>
+
+	* poppler/TextOutputDev.cc (TextBlock::visitSelection): Assign
+	start and stop coordinates in one place so we don't assign the
+	same point to both in some corner cases.
+	(TextWord::visitSelection): Initialize begin to len, not len + 1
+	to fix crash.
+
+	(TextWord::visitSelection, TextLine::visitSelection): Change
+	selection trigger; now midpoint of glyph must be included in
+	selection area for glyph to be in selection.
+
 2005-07-27  Martin Kretzschmar  <martink at gnome.org>
 
 	* poppler/PSOutputDev.cc (PSOutputDev): change the constructor to



More information about the poppler mailing list