log pidgin/gtkwebview.c @ 32809:5617be6a8413

age author description
Thu, 31 May 2012 03:42:49 +0000 Elliott Sales de Andrade Use insertAdjacentHtml instead of document.write. This seems a lot
Thu, 31 May 2012 00:36:55 +0000 Elliott Sales de Andrade Remove _with_imgstore suffix on this function. There isn't a version
Mon, 27 Feb 2012 06:44:05 +0000 Elliott Sales de Andrade Remove some unused variables.
Mon, 27 Feb 2012 06:41:57 +0000 Elliott Sales de Andrade Having a backcolor and a background seems a bit redundant. And we
Mon, 27 Feb 2012 06:35:27 +0000 Elliott Sales de Andrade WebKit knows the current formatting of the selection better than we
Mon, 27 Feb 2012 03:15:42 +0000 Elliott Sales de Andrade Implement webview formatting clearing.
Thu, 23 Feb 2012 04:41:29 +0000 Elliott Sales de Andrade Remove the automatic scroll-to-end when appending HTML to a webview.
Fri, 06 Jan 2012 02:37:42 +0000 Elliott Sales de Andrade Add some code for manipulating the WebView in edit-mode. Thanks to
Thu, 05 Jan 2012 06:30:29 +0000 Elliott Sales de Andrade Emit the format-cleared signal when the webview format is cleared.
Thu, 05 Jan 2012 06:11:04 +0000 Elliott Sales de Andrade Emit the allowed-formats-updated signal when the set_format_functions
Thu, 05 Jan 2012 05:59:21 +0000 Elliott Sales de Andrade Add some formatting signals to webview from imhtml.
Thu, 05 Jan 2012 01:10:12 +0000 Elliott Sales de Andrade Add a function for setting a WebView entry based on the
Wed, 04 Jan 2012 09:20:44 +0000 Elliott Sales de Andrade Copy some editing functions from GtkIMHtml. These are incomplete.
Wed, 04 Jan 2012 06:30:51 +0000 Elliott Sales de Andrade We don't want WebKit to process a Refresh, or Back/Forward
Wed, 04 Jan 2012 02:49:34 +0000 Elliott Sales de Andrade If we handle a navigation request, then we should tell WebKit
Wed, 04 Jan 2012 02:48:04 +0000 Elliott Sales de Andrade Passing the webview as userdata when the webview is the object
Wed, 04 Jan 2012 02:34:24 +0000 Elliott Sales de Andrade Use accessor functions where available.
Wed, 04 Jan 2012 02:30:11 +0000 Elliott Sales de Andrade Rearrange these files a bit to group common functions
Wed, 04 Jan 2012 01:21:28 +0000 Elliott Sales de Andrade This strlen seems redundant.
Wed, 04 Jan 2012 01:18:01 +0000 Elliott Sales de Andrade Avoid creating temporary files for images in a webview.
Wed, 04 Jan 2012 00:14:51 +0000 Elliott Sales de Andrade Use internal.h for less (conditional) #includes.
Sat, 31 Dec 2011 04:30:57 +0000 Daniel Atallah webkit_web_view_load_html_string is superceded by webkit_web_view_load_string as of 1.1.1 (which we require)
Tue, 27 Dec 2011 22:00:00 +0000 Elliott Sales de Andrade Add page up/down for WebKit view.
Wed, 21 Sep 2011 07:39:32 +0000 Mark Doliner Mark webkit-related missing functionality with "TODO WEBKIT" instead of
Fri, 09 Sep 2011 03:27:52 +0000 masca Let webview manage the navigation ONLY if the reason is the user clicked a link.
Thu, 08 Sep 2011 22:04:35 +0000 Elliott Sales de Andrade Clean up this WebKit stuff. Fix up broken merging, mark unfinished
Tue, 23 Aug 2011 06:21:27 +0000 masca Handle better webkit's navigation-policy-decision-requested signal to be able to manage external files, links and theme files.
Thu, 16 Jun 2011 04:37:03 +0000 masca Fix more white spaces issues.
Sat, 06 Feb 2010 22:18:05 +0000 masca webkit: Scroll to end when appending html.
Wed, 19 Aug 2009 02:43:17 +0000 tdrhq Use (void) in prototypes. (thanks Elliott)
Mon, 10 Aug 2009 07:47:37 +0000 tdrhq removed some ugly pointless pieces of code.
Mon, 10 Aug 2009 07:42:54 +0000 tdrhq Yep, tested, and changed some code from previous commit. This is a hard
Mon, 10 Aug 2009 07:33:21 +0000 tdrhq safely execute JS scripts only after loading is done. Untested code as of now, will test it in next commit.
Fri, 07 Aug 2009 18:44:27 +0000 tdrhq more cleanup.
Fri, 07 Aug 2009 18:38:31 +0000 tdrhq cleaning up code.
Fri, 07 Aug 2009 18:27:41 +0000 tdrhq Apparently I missed these in my previous commit.