summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | merge of 'd3d111b75dcf25cde62c752ed6a321d9b8935f07'Paul Aurich2009-04-127-12/+40
| |\ \
| * | | Fix size constraints for vertical progressbars.Sadrul Habib Chowdhury2009-04-121-1/+7
| * | | Fix drawing for vertical progressbar.Sadrul Habib Chowdhury2009-04-121-3/+3
| * | | merge of '42e6ec9c832039dcd68c14bd8ee04eef7a0e11bb'Sadrul Habib Chowdhury2009-04-124-0/+385
| |\ \ \
| | * | | Changelog the progressbar addition.Sadrul Habib Chowdhury2009-04-121-0/+4
| | * | | Change how the progressbar is drawn.Sadrul Habib Chowdhury2009-04-121-12/+14
| | * | | Indentation changes, initialization changes etc.Sadrul Habib Chowdhury2009-04-122-155/+166
| | * | | Add a simple progress-bar in libgnt.Saleem Abdulrasool2009-04-123-0/+368
* | | | | PidginBlistTheme now copies all its parameters instead of taking ownership.Paul Aurich2009-04-124-159/+139
| |_|/ / |/| | |
* | | | Free priv->idle.Paul Aurich2009-04-121-0/+1
* | | | Free the DNS query data before purple_url_parse() to avoid leaking on failure.Paul Aurich2009-04-121-6/+8
* | | | Don't leak the struct sockaddr* from purple_dnsquery_a.Paul Aurich2009-04-123-3/+19
* | | | Fix some copy/paste errors in PidginBlistThemeLoader (was leaking online->color)Paul Aurich2009-04-121-3/+3
* | | | Don't leak GdkColor*s in PidginBlistThemesPaul Aurich2009-04-121-0/+8
* | | | Plug leak of PurpleContact->aliasPaul Aurich2009-04-121-0/+1
|/ / /
* | | Fix a leak when loading themes.Paul Aurich2009-04-121-0/+1
|/ /
* | Fix build with --disable-vv --enable-gstreamer.Sadrul Habib Chowdhury2009-04-121-1/+4
* | Fix two int/size_t format build warnings on 64-bitPaul Aurich2009-04-112-2/+2
* | Reformat a printf so the HTTP headers are easier to readPaul Aurich2009-04-111-1/+7
* | merge of 'd357735ec4b1c045879168c825c9a280bd1116a0'Paul Aurich2009-04-113-8/+30
|\ \
| * | Change purple_blist_get_buddies to return a list instead of the hash table.Paul Aurich2009-04-113-8/+30
* | | Starring Carlos Bederian as Zzzoom. Closes #8711.Sadrul Habib Chowdhury2009-04-112-0/+2
* | | Open a chat-invite dialog when a buddy is dragged onto a chat.Sadrul Habib Chowdhury2009-04-116-68/+139
* | | Reset some global data when uninit-ing. Fixes a crash on quit.Sadrul Habib Chowdhury2009-04-112-7/+4
* | | Fix build with --disable-gstreamer.Sadrul Habib Chowdhury2009-04-113-3/+17
|/ /
* | Fix the dbus type for calling PurpleBlistSetVisible.Paul Aurich2009-04-111-1/+1
* | Fix build when srcdir != builddir.Sadrul Habib Chowdhury2009-04-101-2/+1
* | merge of '874b154f4220f45376e821d82c08beea4a35178e'Elliott Sales de Andrade2009-04-1055-263/+574
|\ \
| * | Don't print 'no' twice if GADU libs are not found by pkg-config.Elliott Sales de Andrade2009-04-101-1/+1
| * | Print a warning if compiling against libxml2 < 2.6.18 as it may cause XMPPElliott Sales de Andrade2009-04-101-1/+5
| * | A patch from Arunan Balasubramaniam to use timeouts in seconds instead ofArunan Balasubramaniam2009-04-108-30/+31
| * | A patch from Arunan Balasubramaniam to use timeouts in seconds instead ofArunan Balasubramaniam2009-04-1016-23/+24
| * | Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the orderElliott Sales de Andrade2009-04-103-11/+35
| * | Fix assertion when the blist theme preference is empty.Michael Ruprecht2009-04-101-1/+6
| * | Fix purple_buddy_destroy crash on exit.Michael Ruprecht2009-04-101-3/+5
| * | Fix some assertions.Michael Ruprecht2009-04-091-2/+2
| * | Disable PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL until we have an icon for it.Michael Ruprecht2009-04-091-1/+1
| * | Switch media to store accounts rather than connections.Michael Ruprecht2009-04-0912-96/+98
| * | Clean up libpurple memory allocations on win32 libpurple uninit.Nick Hebner2009-04-091-0/+7
| * | Various libpurple uninit memory cleanups.Nick Hebner2009-04-093-0/+13
| * | Call purple_log_uninit() in purple_core_uninit().Nick Hebner2009-04-091-0/+1
| * | Add purple_{buddy,chat,group,contact}_destroy to the blist API, freeNick Hebner2009-04-094-43/+132
| * | Fix doxygen tags.Sadrul Habib Chowdhury2009-04-091-4/+5
| * | Notify the user if a contact invites them to a voice call over MSN.Michael Ruprecht2009-04-092-3/+65
| * | Inform the user when someone tries to initiate a video call with them in msn.Michael Ruprecht2009-04-082-0/+46
| * | merge of '025bda1bc32f2a13600764b9dadbf948d84e0654'Michael Ruprecht2009-04-082-40/+86
| |\ \
| | * | Bump required Farsight2 version to 0.0.9.Michael Ruprecht2009-04-081-1/+1
| | * | Use GtkVolumeButtons for audio if it's available.Michael Ruprecht2009-04-081-39/+85
| * | | Plug a possible leak. Initialize fd to -1. Avoid unnecessary strdup.Sadrul Habib Chowdhury2009-04-081-6/+5
| * | | Initialize file descriptors to -1.Sadrul Habib Chowdhury2009-04-081-0/+1