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
Wed, 11 Sep 2013 12:41:01 +0200 Tomasz Wasilczyk Request API: HTML feature file | diff | annotate
Tue, 10 Sep 2013 23:15:56 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_folder to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 23:04:19 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_file to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 22:32:40 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_fields to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 21:47:37 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_action to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 15:34:10 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_choice to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 13:06:10 +0200 Tomasz Wasilczyk Request API refactoring: introduce PurpleRequestCommonParameters and switch purple_request_input to it file | diff | annotate
Mon, 09 Sep 2013 14:47:22 +0200 Tomasz Wasilczyk Request API: allow action_count = 0 file | diff | annotate
Sun, 12 May 2013 13:03:50 +0200 Tomasz Wasilczyk Fix bound checking in request api file | diff | annotate
Sun, 12 May 2013 12:45:52 +0200 Tomasz Wasilczyk Request API: fix integer fields, add bounds to them file | diff | annotate
Mon, 06 Aug 2012 15:24:55 +0200 Tomasz Wasilczyk Validation for Request API: common validators file | diff | annotate
Sat, 04 Aug 2012 08:52:12 +0200 Tomasz Wasilczyk Validation for Request API fixes file | diff | annotate
Sun, 29 Jul 2012 13:06:47 +0200 Tomasz Wasilczyk Validation for Request API; use it in 'new IM' dialog. file | diff | annotate
Sun, 26 Feb 2012 04:37:10 +0000 Elliott Sales de Andrade Add a function for prompting about a certificate. This is basically file | diff | annotate
Sun, 26 Feb 2012 03:38:28 +0000 Elliott Sales de Andrade Add PurpleCertificate request field API. file | diff | annotate
Sun, 18 Sep 2011 20:46:06 +0000 Mark Doliner Fix a bunch of tiny problems generating our doxygen documentation file | diff | annotate
Thu, 15 Sep 2011 22:02:55 +0000 Andrew Victor Remove deprecated purple_request_field_list_add(). file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
(0) -100 -60 tip

mercurial