log

age author description
2012-01-05 Elliott Sales de Andrade Update the signals in the GtkWebViewToolbar.
2012-01-05 Elliott Sales de Andrade Emit the format-cleared signal when the webview format is cleared.
2012-01-05 Elliott Sales de Andrade Emit the allowed-formats-updated signal when the set_format_functions
2012-01-05 Elliott Sales de Andrade Add some formatting signals to webview from imhtml.
2012-01-05 Elliott Sales de Andrade Add a function for setting a WebView entry based on the
2012-01-04 Elliott Sales de Andrade Add a WebView setup function.
2012-01-04 Elliott Sales de Andrade Add GtkWebViewToolbar to makefiles.
2012-01-04 Elliott Sales de Andrade Use a GtkWebViewToolbar when creating an editable GtkWebView.
2012-01-04 Elliott Sales de Andrade Add a GtkWebViewToolbar. This is basically a copy of the GtkIMHtml
2012-01-04 Elliott Sales de Andrade Copy some editing functions from GtkIMHtml. These are incomplete.
2012-01-04 Elliott Sales de Andrade We don't want WebKit to process a Refresh, or Back/Forward
2012-01-04 Elliott Sales de Andrade This #include is unnecessary when internal.h is used.
2012-01-04 Elliott Sales de Andrade Add some more messageClasses.
2012-01-04 Elliott Sales de Andrade If we handle a navigation request, then we should tell WebKit
2012-01-04 Elliott Sales de Andrade Passing the webview as userdata when the webview is the object
2012-01-04 Elliott Sales de Andrade This #include doesn't seem necessary.
2012-01-04 Elliott Sales de Andrade Use accessor functions where available.
2012-01-04 Elliott Sales de Andrade Rearrange these files a bit to group common functions
2012-01-04 Elliott Sales de Andrade I don't know why these lines are indented.
2012-01-04 Elliott Sales de Andrade This strlen seems redundant.
2012-01-04 Elliott Sales de Andrade Avoid creating temporary files for images in a webview.
2012-01-04 Elliott Sales de Andrade Update Template.html from Adium's hg repo.
2012-01-04 Elliott Sales de Andrade Use internal.h for less (conditional) #includes.
2012-01-04 Elliott Sales de Andrade Add G_BEGIN/END_DECLS to Pidgin public headers, most of which did
2012-01-03 Elliott Sales de Andrade Re-align stuff.
2012-01-03 Elliott Sales de Andrade Fix some spelling.
2012-01-03 Elliott Sales de Andrade Use G_BEGIN/END_DECLS in public libpurple files. This was
2012-01-03 Paul Aurich merge of '3100be309efb98a39bb8ef745c0302722534234a'
2012-01-03 Paul Aurich pidgin/finch: Make relative paths absolute with -c
2012-01-03 Paul Aurich jabber: Fix some compile warnings in auth_cyrus.c
2012-01-02 Elliott Sales de Andrade Ensure timestamps in header all all the same.
2012-01-02 Elliott Sales de Andrade Fix "Clear Scrollback" to actually reload the theme.
2012-01-02 Elliott Sales de Andrade Wrap a few lines.
2012-01-02 Elliott Sales de Andrade Fix a little warning.
2012-01-02 Elliott Sales de Andrade Ensure all timestamps in a message are the same. Based on something
2012-01-02 dvpdiner2 This should fix the everyone-is-the-same problem in chats.
2011-12-31 Daniel Atallah Fix some webkit related leaks and an unnecessary allocation.
2011-12-31 Daniel Atallah internal.h is needed to compile on win32
2011-12-31 Daniel Atallah webkit_web_view_load_html_string is superceded by webkit_web_view_load_string as of 1.1.1 (which we require)
2011-12-28 Elliott Sales de Andrade JS-ify the markerline plugin.
2011-12-27 Elliott Sales de Andrade Add page up/down for WebKit view.
2011-12-23 Elliott Sales de Andrade Optionally show certificates using GCR's widgets. These are much
2011-12-23 Elliott Sales de Andrade rekkanoryo pointed out that this error message is for a different
2011-12-23 Elliott Sales de Andrade Add GnuTLS support for exporting DER data.
2011-12-23 Elliott Sales de Andrade Add NSS support for getting DER data.
2011-12-23 Elliott Sales de Andrade Add a function for retrieving the raw DER representation of a
2011-12-22 hyc Regenerate plugins menu on conversation feature change too
2011-12-22 tim Select the first item in the mail-notification dialog. Also,
2011-12-22 hyc Fix insertion order of search results in Finch.
2011-12-22 Elliott Sales de Andrade Remove dead assignments found with clang-analyzer.
2011-12-22 Elliott Sales de Andrade It seems like we should be using this color tag for something...
2011-12-22 Elliott Sales de Andrade It seems to me this should be new_alias, not alias.
2011-12-22 Elliott Sales de Andrade Initialize parent_iter to prevent clang-analyzer from complaining.
2011-12-22 Elliott Sales de Andrade Fix a possible malloc(0). Not too sure if this can happen, though.
2011-12-22 Elliott Sales de Andrade Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
2011-12-22 Elliott Sales de Andrade Use g_list_prepend, since we're going to sort this list afterwards.
2011-12-22 Elliott Sales de Andrade Add Howard to COPYRIGHT also.
2011-12-22 hyc Ensure labelled buttons are shown for search results in Pidgin.
2011-12-22 hyc Ensure that the user's close callback is invoked when search
2011-12-22 opensuse-project Fix building with GLib 2.31 and single includes.