Mon, 06 Aug 2007 00:56:05 +0000 |
Sean Egan |
Install 22px icons in right place. Fixes #2411
|
Tue, 31 Jul 2007 23:20:56 +0000 |
Daniel Atallah |
Eliminate some unnecessary scrolling activity.
|
Sun, 29 Jul 2007 17:39:00 +0000 |
Sean Egan |
And fix smooth scroll too
|
Sun, 29 Jul 2007 17:09:32 +0000 |
Sean Egan |
Idiotic mistake. Fixes #2315
|
Sat, 28 Jul 2007 02:37:46 +0000 |
Sean Egan |
Cool! Override GtkTextView's size allocate function in GtkIMHtml to make sure that it stays scrolled to the bottom whenever it's resized. Fixes a major annoyance and possibly #938
|
Sun, 08 Jul 2007 17:53:14 +0000 |
Daniel Atallah |
Fix #1727 and also plug a possible leak and make a little efficiency improvement to the win32 clipboard handling.
|
Fri, 06 Jul 2007 14:44:05 +0000 |
Daniel Atallah |
Fix the win32 build. Thanks to Etan and Lee Roach. Fixes #1929.
|
Sun, 01 Jul 2007 01:41:57 +0000 |
Richard Laager |
Use the glib strcasecmp functions everywhere, as we've had reports of
|
Sun, 01 Jul 2007 01:13:54 +0000 |
Sadrul Habib Chowdhury |
Show tooltip for smileys. Fixes #1981.
|
Wed, 27 Jun 2007 18:52:12 +0000 |
Sean Egan |
Removes the 'remove all buffer tags' function from gtkimhtml's close_tags() function. The problem was that the BACKGROUND tag is always at the end iter, and we don't want to remove that. The toggle functions called above it should do the trick of properly resetting everything, and it does seem to. Fixes #1034
|
Wed, 27 Jun 2007 17:22:24 +0000 |
Sean Egan |
Re-arrange a few lines in gtkimhtml's paste function so that we reset formatting after moving the cursor to the new location. Fixes #1198
|
Thu, 21 Jun 2007 11:37:19 +0000 |
Stu Tomlinson |
Kill a compile warning, as we now include internal.h in gtkimhtml.c, we
|
Wed, 20 Jun 2007 18:23:49 +0000 |
Stu Tomlinson |
#include reorganizations to allow compiling with glib < 2.8 using the
|
Sun, 17 Jun 2007 18:10:47 +0000 |
Stu Tomlinson |
Fix setting the sensitivity of the toolbar items in a number of places
|