Fri, 04 Oct 2024 00:48:33 -0500 Gary Kramlich Split purpleprivate.h up into individual files file | diff | annotate
Tue, 06 Aug 2024 00:37:03 -0500 Gary Kramlich Remove the notify API file | diff | annotate
Sun, 14 Apr 2024 01:14:59 -0500 Gary Kramlich Remove PurpleBuddy file | diff | annotate
Tue, 20 Feb 2024 01:23:04 -0600 Gary Kramlich Create a test for verifying license headers and correct the ones that were wrong file | diff | annotate
Sun, 19 Mar 2023 03:26:38 -0500 Elliott Sales de Andrade Use GListModel API for request fields in libpurple file | diff | annotate
Tue, 07 Mar 2023 01:04:42 -0600 Elliott Sales de Andrade Convert PurpleRequestPage into a GObject file | diff | annotate
Tue, 07 Mar 2023 00:22:36 -0600 Elliott Sales de Andrade Convert PurpleRequestGroup into a GObject file | diff | annotate
Sun, 05 Mar 2023 02:26:17 -0600 Elliott Sales de Andrade Split PurpleRequestFields into its own files file | diff | annotate
Sun, 05 Mar 2023 02:11:09 -0600 Elliott Sales de Andrade Split PurpleRequestFieldGroup into its own files file | diff | annotate
Sat, 04 Mar 2023 06:36:41 -0600 Elliott Sales de Andrade Split PurpleRequestField into its own files file | diff | annotate
Sat, 04 Mar 2023 06:26:56 -0600 Elliott Sales de Andrade Remove autosensitivity from request field file | diff | annotate
Fri, 03 Mar 2023 01:22:08 -0600 Elliott Sales de Andrade Use RcBox for PurpleRequestCommonParameters file | diff | annotate
Tue, 28 Feb 2023 03:23:06 -0600 Elliott Sales de Andrade Fix leaks in requests file | diff | annotate
Thu, 05 Jan 2023 22:40:46 -0600 Elliott Sales de Andrade Simplify hash tables that are used as sets file | diff | annotate
Sun, 11 Dec 2022 22:56:34 -0600 Elliott Sales de Andrade Bump C standard to C99 for libpurple files and fix warnings file | diff | annotate
Fri, 04 Nov 2022 23:55:30 -0500 Gary Kramlich Add purple_account_manager_get_connected and port libpurple to it file | diff | annotate
Mon, 26 Sep 2022 05:44:36 -0500 Gary Kramlich Remove tabs from PurpleRequestField as they were never used. file | diff | annotate
Mon, 12 Sep 2022 22:54:13 -0500 Gary Kramlich Stop including internal.h everywhere when we really don't need it. file | diff | annotate
Mon, 05 Apr 2021 20:20:33 -0500 Arkadiy Illarionov Avoid manual handling of icons in request field list items file | diff | annotate
Sat, 13 Mar 2021 05:39:22 -0600 Arkadiy Illarionov Add purple_request_field_choice_add_full file | diff | annotate
Fri, 12 Feb 2021 04:07:08 -0600 Gary Kramlich Add a compatiblity layer for g_s?list_free_full and port everything to it. release-2.x.y file | diff | annotate
Sun, 07 Feb 2021 01:42:09 -0600 Gary Kramlich Implement mitigation for GHSL-2021-045 file | diff | annotate
Sun, 07 Feb 2021 01:33:01 -0600 Gary Kramlich Implement mitigation for GHSL-2021-045 release-2.x.y file | diff | annotate
Fri, 16 Oct 2020 02:27:21 -0500 Gary Kramlich Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code was changed just moved it from one file to the other. file | diff | annotate
Thu, 21 May 2020 21:21:54 -0500 Gary Kramlich Make sure we're not including the gettext macros in header files and deal with the repercussions of that. file | diff | annotate
Thu, 30 Apr 2020 23:43:54 -0500 Gary Kramlich Split PurpleKeyValuePair out to it's own file and try to do some cleanup in the files that need to include it. file | diff | annotate
Wed, 27 Nov 2019 00:08:11 +0300 qarkai Replace PurpleNamedValue with PurpleKeyValuePair file | diff | annotate
Sat, 16 Nov 2019 13:36:56 +0300 qarkai Add PurpleNamedValue to use in lists instead of consecutive key and value elements 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
Fri, 25 Oct 2019 05:52:30 -0400 Elliott Sales de Andrade Replace g_[s]list_remove with g_[s]list_delete_link. 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
Wed, 03 Jul 2019 00:21:33 -0400 Elliott Sales de Andrade Fix libpurple header guards using reserved names. file | diff | annotate
Wed, 30 May 2018 16:16:52 -0500 Mike Ruprecht request: Remove now unused certificate request type file | diff | annotate
Mon, 23 Apr 2018 16:37:00 +0100 David Woodhouse Outbound screenshare window/monitor selection release-2.x.y file | diff | annotate
Sun, 31 Jan 2016 00:21:44 -0600 Mike Ruprecht Port PurpleRequest API to use GTlsCertificate instead of PurpleCertificate purple-ssl-to-gio file | diff | annotate
Thu, 15 May 2014 23:02:22 +0200 Tomasz Wasilczyk Coverity: fix null pointer dereferences file | diff | annotate
Sun, 23 Feb 2014 01:43:21 +0530 Ankit Vani Use g_free as UiOps structures GBoxed free function file | diff | annotate
Sat, 15 Feb 2014 22:09:55 +0530 Ankit Vani Box the *UiOps structures file | diff | annotate
Thu, 06 Feb 2014 19:50:34 +0530 Ankit Vani Merged default branch gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 16:30:55 +0530 Ankit Vani Remove @file from .c files gtkdoc-conversion file | diff | annotate
Thu, 06 Feb 2014 18:56:36 +0530 Ankit Vani gtk-doc prep: *_get_type() functions are hidden as standard GType-returning funcs, so rename them. file | diff | annotate
Mon, 27 Jan 2014 04:41:33 +0530 Ankit Vani libpurple: Fix build and warnings with glib 2.24 file | diff | annotate
Tue, 07 Jan 2014 15:50:27 +0100 Tomasz Wasilczyk Allow Request API dialog with only one closing button file | diff | annotate
Tue, 29 Oct 2013 19:01:56 +0100 Tomasz Wasilczyk Request API: datasheet field file | diff | annotate
Mon, 28 Oct 2013 16:01:41 +0100 Tomasz Wasilczyk Request API: tabs support file | diff | annotate
Thu, 24 Oct 2013 15:55:59 +0200 Tomasz Wasilczyk Merge default file | diff | annotate
Wed, 23 Oct 2013 20:50:28 +0200 Tomasz Wasilczyk Request API: replace purple_request_field_string_set_editable with purple_request_field_set_sensitive file | diff | annotate
Wed, 23 Oct 2013 20:33:12 +0200 Tomasz Wasilczyk Request API: fields sensitivity file | diff | annotate
Thu, 24 Oct 2013 12:35:38 +0200 Tomasz Wasilczyk Add close notification for Request API dialogs file | diff | annotate
Sat, 28 Sep 2013 14:25:23 +0200 Tomasz Wasilczyk Request API: fix a crash file | diff | annotate
Sat, 21 Sep 2013 14:47:08 +0200 Tomasz Wasilczyk Implement purple_*_is_valid_ui_handle, purple_request_cpar_*et_parent_from, pidgin_request_get_dialog_window file | diff | annotate
Wed, 18 Sep 2013 18:24:28 +0200 Tomasz Wasilczyk Request API: PURPLE_REQUEST_WAIT with progress bar file | diff | annotate
Tue, 17 Sep 2013 18:20:00 +0200 Tomasz Wasilczyk GTK Request: better html support file | diff | annotate
Tue, 17 Sep 2013 14:06:44 +0200 Tomasz Wasilczyk Request API: extra actions for fields request file | diff | annotate
Tue, 17 Sep 2013 12:17:14 +0200 Tomasz Wasilczyk Request API: implement purple_request_wait file | diff | annotate
Thu, 12 Sep 2013 16:47:08 +0200 Tomasz Wasilczyk Request API: help button support file | diff | annotate
Thu, 12 Sep 2013 15:33:15 +0200 Tomasz Wasilczyk Request API: compact layout feature file | diff | annotate
Thu, 12 Sep 2013 14:38:22 +0200 Tomasz Wasilczyk Request API refactoring: custom PURPLE_REQUEST_CHOICE values, instead of indexes file | diff | annotate
Wed, 11 Sep 2013 13:55:14 +0200 Tomasz Wasilczyk Request API: the ability to set stock icons file | diff | annotate
(0) -100 -60 tip

mercurial