Wed, 16 May 2007 02:38:32 +0000 |
Sadrul Habib Chowdhury |
nosnilmot: EXTRA_DIST it!
|
Wed, 16 May 2007 02:34:56 +0000 |
Sadrul Habib Chowdhury |
A signals-test plugin for perl. This should help plugin developers get
|
Wed, 16 May 2007 03:18:33 +0000 |
Daniel Atallah |
We can't be sure that the conv still exists, so don't dereference it.
|
Tue, 15 May 2007 21:50:44 +0000 |
Sadrul Habib Chowdhury |
Fix the tab-dragging arrows in conversation window.
|
Tue, 15 May 2007 21:27:03 +0000 |
Sadrul Habib Chowdhury |
Stop propagating a middle-click on the pane-handle to the notebook below.
|
Tue, 15 May 2007 17:19:47 +0000 |
Ethan Blanton |
Oops; I made some errors in the last commit. This is a fix of my
|
Tue, 15 May 2007 17:13:00 +0000 |
Ethan Blanton |
Fix up IRC connections with dircproxy by allowing 376 to indicate success.
|
Tue, 15 May 2007 02:05:43 +0000 |
Sadrul Habib Chowdhury |
Update the changelog.
|
Tue, 15 May 2007 02:05:10 +0000 |
Sadrul Habib Chowdhury |
Update the tab-title for chats immediately after aliasing.
|
Tue, 15 May 2007 01:16:44 +0000 |
Sadrul Habib Chowdhury |
"Clicking on a buddy name in a chat window should alias the name", patch
|
Tue, 15 May 2007 00:55:05 +0000 |
Sadrul Habib Chowdhury |
merge of '2263648adbe7bbf44fd9bf0230c9054be1d4c72b'
|
Sat, 19 May 2007 06:54:15 +0000 |
Richard Laager |
Death to more futuristic struct initialization. This should be the last.
|
Sat, 19 May 2007 06:34:27 +0000 |
Richard Laager |
Add a missing semi-colon so this will compile.
|
Sat, 19 May 2007 06:16:44 +0000 |
Richard Laager |
When using Purple idle, don't run a timer at all when idleaway. When using
|
Sat, 19 May 2007 05:56:01 +0000 |
Richard Laager |
Move the time_until_next_idle_event < 0 check to clarify.
|
Sat, 19 May 2007 05:53:29 +0000 |
Richard Laager |
Remove dead code.
|
Tue, 15 May 2007 00:30:22 +0000 |
Richard Laager |
Adding Intel Corporation to cover all our bases here:
|
Tue, 15 May 2007 00:28:51 +0000 |
Richard Laager |
Add arjan to COPYRIGHT
|
Tue, 15 May 2007 00:24:29 +0000 |
Richard Laager |
Another C99 struct falling.
|
Mon, 14 May 2007 23:45:14 +0000 |
Richard Laager |
More strcasecmp() replacements.
|
Mon, 14 May 2007 23:35:50 +0000 |
Richard Laager |
Replace strcasecmp() calls with glib equivalents.
|
Mon, 14 May 2007 23:35:28 +0000 |
Richard Laager |
Replace nm_utf8_strcasecmp() with purple_utf8_strcasecmp().
|
Mon, 14 May 2007 23:34:08 +0000 |
Richard Laager |
Replace some C99 struct syntax.
|
Mon, 14 May 2007 23:17:42 +0000 |
Richard Laager |
merge of '2263648adbe7bbf44fd9bf0230c9054be1d4c72b'
|
Mon, 14 May 2007 23:11:30 +0000 |
Ethan Blanton |
strcasecmp is post-C89, so use the glib equivalent
|
Mon, 14 May 2007 19:38:06 +0000 |
Richard Laager |
merge of '1e134934c8dd6c7af81a819ddaa603fa88f68a36'
|
Mon, 14 May 2007 04:02:56 +0000 |
Richard Laager |
Run the first timer at IDLEMARK + 1, to ensure we don't hit it right on IDLEMARK.
|
Mon, 14 May 2007 03:14:10 +0000 |
Richard Laager |
Fix a typo.
|
Mon, 14 May 2007 03:11:02 +0000 |
Richard Laager |
Part of a patch from:
|
Mon, 14 May 2007 03:05:27 +0000 |
Richard Laager |
Part of a patch from:
|
Mon, 14 May 2007 18:34:46 +0000 |
Sadrul Habib Chowdhury |
Show the text for the custom smiley as the filename when saving.
|
Sun, 13 May 2007 10:26:08 +0000 |
Sadrul Habib Chowdhury |
Patch from Gabriel Schulhof to fix the Google-Talk selection.
|
Sun, 13 May 2007 09:42:37 +0000 |
Sadrul Habib Chowdhury |
Show user flags in chat userlist.
|
Sun, 13 May 2007 08:54:50 +0000 |
Sadrul Habib Chowdhury |
Plug a leak when the flags for a user in a chat changes.
|
Sun, 13 May 2007 08:34:26 +0000 |
Sadrul Habib Chowdhury |
Callbacks are not supported for dbus.
|
Sun, 13 May 2007 07:30:53 +0000 |
Sadrul Habib Chowdhury |
Add a few changes in finch.
|
Sun, 13 May 2007 07:29:51 +0000 |
Sadrul Habib Chowdhury |
DBusify userinfo stuff.
|
Sun, 13 May 2007 05:27:54 +0000 |
Daniel Atallah |
Instead of flashing the taskbar continuously, flash it three times and leave it highlighted. Fixes #117.
|
Sun, 13 May 2007 05:26:38 +0000 |
Daniel Atallah |
Don't stop all windows from flashing when any Windows Pidgin window is focused. I also noticed that we were registering a callback for the focus-in-event for each flash start and never unregistering it, so this fixes that too. Fixes #554.
|
Sat, 12 May 2007 20:34:56 +0000 |
Evan Schoenberg |
merge of '3ac5981b26be545a8c546e09b6689c2359fad1bb'
|
Sat, 12 May 2007 19:14:14 +0000 |
Sean Egan |
Revert g_thread_init as it didn't help Luke
|
Sat, 12 May 2007 17:38:04 +0000 |
Stu Tomlinson |
In MSN we fake sending messages to yourself. This had a small bug in that
|
Sat, 12 May 2007 20:34:01 +0000 |
Evan Schoenberg |
Emit the buddy-typing-stopped signal even if we don't have a conversation, and use swtich rather than if
|
Sat, 12 May 2007 20:33:26 +0000 |
Evan Schoenberg |
Use switch() rather than a series of if() statements which hit all the values of the enum
|
Sat, 12 May 2007 14:28:59 +0000 |
Stu Tomlinson |
Fix for detecting gnome proxy settings from ticket #935
|
Sat, 12 May 2007 13:24:59 +0000 |
Stu Tomlinson |
ChangeLog a couple of things
|
Sat, 12 May 2007 13:22:15 +0000 |
Stu Tomlinson |
merge of '3906a45b801345d9fe5dde15ca9853fa78ee6839'
|
Sat, 12 May 2007 13:21:29 +0000 |
Stu Tomlinson |
- Add scriptlet Requires for GConf2 to fix schema installation
|