Mon, 03 Dec 2007 16:38:38 +0000 |
Stu Tomlinson |
These labels have mnemonics, so should be declared as such, and fix a
|
Tue, 27 Nov 2007 10:02:52 +0000 |
Sean Egan |
Kevin says we're ok defaulting persistent IMs on
|
Mon, 26 Nov 2007 10:12:41 +0000 |
Sadrul Habib Chowdhury |
Patch from 'goutnet' to not insert smileys when pasting as plain text.
|
Mon, 26 Nov 2007 09:49:27 +0000 |
Sadrul Habib Chowdhury |
Patch from 'goutnet': Pressing backspace on a smiley will replace the smiley
|
Fri, 16 Nov 2007 19:11:08 +0000 |
Daniel Atallah |
Turns out this isn't a bug, nor is it win32-specific, and that we're misusing gtk_imhtml_clipboard_clear(). The reason this started being a problem was the fix to make the clipboard data set instead the owner set.
|
Fri, 16 Nov 2007 18:43:50 +0000 |
Daniel Atallah |
There appears to be a new GTK+ bug that causes the clipboard_clear callback to be triggered *after* the clipboard_copy callback on the second copy attempt. This makes stuff still work correctly when this happens (and, most importantly, not crash). I'll report this upstream.
|
Wed, 14 Nov 2007 02:56:34 +0000 |
Daniel Atallah |
Fix #3930 by correctly detecting when we're no longer immediately following a br.
|
Wed, 07 Nov 2007 04:09:12 +0000 |
Daniel Atallah |
Another leak fix.
|
Fri, 02 Nov 2007 01:41:41 +0000 |
Daniel Atallah |
Fix #1865 by not stripping leading and trailing spaces. I'm not sure why it was ever done - hopefully this doesn't break anything.
|
Fri, 26 Oct 2007 04:59:23 +0000 |
Ka-Hing Cheung |
Patch from Andrew Gaul to constify a bunch of static variables to reduce
|
Thu, 25 Oct 2007 04:36:18 +0000 |
Daniel Atallah |
Don't assign ownership of the CLIPBOARD to the IMHtml - it doesn't really own the data and then we don't have problems of overwriting what others put in the clipboard. Fixes #3616.
|
Tue, 23 Oct 2007 17:27:12 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
|
Fri, 19 Oct 2007 02:12:00 +0000 |
Daniel Atallah |
Leak fix.
|
Thu, 18 Oct 2007 20:20:57 +0000 |
Daniel Atallah |
Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().
|
Thu, 20 Sep 2007 03:05:54 +0000 |
Daniel Atallah |
Fix some crashes with animated smileys. Fixes #3179, #938, #3134, #2872, #1594
|
Sun, 21 Oct 2007 05:07:57 +0000 |
Luke Schierer |
applied changes from d6da6a7a5ad01f170f0fd78424183f73200dc78c
|
Fri, 28 Sep 2007 16:22:27 +0000 |
Richard Laager |
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
|
Fri, 28 Sep 2007 15:38:37 +0000 |
Richard Laager |
applied changes from fc7837d892e8ddb52a2c4c265562c73b6f07f045
|
Sun, 16 Sep 2007 01:05:22 +0000 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Thu, 06 Sep 2007 06:58:31 +0000 |
Kevin Stange |
disapproval of revision '2887999526ff013d0ffa94da958cd30181ee3aa1'
|
Sun, 02 Sep 2007 23:35:53 +0000 |
Sean Egan |
Patch from Ankit Singla to preserve newlines. Fixes #2858
|
Sun, 02 Sep 2007 00:03:43 +0000 |
Sadrul Habib Chowdhury |
disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
|
Sat, 01 Sep 2007 23:50:22 +0000 |
Sadrul Habib Chowdhury |
Tooltips can be for the buddylist or for conversation windows.
|
Tue, 14 Aug 2007 02:23:30 +0000 |
Sean Egan |
merge of '1c3f25359208d70ea8d20a62c1dd4d7232b7a11a'
|
Sat, 11 Aug 2007 17:57:43 +0000 |
Sean Egan |
Don't scroll to bottom if imhtml is not realized. Fixes #2320
|
Sat, 11 Aug 2007 17:24:37 +0000 |
Sean Egan |
Thanks sadrul. Fixes #2277
|
Sat, 11 Aug 2007 23:41:20 +0000 |
Daniel Atallah |
malloc(0) returns a null pointer. Fixes #2472.
|
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
|
Sat, 16 Jun 2007 20:16:36 +0000 |
Sadrul Habib Chowdhury |
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'
|
Fri, 15 Jun 2007 19:34:24 +0000 |
Sean Egan |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
|
Mon, 11 Jun 2007 07:48:49 +0000 |
Mark Doliner |
When an animated image is inserted into a conversation window, animate
|
Thu, 07 Jun 2007 03:11:56 +0000 |
Richard Laager |
Include pidgin.h to make this compile.
|
Tue, 05 Jun 2007 01:38:09 +0000 |
Sadrul Habib Chowdhury |
merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'
|
Mon, 04 Jun 2007 23:48:54 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
|
Mon, 04 Jun 2007 05:55:13 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)
|
Wed, 30 May 2007 05:37:04 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head f7d4b1ae759e694a319fc8d37f917e1c2b2e1d3b)
|
Fri, 15 Jun 2007 08:16:29 +0000 |
Sadrul Habib Chowdhury |
merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
|
Mon, 04 Jun 2007 06:32:21 +0000 |
Sadrul Habib Chowdhury |
merge of '9e832cea16395c9007bc9e384ee379b293b99abd'
|
Sun, 10 Jun 2007 22:22:36 +0000 |
Mark Doliner |
Compare the user-entered file extension to the GDK file extension
|
Sun, 10 Jun 2007 21:58:45 +0000 |
Mark Doliner |
When right-clicking on an image in a GtkIMHtml to save it, if the file
|
Sun, 03 Jun 2007 19:15:42 +0000 |
Sean Egan |
Maintain global poitners to the clipboard selection text, with the aim of
|
Sun, 27 May 2007 17:45:43 +0000 |
Sadrul Habib Chowdhury |
merge of '15c67573c5441bdd943fcf07e496016c58492c19'
|
Fri, 25 May 2007 22:04:18 +0000 |
Sadrul Habib Chowdhury |
Allow formatted text in the pounce dialog. Also, use the same code to
|
Sun, 27 May 2007 13:37:00 +0000 |
Stu Tomlinson |
Fix for gtk < 2.4
|
Fri, 25 May 2007 21:53:49 +0000 |
Sean Egan |
Undo/Redo in GtkImHtml from GtkSourceView. This may not be adaquate enough for us.
|
Wed, 23 May 2007 01:14:29 +0000 |
Daniel Atallah |
Ignore copy/cut requests when there is no selection instead of clearing the clipboard. This is consistent with the rest of how GTK+ works. Fixes #1030
|