2008-01-04 |
Sadrul Habib Chowdhury |
merge of '26afdc5e8f0e60ae1cc245decbcee7ece0a2f29f'
|
2008-01-04 |
Daniel Atallah |
We can't rely on g_strerror() being set by g_file_test().
|
2008-01-04 |
Daniel Atallah |
Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.
|
2008-01-04 |
Sadrul Habib Chowdhury |
Show prpl icons in the tooltip for groups.
|
2008-01-04 |
Sadrul Habib Chowdhury |
Get rid of some wasted empty space in the tooltips for chats and groups.
|
2008-01-04 |
Sadrul Habib Chowdhury |
merge of '30ea4e4dc3c93772f4022f23b41bb489eb0ac56b'
|
2008-01-04 |
Björn Voigt |
German update: GTK plugin
|
2008-01-04 |
Jochen Kemnade |
update for German translation
|
2008-01-04 |
Sadrul Habib Chowdhury |
Blink the buddies that signed on/off recently for six seconds.
|
2008-01-04 |
Daniel Atallah |
This is how the error handling for the win32 single instance mutex is supposed to work.
|
2008-01-04 |
Daniel Atallah |
Improve error handling, particularly the debug output. I was hoping that this would provide some debug output that could be used to figure out how to detect and disconnect when the mdnsResponder crashes, but that doesn't appear to be the case.
|
2008-01-03 |
Björn Voigt |
German update
|
2008-01-03 |
Stu Tomlinson |
Fixes for incorrectly displaying user tune emblem and empty current media.
|
2008-01-03 |
Sadrul Habib Chowdhury |
New actions: window-next-urgent (alt+tab), and window-prev-urgent (alt+shift+tab).
|
2008-01-02 |
Richard Laager |
merge of '46216b10d02d4e5cae2343e469f0e405088537d3'
|
2008-01-02 |
Will Thompson |
Clear up some documentation.
|
2008-01-02 |
Will Thompson |
Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
|
2008-01-02 |
Sadrul Habib Chowdhury |
Remove unused code.
|
2008-01-02 |
Sadrul Habib Chowdhury |
Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).
|
2008-01-02 |
Sadrul Habib Chowdhury |
Mark a string for translation.
|
2008-01-02 |
Evan Schoenberg |
merge of '7e8103bd3c5298a43a4e18bb59037980f5c213c9'
|
2007-12-31 |
John Bailey |
Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
|
2007-12-30 |
John Bailey |
Added /notice support for IRC. If I didn't do this properly, feel free
|
2007-12-30 |
Sadrul Habib Chowdhury |
merge of '1e815cbbfe7f16f64d88932b88cb027889830b52'
|
2007-12-30 |
Sadrul Habib Chowdhury |
Fix a double-free when unloading dependent plugins. Fixes #4488.
|
2008-01-02 |
Evan Schoenberg |
Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
|
2007-12-30 |
Evan Schoenberg |
merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'
|
2007-12-30 |
Will Thompson |
I think that now that it's easy to re-enable accounts that got a connection
|
2007-12-29 |
Ka-Hing Cheung |
bring ChangeLog.win32 up2date with 2.3.1
|
2007-12-29 |
Sadrul Habib Chowdhury |
nacho points out that we need to connect to 'style-set' on a widget that uses the default style, because the signal is not emitted for widgets that uses custom styles. This is part of his earlier patch. References #4351.
|
2007-12-29 |
Sadrul Habib Chowdhury |
Show the prpl icon in the account-specific statusboxes to avoid ambiguity.
|
2007-12-29 |
Sadrul Habib Chowdhury |
merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
|
2007-12-29 |
Will Thompson |
Clarify documentation of confusingly-named and -valued signal priority
|
2007-12-29 |
Sadrul Habib Chowdhury |
Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
|
2007-12-29 |
Sadrul Habib Chowdhury |
Patch from QuLogic to correctly set the length. Closes #4515.
|
2007-12-29 |
Sadrul Habib Chowdhury |
Docu patch from Simon Wenner. Closes #4497.
|
2007-12-30 |
Evan Schoenberg |
merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
|
2007-12-29 |
John Bailey |
ChangeLog entry for QuLogic's patch.
|
2007-12-29 |
Elliott Sales de Andrade |
Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.
|
2007-12-30 |
Evan Schoenberg |
Fixed a leak
|
2007-12-28 |
Evan Schoenberg |
Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function.
|
2007-12-28 |
Evan Schoenberg |
purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
|
2007-12-28 |
Stu Tomlinson |
merge of '791803b6696dd26a5193ad76f80dbc7c6cb2687a'
|
2007-12-28 |
Sadrul Habib Chowdhury |
Add tooltips to the plugin window. I did it mostly to test the new tooltip
|
2007-12-28 |
Sadrul Habib Chowdhury |
Use the new tooltip functions to draw the tooltips in the conversation window.
|
2007-12-27 |
Daniel Atallah |
Prevent a divide by zero. Fixes #4490.
|
2007-12-26 |
Sadrul Habib Chowdhury |
merge of 'c0a74e417ec8993798705c2cbfca7b7d8b0bc514'
|
2007-12-26 |
Ka-Hing Cheung |
fix a leak
|
2007-12-26 |
Ka-Hing Cheung |
fix a double free
|
2007-12-25 |
Will Thompson |
merge of 'c000ab1012a7be103452c357fb103e5bddeb99d7'
|
2007-12-25 |
Will Thompson |
Yes, we really can use qsort(3) rather than reimplementing it. I've tested
|
2007-12-25 |
Sadrul Habib Chowdhury |
Double clicking the column header/divider, or in the 'enabled' column shouldn't bring up the account-modify window. Fixes #3733.
|
2007-12-25 |
Mark Doliner |
Infinitesimally better debug message
|
2007-12-25 |
Mark Doliner |
Should be safe to get rid of this now
|
2007-12-25 |
Mark Doliner |
Don't print "no" twice when we can't find a library
|
2007-12-24 |
Sadrul Habib Chowdhury |
merge of '4fa938e6f980314ccc4a44725eb809c3b5a4fcbc'
|
2007-12-24 |
Sadrul Habib Chowdhury |
Plug a small leak.
|
2007-12-24 |
Sadrul Habib Chowdhury |
Do not prompt for an already merged contact. Fixes #4285.
|
2007-12-24 |
Sadrul Habib Chowdhury |
Reset the 'editable' flag of the renderer after cancelling the edit. Fixes #4471.
|
2007-12-24 |
Mark Doliner |
C++ doesn't really allow forward declarations of enums, and we
|
2007-12-23 |
Stu Tomlinson |
If a peer certificate does not match our cached cert, do not auto reject it!
|
2007-12-23 |
Stu Tomlinson |
*really* add the StartCom Free SSL Certificate Authority certificate
|
2007-12-23 |
Stu Tomlinson |
Add the StartCom Free SSL Certificate Authority certificate (as used by
|
2007-12-23 |
Stu Tomlinson |
Compile warning fix
|
2007-12-23 |
Etan Reisner |
Add tooltips to groups in the buddy list. The tooltips show the current online
|
2007-12-22 |
Etan Reisner |
merge of 'f6430c7013d08f95c60248eeb22c752a0107499b'
|
2007-12-28 |
Stu Tomlinson |
disapproval of revision 'f6430c7013d08f95c60248eeb22c752a0107499b'
|
2007-12-22 |
Evan Schoenberg |
The DIGEST-MD5 implementation of CYRUS-SASL is incompatible with the implementation in Java. The result is that we failed to authenticate to Java-based servers such as OpenFire when DIGEST-MD5 was enabled. This appears to be the result of a bug in the Java SASL library. While we -could- wait for a fix within that library and tell our users that server admins need to upgrade to get the fix, a client-side workaround is very easily accessible to us.
|
2007-12-22 |
Evan Schoenberg |
Daniel pointed out that this should be digest, not &digest, because auth_hmac_md5 takes a guchar* rather than a guchar**
|
2007-12-22 |
Will Thompson |
Export purple_*_version in version.h.
|
2007-12-22 |
Will Thompson |
merge of '3a8b6b71a880d8b8152d3ad4c4ade2d3df3b0f5c'
|
2007-12-21 |
Will Thompson |
merge of '488405b28c709cbc7ca2a9df39974b06209fe0f1'
|
2007-12-21 |
Daniel Atallah |
Warning fixes.
|
2007-12-21 |
Sadrul Habib Chowdhury |
merge of '512fef4a6375dc53f2f672f545da13d2d4505990'
|
2007-12-21 |
Will Thompson |
merge of '1f8afab1886606b0936e80a00245ff532d77086f'
|
2007-12-21 |
Sadrul Habib Chowdhury |
Use aliases in the typing notification.
|
2007-12-21 |
Sadrul Habib Chowdhury |
Make some more event handlers return appropriate gboolean values. This turns
|
2007-12-21 |
Sadrul Habib Chowdhury |
The event handlers need to return a gboolean. Using void callbacks can lead to unpredictable behaviour.
|
2007-12-21 |
Will Thompson |
disapproval of revision '846b73cefc86ff41042181a41f8ceaae6699c1f6'
|
2007-12-21 |
Will Thompson |
Add purple_version_get_{major,minor,micro} functions to get the running
|
2007-12-21 |
Sadrul Habib Chowdhury |
merge of '72df99671f84834d934f83b25ce492f289d77063'
|
2007-12-20 |
Elliott Sales de Andrade |
HMAC digest support from Elliott Sales de Andrade
|
2007-12-20 |
Elliott Sales de Andrade |
Triple DES cipher support from Elliott Sales de Andrade
|
2007-12-19 |
Daniel Atallah |
The pulse data stuff hasn't been used in quite a while - get rid of it.
|
2007-12-19 |
Daniel Atallah |
GDK_WINDOW_TYPE_HINT_TOOLTIP is GTK+ >= 2.10.0
|
2007-12-19 |
Will Thompson |
merge of '05319fdf1db00660d0c169657ed1b08ff621e5c7'
|
2007-12-19 |
Will Thompson |
Add QuLogic's nick to the about dialog, and update and sort other lists of
|
2007-12-19 |
Jochen Kemnade |
German translation update
|
2007-12-19 |
Will Thompson |
I hate to be vain, but I like to think I do more than "(null)" :)
|
2007-12-19 |
Will Thompson |
merge of '596c9f710fd64a951cbce4bb92b6e051ae3805b1'
|
2007-12-18 |
Sean Egan |
merge of '70b3c6fe54dd2678b33b1b1da78c4e66acd20931'
|
2007-12-18 |
Sean Egan |
Promotions
|
2007-12-21 |
Sadrul Habib Chowdhury |
Avoid jumpiness when typing notification in the conv. history is removed.
|
2007-12-21 |
Sadrul Habib Chowdhury |
This fixes the tab-coloring issue that's been bugging seanegn.
|
2007-12-18 |
Sadrul Habib Chowdhury |
Update the changelogs, and the @since doxy-tags for new functions.
|
2007-12-18 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 10ff46ff55aee3830dd003ed89866809b5f290ac)
|
2007-12-18 |
Sadrul Habib Chowdhury |
Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)
|
2007-12-18 |
Sadrul Habib Chowdhury |
Version 2.4.0devel.
|
2007-12-18 |
Sadrul Habib Chowdhury |
ChangeLog.API the tooltip functions.
|
2007-12-18 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin.sadrul.tooltips' (head 2c79eb43e6f1106231cc15098ea6467b7fc1e4d5)
|
2007-12-18 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 1716154a473ab645c7477f4285579df56d955fde)
|
2007-11-28 |
Sadrul Habib Chowdhury |
Try to make a window transient for a suitable parent window. This currently
|
2007-11-28 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head cd4038a435bd39cc62244d5614b8d94ad689d8bf)
|
2007-12-22 |
Etan Reisner |
Fix up a doxygen comment about a function return value.
|
2007-12-18 |
Sadrul Habib Chowdhury |
Refactor some of the tooltip drawing functions. And add some pretend docs.
|
2007-12-18 |
Sadrul Habib Chowdhury |
Reset tree-path when a tooltip is destroyed.
|
2007-12-12 |
Sadrul Habib Chowdhury |
Add 'js' in COPYRIGHT. References #4323.
|
2007-12-12 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 1d77c730a1160c77d14354d4ce61455e59c94fbc)
|
2007-12-11 |
Sadrul Habib Chowdhury |
Plug a leak. And a patch from 'js' to fix tooltips in compiz fusion. References #4323.
|
2007-12-08 |
Sadrul Habib Chowdhury |
Make sure an old tooltip is destroyed before creating a new one.
|
2007-12-06 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 40d42b30664156f7f561606dd28fc01256a8ca36)
|
2007-12-06 |
Sadrul Habib Chowdhury |
Add the new file in .mingw, thanks to Kevin.
|
2007-12-06 |
Sadrul Habib Chowdhury |
Some utility functions for showing tooltips. This is used by the buddylist,
|
2007-12-18 |
Richard Laager |
merge of '0bab002372d4ff0eac85fc22d99e014cd044b900'
|
2007-12-18 |
Sadrul Habib Chowdhury |
Typing notification in the conversation history.
|
2007-12-18 |
Sadrul Habib Chowdhury |
cancel_cb can be NULL here too.
|
2007-12-18 |
Will Thompson |
I'm happy to report that my spelling is coming along in leanps and nbounds.
|
2007-12-18 |
Will Thompson |
Sadrul informs me that cancel_cb may in fact be NULL.
|
2007-12-18 |
Stu Tomlinson |
merge of 'adb528a403db408f5e4407e89f98f7ced3cac9a1'
|
2007-12-18 |
Stu Tomlinson |
merge of '0c8dcc7788d676e6bcd7fa7a3823c5f44568ae9b'
|
2007-12-18 |
Will Thompson |
Documentation tweaks and more g_return_if_fail checks for NULL parameters which
|
2007-12-18 |
Björn Voigt |
libpurple/win32/libc_interface.c was missing
|
2007-12-18 |
Björn Voigt |
German translation update
|
2007-12-18 |
Stu Tomlinson |
Move some curly braces around so static analysis tools can properly detect
|
2007-12-18 |
Stu Tomlinson |
Ye Olde Compiler complained about this:
|
2007-12-18 |
Will Thompson |
merge of '1bb5970e91bf83784fd002fc78216157034e9257'
|
2007-12-18 |
Mark Doliner |
Add a comment that I took this from glib
|
2007-12-18 |
Mark Doliner |
Create a purple_gai_strerror() function similar to g_str_error() which
|
2007-12-18 |
Mark Doliner |
merge of '245a620adeb2dc4767ee8db9e6c7cafa287b8f8d'
|
2007-12-18 |
Mark Doliner |
Use g_sterror instead of strerror in two more places.
|
2007-12-18 |
Sean Egan |
Send XMPP Pings to the server instead of whitespace for our keepalives. Timeout the connection if there's no response in 20 seconds
|
2007-12-18 |
Sean Egan |
Don't install pidgin.desktop when not installing Pidgin
|
2007-12-18 |
Luke Schierer |
merge of '7c8120b9ffde901cc436a514ac0daf37551a9755'
|
2007-12-18 |
Evan Schoenberg |
Last minute 'cleanup' actually resulted in breakage on my cram-md5 commit. Fixed it.
|
2007-12-18 |
Evan Schoenberg |
merge of '3cec6952fcadbd73dddc4c009e798b6fb1789a5b'
|
2007-12-17 |
Evan Schoenberg |
Added support for authentication via CRAM-MD5 when using jabber:iq:auth.
|
2007-12-17 |
Evan Schoenberg |
If no sasl mechs are appropriate, attempt a jabber:iq:auth connection. Note that this isn't the same as a failed authentication over sasl. Detailed comments in the code regarding my reasoning for this behavior.
|
2007-12-18 |
Daniel Atallah |
Allow the user to Retry if Pidgin is running when they start the installer. Fixes #4355
|
2007-12-18 |
Daniel Atallah |
merge of '2e5cda103238f64d27e4ed5aa92c149f6d50a5ec'
|
2007-12-17 |
Stu Tomlinson |
Escape system log messages before sending to the loggers. Fixes #4426
|
2007-12-18 |
Will Thompson |
Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.
|
2007-12-18 |
Sean Egan |
I noticed that the new added padding in gtkconv has the same effect as an extra line of text, so I'm removing the MAX(2 bit
|
2007-12-17 |
Will Thompson |
merge of '7a1ce8ae9c2809b39d1f436d94070523f18993fb'
|
2007-12-17 |
Will Thompson |
Don't bother making transient connection errors persist across a restart.
|
2007-12-17 |
Will Thompson |
Dismissing the signed on elsewhere minidialog should clear all the errors;
|
2007-12-17 |
Sean Egan |
Add send_raw to Perl bindings. Patch from martijn. Fixes #3505
|
2007-12-17 |
Sean Egan |
Patch from eperez to make writing to buddy icon files atomic. Fixes #3528.
|
2007-12-17 |
Sean Egan |
Fix XMPP buddy icons. Somehow a 'VCard' element got changed to a query
|
2007-12-17 |
Sean Egan |
Remove size restriction on XMPP avatars
|
2007-12-17 |
Sean Egan |
Another patch from DHowett. This one adds conversation nick colors to gtkrc
|
2007-12-17 |
Sean Egan |
Patch from DHowett to fix the transposition of background and forebround colors
|
2007-12-16 |
Ka-Hing Cheung |
pulled the NEWS and ChangeLog bits from 2.3.1
|
2007-12-16 |
Will Thompson |
merge of '4268f3923b30680b7ec013f553a7733f4b24417d'
|
2007-12-16 |
Ka-Hing Cheung |
merge of '1d887e0b6d13b709051a68be9b34c28d2254dadb'
|
2007-12-15 |
Richard Laager |
Add libpurple/win32/libc_interface.c to suppress an error.
|
2007-12-15 |
Richard Laager |
Revert siege's likely inadvertent changes to autogen.sh in
|
2007-12-16 |
Ka-Hing Cheung |
part of the series of patches from QuLogic that fixes a use-after-free,
|
2007-12-15 |
Christopher O'Brien |
avoid some version blocking servers by updating the major version specified when 'Hide client ID' is specified for an account
|
2007-12-16 |
Will Thompson |
Make yahoo_html_to_codes deal with ' in messages being sent. Also correct
|
2007-12-15 |
Will Thompson |
The debug message for purple_prefs_set_path when the pref in question is not
|
2007-12-14 |
Daniel Atallah |
This is the second part of the fix to support having multiple presence records in Bonjour (and also supporting multiple presences using the same IP). Incoming conversations are no longer immediately attached to a buddy - we use an algorithm to match a conversation to a buddy based on the IP and, if possible the "from" attribute of the stream or the first tag in the stream. Thanks to Sjoerd Simons from Telepahy Salut for noticing and suggesting the algorithm. Fixes #4187. It'd be good if a few people test this.
|
2007-12-14 |
Daniel Atallah |
This is a great patch from Lee Roach to make Pidgin on win32 deal with system suspend / resume. It seems to work really well, hopefully this'll make some folks happy. If something doesn't work right, it is probably my fault. Fixes #480.
|
2007-12-14 |
Daniel Atallah |
Fix a GList being leaked when dealing with network connection/disconnection events.
|
2007-12-13 |
John Bailey |
Some minor tweaks to the man page.
|
2007-12-12 |
Stu Tomlinson |
Another tweak to the auto-resizing so it shows new empty lines correctly,
|
2007-12-12 |
Daniel Atallah |
Fix #4345 by ignoring a malformed message.
|
2007-12-12 |
Stu Tomlinson |
merge of '74560aca587ea20e9eee77e340f6ba9fb7aca914'
|
2007-12-12 |
Sadrul Habib Chowdhury |
merge of '1d77c730a1160c77d14354d4ce61455e59c94fbc'
|
2007-12-12 |
Sadrul Habib Chowdhury |
Remove the close timer when re-displaying a hidden conversation.
|
2007-12-11 |
Daniel Atallah |
Cleanup to prevent unnecessary alloc/free. Also a small fix to remove the possiblity that a message will be sent before the stream is started.
|
2007-12-11 |
Luke Schierer |
Stu says this was unnecessary, that it is already there.
|
2007-12-12 |
Stu Tomlinson |
Let's try MAX(lines, 2) as suggested by Sean. I've been using (lines + 1)
|
2007-12-11 |
Luke Schierer |
merge of '9f782ce34a9721fbb634a2c73107820447cc3dc1'
|
2007-12-11 |
Stu Tomlinson |
Clean up generated dbus sources in 'make clean'
|
2007-12-11 |
Luke Schierer |
(13:35:59) KeaponLaffin: so which SSL libraries are supported?
|
2007-12-11 |
Andreas Monitzer |
Fixed http://trac.adiumx.com/ticket/8529
|
2007-12-10 |
Will Thompson |
Ensure that an error's description actually is UTF-8 before writing it out to
|
2007-12-10 |
Will Thompson |
Correct a doc typo.
|
2007-12-10 |
Will Thompson |
Add @since 2.3.0 to purple.h.
|
2007-12-10 |
Sadrul Habib Chowdhury |
merge of '2cbfe519145eef590082df40a311948ad4884ef2'
|
2007-12-10 |
Sadrul Habib Chowdhury |
Create a 'list' request-field for a 'choice' plugin pref.
|
2007-12-10 |
Daniel Atallah |
merge of 'e2c8b56610435df5a63688fe4fc302f51f48cf10'
|
2007-12-10 |
Daniel Atallah |
Ignore stripped win32 bin directory.
|
2007-12-10 |
Daniel Atallah |
Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
|
2007-12-10 |
John Bailey |
Ari noticed that `make docs` no longer functions properly when the build
|
2007-12-10 |
Daniel Atallah |
A couple compile fixes to the tests from Elliott Sales de Andrade. Fixes #4313.
|
2007-12-10 |
Daniel Atallah |
Patch from Alex Badea to support receiving files from Yahoo users using the newer yahoo protocol. Committing this is very long overdue, it somehow slipped through the cracks for a long time. References #708.
|
2007-12-09 |
Daniel Atallah |
Fix #4079 for real.
|
2007-12-09 |
Sadrul Habib Chowdhury |
We need to use the actual username for attentions, instead of alias. This should fix the 'new im for buzz' bug on yahoo.
|
2007-12-09 |
Sadrul Habib Chowdhury |
Allow loading python scripts at runtime.
|
2007-12-07 |
Stu Tomlinson |
merge of '078fbf9229f1725f0a5c49d8196cd59ee1d638b0'
|
2007-12-07 |
Stu Tomlinson |
Bump the versions here, should probably have been done as soon as I branched
|
2007-12-07 |
Daniel Atallah |
applied changes from 77a1cbe2b98208666f2139db2b165a02126f4cd0
|
2007-12-06 |
Stu Tomlinson |
Trap gstreamer error messages with our debug stuff so they don't get spewed
|
2007-12-06 |
Jochen Kemnade |
updated German translation
|
2007-12-06 |
Sadrul Habib Chowdhury |
Patch #3848 from Eion Robb: "purple_markup_unescape_entity doesn't escape hexadecimal references", with changes from QuLogic.
|
2007-12-06 |
Sadrul Habib Chowdhury |
Save the normalized account name for pounces and custom statuses. References #2049.
|
2007-12-06 |
Sadrul Habib Chowdhury |
Normalize the names appropriately when searching for accounts. This should
|
2007-12-06 |
Ka-Hing Cheung |
memleak fixes
|
2007-12-06 |
Ka-Hing Cheung |
gets rid of one valgrind warning
|
2007-12-06 |
Stu Tomlinson |
Ignore the generated purple.h
|
2007-12-05 |
Stu Tomlinson |
Disable roomlist tooltips until I (or anyone else!) fix them to be less
|
2007-12-05 |
Stu Tomlinson |
merge of '38cb8ea7055d8c059d560031c45e5a2eedd4b4b5'
|
2007-12-05 |
Stu Tomlinson |
Don't hide all widgets when destroying a window because then the hidden
|
2007-12-05 |
Evan Schoenberg |
merge of '7e3fbc31d04d03b44eec338a8703cd9329136a9a'
|
2007-12-05 |
Sean Egan |
Fix a busted commit
|
2007-12-05 |
Sadrul Habib Chowdhury |
Do not overwrite an existing file. Closes #3982.
|
2007-12-05 |
Sadrul Habib Chowdhury |
Normalize and escape the filename when auto-accepting a file. References #3982.
|
2007-12-05 |
Sadrul Habib Chowdhury |
Make sure we are still in the chat, and the chat can have a topic, when showing the topic in the tooltip.
|
2007-12-05 |
Sadrul Habib Chowdhury |
Plug a small leak.
|
2007-12-05 |
Sadrul Habib Chowdhury |
merge of '024dfe71422830dbaef95d94fd32517d86c82eb3'
|
2007-12-05 |
Etan Reisner |
merge of '93a8de710501e9a772b3fb12ab3db6682a41b3d6'
|
2007-12-01 |
Etan Reisner |
Plug another leak or two, remove a comment, and reorganize a couple functions.
|
2007-12-01 |
Etan Reisner |
A couple more similar leak fixes though some of these still leak if the
|
2007-12-01 |
Etan Reisner |
This should plug some leaks related to not having freed GList:s and GSList:s
|
2007-12-01 |
Etan Reisner |
merge of '282b4acb46729e4358221cb7cc78ad9373289199'
|
2007-12-05 |
Stu Tomlinson |
RPM spec file updates:
|
2007-12-05 |
Sadrul Habib Chowdhury |
Fix boldifying the chat entries in the buddylist.
|
2007-12-04 |
Sadrul Habib Chowdhury |
Show the topic of a chat, when available, in the tooltip.
|
2007-12-04 |
Sadrul Habib Chowdhury |
Show either the grouped xor the ungrouped items.
|
2007-12-04 |
Sadrul Habib Chowdhury |
merge of '1d6b24ed027c253dbe63f69d5e40b43cd7faf436'
|
2007-12-04 |
Ethan Blanton |
Do not allow ISON requests to stack in IRC
|
2007-12-04 |
Sadrul Habib Chowdhury |
Don't show a 'you ain't got no new mail' notification.
|
2007-12-04 |
Sadrul Habib Chowdhury |
merge of '6cc61e144190cb90c18c63d45b7d7abd95a67008'
|