summaryrefslogtreecommitdiff
path: root/finch/gntnotify.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-5/+2
* Mark unused parameters as such for all finchGary Kramlich2023-02-231-6/+7
* Update Finch for the PurpleAccount deprecationsGary Kramlich2022-12-141-1/+5
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-3/+6
* Move all of the UiOps to use struct initializersGary Kramlich2022-09-201-15/+8
* Remove email notification support from libpurpleGary Kramlich2021-12-311-2/+0
* Remove email notification support from finchGary Kramlich2021-12-311-107/+2
* Don't allow libraries to include their own global header files.Gary Kramlich2020-11-191-2/+0
* Fix Finch for the libgnt single header fileGary Kramlich2020-08-151-6/+0
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-3/+3
* Make all of finch use purple.hGary Kramlich2020-05-011-2/+1
* finch: Fix possible leaks.Elliott Sales de Andrade2019-10-021-17/+14
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-2/+1
* Clean up all of the license headersGary Kramlich2019-09-291-1/+3
* Use gnt_widget_get_toplevel everywhere.Elliott Sales de Andrade2019-04-231-6/+5
* Merged release-2.x.y into defaultGary Kramlich2017-11-031-4/+9
|\
| * Fix Finch search results display (#17238)David Woodhouse2017-10-061-4/+9
* | Change enum name from PurpleNotifyMsgType to PurpleNotifyMessageTypeJorge Villase?or2015-12-091-2/+2
* | Merge release-2.x.yTomasz Wasilczyk2014-05-071-0/+2
|\ \ | |/
| * Silence more already dismissed coverity warningsTomasz Wasilczyk2014-05-071-0/+2
| * Better warning fixesTomasz Wasilczyk2014-05-061-4/+0
| * Backport warning fixes for Finch from defaultTomasz Wasilczyk2014-05-061-18/+25
* | Merged default branchAnkit Vani2014-02-061-1/+1
|\ \
| * | gtk-doc prep: *_get_type() functions are hidden as standard GType-returning f...Ankit Vani2014-02-061-1/+1
* | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/ /
* | Clang warnings: clean up finchTomasz Wasilczyk2013-10-041-22/+26
* | Notify API: extend purple_notify_message with PurpleRequestCommonParametersTomasz Wasilczyk2013-09-211-4/+5
* | Fix most of warnings for gtk2 and linuxTomasz Wasilczyk2013-04-151-3/+3
* | Fix insertion order of search results in Finch.Howard Chu2011-12-221-1/+3
* | Ensure that the user's close callback is invoked when searchHoward Chu2011-12-221-0/+8
* | Hide struct PurpleNotifySearchColumn.Andrew Victor2011-10-211-1/+1
* | Change PurpleNotifyUserInfo->user_info_entries from a GList to a GQueue.Mark Doliner2011-08-221-1/+1
* | propagate from branch 'im.pidgin.pidgin' (head a061b4a4a6509503b1e6b83a5ae819...Mark Doliner2011-05-091-0/+3
|\ \ | |/ |/|
| * Add API:Andrew Victor2011-05-031-0/+3
* | finch: finch_notify_message is kinda buggy, conflating PurpleNotifyType and P...Paul Aurich2011-05-031-0/+4
|/
* Remove trailing whitespaceRichard Laager2011-01-041-2/+2
* Fix all the remaining files for which internal.h doesn't end up being the fir...Paul Aurich2009-12-081-1/+2
* Don't include an internal header in the public finch headers.Elliott Sales de Andrade2009-07-181-0/+1
* Fix Finch not to announce "your gmail account has 0 new messages."Paul Aurich2009-05-291-0/+3
* Use safe function.Sadrul Habib Chowdhury2009-04-231-1/+1
* Try to preserve HTML attributes in notification dialogsSadrul Habib Chowdhury2008-08-311-12/+65
* Highlight the mail window for new mails.Sadrul Habib Chowdhury2008-05-241-2/+7
* Show the url, instead of silently ignoring a url-open request.Sadrul Habib Chowdhury2008-05-051-3/+9
* Probe for -Wstrict-prototypes to get some more warnings. I then cleaned upRichard Laager2008-01-031-2/+2
* Fix the searchresult thingy nosnilmot fixed in pidgin.Sadrul Habib Chowdhury2007-10-121-2/+4
* Top align the notification message.Sadrul Habib Chowdhury2007-10-051-1/+1
* Access search results directly instead of going through the API becauseMark Doliner2007-09-171-4/+7
* remove gpl boilerplate from doxygen docsSean Egan2007-09-161-2/+3
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Update search-api to not crash. Searching for users in xmpp/oscar works now.Sadrul Habib Chowdhury2007-06-291-6/+15