| Tue, 23 Aug 2022 00:24:39 -0500 |
Elliott Sales de Andrade |
Port gtkutils to GTK4
gtk4
|
file |
diff |
annotate
|
| Mon, 22 Aug 2022 21:43:13 -0500 |
Elliott Sales de Andrade |
Removed unused text combo box utility code
gtk4
|
file |
diff |
annotate
|
| Mon, 22 Aug 2022 21:42:00 -0500 |
Elliott Sales de Andrade |
Make a11y utility functions work on GTK4
gtk4
|
file |
diff |
annotate
|
| Mon, 22 Aug 2022 21:40:04 -0500 |
Elliott Sales de Andrade |
Inline pidgin_make_scrollable
gtk4
|
file |
diff |
annotate
|
| Thu, 03 Mar 2022 23:59:46 -0600 |
Gary Kramlich |
Replace gtk_entry_[gs]et_text with gtk_editable_[gs]et_text
gtk4
|
file |
diff |
annotate
|
| Tue, 22 Feb 2022 19:25:57 -0600 |
Gary Kramlich |
Remove the GtkShadowType parameter from pidgin_make_scrollable as that enum was removed.
gtk4
|
file |
diff |
annotate
|
| Tue, 23 Aug 2022 01:09:33 -0500 |
Gary Kramlich |
Replace the request_add Account UiOp with a new AddContact notification
|
file |
diff |
annotate
|
| Mon, 22 Aug 2022 22:14:58 -0500 |
Gary Kramlich |
Remove pidgin_menu_popup_at_treeview_selection and pidgin_new_menu_item which are no longer used
|
file |
diff |
annotate
|
| Tue, 16 Aug 2022 01:00:44 -0500 |
Elliott Sales de Andrade |
Inline pidgin_buddy_icon_chooser_new
|
file |
diff |
annotate
|
| Mon, 01 Aug 2022 23:46:24 -0500 |
Gary Kramlich |
Remove the protocol and extended menus from the chat user list menus.
|
file |
diff |
annotate
|
| Tue, 17 May 2022 01:53:55 -0500 |
Gary Kramlich |
Remove pidgin_parse_x_im_contact as we're no longer using/support it.
|
file |
diff |
annotate
|
| Fri, 01 Apr 2022 01:14:35 -0500 |
Gary Kramlich |
Add gdk-pixbuf as a libpurple dependency and move helpers from pidgin to purple
|
file |
diff |
annotate
|
| Fri, 25 Mar 2022 02:51:58 -0500 |
Elliott Sales de Andrade |
Replace PURPLE_CALLBACK by G_CALLBACK
|
file |
diff |
annotate
|
| Fri, 25 Mar 2022 02:36:31 -0500 |
Elliott Sales de Andrade |
Replace PurpleCallback by GCallback
|
file |
diff |
annotate
|
| Fri, 11 Mar 2022 01:27:50 -0600 |
Gary Kramlich |
Remove some unused and underused functions from gtkutils.[ch]
|
file |
diff |
annotate
|
| Thu, 10 Feb 2022 21:44:33 -0600 |
Gary Kramlich |
Move the pidgin_dnd_* api to its own file.
|
file |
diff |
annotate
|
| Thu, 03 Feb 2022 22:14:31 -0600 |
Gary Kramlich |
Remove pidgin_get_dim_grey_string
|
file |
diff |
annotate
|
| Tue, 14 Dec 2021 01:14:27 -0600 |
Gary Kramlich |
port Pidgin to the new PurpleAccountManager api
|
file |
diff |
annotate
|
| Fri, 03 Dec 2021 01:55:19 -0600 |
Gary Kramlich |
Make pidgin_text_combo_box_entry_new use GtkEventControllerKey
|
file |
diff |
annotate
|
| Tue, 26 Oct 2021 04:05:39 -0500 |
Gary Kramlich |
Move the pidgin_pixbuf stuff to pidgingdkpixbuf.[ch]
|
file |
diff |
annotate
|
| Sat, 23 Oct 2021 01:06:57 -0500 |
Gary Kramlich |
Now that the History API is here, remove the purple logging api
|
file |
diff |
annotate
|
| Tue, 12 Oct 2021 05:05:29 -0500 |
Elliott Sales de Andrade |
Remove registration of all stock icons
|
file |
diff |
annotate
|
| Tue, 12 Oct 2021 04:46:36 -0500 |
Elliott Sales de Andrade |
Replace pidgin_stock_id_from_status_primitive by pidgin_icon_name_from_status_primitive
|
file |
diff |
annotate
|
| Wed, 06 Oct 2021 04:12:07 -0500 |
Gary Kramlich |
Replace gtk_image_new_from_stock with gtk_image_new_from_icon_name
|
file |
diff |
annotate
|
| Fri, 01 Oct 2021 03:51:58 -0500 |
Elliott Sales de Andrade |
Make pidgin_create_icon_from_protocol use icon theme lookup for protocol icons
|
file |
diff |
annotate
|
| Mon, 27 Sep 2021 20:42:30 -0500 |
Elliott Sales de Andrade |
Remove pidgin_dialog* helper functions
|
file |
diff |
annotate
|
| Thu, 02 Sep 2021 21:05:26 -0500 |
Gary Kramlich |
Add icon-name, icon-search-path, and icon-resource-path to PurpleProtocol
|
file |
diff |
annotate
|
| Thu, 12 Aug 2021 00:50:00 -0500 |
Gary Kramlich |
Clean up pidgin_stock_id_from_status_primitive which is on its way out.
|
file |
diff |
annotate
|
| Thu, 22 Jul 2021 22:33:54 -0500 |
Elliott Sales de Andrade |
Move minidialog stuff from utils to its source file
|
file |
diff |
annotate
|
| Tue, 01 Jun 2021 22:18:49 -0500 |
Gary Kramlich |
Fix some double frees that scanbuild found
release-2.x.y
|
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
|
| Thu, 08 Apr 2021 22:30:53 -0500 |
Gary Kramlich |
Remove the oscar protocol
release-2.x.y
|
file |
diff |
annotate
|
| Mon, 08 Mar 2021 23:22:02 -0600 |
Gary Kramlich |
Modernize PurpleProtocol
|
file |
diff |
annotate
|
| Tue, 02 Mar 2021 23:06:11 -0600 |
Gary Kramlich |
Port Pidgin from purple_protocols to PurpleProtocolManager
|
file |
diff |
annotate
|
| Fri, 26 Feb 2021 00:18:18 -0600 |
Gary Kramlich |
Remove some old references to aim, icq, msn, etc
|
file |
diff |
annotate
|
| Fri, 12 Feb 2021 18:37:00 -0600 |
Arkadiy Illarionov |
Use specific purple_debug_* functions
|
file |
diff |
annotate
|
| Thu, 14 Jan 2021 20:32:50 -0600 |
Gary Kramlich |
Remove pidgin_pixbuf_button_from_stock as it is barely used and uses deprecated API
|
file |
diff |
annotate
|
| Mon, 11 Jan 2021 01:51:14 -0600 |
Gary Kramlich |
Split PurpleProtocolChat to its own file and clean up the API.
|
file |
diff |
annotate
|
| Mon, 11 Jan 2021 00:05:29 -0600 |
Gary Kramlich |
Replace stock items for dialog buttons with labels
|
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
|
| Thu, 08 Oct 2020 23:31:08 -0500 |
Elliott Sales de Andrade |
vv: Switch to GTK sinks by default.
|
file |
diff |
annotate
|
| Wed, 16 Sep 2020 01:58:44 -0500 |
Gary Kramlich |
Remove a bunch of functions from gtkutils that weren't being used.
|
file |
diff |
annotate
|
| Tue, 15 Sep 2020 20:26:57 -0500 |
Gary Kramlich |
Replace some utility functions with actual widgets
|
file |
diff |
annotate
|
| Sat, 08 Aug 2020 23:42:30 -0500 |
Gary Kramlich |
Fix a bunch of random warnings
|
file |
diff |
annotate
|
| Thu, 23 Jul 2020 20:13:47 -0500 |
Gary Kramlich |
phase2 of pidgin.h: move existing file to pidgincore.h
|
file |
diff |
annotate
|
| Thu, 16 Jul 2020 21:33:23 -0500 |
Gary Kramlich |
Remove PIDGIN_HIG_* constants
|
file |
diff |
annotate
|
| Sun, 21 Jun 2020 04:16:15 -0500 |
Gary Kramlich |
Make it so only libpurple can directly include libpurple header files.
|
file |
diff |
annotate
|
| Sun, 14 Jun 2020 02:56:02 -0500 |
Gary Kramlich |
Fix some issues on macos that resulted from the internal.h cleanup
|
file |
diff |
annotate
|
| Fri, 01 May 2020 12:13:35 -0500 |
Gary Kramlich |
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
|
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
|
| Thu, 09 Apr 2020 21:21:40 -0500 |
Gary Kramlich |
Fix some issues that scanbuild had identified
|
file |
diff |
annotate
|
| Thu, 26 Mar 2020 20:28:57 -0500 |
Gary Kramlich |
Rename the monitor geometry to geo to match other code
|
file |
diff |
annotate
|
| Fri, 20 Mar 2020 09:57:21 -0500 |
Gary Kramlich |
Replace deprecated gdk functions
|
file |
diff |
annotate
|
| Fri, 14 Feb 2020 17:44:10 -0600 |
Gary Kramlich |
remove pidgin_protocol_option_menu_new as it's no longer used
|
file |
diff |
annotate
|
| Fri, 14 Feb 2020 00:50:39 -0600 |
Gary Kramlich |
Add the new PidginProtocolChooser and implement it in account dialog
|
file |
diff |
annotate
|
| Wed, 18 Dec 2019 22:41:28 +0100 |
Fabrice Bellet |
gtk: fix a PurpleActionMenu use after free
use-after-free
|
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
|
| Fri, 15 Nov 2019 01:07:08 -0600 |
Gary Kramlich |
Remove glibcompat.h from all the files that don't actually need it.
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 11:09:31 +0000 |
Gary Kramlich |
Merged in default (pull request #625)
|
file |
diff |
annotate
|
| Mon, 04 Nov 2019 13:48:18 +0300 |
qarkai |
Remove redundant comparisons in conditions
|
file |
diff |
annotate
|