Mercurial > pidgin.yaz
graph
-
Allow non-alt non-ctrl bindings. I broke this with me last few changes.Sun, 18 Mar 2007 18:17:14 +0000, by Sadrul Habib Chowdhury
-
merge of '78927bbb5efcb0b6518b037923d9b2049e4f892d'Sun, 18 Mar 2007 17:29:49 +0000, by Stu Tomlinson
-
Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings andSun, 18 Mar 2007 17:28:21 +0000, by Stu Tomlinson
-
I know I wrote different things here. The gtkdialogs.c is what the submitter requested be put. The changelog has the addition for me, to help me remember who to accept from.Mon, 19 Mar 2007 19:06:35 +0000, by Luke Schierer
-
merge of '26a511ef6be2c20a09d0fd93527980c97169c67e'Sun, 18 Mar 2007 16:01:00 +0000, by Luke Schierer
-
plug some memory leaksSat, 17 Mar 2007 17:55:22 +0000, by Stu Tomlinson
-
Mark "Away" for translationSat, 17 Mar 2007 17:48:34 +0000, by Stu Tomlinson
-
This is tidierSat, 17 Mar 2007 17:40:19 +0000, by Stu Tomlinson
-
Protection against missing SHA1CSat, 17 Mar 2007 17:38:12 +0000, by Stu Tomlinson
-
Only use gnutls and nss CFLAGS for the relevant plugins, not for all SSLSat, 17 Mar 2007 17:34:32 +0000, by Stu Tomlinson
-
minor cleanups, and make 'make check' work with older versions of CheckSat, 17 Mar 2007 17:31:06 +0000, by Stu Tomlinson
-
libpurplify the 'make check' tests so they work againSat, 17 Mar 2007 17:29:40 +0000, by Stu Tomlinson
-
g_unichar_iswide_cjk() is only in glib 2.12 and newer, and I suspectSat, 17 Mar 2007 16:55:51 +0000, by Stu Tomlinson
-
Move the tooltip window before showing the tooltip to avoid a transientSat, 17 Mar 2007 16:50:35 +0000, by Stu Tomlinson
-
internal.h is a private, uninstalled, header that should not be used bySat, 17 Mar 2007 16:49:03 +0000, by Stu Tomlinson
-
Re-order includes to fix this compile error:Sat, 17 Mar 2007 16:48:25 +0000, by Stu Tomlinson
-
Make sure unbound key-combinations are handled properly.Fri, 16 Mar 2007 20:53:24 +0000, by Sadrul Habib Chowdhury
-
Minor cleanup.Sat, 17 Mar 2007 17:47:40 +0000, by Daniel Atallah
-
Fix reversed NULL check.Sat, 17 Mar 2007 17:41:14 +0000, by Daniel Atallah
-
one more to the many I neglected and committed a commit ago. hopefully I did not forget to mtn add any of the new files or forget to put them in configure.acSun, 18 Mar 2007 02:23:48 +0000, by Luke Schierer
-
lots of translation updates. Some of these I neglected for way too long.Sun, 18 Mar 2007 01:13:36 +0000, by Luke Schierer
-
Default the URI Handler checkboxes in the installer appropriately (if pidgin is the current handler or if there is no current handler). Also, don't use the previous Gaim installation directory as the default new directory for Pidgin (perhaps it would be smart to use something like ...\blah\Pidgin if gaim was installed in ...\blah\Gaim, but I'm not sure it is worth the effort).Fri, 16 Mar 2007 03:43:20 +0000, by Daniel Atallah
-
Add support for registering URI handlers to the windows installer.Fri, 16 Mar 2007 02:10:25 +0000, by Daniel Atallah
-
merge of '781d0a4beb5fa7b8916127b6e322aa96419230ce'Fri, 16 Mar 2007 00:02:55 +0000, by Nathan Walp
-
*sigh*Fri, 16 Mar 2007 00:02:19 +0000, by Nathan Walp
-
This takes way too much memory, especially with ncursesw. I hadn't noticed, because apparently I was using ncurses.Thu, 15 Mar 2007 01:52:21 +0000, by Sadrul Habib Chowdhury
-
fix extraneous char being added when gntentry's buffer growsWed, 14 Mar 2007 07:56:48 +0000, by Richard Nelson
-
merge of '1e5814c18dbd7349240ceeec8f3d25583e42a7bd'Tue, 13 Mar 2007 10:28:03 +0000, by Evan Schoenberg
-
Fixed whitespace and variable naming issues with the patch I accepted in 66925c4a3abff28f8826399d55051c6c40ffbe42Mon, 12 Mar 2007 23:00:01 +0000, by Evan Schoenberg
-
Patch from plivesey, submitted in Adium Trac #5753 (http://trac.adiumx.com/ticket/5753), which fixes a memory stomper which occurred if the msn prpl were passed HTML with multiple style tags of the same type. This doesn't happen in pidgin, because the gtkhtml widget knows that msn can only have one all-or-none instance of each style, but libpurple should be able to handle being passed any sort of HTML. This therefore fixes an Adium crash.Mon, 12 Mar 2007 22:58:03 +0000, by Evan Schoenberg