summaryrefslogtreecommitdiff
path: root/pidgin/pidginapplication.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all of the current Mood APIGary Kramlich2023-03-201-13/+0
* Embed PidginAccountEditor into PidginAccountManagerGary Kramlich2023-03-161-7/+35
* Display the preferences window as a singleton from the applicationGary Kramlich2023-02-211-2/+12
* Remove PidginBlistGary Kramlich2023-02-171-3/+0
* Remove the privacy apiGary Kramlich2022-12-051-13/+0
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-47/+67
* Add a donate link under the help menu and move the debug window item to the t...Gary Kramlich2022-11-231-0/+11
* Display a dialog in Pidgin if purple_core_init returned FALSEGary Kramlich2022-11-011-5/+31
* Add an out parameter for an error to purple_core_initGary Kramlich2022-10-311-3/+6
* Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfoGary Kramlich2022-10-311-9/+3
* Disconnect the plugin state signals before we tell the core to shutdownGary Kramlich2022-10-281-0/+10
* Make the debug window transient for whatever window created it.Gary Kramlich2022-09-271-27/+22
* Use the id property of PurpleUiInfo as the directory name to use with XDG_CON...Gary Kramlich2022-09-211-1/+1
* Make a bunch of windows transient and use gtk_window_present_with_time instea...Gary Kramlich2022-09-191-38/+43
* Rename pidginconversationwindow.[ch] to pidgindisplaywindow.[ch]Gary Kramlich2022-09-181-1/+1
* Rename PidginConversationWindow to PidginDisplayWindow as it holds more than ...Gary Kramlich2022-09-171-1/+1
* Add devel CSS to application windowsElliott Sales de Andrade2022-09-161-0/+4
* Replace calls to the old account editor with the new editor.Gary Kramlich2022-09-151-2/+3
* Fix typo in signal nameElliott Sales de Andrade2022-09-061-1/+1
* Save loaded plugin state when they are loaded/unloadedElliott Sales de Andrade2022-09-051-0/+18
* Do our best to set a transient parent for all of our dialogsGary Kramlich2022-08-301-4/+56
* Make Plugin window a singletonElliott Sales de Andrade2022-08-301-2/+7
* Remove the custom css setup for now as it's throwing a GWarning and we need t...Gary Kramlich2022-08-241-12/+0
* Replace a gtk_widget_show_all with gtk_widget_showGary Kramlich2022-05-051-1/+1
* Update PidginApplication for the changes in GTK4Gary Kramlich2022-02-221-19/+7
* Replace libhandy with libadwaitaGary Kramlich2022-02-101-2/+2
* Add source files to GObject introspectionElliott Sales de Andrade2022-08-021-3/+3
* Convert PidginAccountsEnabledMenu from a menu controller to a GMenuModelGary Kramlich2022-07-281-3/+3
* Update pidgin for the purple_account_manager_get_(in)active deprecationsGary Kramlich2022-07-211-1/+1
* Rename PidginInactiveAccountsMenu to PidginAccountsDisabledMenu to match Pidg...Gary Kramlich2022-07-211-4/+4
* Implement the UI for the new Notifications API.Gary Kramlich2022-07-041-0/+22
* Remove the manager, editor, and substatus editor from gtksavedstatusesGary Kramlich2022-05-301-1/+3
* Convert plugin actions to GMenu and GActionGary Kramlich2022-05-271-0/+7
* Update purple_core_init to take a PurpleUiInfo instanceGary Kramlich2022-05-201-1/+6
* Remove the ui parameter from purple_account_[gs]et_enabledGary Kramlich2022-05-201-4/+4
* Chain up to the parent class's implementation of the window_added default sig...Gary Kramlich2022-05-031-0/+3
* Make PidginApplication manage action groups for all windowsGary Kramlich2022-05-031-0/+71
* The debug command line option does not actually take an argument.Stu Tomlinson2022-04-271-16/+4
* Overhaul the status boxGary Kramlich2022-04-041-2/+14
* Replace PidginAccountsDisabledMenu with PidginInactiveAccountsMenu which is a...Gary Kramlich2022-03-251-5/+6
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-4/+4
* Create a new PidginAccountManager that replaces the manually built one.Gary Kramlich2022-03-221-2/+12
* Move the singleton handling of the about dialog to the action handler.Gary Kramlich2022-03-211-5/+5
* Create a new status manager that's built in gladeGary Kramlich2022-03-211-2/+9
* Add a menu controller for the accounts enabled section of the accounts menuGary Kramlich2022-03-181-3/+56
* Fix a type warning in new dynamic menuElliott Sales de Andrade2022-03-171-2/+2
* Create a menu controller that will keep a GMenu in sync with the disabled acc...Gary Kramlich2022-03-141-0/+40
* Stop reaching into the PidginBuddyList struct from other filesGary Kramlich2022-01-131-3/+4
* Add a statuses item to the tools menu that opens the status managerGary Kramlich2022-01-031-0/+11
* port Pidgin to the new PurpleAccountManager apiGary Kramlich2021-12-141-1/+4