summaryrefslogtreecommitdiff
path: root/pidgin/gtkplugin.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allow horizontal scrolling. The default width right now is too low for...Gary Kramlich2016-02-161-1/+1
* Cleanup the plugin pref stuff so it works and doesn't crashGary Kramlich2016-02-161-16/+11
* Remove support for GTK+2Jorge Villase?or2015-12-201-6/+0
* Prevent a segfault caused by opening the ExtPlacement plugin's config window.Michael McConville2015-08-141-0/+2
* Merged default branchAnkit Vani2014-11-261-2/+6
|\
| * Merge release-2.x.y into default.Mark Doliner2014-11-021-2/+6
| |\
| | * Make the plugin preferences frame scrollableDaniel Atallah2014-11-011-3/+5
| * | Fix Pidgin clang scan-build warningsTomasz Wasilczyk2014-04-031-0/+3
* | | Merged default branchAnkit Vani2014-02-111-1/+1
|\ \ \ | |/ /
| * | Fix more gtk_[hv]box_new gtk3 deprecation warningsTomasz Wasilczyk2014-02-111-1/+1
* | | Merge gtkdoc-conversionAnkit Vani2014-02-041-128/+279
|\ \ \ | |/ / |/| |
| * | Added G_PARAM_STATIC_STRINGS flag to PluginInfo propertiesAnkit Vani2013-11-171-1/+2
| * | Updated the property enumsAnkit Vani2013-10-281-4/+4
| * | Made finch and pidgin pref property names shorter: "gnt-pref-frame-cb" and "g...Ankit Vani2013-10-281-2/+2
| * | Renamed plugin info callback properties to end with "-cb", and their respecti...Ankit Vani2013-10-281-26/+26
| * | Merged soc.2013.gobjectification branchAnkit Vani2013-10-241-86/+185
| |\ \
| * \ \ Merged soc.2013.gobjectification branch.Ankit Vani2013-10-241-112/+267
| |\ \ \
| | * | | Notify plugin load error in pidginAnkit Vani2013-09-251-0/+4
| | * | | Merged soc.2013.gobjectification branchAnkit Vani2013-09-211-1/+1
| | |\ \ \
| | * | | | Update the automatically loaded plugins via dependencies/dependent plugins on...Ankit Vani2013-09-211-3/+24
| | * | | | Fixed pidgin's plugin list displayAnkit Vani2013-09-171-2/+3
| | * | | | Merged soc.2013.gobjectification branchAnkit Vani2013-09-121-113/+233
| | |\ \ \ \
| | | * | | | Refactored pidgin to show multiple authorsAnkit Vani2013-09-011-10/+27
| | | * | | | Refactored pidgin according to the changesAnkit Vani2013-08-111-24/+22
| | | * | | | Updated plugin info properties as per changes in GPluginAnkit Vani2013-08-101-2/+2
| | | * | | | Replaced purple_plugin_loads_on_query() with purple_plugin_is_internal().Ankit Vani2013-08-071-1/+1
| | | * | | | do not display plugins that load on query in the plugin listAnkit Vani2013-08-071-0/+3
| | | * | | | Added properties "finch_preferences_frame" to FinchPluginInfo, "pidgin_config...Ankit Vani2013-08-051-0/+53
| | | * | | | Added [purple,pidgin,finch]_plugin_info_new()Ankit Vani2013-08-051-0/+20
| | | * | | | Refactored the codebase according to the API changesAnkit Vani2013-08-031-11/+8
| | | * | | | Use the correct type of listAnkit Vani2013-08-031-1/+1
| | | * | | | Added purple_plugin_info_get_dependent_plugins() - not implemented yet, waiti...Ankit Vani2013-08-031-5/+3
| | | * | | | Refactored the codebase to use the plugin wrapper functionsAnkit Vani2013-08-031-72/+55
| | | * | | | Refactored the codebase to remove purple_plugins_free_found_list()Ankit Vani2013-08-031-1/+1
| | | * | | | Disabled part of gtkplugin till GPlugin can return dependent pluginsAnkit Vani2013-08-031-1/+3
| | | * | | | Better placed calls to gplugin_plugin_get_info() and its unrefAnkit Vani2013-08-021-2/+1
| | | * | | | Refactored gtkplugin to use the new API. Handling of dependent plugins on unl...Ankit Vani2013-08-021-103/+121
| | | * | | | Use gplugin_plugin_manager_refresh() instead of probing for G_MODULE_SUFFIXAnkit Vani2013-08-021-1/+1
| | | * | | | Added PidginPluginInfo, inheriting PurplePluginInfo to hold UI informationAnkit Vani2013-08-011-0/+32
* | | | | | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
| |_|_|_|/ / |/| | | | |
* | | | | | Plugins API: fix a crashTomasz Wasilczyk2013-10-241-2/+6
* | | | | | Plugins API: add an option to provide plugin configuration using Request APITomasz Wasilczyk2013-10-241-83/+183
|/ / / / /
* | | | | Hide some reserved plugin fieldsTomasz Wasilczyk2013-10-231-4/+4
| |_|/ / |/| | |
* | | | Notify API: extend purple_notify_message with PurpleRequestCommonParametersTomasz Wasilczyk2013-09-211-2/+2
|/ / /
* | | Request API refactoring: switch purple_request_action to PurpleRequestCommonP...Tomasz Wasilczyk2013-09-101-6/+5
|/ /
* | Use GtkStyleContext instead of GtkStyle on GTK+3.Elliott Sales de Andrade2012-08-151-3/+3
* | Add checks for old GTK+2 stuff.Elliott Sales de Andrade2012-07-231-4/+11
* | Fix a minor warning.Elliott Sales de Andrade2012-07-231-4/+2
* | Pass the cairo context to the tooltip paint function.Elliott Sales de Andrade2012-07-181-3/+1
* | Remove some added trailing spaces.Elliott Sales de Andrade2012-06-251-1/+1