summaryrefslogtreecommitdiff
path: root/pidgin/gtkutils.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-2/+1
* Fix username autocompletionElliott Sales de Andrade2023-03-201-25/+10
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-7/+13
* Inline purple_serv_get_info and purple_serv_set_infoGary Kramlich2022-11-181-11/+16
* Use PurpleAccountManager added/removed signalsElliott Sales de Andrade2022-10-091-8/+34
* Remove unused utilitiesElliott Sales de Andrade2022-09-301-224/+0
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-1/+1
* Remove redundant setting of [hv]alignElliott Sales de Andrade2022-08-301-2/+0
* Remove pidgin_create_icon_from_protocol and pidgin_create_protocol_iconGary Kramlich2022-08-231-65/+0
* Port gtkutils to GTK4Elliott Sales de Andrade2022-08-231-103/+16
* Removed unused text combo box utility codeElliott Sales de Andrade2022-08-221-59/+0
* Make a11y utility functions work on GTK4Elliott Sales de Andrade2022-08-221-34/+5
* Inline pidgin_make_scrollableElliott Sales de Andrade2022-08-221-20/+0
* Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_textGary Kramlich2022-03-031-7/+8
* Remove the GtkShadowType parameter from pidgin_make_scrollable as that enum w...Gary Kramlich2022-02-221-3/+2
* Replace the request_add Account UiOp with a new AddContact notificationGary Kramlich2022-08-231-1/+0
* Remove pidgin_menu_popup_at_treeview_selection and pidgin_new_menu_item which...Gary Kramlich2022-08-221-54/+0
* Inline pidgin_buddy_icon_chooser_newElliott Sales de Andrade2022-08-161-111/+0
* Remove the protocol and extended menus from the chat user list menus.Gary Kramlich2022-08-011-116/+0
* Remove pidgin_parse_x_im_contact as we're no longer using/support it.Gary Kramlich2022-05-171-140/+0
* Add gdk-pixbuf as a libpurple dependency and move helpers from pidgin to purpleGary Kramlich2022-04-011-3/+1
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-4/+4
* Replace PurpleCallback by GCallbackElliott Sales de Andrade2022-03-251-1/+1
* Remove some unused and underused functions from gtkutils.[ch]Gary Kramlich2022-03-111-69/+0
* Move the pidgin_dnd_* api to its own file.Gary Kramlich2022-02-101-331/+0
* Remove pidgin_get_dim_grey_stringGary Kramlich2022-02-031-24/+0
* port Pidgin to the new PurpleAccountManager apiGary Kramlich2021-12-141-8/+12
* Make pidgin_text_combo_box_entry_new use GtkEventControllerKeyGary Kramlich2021-12-031-3/+14
* Move the pidgin_pixbuf stuff to pidgingdkpixbuf.[ch]Gary Kramlich2021-10-261-188/+1
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-34/+5
* Remove registration of all stock iconsElliott Sales de Andrade2021-10-121-1/+0
* Replace pidgin_stock_id_from_status_primitive by pidgin_icon_name_from_status...Elliott Sales de Andrade2021-10-121-29/+0
* Replace gtk_image_new_from_stock with gtk_image_new_from_icon_nameGary Kramlich2021-10-061-1/+1
* Make pidgin_create_icon_from_protocol use icon theme lookup for protocol iconsElliott Sales de Andrade2021-10-011-23/+16
* Remove pidgin_dialog* helper functionsElliott Sales de Andrade2021-09-271-31/+0
* Add icon-name, icon-search-path, and icon-resource-path to PurpleProtocolGary Kramlich2021-09-021-2/+29
* Clean up pidgin_stock_id_from_status_primitive which is on its way out.Gary Kramlich2021-08-121-15/+8
* Move minidialog stuff from utils to its source fileElliott Sales de Andrade2021-07-221-117/+0
* Move Pidgin preferences code into a subdirectory.Elliott Sales de Andrade2021-05-181-1/+0
* Modernize PurpleProtocolGary Kramlich2021-03-081-3/+16
* Port Pidgin from purple_protocols to PurpleProtocolManagerGary Kramlich2021-03-021-3/+2
* Remove some old references to aim, icq, msn, etcGary Kramlich2021-02-261-40/+0
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-3/+2
* Remove pidgin_pixbuf_button_from_stock as it is barely used and uses deprecat...Gary Kramlich2021-01-141-46/+0
* Split PurpleProtocolChat to its own file and clean up the API.Gary Kramlich2021-01-111-1/+1
* Replace stock items for dialog buttons with labelsGary Kramlich2021-01-111-9/+0
* Replace pidgin_set_urgent with gtk_window_set_urgency_hintGary Kramlich2020-10-131-9/+0
* vv: Switch to GTK sinks by default.Elliott Sales de Andrade2020-10-081-24/+0
* Remove a bunch of functions from gtkutils that weren't being used.Gary Kramlich2020-09-161-207/+0
* Replace some utility functions with actual widgetsGary Kramlich2020-09-151-55/+0