commit cd377b530d62871901d0da775a49028c70d4a7ba Author: Matthew Barnes Date: Tue Jul 23 13:51:32 2013 -0400 NEWS update for 4.6.6 release. NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 5d85f537d62ad598e9827dbb6b56be8b3e88a8aa Author: Milan Crha Date: Mon Jul 15 12:16:15 2013 +0200 Bug #699574 - gtk_selection_owner_set() breaks mouse wheel scrolling gtkhtml/htmlselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d96d1884bec397c8f50b5eb7da0b700de3c40f2 Author: Milan Crha Date: Tue Jul 2 19:11:37 2013 +0200 Wrong cursor position after paste of text with
The
is placed as DISPLAY_BLOCK, which adds one more character for cursor positioning, which was not counted with, thus after paste the cursor was positioned before the end of the pasted text. gtkhtml/htmlcluev.c | 18 ++++++++++++++++++ gtkhtml/htmlcluev.h | 1 + 2 files changed, 19 insertions(+) commit b2ee0cbb5f46d2e8d3b910ceb5a59429cbbae955 Author: Milan Crha Date: Tue Jul 2 17:01:46 2013 +0200 Paragraph style drawn incorrectly after font style change For example, if there is a Header 1 paragraph, and it whole is selected, and then a bold/italic/underline is changed, then the drawn paragraph style is like Normal, even the above chooser still shows Header 1. Writing a new character makes the text drawing fixed, showing the text correctly. The issue was that HTMLObject's parent change didn't mark the object properties for recalculation, thus there was used stale style set, calculated in time when there was no parent set on the object. gtkhtml/htmlobject.c | 3 +++ 1 file changed, 3 insertions(+) commit 38286a30527c6d5a05660497a7215a8f70785bd7 Author: Milan Crha Date: Tue Jul 2 11:57:23 2013 +0200 Underline and strikeout lines out of its position in a printout When printing, the lines for underline and strikeout were placed out of its position. The was more visible with larger fonts. gtkhtml/htmlprinter.c | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) commit 1bdbb01b5a9cb64df2b35a539169e9f69af1491b Author: Milan Crha Date: Fri Jun 28 19:37:20 2013 +0200 Skip \n and \r from whitespace recognition on HTML text paste This fixes a bug in the previous commit. In case of a mutliline paste the new line markers are properly encoded within HTML tags, thus adding them as plain text resulted in doubled new lines. gtkhtml/gtkhtml.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 7be37432940c62a9e5d5a52a8c476f9398eb248c Author: Milan Crha Date: Thu Jun 27 21:02:43 2013 +0200 Paste of HTML text removes leading/trailing whitespaces Even when copying a text within composer with leading or trailing whitespace, the text is marked as an HTML text in clipboard, and the whitespace is removed on paste, instead of preserved. The added code adds whitespaces as necessary. gtkhtml/gtkhtml.c | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) commit 53c15ac21ef22209c2b868862a27cabadb748e59 Author: Matthew Barnes Date: Sun May 12 08:55:19 2013 -0400 Post-release version bump. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)