Mercurial > pidgin.yaz
graph
-
Double-click infopane to alias or change topic. Also, show alias instead of screenname in infopaneTue, 14 Aug 2007 00:31:24 +0000, by Sean Egan
-
Don't trigger another libxml2 parse from within one of the parsing callbacks. References #1652.Mon, 13 Aug 2007 21:02:17 +0000, by Daniel Atallah
-
Make the close-button underlined, instead of bold, and change the cursor to hand.Thu, 16 Aug 2007 20:23:43 +0000, by Sadrul Habib Chowdhury
-
merge of 'e2805167b5c9997ce6241fa2156f3fd3cc4f3568'Mon, 13 Aug 2007 06:24:47 +0000, by Sadrul Habib Chowdhury
-
Don't try to remove a timer that doesn't existMon, 13 Aug 2007 05:50:32 +0000, by Mark Doliner
-
Set a larger default conversation size. Previously we were usingMon, 13 Aug 2007 05:34:45 +0000, by Mark Doliner
-
Two changes hereMon, 13 Aug 2007 04:50:41 +0000, by Mark Doliner
-
Fix a crash regarding tooltips on the infopane.Mon, 13 Aug 2007 06:22:08 +0000, by Sadrul Habib Chowdhury
-
De-seaneganify some of the indentation.Mon, 13 Aug 2007 06:03:01 +0000, by Sadrul Habib Chowdhury
-
Allow the imhtml to expand and fill the void.Mon, 13 Aug 2007 04:52:49 +0000, by Sadrul Habib Chowdhury
-
Set a minimize size of 300 pixels for the imhtml showing exampleMon, 13 Aug 2007 04:23:57 +0000, by Mark Doliner
-
Properly escape the chat-topics in the infopane. Fixes #1903.Mon, 13 Aug 2007 01:04:20 +0000, by Sadrul Habib Chowdhury
-
Make sure dbus doesn't leak in purple_prefs_get_children_names.Mon, 13 Aug 2007 00:52:41 +0000, by Sadrul Habib Chowdhury
-
merge of '48fad9773e276b7949c6dcebf5b2948b46b8e2c7'Mon, 13 Aug 2007 00:50:25 +0000, by Sadrul Habib Chowdhury
-
Add finch/gntsound.c to POTFILES.in, as it has translation markers.Mon, 13 Aug 2007 00:31:39 +0000, by Richard Laager
-
- Fix a memleakMon, 13 Aug 2007 23:33:20 +0000, by William Ehlhardt
-
- x509_signed_by now accepts a signature by an X.509 version 1Mon, 13 Aug 2007 22:49:45 +0000, by William Ehlhardt
-
- Add the Verisign root key (used for MSN)Mon, 13 Aug 2007 22:44:23 +0000, by William Ehlhardt
-
- Force full initialization of SSL system at startupMon, 13 Aug 2007 20:07:57 +0000, by William Ehlhardt
-
- Move ssl-gnutls x509 registration until after GnuTLS itself is initedMon, 13 Aug 2007 19:38:49 +0000, by William Ehlhardt
-
- Fix the autoconf/automake stuff so that the ca-certs workMon, 13 Aug 2007 19:29:33 +0000, by William Ehlhardt
-
- Add the ca-certs directory for putting default-shipping root certs in.Mon, 13 Aug 2007 19:01:04 +0000, by William Ehlhardt
-
- Fix x509_signed_by. Apparently I can't read documentation.Mon, 13 Aug 2007 16:33:32 +0000, by William Ehlhardt
-
- Add debugging babbleMon, 13 Aug 2007 16:04:48 +0000, by William Ehlhardt
-
- Fix memleakMon, 13 Aug 2007 06:00:00 +0000, by William Ehlhardt
-
- Implement x509_ca_get_idlistMon, 13 Aug 2007 05:58:09 +0000, by William Ehlhardt
-
- Implement x509_ca_delete_certMon, 13 Aug 2007 05:55:02 +0000, by William Ehlhardt
-
- Add a helper function to destroy x509_ca_elements, and use it whereMon, 13 Aug 2007 05:52:21 +0000, by William Ehlhardt
-
- Implement x509_ca_get_certMon, 13 Aug 2007 05:46:57 +0000, by William Ehlhardt
-
CosmeticsMon, 13 Aug 2007 05:42:57 +0000, by William Ehlhardt
-
- Implement x509_ca cert_in_poolMon, 13 Aug 2007 05:42:25 +0000, by William Ehlhardt
-
- Add a function to search the x509_ca internal structures for an idMon, 13 Aug 2007 05:40:33 +0000, by William Ehlhardt
-
- Write the uninit function for x509_caMon, 13 Aug 2007 05:35:06 +0000, by William Ehlhardt
-
In x509_ca pool:Mon, 13 Aug 2007 05:29:22 +0000, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)Sun, 12 Aug 2007 20:48:34 +0000, by William Ehlhardt
-
merge of '55f3685b603ec55dbf23d659e71d47f554142a3e'Sun, 12 Aug 2007 19:16:01 +0000, by Luke Schierer
-
Don't have the conv. window grow by the width of the transparency slider every time you open a new window. I figured this was more important than not shrinking the backlog pane when someone turns on the slider (it isn't like anyone turns it on and off all the time anyway). Fixes #2470.Sun, 12 Aug 2007 15:27:35 +0000, by Daniel Atallah
-
Use -1 as length with g_convert() functions instead of strlen()Sun, 12 Aug 2007 02:11:05 +0000, by Daniel Atallah
-
Make perl loader more robust - use G_EVAL flag on all calls so that if the perl function dies, it doesn't cause libpurple to quit.Sun, 12 Aug 2007 01:52:10 +0000, by Daniel Atallah
-
Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.Sun, 12 Aug 2007 00:52:17 +0000, by Daniel Atallah
-
don't forget share/Makefile.mingw in the distSun, 12 Aug 2007 00:00:54 +0000, by Daniel Atallah
-
Fix sounds on the win32 buildSat, 11 Aug 2007 23:59:34 +0000, by Daniel Atallah
-
malloc(0) returns a null pointer. Fixes #2472.Sat, 11 Aug 2007 23:41:20 +0000, by Daniel Atallah
-
merge of '373e35d7a5ab723079d492a3479c77ff7be8463e'Sat, 11 Aug 2007 21:26:43 +0000, by Kevin Stange
-
Make adding buddies work again for yahoo.Thu, 12 Jul 2007 11:40:17 +0000, by Tim Ringenbach
-
Allow you to move your Yahoo! buddies between groups again.Wed, 11 Jul 2007 15:22:27 +0000, by Tim Ringenbach
-
Reverse the key/value pairs as they go out, so that they're in the correctWed, 11 Jul 2007 15:21:39 +0000, by Tim Ringenbach
-
Destroy the tooltip when a conversation window is closed.Mon, 13 Aug 2007 00:45:46 +0000, by Sadrul Habib Chowdhury
-
merge of 'bbeac90ad01d5059327da9e2504716614a191cab'Sat, 11 Aug 2007 21:08:27 +0000, by Kevin Stange
-
Print debug messages appropriately.Sat, 11 Aug 2007 13:37:14 +0000, by Sadrul Habib Chowdhury
-
Fix a couple of memory leaks.Sat, 11 Aug 2007 13:34:33 +0000, by Sadrul Habib Chowdhury
-
Mark a string for translation.Sat, 11 Aug 2007 13:04:36 +0000, by Sadrul Habib Chowdhury
-
Crash fix.Sat, 11 Aug 2007 12:32:02 +0000, by Sadrul Habib Chowdhury
-
Changelog the sound support in finch.Sat, 11 Aug 2007 12:26:22 +0000, by Sadrul Habib Chowdhury
-
Update the version no. for libgnt.Sat, 11 Aug 2007 12:25:21 +0000, by Sadrul Habib Chowdhury
-
merge of '67bc02a2c7f212cbe500066a42a3a477fdd25289'Sat, 11 Aug 2007 11:19:07 +0000, by Sadrul Habib Chowdhury