Mercurial > pidgin
graph
-
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
-
propagate from branch 'im.pidgin.pidgin' (head eea855f58ba5a1d864cd6105e02b409e5f191062)2007-06-18, by William Ehlhardt
-
I believe the great unwashed should be using simpleticket for submitting2007-06-19, by Stu Tomlinson
-
I think this fixes the ellipsization in the trees.2007-06-19, by Sadrul Habib Chowdhury
-
Changelog infopane additions2007-06-19, by Sean Egan
-
Tell pidginstock that the invisible icon exists in larger sizes. Fixes #17402007-06-18, by Sean Egan
-
Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminated2007-06-18, by Sadrul Habib Chowdhury
-
Some general cleanup of the pidginrc plugin that I did while working on my2007-06-17, by Etan Reisner
-
Since we re-did the buddy list drawing stuff this entry matters a lot less, so2007-06-17, by Etan Reisner
-
creat new log if difference between current and previous message more then predefined constant (currently one hour)2007-06-22, by Michael Shkutkov
-
setting error to NULL before using2007-06-21, by Michael Shkutkov
-
minor style fix2007-06-21, by Michael Shkutkov
-
fixing missing braces2007-06-21, by Michael Shkutkov
-
Converting all qip logs into UTF82007-06-21, by Michael Shkutkov
-
small coding style changes2007-06-21, by Michael Shkutkov
-
Using g_file_get_contents instead of common file operations; all DEBUG_MESSAGEs were removed2007-06-20, by Michael Shkutkov
-
reverse searching of '(' character2007-06-18, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head f61e46616c5562046a9f89a538ae10f5e5ef29ae)2007-06-17, by Michael Shkutkov
-
Fix setting the sensitivity of the toolbar items in a number of places2007-06-17, by Stu Tomlinson
-
Reduce code duplication and keep gtk 2.0 compatibility by making2007-06-17, by Stu Tomlinson
-
merge of '2bc31508944a5802088a6273899d80859246ce27'2007-06-17, by Stu Tomlinson
-
merge of '32961dad56e96e8d450230e7266cffe8b7deb058'2007-06-17, by Nathan Walp
-
server-side jabber vcards now take precedence over local vcards, so2007-06-17, by Nathan Walp
-
i think we want to be in "devel" mode right now2007-06-17, by Nathan Walp
-
whitespace2007-06-17, by Nathan Walp
-
Use g_set_application_name() so unnamed dialogs get given a name, my2007-06-17, by Stu Tomlinson
-
Fix a compile error2007-06-17, by Stu Tomlinson
-
We certainly don't need duplicated About & Debug Window menu items2007-06-17, by Stu Tomlinson
-
Do not actually remove the debug timestamp pref, this is the *correct*2007-06-17, by Stu Tomlinson
-
disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'2007-06-17, by Stu Tomlinson
-
Based on my calculations, this comment made no sense. It is not necessary to2007-06-17, by Kevin Stange
-
really and truly enforce the no-presence-before-roster thing2007-06-17, by Nathan Walp
-
unused variable cleanup2007-06-17, by Nathan Walp
-
merge of 'a044da71f197bdd564f0d38ebb02798e06d1997f'2007-06-17, by Nathan Walp
-
Richard likes complete2007-06-17, by Sadrul Habib Chowdhury
-
merge of '96e4fe7ca94dcb0c455414bd266f9953e2aea59a'2007-06-17, by Sadrul Habib Chowdhury
-
merge of '86936c1215d2a20fa7f31db4a460494f112b0b6a'2007-06-17, by Richard Laager
-
Use dynamicly allocated string manipulation here as well to avoid a2007-06-17, by Richard Laager
-
Use dynamically allocated strings for the user_dir caching. Do we need to2007-06-17, by Richard Laager
-
Remove the warning about signedness.2007-06-17, by Sadrul Habib Chowdhury
-
merge of '86936c1215d2a20fa7f31db4a460494f112b0b6a'2007-06-17, by Sadrul Habib Chowdhury
-
Use dynamic string manipulation to get rid of a MAXPATHLEN.2007-06-17, by Richard Laager
-
merge of 'caa48886aab8c94b98936accf9932e04b9864341'2007-06-17, by Richard Laager
-
Near as I can tell, we don't use this PATHSIZE anywhere.2007-06-17, by Richard Laager
-
A patch from o_sukhodolsky to fix a compiler warning in the QQ code. I've2007-06-17, by Richard Laager
-
EXTRA_DIST the dbus script.2007-06-17, by Sadrul Habib Chowdhury
-
Dbus docklet for finch.2007-06-17, by Sadrul Habib Chowdhury
-
Process unsigned ints for dbus.2007-06-17, by Sadrul Habib Chowdhury
-
Fix #1574. (Pidgin and Finch show each other's pounces, interact in2007-06-17, by Sadrul Habib Chowdhury
-
1. Show the usage of -m in the help message.2007-06-17, by Sadrul Habib Chowdhury
-
Allow disabling check for single instance.2007-06-17, by Sadrul Habib Chowdhury
-
Fix #1726. ('Crash when closing doodle with yahoo not connected')2007-06-16, by Sadrul Habib Chowdhury
-
Uninit dbus properly.2007-06-16, by Sadrul Habib Chowdhury
-
merge of '7d3f12af3273e9cf1afa4697ab2ef372d1589163'2007-06-16, by Richard Laager
-
merge of '1ef2519e8b8195672019b1c1bb64eb43284f7624'2007-06-16, by Sadrul Habib Chowdhury
-
Treat some more types as simple types. This allows exporting some useful2007-06-16, by Sadrul Habib Chowdhury
-
Use the IEC binary units to match our math.2007-06-16, by Richard Laager
-
I like complete2007-06-16, by Richard Laager
-
Users need to stop worrying about the dbus-warnings.2007-06-16, by Sadrul Habib Chowdhury
-
merge of 'c51336971442c17c683e99ca9e7d1f16f839e488'2007-06-16, by Sadrul Habib Chowdhury
-
Use _notify_userinfo instead of _notify_error when there's an error2007-06-16, by Sadrul Habib Chowdhury
-
fix inital presence (fixes #1395)2007-06-17, by Nathan Walp
-
kill some code duplication when sending current presence2007-06-17, by Nathan Walp
-
i'm an idiot. now we have real support for replying to XMPP pings2007-06-16, by Nathan Walp
-
merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'2007-06-16, by Richard Laager
-
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'2007-06-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)2007-06-16, by Richard Laager
-
Re-fix the DBus list handling code by killing const GList* / const GSList*2007-06-16, by Richard Laager
-
Fix some weird whitespace in the output.2007-06-16, by Richard Laager
-
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:2007-06-16, by Richard Laager
-
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:2007-06-16, by Richard Laager
-
merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'2007-06-16, by Richard Laager
-
merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'2007-06-16, by Sadrul Habib Chowdhury
-
Warn be gone2007-06-16, by Mark Doliner
-
fixes #590 by allowing one to use the delete key to delete transient status,2007-06-17, by Ka-Hing Cheung
-
compile.2007-06-16, by Luke Schierer
-
respond to XEP-0199 queries (XMPP ping)2007-06-16, by Nathan Walp
-
Fix a mistake noticed by Michael Shkutkov and add a comment explaining the code.2007-06-16, by Richard Laager
-
merge of '2fd78f054c148084b54507e046c3cf02826636f5'2007-06-15, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)2007-06-15, by Sean Egan
-
Use _notify_userinfo instead of _notify_error when there's an error2007-06-16, by Sadrul Habib Chowdhury
-
Update the idleness and login-time for all the blistnodes of the same buddy.2007-06-15, by Sadrul Habib Chowdhury
-
Make the entry-box look nicer in the preference.2007-06-15, by Sadrul Habib Chowdhury
-
Show the previously selected custom font, what this is meant to do.2007-06-15, by Sadrul Habib Chowdhury
-
merge of '42eba34c013784379084cfe8e5899cc7e9e7dde2'2007-06-15, by Sadrul Habib Chowdhury
-
Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.2007-06-15, by Sadrul Habib Chowdhury
-
Let's not crash if there's no plugin.2007-06-15, by Sadrul Habib Chowdhury
-
I am not sure why I made this change. But it looks good.2007-06-15, by Sadrul Habib Chowdhury
-
Notify a window on startup if it didn't get the focus.2007-06-15, by Sadrul Habib Chowdhury
-
Remove the use of compiler string concatenation in a translatable string to2007-06-14, by Richard Laager
-
Replace "timedout" with "timed out".2007-06-14, by Richard Laager
-
Replace "wer" with "were"2007-06-14, by Richard Laager
-
Custom logger selection doesn't work after a restart. To fix this, we do a2007-06-13, by Sadrul Habib Chowdhury
-
Make timeout-callbacks behave like they would in C plugins (ie. the callback2007-06-13, by Sadrul Habib Chowdhury
-
merge of '121873f517c4c5e2d65c3a1cdd152694834d7db0'2007-06-12, by Sadrul Habib Chowdhury
-
Remove an old line of code to make this behave as desired. Good catch, Mark.2007-06-11, by Richard Laager
-
When an animated image is inserted into a conversation window, animate2007-06-11, by Mark Doliner
-
I think it's reasonable to search through a haystack that is the2007-06-11, by Mark Doliner
-
Richard, you might want to take a look at this. I have no idea what's going on here.2007-06-11, by Mark Doliner
-
Get rid of a compile warning2007-06-11, by Mark Doliner
-
Get rid of a little compile error2007-06-11, by Mark Doliner
-
merge of '2d3971f6a6eaf78acbe06db1824611d0a95e8ae6'2007-06-10, by Stu Tomlinson
-
Fix a compiler warning from a bad merge by me2007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 621ce6ccd3764ef355b4d0e5528d0514db3fe036)2007-06-10, by Stu Tomlinson
-
Add OPT_PROTO_SLASH_COMMANDS_NATIVE support to silc102007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18)2007-06-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 03da073664bc840f76d0cec53eea61517337c5a7)2007-06-08, by Luke Schierer
-
Bump the major for libgnt for the awesome workspace support.2007-06-12, by Sadrul Habib Chowdhury
-
This got lost from a merge I think. This refixes #532.2007-06-12, by Sadrul Habib Chowdhury
-
Update for the new api.2007-06-10, by Sadrul Habib Chowdhury
-
F9 to create a new workspace.2007-06-10, by Sadrul Habib Chowdhury
-
Make the irssi wm work.2007-06-10, by Sadrul Habib Chowdhury
-
merge of '4211412db7d18ca946c93c5a6ba8931ff8244de0'2007-06-08, by Richard Nelson
-
add xmlnode_get_data_unescaped(), and got rid of an unecessary realloc2007-06-07, by Nathan Walp
-
present existing conversation window if one exists2007-06-08, by Richard Nelson
-
add gnt_window_present2007-06-08, by Richard Nelson
-
propagate from branch 'im.pidgin.finch.workspaces' (head 76cfc9565a5cdde8d2e1f2efc3282b309a55a110)2007-06-08, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)2007-06-07, by Richard Laager
-
merge of '34fbe2d8a258b1b4700cb7c8d8fcd02d07bc4d14'2007-06-07, by Luke Schierer
-
propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a)2007-06-07, by Luke Schierer
-
merge of '722cb392b57e671e8f059143c0bcc15fed5a4724'2007-06-07, by Stu Tomlinson
-
disapproval of revision 'e56ef4384d474a6ac265a4f63395063b07facfec'2007-06-07, by Stu Tomlinson
-
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'2007-06-16, by Richard Laager
-
Add missing toolbar insert bits2007-06-07, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a)2007-06-07, by Richard Laager
-
Document the API changes from the constification and DBus list commits, and2007-06-07, by Richard Laager
-
Lots of DBus list handling changes. The objective here was to eliminate a2007-06-07, by Richard Laager
-
Mark the return type const for the following functions. I noticed this2007-06-07, by Richard Laager
-
Eliminate warnings about array subscripts being char. They can be signed,2007-06-07, by Richard Laager
-
Include pidgin.h to make this compile.2007-06-07, by Richard Laager
-
PIDGIN_STOCK_TOOLBAR_INSERT isn't defined. I'm #if 0'ing this so it'll compile so I can work.2007-06-07, by Richard Laager
-
Remove duplicate code from a bad merge.2007-06-07, by Richard Laager
-
merge of 'e82c41f34ce5f7439b2f2971139efaf6ef7a54ff'2007-06-06, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 5f583403bf6a3522123918b975ce234ffd86f3b4)2007-06-06, by Luke Schierer
-
propagate from branch 'im.pidgin.pidgin' (head 6100ad71830416445898c91d595780f606c951cd)2007-06-06, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)2007-06-06, by Sean Egan
-
Doxygen skeleton and license info for gnt files.2007-06-06, by Sadrul Habib Chowdhury
-
merge of 'b13966c1f1b76ef136a61969fc8bcc68f02b138c'2007-06-06, by Sadrul Habib Chowdhury
-
merge of '94a0ea004e3afd9838d6d7c09e8e51aa19b53ac1'2007-06-05, by Luke Schierer
-
merge of '9d95292d55daedb7f74c7df323ad2c69d347d384'2007-06-05, by Sadrul Habib Chowdhury
-
Update the irssi WM to allow tiling the conversation windows.2007-06-06, by Sadrul Habib Chowdhury
-
Fix some of the bugs in the new toolbar, including:2007-06-05, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)2007-06-04, by Sadrul Habib Chowdhury
-
Make this work with the changes in revision2007-06-04, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4)2007-06-04, by Richard Laager
-
NOTE: Saved images are not yet displayed when loading logs.2007-06-04, by Richard Laager
-
A patch from David Grohmann (dave1g) to log embedded images.2007-06-04, by Richard Laager
-
(23:38:26) dave1g: also your pidgin/Makefile.mingw is missing a reference to gtksourceundomanager.c2007-06-04, by Richard Laager
-
jabber can contain @ symbols and / in the resource, so we have to look for2007-06-04, by Nathan Walp
-
Sort the 2.1.0 entries.2007-06-03, by Richard Laager
-
A patch from Norbert Buchmuller:2007-06-03, by Norbert Buchmuller
-
propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)2007-06-03, by Stu Tomlinson
-
merge of '0ceb1d26408290a4660e032ad5018d22ab2b9dda'2007-06-02, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)2007-06-02, by Luke Schierer
-
ChangeLog.API updates2007-06-02, by Stu Tomlinson
-
Mostly taken from the patch on ticket #410, don't send unknown slash2007-06-02, by Stu Tomlinson
-
Fix this compile warning:2007-06-02, by Stu Tomlinson
-
missed these last time2007-06-02, by Nathan Walp
-
changelog the lack of linkification2007-06-01, by Nathan Walp
-
use the new NO_LINKIFY flag for join and part messages2007-06-01, by Nathan Walp
-
add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified2007-06-01, by Nathan Walp
-
propagate from branch 'im.pidgin.pidgin' (head f7d4b1ae759e694a319fc8d37f917e1c2b2e1d3b)2007-05-30, by Richard Laager
-
applied changes from 4b489c7fd0ca6d775558656ce19ba53d7209bb262007-05-30, by William Ehlhardt
-
Change "properly" to "better" in the description of the second-granularity2007-05-28, by Richard Laager
-
ChangeLog the new undo functionality.2007-05-28, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.for_2_1_0' (head 24ee3feb7b0e68036eebb50b90278e581fea942a)2007-05-28, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b917cc2cf9c46c7163ad3345b312dac1eea896cf)2007-05-20, by Richard Laager
-
Add void to the purple_dbus_is_owner() prototype.2007-05-20, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 7fa526ccf77d3d2da927a55aa8115be7e1be184d)2007-05-20, by Richard Laager
-
It's GLIB_CHECK_VERSION, not GLIB_VERSION_CHECK.2007-05-20, by Richard Laager
-
ChangeLog the dbus_uniq and timeout_add_seconds changes.2007-05-20, by Richard Laager
-
ChangeLog the timeout changes, and add some commentary.2007-05-20, by Richard Laager
-
propagate from branch 'im.pidgin.rlaager.merging.timeout_add_seconds' (head d453bd44d21c7095921f98b2652b077a3fa99754)2007-05-20, by Richard Laager
-
Wire in g_timeout_add_seconds for Finch and nullclient as well.2007-05-20, by Richard Laager
-
Wire everything up and document it.2007-05-20, by Richard Laager
-
Raise the timeouts one second so they'll work every time (for certain) with2007-05-20, by Richard Laager
-
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'2007-05-19, by Richard Laager
-
The second_add_timeout patch from Arjan.2007-05-19, by Richard Laager
-
merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'2007-06-15, by Sadrul Habib Chowdhury
-
merge of 'ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36'2007-06-10, by Sadrul Habib Chowdhury
-
merge of '9e832cea16395c9007bc9e384ee379b293b99abd'2007-06-04, by Sadrul Habib Chowdhury
-
Fix for the bug Alver reported:2007-06-02, by Sadrul Habib Chowdhury
-
(16:39:44) rekkanoryo: i have a feature request2007-06-02, by Sadrul Habib Chowdhury
-
merge of '0d2fefb7e8f238c6b27bd7329aa0b3807c46c100'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '2a1a3522e67a5f99ed2e65a23693d148907cfdb7'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '894058a4901b0a786a7f35183b8a15a9731c95c6'2007-06-02, by Sadrul Habib Chowdhury
-
merge of '762f9a646b45b05279890a708043f914128c364b'2007-06-02, by Sadrul Habib Chowdhury
-
Use the util function to get info.2007-06-02, by Sadrul Habib Chowdhury
-
Make the GMail hackery work.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '0363c65306e84bb0a015d8ae8d6667701252c3c4'2007-06-02, by Sadrul Habib Chowdhury
-
merge of 'bdd3cb040100fe925456b862d03cc6c5a61648ef'2007-06-02, by Sadrul Habib Chowdhury
-
Draw a separator line between the buddylist and the conversation windows.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '3f054ce0972c8cbd8f8cfc16dfa6c8dcb81d3c0a'2007-06-02, by Sadrul Habib Chowdhury
-
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.2007-06-02, by Sadrul Habib Chowdhury
-
merge of '82644c8641c5089ed2cafd58983010f0144b7699'2007-06-01, by Sadrul Habib Chowdhury
-
Fix a crash exposed by nullprpl.2007-06-01, by Sadrul Habib Chowdhury
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'2007-06-01, by Sadrul Habib Chowdhury
-
merge of '1444834a6af3004a03838204b528edb6e2e1f9ab'2007-05-31, by Sadrul Habib Chowdhury
-
Fix some stuff of bugs in the new toolbar.2007-06-05, by Sadrul Habib Chowdhury