summaryrefslogtreecommitdiff
path: root/pidgin/gtkrequest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the Windows build against GTK4Gary Kramlich2022-08-261-3/+11
* Use GtkPasswordEntry for passwordsElliott Sales de Andrade2022-08-261-13/+18
* Fix check buttons in request widgetsElliott Sales de Andrade2022-08-261-8/+10
* Port the media window to GTK4Gary Kramlich2022-08-251-7/+3
* Remove pidgin_create_icon_from_protocol and pidgin_create_protocol_iconGary Kramlich2022-08-231-47/+7
* Inline pidgin_make_scrollableElliott Sales de Andrade2022-08-221-2/+12
* Update the GTK request implementation for GTK4Gary Kramlich2022-05-231-297/+230
* Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_textGary Kramlich2022-03-031-6/+7
* Remove the GtkShadowType parameter from pidgin_make_scrollable as that enum w...Gary Kramlich2022-02-221-4/+4
* Add gdk-pixbuf as a libpurple dependency and move helpers from pidgin to purpleGary Kramlich2022-04-011-4/+3
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-1/+1
* Remove some unused and underused functions from gtkutils.[ch]Gary Kramlich2022-03-111-3/+0
* port Pidgin to the new PurpleAccountManager apiGary Kramlich2021-12-141-2/+5
* Move the pidgin_pixbuf stuff to pidgingdkpixbuf.[ch]Gary Kramlich2021-10-261-0/+1
* Remove registration of all stock iconsElliott Sales de Andrade2021-10-121-1/+0
* Remove pidgin_dialog* helper functionsElliott Sales de Andrade2021-09-271-6/+12
* Avoid manual handling of icons in request field list itemsArkadiy Illarionov2021-04-051-21/+21
* Fix a few things that were throwing g_warning's during startupGary Kramlich2021-01-151-1/+6
* Separate the AccountChooser from its model and move options to filtersGary Kramlich2020-09-151-5/+32
* Replace some utility functions with actual widgetsGary Kramlich2020-09-151-5/+2
* remove the unused gtkinternal.hGary Kramlich2020-08-081-1/+0
* phase2 of pidgin.h: move existing file to pidgincore.hGary Kramlich2020-07-231-3/+2
* Remove PIDGIN_HIG_* constantsGary Kramlich2020-07-161-38/+36
* Update a a few things that were changed in talkatuGary Kramlich2020-07-051-5/+5
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+2
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in t...Gary Kramlich2020-04-301-3/+1
* Merged in default (pull request #652)Gary Kramlich2020-04-091-35/+17
|\
| * Replace PurpleNamedValue with PurpleKeyValuePairqarkai2019-11-271-6/+6
| * Add PurpleNamedValue to use in lists instead of consecutive key and value ele...qarkai2019-11-161-35/+17
* | The e2ee api appears to not be used anywhere. It could use a bunch of cleanu...Gary Kramlich2020-02-201-3/+0
* | Addressed comments from pull request #633 reviewFabrice Bellet2019-12-201-4/+3
* | fix various memory leaksFabrice Bellet2019-10-211-2/+3
* | Bump the gtk minimum to 3.22 and remove gtk3compat.hGary Kramlich2019-11-151-2/+0
|/
* Remove GtkDialog handling in pidgin_widget_decorate_account.Elliott Sales de Andrade2019-11-101-6/+1
* Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}.Elliott Sales de Andrade2019-11-041-2/+1
* Merged in default (pull request #577)Gary Kramlich2019-10-041-58/+42
|\
| * Convert to GtkFileChooserNative.Elliott Sales de Andrade2019-09-291-33/+36
| * Remove custom file-overwrite dialog.Elliott Sales de Andrade2019-09-281-25/+6
* | Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-2/+1
|/
* Move account chooser filter in a separate setter.Elliott Sales de Andrade2019-08-131-1/+3
* Remove callback from account chooser constructor.Elliott Sales de Andrade2019-08-121-4/+6
* Rename pidgin_account_option_menu_* to pidgin_account_chooser_*.Elliott Sales de Andrade2019-08-091-6/+5
* Split pidgin_account_option_menu into its own files.Elliott Sales de Andrade2019-08-091-0/+1
* Bump minimum GTK 3 requirement to 3.18.0.Elliott Sales de Andrade2019-07-151-5/+0
* gtkrequest: Drop certificate request typeMike Ruprecht2018-05-301-58/+0
* Some more cleanupGary Kramlich2018-09-121-9/+5
* Start of moving GtkRequest to Talkatu, but there's some weirdness going on yetGary Kramlich2018-09-111-47/+52
* Merged in CMaiku/pidgin (pull request #373)Gary Kramlich2018-06-131-13/+12
|\
| * Replace remaining usage of PIDGIN_STOCK_DIALOG_* with literal icon namesMike Ruprecht2018-06-081-13/+12
* | gtkrequest: Port from deprecated GtkStock to string literalsMike Ruprecht2018-06-091-7/+6