summaryrefslogtreecommitdiff
path: root/finch/finch.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-1/+1
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+2
* Make all of finch use purple.hGary Kramlich2020-05-011-1/+1
* Clean up all of the license headersGary Kramlich2019-09-291-1/+1
* Don't needlessly call g_set_prgname()Mike Ruprecht2017-07-181-1/+0
* Remove GLIB_CHECK_VERSION <= 2.36 callsMike Ruprecht2016-09-141-8/+0
* cross-win32: fix finch buildTomasz Wasilczyk2014-04-201-0/+2
* Fix namespace issues in libgnt and finch.Ankit Vani2014-02-091-1/+1
* Renamed finch-rename.c to finch.cAnkit Vani2014-01-311-0/+53
* Prepare files for gtk-doc conversion.Ankit Vani2014-01-311-451/+0
* finch: Fix build and warnings with glib 2.24Ankit Vani2014-01-271-1/+2
* Added /*< private >*/ for padding members, clean them up and add missing onesAnkit Vani2013-10-121-0/+2
* Replacements for the GObject Xfer APIAnkit Vani2013-09-051-1/+1
* Use https URLs for pidgin.im and developer.pidgin.im.Mark Doliner2013-06-021-2/+2
* Use GStatBuf instead of struct statTomasz Wasilczyk2013-05-181-1/+1
* Correctly remove deprecated functions g_type_init and g_thread_initTomasz Wasilczyk2013-04-141-0/+6
* Move blist loading into purple_core_init.Elliott Sales de Andrade2013-01-181-4/+0
* Move pounce loading into purple_pounces_init().Elliott Sales de Andrade2013-01-181-3/+0
* Remove an unnecessary call to GLIB_CHECK_VERSION.Mark Doliner2013-01-091-4/+0
* pidgin/finch: Make relative paths absolute with -cPaul Aurich2012-01-031-1/+11
* propagate from branch 'im.pidgin.pidgin' (head e998e98e9f638d88fc7a185e7e171a...Mark Doliner2011-08-071-23/+0
|\
| * Drop the .gaim -> .purple migration codeRichard Laager2011-03-181-23/+0
* | applied changes from b3fee5c4d2368d304b653d33e4135469312fa5fbMark Doliner2011-06-201-3/+20
|/
* Remove trailing whitespaceRichard Laager2011-01-041-1/+1
* Create the ~/.purple/plugins directory on startup if it does not existStu Tomlinson2010-06-301-0/+3
* Remove old GLIB_CHECK_VERSION calls in finch. Refs #10024.Elliott Sales de Andrade2010-02-161-2/+0
* Fix all the remaining files for which internal.h doesn't end up being the fir...Paul Aurich2009-12-081-1/+1
* Add the MTN revision in the Pidgin About and finch --version dialogs.Elliott Sales de Andrade2009-07-251-1/+2
* Don't include an internal header in the public finch headers.Elliott Sales de Andrade2009-07-181-0/+1
* Oh, we don't need a special ui_info field for the AIM clientstringMark Doliner2009-07-081-0/+8
* Use a custom clientkey for AIM and ICQ for Pidgin and FinchMark Doliner2009-07-081-0/+11
* Changed "type" to "client_type" for the hash value specifying client typeMarcus Lundblad2009-02-101-1/+1
* Set a value "type" in the ui_info hash tableMarcus Lundblad2009-02-091-0/+1
* Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.Sadrul Habib Chowdhury2009-02-041-1/+1
* Remove unused option, thanks to KuSh. Closes #7856.Sadrul Habib Chowdhury2009-01-011-7/+1
* Added website and dev_website items to Finch's ui_get_info hash tableEvan Schoenberg2008-07-011-0/+2
* Probe for -Wstrict-prototypes to get some more warnings. I then cleaned upRichard Laager2008-01-031-3/+3
* Do not init gnt here. This fixes --help.Sadrul Habib Chowdhury2007-11-271-3/+0
* Add a --with-extraversion option to ./configure so packagers can fine tuneStu Tomlinson2007-10-271-3/+3
* applied changes from 1cb036aecbbe359226e69874379d39ce74c8daf6Richard Laager2007-09-281-4/+5
* Duplicate the fix from 33d699ec: do g_thread_init before using any otherSadrul Habib Chowdhury2007-09-121-0/+2
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Make a note about purple_prefs_load no longer needing to be called by the UI ...Daniel Atallah2007-08-291-3/+1
* Fix a memory leak from not freeing the ui-info hashtable on exit.Sadrul Habib Chowdhury2007-08-111-14/+25
* g_set_application_name requires glib 2.2 for finchRichard Nelson2007-08-071-0/+2
* merge of '76230f659c3f64c2406c20f1964da60c5543ef92'Nathan Walp2007-07-031-1/+4
|\
| * Let's use g_set_prgname too.Sadrul Habib Chowdhury2007-06-301-0/+1
| * Use g_set_application_name here too.Sadrul Habib Chowdhury2007-06-271-1/+3
* | UI info for finch and pidgin (finch guys probably want to take a lookNathan Walp2007-07-021-1/+20
|/
* #include reorganizations to allow compiling with glib < 2.8 using theStu Tomlinson2007-06-201-1/+2