| Wed, 06 Jun 2012 01:55:02 +0000 |
Elliott Sales de Andrade |
Avoid some asserts with WBFO.
|
file |
diff |
annotate
|
| Tue, 05 Jun 2012 23:59:36 +0000 |
Elliott Sales de Andrade |
Enable spell checking in an editable webview.
|
file |
diff |
annotate
|
| Tue, 05 Jun 2012 07:39:12 +0000 |
Elliott Sales de Andrade |
Remove links and background colours on format-clear.
|
file |
diff |
annotate
|
| Tue, 05 Jun 2012 07:14:40 +0000 |
Elliott Sales de Andrade |
Emit formatting toggle signals.
|
file |
diff |
annotate
|
| Tue, 05 Jun 2012 06:17:48 +0000 |
Elliott Sales de Andrade |
Fixup Insert Image functionality.
|
file |
diff |
annotate
|
| Tue, 05 Jun 2012 06:15:26 +0000 |
Elliott Sales de Andrade |
The URL probably needs to be quoted.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 21:13:19 +0000 |
Elliott Sales de Andrade |
Set up the link description from the already selected text.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 21:00:43 +0000 |
Elliott Sales de Andrade |
Restore "Insert Link" functionality.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 20:50:42 +0000 |
Elliott Sales de Andrade |
Restore Insert Horizontal Rule functionality.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 20:03:35 +0000 |
Elliott Sales de Andrade |
Don't emit the changed signal when modifying the webview ourselves.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 20:01:56 +0000 |
Elliott Sales de Andrade |
Clear formatting should also obey WBFO.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 19:58:23 +0000 |
Elliott Sales de Andrade |
Fix parameters to input signal handler.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 19:40:55 +0000 |
Elliott Sales de Andrade |
Add a changed signal shortcut for editable webview changes.
|
file |
diff |
annotate
|
| Sun, 03 Jun 2012 07:40:47 +0000 |
Elliott Sales de Andrade |
Setup WBFO in a WebView.
|
file |
diff |
annotate
|
| Sat, 02 Jun 2012 19:01:44 +0000 |
Elliott Sales de Andrade |
Add some convenience functions to get the contents of a GtkWebView.
|
file |
diff |
annotate
|
| Thu, 31 May 2012 03:42:49 +0000 |
Elliott Sales de Andrade |
Use insertAdjacentHtml instead of document.write. This seems a lot
|
file |
diff |
annotate
|
| Thu, 31 May 2012 00:36:55 +0000 |
Elliott Sales de Andrade |
Remove _with_imgstore suffix on this function. There isn't a version
|
file |
diff |
annotate
|
| Mon, 27 Feb 2012 06:44:05 +0000 |
Elliott Sales de Andrade |
Remove some unused variables.
|
file |
diff |
annotate
|
| Mon, 27 Feb 2012 06:41:57 +0000 |
Elliott Sales de Andrade |
Having a backcolor and a background seems a bit redundant. And we
|
file |
diff |
annotate
|
| Mon, 27 Feb 2012 06:35:27 +0000 |
Elliott Sales de Andrade |
WebKit knows the current formatting of the selection better than we
|
file |
diff |
annotate
|
| Mon, 27 Feb 2012 03:15:42 +0000 |
Elliott Sales de Andrade |
Implement webview formatting clearing.
|
file |
diff |
annotate
|
| Thu, 23 Feb 2012 04:41:29 +0000 |
Elliott Sales de Andrade |
Remove the automatic scroll-to-end when appending HTML to a webview.
|
file |
diff |
annotate
|
| Fri, 06 Jan 2012 02:37:42 +0000 |
Elliott Sales de Andrade |
Add some code for manipulating the WebView in edit-mode. Thanks to
|
file |
diff |
annotate
|
| Thu, 05 Jan 2012 06:30:29 +0000 |
Elliott Sales de Andrade |
Emit the format-cleared signal when the webview format is cleared.
|
file |
diff |
annotate
|
| Thu, 05 Jan 2012 06:11:04 +0000 |
Elliott Sales de Andrade |
Emit the allowed-formats-updated signal when the set_format_functions
|
file |
diff |
annotate
|
| Thu, 05 Jan 2012 05:59:21 +0000 |
Elliott Sales de Andrade |
Add some formatting signals to webview from imhtml.
|
file |
diff |
annotate
|
| Thu, 05 Jan 2012 01:10:12 +0000 |
Elliott Sales de Andrade |
Add a function for setting a WebView entry based on the
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 09:20:44 +0000 |
Elliott Sales de Andrade |
Copy some editing functions from GtkIMHtml. These are incomplete.
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 06:30:51 +0000 |
Elliott Sales de Andrade |
We don't want WebKit to process a Refresh, or Back/Forward
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 02:49:34 +0000 |
Elliott Sales de Andrade |
If we handle a navigation request, then we should tell WebKit
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 02:48:04 +0000 |
Elliott Sales de Andrade |
Passing the webview as userdata when the webview is the object
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 02:34:24 +0000 |
Elliott Sales de Andrade |
Use accessor functions where available.
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 02:30:11 +0000 |
Elliott Sales de Andrade |
Rearrange these files a bit to group common functions
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 01:21:28 +0000 |
Elliott Sales de Andrade |
This strlen seems redundant.
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 01:18:01 +0000 |
Elliott Sales de Andrade |
Avoid creating temporary files for images in a webview.
|
file |
diff |
annotate
|
| Wed, 04 Jan 2012 00:14:51 +0000 |
Elliott Sales de Andrade |
Use internal.h for less (conditional) #includes.
|
file |
diff |
annotate
|
| 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)
|
file |
diff |
annotate
|
| Tue, 27 Dec 2011 22:00:00 +0000 |
Elliott Sales de Andrade |
Add page up/down for WebKit view.
|
file |
diff |
annotate
|
| Wed, 21 Sep 2011 07:39:32 +0000 |
Mark Doliner |
Mark webkit-related missing functionality with "TODO WEBKIT" instead of
|
file |
diff |
annotate
|
| Fri, 09 Sep 2011 03:27:52 +0000 |
Jorge Villaseñor |
Let webview manage the navigation ONLY if the reason is the user clicked a link.
|
file |
diff |
annotate
|
| Thu, 08 Sep 2011 22:04:35 +0000 |
Elliott Sales de Andrade |
Clean up this WebKit stuff. Fix up broken merging, mark unfinished
|
file |
diff |
annotate
|
| Tue, 23 Aug 2011 06:21:27 +0000 |
Jorge Villaseñor |
Handle better webkit's navigation-policy-decision-requested signal to be able to manage external files, links and theme files.
cpw.masca.webkit
|
file |
diff |
annotate
|
| Thu, 16 Jun 2011 04:37:03 +0000 |
Jorge Villaseñor |
Fix more white spaces issues.
cpw.masca.webkit
|
file |
diff |
annotate
|
| Sat, 06 Feb 2010 22:18:05 +0000 |
Jorge Villaseñor |
webkit: Scroll to end when appending html.
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Wed, 19 Aug 2009 02:43:17 +0000 |
Arnold Noronha |
Use (void) in prototypes. (thanks Elliott)
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Mon, 10 Aug 2009 07:47:37 +0000 |
Arnold Noronha |
removed some ugly pointless pieces of code.
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Mon, 10 Aug 2009 07:42:54 +0000 |
Arnold Noronha |
Yep, tested, and changed some code from previous commit. This is a hard
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Mon, 10 Aug 2009 07:33:21 +0000 |
Arnold Noronha |
safely execute JS scripts only after loading is done. Untested code as of now, will test it in next commit.
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Fri, 07 Aug 2009 18:44:27 +0000 |
Arnold Noronha |
more cleanup.
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Fri, 07 Aug 2009 18:38:31 +0000 |
Arnold Noronha |
cleaning up code.
soc.2009.webkitmessageview
|
file |
diff |
annotate
|
| Fri, 07 Aug 2009 18:27:41 +0000 |
Arnold Noronha |
Apparently I missed these in my previous commit.
soc.2009.webkitmessageview
|
file |
diff |
annotate
|