| Tue, 07 Apr 2020 02:27:08 -0500 |
Gary Kramlich |
Move the mood api to it's own files and remove the remaining bits of the old menu bar from gtkblist
|
file |
diff |
annotate
|
| Tue, 07 Apr 2020 00:55:43 -0500 |
Gary Kramlich |
Move the menu trac to PidginBuddyListMenu
|
file |
diff |
annotate
|
| Tue, 07 Apr 2020 00:16:27 -0500 |
Gary Kramlich |
Manage the room list action's state based on whether the online accounts support the room list interface.
|
file |
diff |
annotate
|
| Mon, 06 Apr 2020 22:27:40 -0500 |
Gary Kramlich |
Migrate the accounts menu to its own set of widgets
|
file |
diff |
annotate
|
| Wed, 01 Apr 2020 13:08:57 -0500 |
Gary Kramlich |
Move the join chat menu item to the new menu setup
|
file |
diff |
annotate
|
| Tue, 31 Mar 2020 23:38:28 -0500 |
Gary Kramlich |
Remove the old plugin actions code from the old UIManager based menubar
|
file |
diff |
annotate
|
| Tue, 31 Mar 2020 05:38:10 -0500 |
Gary Kramlich |
Add a missing cast
|
file |
diff |
annotate
|
| Tue, 31 Mar 2020 01:49:27 -0500 |
Gary Kramlich |
Migrate add-chat and add-buddy to the new menu
|
file |
diff |
annotate
|
| Mon, 30 Mar 2020 22:47:30 -0500 |
Gary Kramlich |
Port the sort-method items to GMenu and GAction and display in the new menubar
|
file |
diff |
annotate
|
| Fri, 27 Mar 2020 19:03:57 -0500 |
Gary Kramlich |
Finish porting the rest of the toggle actions to the new menubar widget
|
file |
diff |
annotate
|
| Fri, 27 Mar 2020 07:03:16 -0500 |
Gary Kramlich |
Implement mute sounds to prove out the action state code
|
file |
diff |
annotate
|
| Fri, 27 Mar 2020 00:45:04 -0500 |
Gary Kramlich |
Migrate the rest of the static menu items to the new PidginActionGroup
|
file |
diff |
annotate
|
| Thu, 26 Mar 2020 22:55:20 -0500 |
Gary Kramlich |
Start to migrate the buddy list from GtkActionEntry and UiManager to GActionEntry and a custom widget
|
file |
diff |
annotate
|
| Fri, 01 May 2020 05:15:51 -0500 |
Gary Kramlich |
Update all of the pidgin code to include purple.h
|
file |
diff |
annotate
|
| Mon, 21 Oct 2019 16:31:36 +0200 |
Fabrice Bellet |
fix various memory leaks
memory-leaks
|
file |
diff |
annotate
|
| Thu, 21 Nov 2019 22:32:44 -0600 |
Gary Kramlich |
Now that the plugin dialog shows more information we can remove the debug plugin info dialog
|
file |
diff |
annotate
|
| Thu, 14 Nov 2019 21:53:50 -0600 |
Gary Kramlich |
delete gtkplugin.[ch] and deal with the repercussions
|
file |
diff |
annotate
|
| Thu, 17 Oct 2019 20:37:48 -0500 |
Gary Kramlich |
initial start of moving the plugins dialog to glade
|
file |
diff |
annotate
|
| Mon, 18 Nov 2019 21:02:18 -0600 |
Gary Kramlich |
rename gtkmenutray.[ch] to pidginmenutray.[ch]
|
file |
diff |
annotate
|
| Fri, 15 Nov 2019 01:27:30 -0600 |
Gary Kramlich |
Bump the gtk minimum to 3.22 and remove gtk3compat.h
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 14:43:49 +0300 |
qarkai |
Merge upstream, resolve conflicts
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 10:00:14 +0300 |
qarkai |
Set GList to NULL after free
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 01:03:02 +0300 |
qarkai |
Add NULL checks
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 01:02:13 +0300 |
qarkai |
Use g_clear_object instead of NULL check and g_object_unref
|
file |
diff |
annotate
|
| Sun, 03 Nov 2019 20:37:07 +0300 |
qarkai |
Add new and free functions for structs to reduce duplication
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 02:36:50 -0500 |
Elliott Sales de Andrade |
Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}.
|
file |
diff |
annotate
|
| Fri, 04 Oct 2019 03:46:50 +0000 |
Gary Kramlich |
Merged in default (pull request #577)
|
file |
diff |
annotate
|
| Sun, 29 Sep 2019 02:30:18 -0400 |
Elliott Sales de Andrade |
Convert to GtkFileChooserNative.
|
file |
diff |
annotate
|
| Sun, 29 Sep 2019 00:58:53 -0400 |
Elliott Sales de Andrade |
Don't allow multiple file choosers for custom buddy icons.
|
file |
diff |
annotate
|
| Wed, 02 Oct 2019 19:04:34 -0400 |
Elliott Sales de Andrade |
Fix several memory leaks.
|
file |
diff |
annotate
|
| Wed, 02 Oct 2019 06:21:41 -0400 |
Elliott Sales de Andrade |
Remove redundant conditions.
|
file |
diff |
annotate
|
| Tue, 01 Oct 2019 01:38:06 -0400 |
Elliott Sales de Andrade |
Use g_list_free_full instead of g_list_foreach+g_list_free.
|
file |
diff |
annotate
|
| Mon, 09 Sep 2019 20:54:32 -0400 |
Elliott Sales de Andrade |
Remove redundant purple_plugin_info_get_* wrappers.
|
file |
diff |
annotate
|
| Tue, 13 Aug 2019 02:23:23 -0400 |
Elliott Sales de Andrade |
Move account chooser filter in a separate setter.
|
file |
diff |
annotate
|
| Mon, 12 Aug 2019 23:25:49 -0400 |
Elliott Sales de Andrade |
Remove callback from account chooser constructor.
|
file |
diff |
annotate
|
| Fri, 09 Aug 2019 01:51:47 -0400 |
Elliott Sales de Andrade |
Rename pidgin_account_option_menu_* to pidgin_account_chooser_*.
|
file |
diff |
annotate
|
| Fri, 09 Aug 2019 00:41:13 -0400 |
Elliott Sales de Andrade |
Split pidgin_account_option_menu into its own files.
|
file |
diff |
annotate
|
| Tue, 06 Aug 2019 19:15:13 -0400 |
Elliott Sales de Andrade |
Rename *_GET_*_IFACE to more standard *_GET_IFACE.
|
file |
diff |
annotate
|
| Sat, 03 Aug 2019 02:33:05 -0400 |
Elliott Sales de Andrade |
Add missing transfer annotations.
|
file |
diff |
annotate
|
| Tue, 16 Jul 2019 03:37:32 -0400 |
Elliott Sales de Andrade |
Remove some use of buddy list globals in Pidgin.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 22:27:13 -0400 |
Elliott Sales de Andrade |
Use GObject's instance private data in PidginBuddyList.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 22:22:50 -0400 |
Elliott Sales de Andrade |
Remove PurpleBuddyListClass->destroy.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 21:51:50 -0400 |
Elliott Sales de Andrade |
Remove PurpleBuddyListClass->new_list.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 21:41:05 -0400 |
Elliott Sales de Andrade |
Remove purple_blist_[gs]et_ui_data.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 20:09:04 -0400 |
Elliott Sales de Andrade |
Convert UI ops to PurpleBuddyListClass methods.
|
file |
diff |
annotate
|
| Wed, 03 Jul 2019 04:02:46 -0400 |
Elliott Sales de Andrade |
Make PurpleBuddyList fields private.
|
file |
diff |
annotate
|
| Sat, 06 Jul 2019 02:20:48 -0400 |
Elliott Sales de Andrade |
Add list parameter to all buddy list UI ops.
|
file |
diff |
annotate
|
| Tue, 02 Jul 2019 23:52:35 -0400 |
Elliott Sales de Andrade |
Rename some buddy list accessor functions.
|
file |
diff |
annotate
|
| Mon, 20 May 2019 02:52:00 -0400 |
Elliott Sales de Andrade |
Rename gtklog -> pidginlog.
|
file |
diff |
annotate
|
| Tue, 23 Apr 2019 16:03:41 -0500 |
Gary Kramlich |
Start cleaning up gtkutils by moving functions to individual files
|
file |
diff |
annotate
|
| Tue, 09 Apr 2019 22:43:27 -0500 |
Gary Kramlich |
remove pidgin_make_pretty_arrows and use the unicode arrows in the actual text
|
file |
diff |
annotate
|
| Mon, 01 Apr 2019 22:19:54 -0400 |
Elliott Sales de Andrade |
Remove unnecessary struct tags.
|
file |
diff |
annotate
|
| Thu, 15 Feb 2018 22:04:57 -0600 |
Gary Kramlich |
Rename PurpleMenuAction to PurpleActionMenu
|
file |
diff |
annotate
|
| Thu, 01 Feb 2018 22:33:16 -0600 |
Gary Kramlich |
Move the MenuAction stuff to the new action.[ch] files
|
file |
diff |
annotate
|
| Thu, 21 Feb 2019 22:27:53 -0600 |
Gary Kramlich |
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
|
file |
diff |
annotate
|
| Fri, 07 Dec 2018 13:18:54 -0600 |
Mike Ruprecht |
gtkblist: Port plugin actions mostly off of GtkUIManager
|
file |
diff |
annotate
|
| Sat, 08 Dec 2018 22:02:38 -0600 |
Mike Ruprecht |
Remove ENABLE_NLS guards, making 'nls' only affect po/ directory
|
file |
diff |
annotate
|
| Fri, 09 Nov 2018 20:43:30 -0600 |
Mike Ruprecht |
gtkblist: Only show the window instead of stealing focus
|
file |
diff |
annotate
|
| Fri, 09 Nov 2018 20:30:25 -0600 |
Mike Ruprecht |
gtkblist: Move gtkblist-hide and gtkblist-unhide emission to signals
|
file |
diff |
annotate
|
| Sat, 24 Nov 2018 08:23:44 +0000 |
Gary Kramlich |
Merged in default (pull request #422)
|
file |
diff |
annotate
|