Mercurial > pidgin
graph
-
Add an 'auto-join' checkbox in the 'Add Chat' dialog, thanks to fmoo'sMon, 23 Jul 2007 20:54:16 +0000, by Sadrul Habib Chowdhury
-
Memory leak fix.Sat, 21 Jul 2007 06:22:15 +0000, by Sadrul Habib Chowdhury
-
We don't need dynamic things here.Sat, 21 Jul 2007 06:15:26 +0000, by Sadrul Habib Chowdhury
-
Guard against possible weird crashes.Sat, 21 Jul 2007 05:53:05 +0000, by Sadrul Habib Chowdhury
-
merge of '68531d78c3d980fcba8b12d95053cfc541f7be31'Sat, 21 Jul 2007 05:47:46 +0000, by Sadrul Habib Chowdhury
-
This could have resulted in buffer overflow if the user had 10 or moreSat, 21 Jul 2007 05:45:04 +0000, by Sadrul Habib Chowdhury
-
merge of '75fc7005738c7f677caf9b8c6959ec8c1d90778c'Sat, 21 Jul 2007 02:17:38 +0000, by Nathan Walp
-
Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.Fri, 20 Jul 2007 22:31:27 +0000, by Daniel Atallah
-
Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".Fri, 20 Jul 2007 22:24:10 +0000, by Daniel Atallah
-
merge of '2543d569f73fee46d4f4f92b5a5f2245ed4a07db'Fri, 20 Jul 2007 21:49:53 +0000, by Sadrul Habib Chowdhury
-
merge of '9b9534d8ba6b75ce9836ce0cd1ed8e086c0f89a0'Fri, 20 Jul 2007 18:38:24 +0000, by Luke Schierer
-
pidgin_accounts_window_hide() should actually dispose of the window. Fixes #2193.Fri, 20 Jul 2007 18:11:26 +0000, by Daniel Atallah
-
Fix from Will Hawkins to plug some leaks in error cases for the SIMPLE prpl. References #2181.Fri, 20 Jul 2007 16:31:39 +0000, by Daniel Atallah
-
fixes #2147Fri, 20 Jul 2007 18:35:13 +0000, by Javier Fern«”ndez-Sanguino Pe«Ša
-
fixes #2156Fri, 20 Jul 2007 18:33:58 +0000, by Claudio Satriano
-
fixes #2163Fri, 20 Jul 2007 18:31:53 +0000, by Shalom Craimer
-
fixes #2164Fri, 20 Jul 2007 18:30:03 +0000, by Ambrose C. Li
-
fixes #2174Fri, 20 Jul 2007 18:27:18 +0000, by Toni Hermoso
-
fixes #2211Fri, 20 Jul 2007 18:22:27 +0000, by Yngve Spjeld Landro
-
Merge the two patches from this ticket, fix them, and be sure to installFri, 20 Jul 2007 05:09:46 +0000, by Kevin Stange
-
Allow disabling the widget actions on specific widgets. This allows, forFri, 20 Jul 2007 21:46:29 +0000, by Sadrul Habib Chowdhury
-
Fix a crash Eric found. These parameters were in reverse order.Fri, 20 Jul 2007 21:41:05 +0000, by Sadrul Habib Chowdhury
-
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.Thu, 19 Jul 2007 21:34:35 +0000, by Sadrul Habib Chowdhury
-
Patch from Javeed Shaikh to make the search function non-braindamaged.Thu, 19 Jul 2007 21:11:37 +0000, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head e234ff44fe5efd4a34c1fe7d40419300d1748187)Fri, 20 Jul 2007 02:58:21 +0000, by Eric Polino
-
merge of '1716933469be8ab48b72ab0259f65b44c4d9b23e'Thu, 19 Jul 2007 08:25:57 +0000, by Sadrul Habib Chowdhury
-
This was crashing for me when writing a system message when loggingWed, 18 Jul 2007 06:32:00 +0000, by Mark Doliner
-
Get rid of an unused variableWed, 18 Jul 2007 06:28:11 +0000, by Mark Doliner
-
merge of 'c461aa1e202a65745f6b1de51f4bea0016abc463'Tue, 17 Jul 2007 17:03:59 +0000, by Daniel Atallah
-
Allow using custom search functions.Thu, 19 Jul 2007 08:25:26 +0000, by Sadrul Habib Chowdhury
-
Do some work to make pygnt more useful. The dbus-gnt script works fairlyTue, 17 Jul 2007 11:09:03 +0000, by Sadrul Habib Chowdhury
-
The gtkbuddynote.c file contains translation markers.Tue, 17 Jul 2007 06:43:05 +0000, by Richard Laager
-
Do a NULL-check to prevent a crash.Mon, 16 Jul 2007 23:59:58 +0000, by Sadrul Habib Chowdhury
-
merge of '16545633f55b708a351f38a9532d94b0b00eacec'Mon, 16 Jul 2007 23:50:41 +0000, by Sadrul Habib Chowdhury
-
aim_locate_finduserinfo() can return NUL (particularly if userinfo->sn is NULL), which leads to the crash in AdiumTicket:7346. Handle this possibility rather than crashing.Mon, 16 Jul 2007 21:11:45 +0000, by Evan Schoenberg
-
merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'Mon, 16 Jul 2007 21:11:23 +0000, by Evan Schoenberg
-
cmd->params[2] could be NULL, or purple_url_decode() could return NULL. Don't pass a potential NULL to strcmp().Sat, 14 Jul 2007 18:16:51 +0000, by Evan Schoenberg
-
merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362'Mon, 16 Jul 2007 23:47:26 +0000, by Sadrul Habib Chowdhury
-
Fixes for pygnt generation.Mon, 16 Jul 2007 23:46:23 +0000, by Sadrul Habib Chowdhury
-
merge of '3ddd2f07e1ef153cfbf3a4181386d9fc01e7749d'Sat, 21 Jul 2007 02:17:34 +0000, by Nathan Walp
-
disapproval of revision 'a85dc51a1d0ec3a5092ff577a129e4fcec6f212f'Sat, 21 Jul 2007 02:13:44 +0000, by Nathan Walp
-
don't escape this data, as gtk isn't expecting it to be escaped (fixes #1311, aka the O'Connor bug)Sat, 21 Jul 2007 02:14:58 +0000, by Nathan Walp
-
we don't put markup in the row data, so there's no need to escape this (fixes #1311, aka the O'Connor bug)Sat, 21 Jul 2007 02:10:34 +0000, by Nathan Walp
-
Patch from Mauro Brasil to support Brazilian profiles on Yahoo. Fixes #2091.Tue, 17 Jul 2007 17:03:51 +0000, by Daniel Atallah
-
Add :-p (lowercase) which is officially handed by AIM 6.something. Fixes #1590Sun, 15 Jul 2007 22:09:03 +0000, by Kevin Stange
-
Fix compile warnings that only shows up with -O3. This may have causedSun, 15 Jul 2007 12:49:23 +0000, by Sadrul Habib Chowdhury
-
Typo fix. This bit of code must be cursed.Sun, 15 Jul 2007 11:59:48 +0000, by Sadrul Habib Chowdhury
-
Allow changing the content of a textview using $EDITOR.Sun, 15 Jul 2007 04:57:03 +0000, by Sadrul Habib Chowdhury
-
Properly set the initial size of widgets.Sun, 15 Jul 2007 02:38:09 +0000, by Sadrul Habib Chowdhury
-
Patch from John Bailey (rekkanoryo) to update the C Howto.Sun, 15 Jul 2007 02:26:17 +0000, by John Bailey
-
Add a missing line-drawing character in the HTML screen-dump.Sat, 14 Jul 2007 10:52:31 +0000, by Sadrul Habib Chowdhury
-
New feature: successful compilation.Sat, 14 Jul 2007 03:02:41 +0000, by Sadrul Habib Chowdhury
-
Allow setting the search column in a tree to use for typeahead searching.Sat, 14 Jul 2007 02:15:42 +0000, by Sadrul Habib Chowdhury
-
merge of '2b537584bf70476b4ef78547c5000c361e9b7176'Sat, 14 Jul 2007 01:28:24 +0000, by Richard Nelson
-
merge of '2e4cdb97f5820f67493a9e7d9189edd4d82dc0cf'Sat, 14 Jul 2007 01:32:45 +0000, by Sadrul Habib Chowdhury
-
Use gobject properties instead of hacks when creating columns in a tree.Sat, 14 Jul 2007 01:31:44 +0000, by Sadrul Habib Chowdhury