summaryrefslogtreecommitdiff
path: root/pidgin/gtkutils.c
Commit message (Expand)AuthorAgeFilesLines
* UI hack ala Google Talk for Facebook.Stu Tomlinson2010-12-071-3/+24
* Kill off many dead assignments and any useless remaining variables.Elliott Sales de Andrade2010-08-231-8/+1
* Space-to-tab.Elliott Sales de Andrade2010-08-221-63/+63
* merge of '93133347cbcf0e463a3a746bd479414d24153b3e'Elliott Sales de Andrade2010-08-141-2/+2
|\
| * Fix some "Dead nested assignment"s and then kill off some uselessElliott Sales de Andrade2010-08-141-2/+2
* | Display the protocol icon for the authorization request dialogIvan Komarov2010-05-261-12/+31
|/
* Allow icons to be exactly the max file sizeMark Doliner2010-04-211-1/+1
* Oh! When setting a buddy icon, when we reduce the dimension in order toMark Doliner2010-04-211-1/+1
* Use cute little "?" on the close buttons in conversation tabs.Sadrul Habib Chowdhury2010-04-131-0/+3
* Change pidgin_convert_buddy_icon() to be more accommodating when attemptingMark Doliner2010-03-271-102/+138
* Going on the assumption that the user has the same version of gdk-pixbuf asMark Doliner2010-03-261-3/+1
* Use gdk_pixbuf_save_to_buffer() instead of gdk_pixbuf_save() to avoid savingMark Doliner2010-03-261-34/+8
* Use an inline RC style to get rid of some other padding to make the smallElliott Sales de Andrade2010-03-201-6/+12
* Use a small GtkButton instead of the custom "X" for close in variousKosta Arvanitis2010-03-201-0/+25
* *** Plucked rev df5196ac4c45dfff9cad5768c27d4e1d46fbb2ab (qulogic@pidgin.im):Elliott Sales de Andrade2010-02-201-2/+2
* propagate from branch 'im.pidgin.pidgin' (head 9ff8f3bdd0f5c0101988628f7bf8da...Paul Aurich2010-02-151-520/+26
|\
| * propagate from branch 'im.pidgin.pidgin' (head 3180b88b4c1b8e73c22589457b99d2...Paul Aurich2010-02-041-520/+26
| |\
| | * propagate from branch 'im.pidgin.pidgin' (head 5e2ecb0915f05d69d0bfe611ed898a...John Bailey2009-11-171-520/+26
| | |\
| | | * Remove non longer relevant commentDaniel Atallah2009-10-311-1/+0
| | | * Handle non-ASCII protocol names on Win32Daniel Atallah2009-10-311-5/+7
| | | * propagate from branch 'im.pidgin.pidgin' (head d14fe5e97aa7bb40c45790be3a86f5...Michael Ruprecht2009-10-211-8/+49
| | | |\
| | | * \ propagate from branch 'im.pidgin.pidgin' (head c97a80bb45a36d34b5fa20d342db94...John Bailey2009-09-161-514/+19
| | | |\ \
| | | | * | Remove some win9x specific code.Daniel Atallah2009-09-041-15/+5
| | | | * | I screwed up the logic here and didn't realize it earlier.John Bailey2009-08-231-1/+2
| | | | * | Start of killing off unneeded GTK_CHECK_VERSION checks in pidgin. Refs #10024John Bailey2009-08-231-499/+13
* | | | | | Make the conversation text preview section dynamically update as the win32-on...Daniel Atallah2010-02-141-5/+5
|/ / / / /
* | | | | Mark strings for translation.Adi Roiban2010-01-291-4/+4
* | | | | I think this is only the place this could leak...Paul Aurich2010-01-141-0/+1
|/ / / /
* | | | I *think* this properly adds back the font preference stuff I axed earlier, butJohn Bailey2009-11-171-0/+12
* | | | Kill the use of the GNOME document font and the prefs to override it. The fontJohn Bailey2009-11-151-26/+0
| |_|/ |/| |
* | | Fix the win32 URIs to only linkify if the protocol is followed by a colon.Daniel Atallah2009-10-191-11/+13
* | | Register URL handlers for everything that Windows has knows about like we doDaniel Atallah2009-10-141-0/+39
|/ /
* | Remove an unused variable pointed out by WebcamWonder.Elliott Sales de Andrade2009-09-031-4/+0
* | GError needs to be initialized to NULL. I can't help but think that thisMark Doliner2009-09-031-1/+1
* | Fix various leaks of the basename/filename/entire list in pidgin_dnd_file_man...Paul Aurich2009-09-021-7/+22
|/
* applied changes from 34977499c417170db087efd448461f5c7091e32eMark Doliner2009-08-191-0/+8
* Use purple_util_write_data_to_file_absolute. Closes #9688.Paul Aurich2009-07-151-4/+3
* Add support in Pidgin for playing back audio:// links. Also include a "SaveElliott Sales de Andrade2009-07-111-0/+81
* Set the "Open Containing Directory" icon to the "directory" stock iconElliott Sales de Andrade2009-07-081-1/+2
* Install a custom GtkIMHtml procol handler for the "file://" type whichElliott Sales de Andrade2009-07-071-0/+131
* A semi-random collection of English spelling and grammatical changes.Elliott Sales de Andrade2009-07-041-3/+5
* Avoid an assertion when nothing in dropdown is selected.Paul Aurich2009-05-241-1/+1
* New API to get the stock-id for a presence.Sadrul Habib Chowdhury2009-04-291-7/+32
* Hide the list of minidialogs.Sadrul Habib Chowdhury2009-04-251-1/+1
* Reduce code duplication.Sadrul Habib Chowdhury2009-04-231-19/+3
* Use stock-id in the status editor window too.Sadrul Habib Chowdhury2009-04-231-2/+31
* Replace the deprecated GtkSignalFunc and GTK_SIGNAL_FUNC with GCallback andElliott Sales de Andrade2009-04-181-6/+6
* Use g_object_ref/unref instead of the deprecated versions.Elliott Sales de Andrade2009-04-181-1/+1
* A patch from Arunan Balasubramaniam to use timeouts in seconds instead ofArunan Balasubramaniam2009-04-101-1/+1
* Apply Paul's second patch to fix some memory leaks found in valgrind.Elliott Sales de Andrade2009-03-301-0/+2