Mercurial > pidgin
graph
-
Change the purple_debug(level, ...) statements to purple_debug_level(...)2007-06-24, by Richard Laager
-
internal.h includes config.h, so let's not do it twice2007-06-24, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8)2007-06-24, by Richard Laager
-
Load new non-native plugins when the plugins window opens.2007-06-24, by Sadrul Habib Chowdhury
-
This is a less dumb way to make sure we don't wrap2007-06-23, by Mark Doliner
-
Sorry for my bed english lol2007-06-23, by Sadrul Habib Chowdhury
-
I'm sure we'll eventually do something here. Until then ...2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash when trying to alias someone from the tab-label on a disconnected2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash when you have an IM window open on a jabber account and the2007-06-23, by Sadrul Habib Chowdhury
-
Fix a crash after you close the status window, and change the status.2007-06-23, by Sadrul Habib Chowdhury
-
Plucked revision from finchfeat to allow partial matching for window-titles2007-06-23, by Sadrul Habib Chowdhury
-
Show idle times in the buddy list as days, hours, seconds. Patch from2007-07-05, by Ka-Hing Cheung
-
merge of '290d619b00758f94d14a82d62bb7b4595ec78394'2007-06-23, by Sadrul Habib Chowdhury
-
Plucked revision from finchfeat to give different names to windows for2007-06-23, by Sadrul Habib Chowdhury
-
merge of '7a2a228876b3ba53b4e546f81704e670c944fee5'2007-06-23, by Stu Tomlinson
-
merge of '9885adf2e546b1bb744a839860822cfd0e36b8ec'2007-06-22, by Sadrul Habib Chowdhury
-
disapproval of revision '2a48d00e606eaf3e2c5c492cdee05b1a069468ee'2007-07-22, by Sean Egan
-
disapproval of revision '7b9d44db746d32a4cd7a4bd39d9e070d41a94194'2007-07-22, by Sean Egan
-
merge of '5c5738f443887f7024ff8eab573392f8795b9413'2007-06-22, by Sean Egan
-
Uninit the dbus system before uniniting the signals.2007-06-22, by Sadrul Habib Chowdhury
-
Notify a window when it loses focus because another window was moved to2007-06-22, by Sadrul Habib Chowdhury
-
Fix a few runtime warnings.2007-06-21, by Sadrul Habib Chowdhury
-
Only hide the proxy options table if not running gnome otherwise we hide2007-06-21, by Stu Tomlinson
-
Kill a compile warning, as we now include internal.h in gtkimhtml.c, we2007-06-21, by Stu Tomlinson
-
Add NO_LINKIFY message flag for perl plugins.2007-06-21, by Sadrul Habib Chowdhury
-
Show immediate feedback when getting information about someone in a chat.2007-06-21, by Sadrul Habib Chowdhury
-
fix double clicking joined chat by asking the prpl what the real name of2007-06-21, by Ka-Hing Cheung
-
g_hash_table_find is glib 2.42007-06-20, by Richard Nelson
-
Chat topics in status line of chat infopanes2007-06-20, by Sean Egan
-
properly scale buddy icons in infopane to preserve aspect ratio2007-06-20, by Sean Egan
-
Round the other icons too2007-06-20, by Sean Egan
-
Show screenname instead of alias in conversation infopanes2007-06-20, by Sean Egan
-
#include reorganizations to allow compiling with glib < 2.8 using the2007-06-20, by Stu Tomlinson
-
merge of '2516286ed0a89379b3fcf748790a46d6c43e3d03'2007-06-20, by Stu Tomlinson
-
Fix a compile warning with gtk < 2.62007-06-20, by Stu Tomlinson
-
Fix for a crash when trying to get oscar_status_text for a buddy on an2007-06-20, by Stu Tomlinson
-
editing-started & editing-canceled signals are in gtk 2.6 and above only2007-06-20, by Stu Tomlinson
-
I'm not sure why this line was here, I can't imagine it actually does anything2007-06-20, by Etan Reisner
-
Bring back MAXPATHLEN (which was always guaranteed to be defined earlier2007-06-20, by Stu Tomlinson
-
merge of '088881d37b32f572377200c693a5d9662e4e3586'2007-06-19, by Stu Tomlinson
-
Move the define in internal.h instead.2007-06-19, by Sadrul Habib Chowdhury
-
G_GNUC_NULL_TERMINATED requires a high glib version. So define it to2007-06-19, by Sadrul Habib Chowdhury
-
The file-selector needs to be a bit taller.2007-06-19, by Sadrul Habib Chowdhury
-
Detect wide character non-support at compile time, if possible.2007-06-19, by Sadrul Habib Chowdhury
-
Close all delete-confirmation dialogs for it when a status is deleted.2007-06-19, by Sadrul Habib Chowdhury
-
merge of '4de940f299051a02913e8184619cf3a50ad68dff'2007-06-19, by Ka-Hing Cheung
-
Let non-delete keys operate.2007-06-19, by Sadrul Habib Chowdhury
-
sadrul spotted this, fixes selecting multiple statuses in the status window2007-06-19, by Ka-Hing Cheung
-
merge of '4a2a30a75885602e9c2c02fd13e1ce8f96981fa2'2007-06-19, by Ka-Hing Cheung
-
explicit merge of 'f2eb358baf2c72cb37b6b9bcb4c036e44e0bcc2b'2007-06-19, by Ka-Hing Cheung
-
- Add chunks of the certificate scheme registration interface2007-06-20, by William Ehlhardt
-
- Add x509_certificate_signed_by, which checks a signature on a certificate made by an issuer2007-06-19, by William Ehlhardt
-
- Eliminate compiler warning2007-06-19, by William Ehlhardt
-
- Style issues2007-06-19, by William Ehlhardt
-
- Expose some more functions in the x509 CertificateScheme. Doesn't2007-06-19, by William Ehlhardt
-
- Expose get_peer_certificates in the SslOps struct, and modify gnutls2007-06-19, by William Ehlhardt
-
- Add a mode switch to allow DER or PEM imports (necessary because SSL certs2007-06-19, by William Ehlhardt