Wed, 23 Nov 2022 01:29:41 -0600 Gary Kramlich Add a donate link under the help menu and move the debug window item to the tools menu file | diff | annotate
Tue, 01 Nov 2022 00:03:51 -0500 Gary Kramlich Display a dialog in Pidgin if purple_core_init returned FALSE file | diff | annotate
Mon, 31 Oct 2022 22:50:20 -0500 Gary Kramlich Add an out parameter for an error to purple_core_init file | diff | annotate
Mon, 31 Oct 2022 04:02:09 -0500 Gary Kramlich Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfo file | diff | annotate
Fri, 28 Oct 2022 22:54:43 -0500 Gary Kramlich Disconnect the plugin state signals before we tell the core to shutdown file | diff | annotate
Tue, 27 Sep 2022 02:36:20 -0500 Gary Kramlich Make the debug window transient for whatever window created it. file | diff | annotate
Wed, 21 Sep 2022 03:22:51 -0500 Gary Kramlich Use the id property of PurpleUiInfo as the directory name to use with XDG_CONFIG_HOME file | diff | annotate
Mon, 19 Sep 2022 23:51:43 -0500 Gary Kramlich Make a bunch of windows transient and use gtk_window_present_with_time instead of just gtk_widget_show file | diff | annotate
Sun, 18 Sep 2022 22:49:16 -0500 Gary Kramlich Rename pidginconversationwindow.[ch] to pidgindisplaywindow.[ch] file | diff | annotate
Sat, 17 Sep 2022 21:49:25 -0500 Gary Kramlich Rename PidginConversationWindow to PidginDisplayWindow as it holds more than conversations now file | diff | annotate
Fri, 16 Sep 2022 21:26:34 -0500 Elliott Sales de Andrade Add devel CSS to application windows file | diff | annotate
Thu, 15 Sep 2022 23:04:59 -0500 Gary Kramlich Replace calls to the old account editor with the new editor. file | diff | annotate
Tue, 06 Sep 2022 02:28:55 -0500 Elliott Sales de Andrade Fix typo in signal name file | diff | annotate
Mon, 05 Sep 2022 22:34:45 -0500 Elliott Sales de Andrade Save loaded plugin state when they are loaded/unloaded file | diff | annotate
Tue, 30 Aug 2022 04:21:55 -0500 Gary Kramlich Do our best to set a transient parent for all of our dialogs file | diff | annotate
Tue, 30 Aug 2022 01:37:10 -0500 Elliott Sales de Andrade Make Plugin window a singleton file | diff | annotate
Wed, 24 Aug 2022 21:18:06 -0500 Gary Kramlich Remove the custom css setup for now as it's throwing a GWarning and we need to plan this out more. gtk4 file | diff | annotate
Thu, 05 May 2022 23:18:27 -0500 Gary Kramlich Replace a gtk_widget_show_all with gtk_widget_show gtk4 file | diff | annotate
Tue, 22 Feb 2022 19:22:14 -0600 Gary Kramlich Update PidginApplication for the changes in GTK4 gtk4 file | diff | annotate
Thu, 10 Feb 2022 20:41:13 -0600 Gary Kramlich Replace libhandy with libadwaita gtk4 file | diff | annotate
Tue, 02 Aug 2022 02:02:46 -0500 Elliott Sales de Andrade Add source files to GObject introspection file | diff | annotate
Thu, 28 Jul 2022 21:17:04 -0500 Gary Kramlich Convert PidginAccountsEnabledMenu from a menu controller to a GMenuModel file | diff | annotate
Thu, 21 Jul 2022 01:10:22 -0500 Gary Kramlich Update pidgin for the purple_account_manager_get_(in)active deprecations file | diff | annotate
Thu, 21 Jul 2022 00:34:31 -0500 Gary Kramlich Rename PidginInactiveAccountsMenu to PidginAccountsDisabledMenu to match PidginAccountsEnabledMenu file | diff | annotate
Mon, 04 Jul 2022 23:24:35 -0500 Gary Kramlich Implement the UI for the new Notifications API. file | diff | annotate
Mon, 30 May 2022 21:04:47 -0500 Gary Kramlich Remove the manager, editor, and substatus editor from gtksavedstatuses file | diff | annotate
Fri, 27 May 2022 14:52:34 -0500 Gary Kramlich Convert plugin actions to GMenu and GAction file | diff | annotate
Fri, 20 May 2022 02:55:51 -0500 Gary Kramlich Update purple_core_init to take a PurpleUiInfo instance file | diff | annotate
Fri, 20 May 2022 01:34:32 -0500 Gary Kramlich Remove the ui parameter from purple_account_[gs]et_enabled file | diff | annotate
Tue, 03 May 2022 02:32:33 -0500 Gary Kramlich Chain up to the parent class's implementation of the window_added default signal handler file | diff | annotate
Tue, 03 May 2022 01:54:18 -0500 Gary Kramlich Make PidginApplication manage action groups for all windows file | diff | annotate
Wed, 27 Apr 2022 10:52:55 -0500 Stu Tomlinson The debug command line option does not actually take an argument. file | diff | annotate
Mon, 04 Apr 2022 23:15:13 -0500 Gary Kramlich Overhaul the status box file | diff | annotate
Fri, 25 Mar 2022 02:56:25 -0500 Gary Kramlich Replace PidginAccountsDisabledMenu with PidginInactiveAccountsMenu which is a GMenuModel subclass. file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
Tue, 22 Mar 2022 07:46:43 -0500 Gary Kramlich Create a new PidginAccountManager that replaces the manually built one. file | diff | annotate
Mon, 21 Mar 2022 20:31:15 -0500 Gary Kramlich Move the singleton handling of the about dialog to the action handler. file | diff | annotate
Mon, 21 Mar 2022 20:25:43 -0500 Gary Kramlich Create a new status manager that's built in glade file | diff | annotate
Fri, 18 Mar 2022 00:09:50 -0500 Gary Kramlich Add a menu controller for the accounts enabled section of the accounts menu file | diff | annotate
Thu, 17 Mar 2022 23:27:18 -0500 Elliott Sales de Andrade Fix a type warning in new dynamic menu file | diff | annotate
Mon, 14 Mar 2022 01:18:18 -0500 Gary Kramlich Create a menu controller that will keep a GMenu in sync with the disabled accounts in libpurple file | diff | annotate
Thu, 13 Jan 2022 22:37:16 -0600 Gary Kramlich Stop reaching into the PidginBuddyList struct from other files file | diff | annotate
Mon, 03 Jan 2022 23:11:14 -0600 Gary Kramlich Add a statuses item to the tools menu that opens the status manager file | diff | annotate
Tue, 14 Dec 2021 01:14:27 -0600 Gary Kramlich port Pidgin to the new PurpleAccountManager api file | diff | annotate
Thu, 11 Nov 2021 23:19:07 -0600 Gary Kramlich Upgrade to gplugin 0.37.0 file | diff | annotate
Fri, 22 Oct 2021 01:22:34 -0500 Gary Kramlich Adjust some debug levels which were throwing warning messages when they shouldn't have file | diff | annotate
Tue, 19 Oct 2021 03:00:48 -0500 Elliott Sales de Andrade Move debug command-line option to the UIs file | diff | annotate
Mon, 18 Oct 2021 22:41:34 -0500 Elliott Sales de Andrade Initialize Pidgin GLib logging handler earlier file | diff | annotate
Mon, 18 Oct 2021 01:40:57 -0500 Gary Kramlich Remove the existing logging code from Pidgin now that the History API has landed file | diff | annotate
Fri, 01 Oct 2021 01:02:39 -0500 Elliott Sales de Andrade Add an envionment variable for Pidgin plugin search path file | diff | annotate
Tue, 24 Aug 2021 04:52:14 -0500 Gary Kramlich Remove all of the current smiley support as it currently isn't used and needs to be completely overhauled for the new emoji api when we write it. file | diff | annotate
Mon, 16 Aug 2021 03:10:08 -0500 Gary Kramlich Fix the resource path so we can use the automatic stuff that GtkApplication supports file | diff | annotate
Mon, 16 Aug 2021 03:02:37 -0500 Gary Kramlich Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon file | diff | annotate
Tue, 18 May 2021 02:08:18 -0500 Elliott Sales de Andrade Move Pidgin preferences code into a subdirectory. file | diff | annotate
Wed, 12 May 2021 05:36:35 -0500 Elliott Sales de Andrade Convert credentials page to use HdyPreferencesGroup and a list box. file | diff | annotate
Tue, 02 Mar 2021 23:06:11 -0600 Gary Kramlich Port Pidgin from purple_protocols to PurpleProtocolManager file | diff | annotate
Sat, 02 Jan 2021 22:05:09 -0600 Gary Kramlich Remove the buddy pounces api file | diff | annotate
Sun, 15 Nov 2020 01:42:00 -0600 Elliott Sales de Andrade Add an application ID to Pidgin. file | diff | annotate
Sat, 14 Nov 2020 03:15:43 -0600 Gary Kramlich Create a new ContactList that will eventually fully replace PidginBuddyList file | diff | annotate
Tue, 13 Oct 2020 00:42:59 -0500 Gary Kramlich Replace pidgin_set_urgent with gtk_window_set_urgency_hint file | diff | annotate
(0) tip

mercurial