summaryrefslogtreecommitdiff
path: root/pidgin/prefs/pidginprefs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused pref widget helpersElliott Sales de Andrade2023-03-301-287/+0
* Fix leaks from g_list_model_get_itemElliott Sales de Andrade2023-03-221-5/+4
* Display the preferences window as a singleton from the applicationGary Kramlich2023-02-211-28/+10
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-2/+2
* Port proxy type chooser to an AdwComboRowElliott Sales de Andrade2022-09-051-0/+38
* Add some new helpers for pref widgetsElliott Sales de Andrade2022-08-291-0/+37
* Fix prefs on GTK4Elliott Sales de Andrade2022-08-231-3/+3
* Convert main prefs to GTK4Elliott Sales de Andrade2022-05-241-4/+1
* Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_textGary Kramlich2022-03-031-2/+2
* Make VV libraries requiredElliott Sales de Andrade2022-08-121-22/+2
* Cleanup pidgin prefsElliott Sales de Andrade2022-05-201-66/+15
* Split VV prefs into a separate widgetElliott Sales de Andrade2022-05-201-538/+14
* Expose PidginPrefCombo model enum in internal APIElliott Sales de Andrade2022-05-191-25/+21
* Fix leak in PidginPrefComboElliott Sales de Andrade2022-05-171-3/+7
* Simplify active iter processing in PidginPrefComboElliott Sales de Andrade2022-05-171-47/+32
* Remove pidgin_prefs_bind_dropdown_from_listElliott Sales de Andrade2022-05-171-77/+0
* Use GtkListStore for populating VV device prefsElliott Sales de Andrade2022-05-171-33/+34
* Inline pidgin_prefs_dropdown_from_list_with_cbElliott Sales de Andrade2022-05-171-61/+26
* Drop pref value tracking on PidginPrefsComboElliott Sales de Andrade2022-05-171-21/+27
* Remove active tracking in PidginPrefsComboElliott Sales de Andrade2022-05-171-20/+0
* Inline pidgin_prefs_bind_dropdown_from_list_cbElliott Sales de Andrade2022-05-171-23/+7
* Inline pidgin_prefs_dropdown_from_list_cbElliott Sales de Andrade2022-05-171-45/+24
* Split conversation/interface prefs into a separate widgetElliott Sales de Andrade2022-05-131-88/+0
* Split proxy prefs page into a separate widgetElliott Sales de Andrade2022-05-131-164/+0
* Split network prefs into a separate widgetElliott Sales de Andrade2022-05-131-213/+0
* Split away/idle prefs into a separate widgetElliott Sales de Andrade2022-05-131-93/+0
* Expose prefs binding functions internallyElliott Sales de Andrade2022-05-131-24/+6
* Add gdk-pixbuf as a libpurple dependency and move helpers from pidgin to purpleGary Kramlich2022-04-011-1/+0
* Move PurpleProxyInfo from a boxed type to a GObjectGary Kramlich2022-04-011-2/+2
* Remove some unused headers from pidginprefs.c that don't exist in gtk4Gary Kramlich2022-02-241-12/+0
* Remove the windows specific font preferenceGary Kramlich2022-02-031-72/+0
* Remove the interface page from preferences as all of those preferences were m...Gary Kramlich2022-01-131-62/+0
* Remove the Conversation -> Chat Notifications preference from the ui as it wa...Gary Kramlich2021-12-091-8/+0
* Remove the Pidgin icon themes which are covered by XDG icon themes now and re...Gary Kramlich2021-10-281-525/+0
* Move the pidgin_pixbuf stuff to pidgingdkpixbuf.[ch]Gary Kramlich2021-10-261-0/+1
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-42/+0
* Remove the hidden conversation window as that api is going to change in the f...Gary Kramlich2021-10-111-28/+0
* Fix typos in PidginElliott Sales de Andrade2021-10-101-1/+1
* Remove all of the current smiley support as it currently isn't used and needs...Gary Kramlich2021-08-241-182/+3
* Fix the resource path so we can use the automatic stuff that GtkApplication s...Gary Kramlich2021-08-161-3/+3
* Move Pidgin preferences code into a subdirectory.Elliott Sales de Andrade2021-05-181-0/+2914