Commit Graph

63 Commits

Author SHA1 Message Date
2ab1ac3fbd webkit_web_view_open() is deprecated 2011-03-11 11:28:57 +00:00
773e249709 Implemented backward text search 2011-02-19 13:29:39 +00:00
d73fff8cf7 Finally implemented cut, copy & paste correctly 2011-01-29 22:00:08 +00:00
36f84fb0f1 Also implemented copying the selection to the clipboard (not used yet) 2011-01-26 01:30:20 +00:00
3d5a5222b7 Added a function to copy the selection to the clipboard 2011-01-26 01:26:45 +00:00
90608ed0a8 One more compilation fix for WebKit < 1.1.14 2011-01-01 00:46:45 +00:00
e9d8b7a27f One more compilation fix for WebKit < 1.1.0 (more required) 2011-01-01 00:45:12 +00:00
41d77c9408 Compilation fix for WebKit < 1.1.0 (more are required) 2011-01-01 00:39:54 +00:00
4fa2e30e49 Implemented undo/redo with WebKit 2010-12-21 03:34:17 +00:00
5bf4364809 Fixed trusted connections to be reported as secure 2010-12-21 03:11:47 +00:00
fddcadcdff Do not fully trust all SSL connection if no certificate bundle was found 2010-12-21 01:43:23 +00:00
fa2448543d Code cleanup 2010-12-21 01:38:07 +00:00
cabf04f48b Introducing better SSL support with certificate verification 2010-12-20 22:44:15 +00:00
8c86a90dd1 Nicer preferences windows and WebKit support for HTTP proxies 2010-12-09 22:32:27 +00:00
463cb230d3 Let it compile with older versions of WebKit as well 2010-12-04 18:18:26 +00:00
9b6e062579 Added support for setting the HTTP proxy (WebKit-only at the moment) 2010-12-04 01:13:48 +00:00
08a63a79c6 Avoid a warning with older versions of libwebkit 2010-11-10 15:51:24 +00:00
b8b50adb4a Code cleanup 2010-09-13 04:05:31 +00:00
3b2f968844 Fixed build on Debian Lenny 2010-09-05 12:58:15 +00:00
b74ef557f9 Fully licensed under the GPL version 3 2010-04-27 00:44:25 +00:00
38af1c106c Implemented status tracking with WebKit (with a few issues remaining) 2010-04-21 11:31:58 +00:00
1592373742 The WebKit-based implementation can now execute Javascript code on demand 2010-04-21 02:54:33 +00:00
a92edc3f72 Implemented basic Javascript console 2010-04-21 02:25:15 +00:00
2e3102e0e0 Fixed handling of Javascript interactions 2010-04-21 01:30:02 +00:00
9456d61b91 Finally fixed opening content in new windows 2010-04-21 00:16:47 +00:00
77cd2bb082 ghtml-webkit.c no longer depends on "common.h" 2010-04-20 18:09:00 +00:00
7ec113c1eb Implemented tabbed browsing (mostly usable already) 2010-04-20 17:56:25 +00:00
92a4d428aa Translating the HTML widgets as well 2010-04-11 11:08:53 +00:00
def0b21c58 Also allow the search to wrap around 2010-03-28 15:04:38 +00:00
386d976b37 Detect when a string cannot be found 2010-03-28 14:59:46 +00:00
a8defcdbe2 Searching text can now be case-sensitive 2010-03-28 11:58:44 +00:00
d07851e867 Added a dialog to search for text 2010-03-27 10:01:15 +00:00
e5a79067a1 Probably avoid a few warnings 2010-03-21 00:03:23 +00:00
e0857f5675 The WebKit-based implementation of GHtml is now able to print pages 2010-03-20 23:05:09 +00:00
2026447003 Try to suggest a filename when a content cannot be displayed 2010-03-20 22:45:51 +00:00
e7e8bdcd69 Download the current file when it cannot be displayed (with WebKit's widget) 2010-03-17 23:09:11 +00:00
1e2ae3c167 Ignore network errors when the user actually cancelled the request 2010-03-17 22:57:56 +00:00
4c975a81f7 Removed outdated comment 2010-03-09 23:09:50 +00:00
5cde2f8a67 Fixed "View source" with WebKit's HTML widget 2010-03-09 23:09:05 +00:00
edcccde42e Notably implemented the "View source" feature (works only with GtkHtml so far) 2010-03-04 22:33:54 +00:00
ecbc58302d No longer expose Surfer internals to the GHtml widgets 2010-02-28 14:01:59 +00:00
5072bba17a Moved the file download dialog into the Surfer class 2010-02-20 10:43:58 +00:00
d058f476de The webkit widget now completes URL automatically 2010-02-20 10:33:37 +00:00
5bdd1ee462 Implemented file download with the Webkit widget 2009-11-30 23:44:10 +00:00
0acefbb95f Fixed build on Debian lenny 2009-11-08 20:20:17 +00:00
af25a78243 Bypass the cache when reloading 2009-10-24 14:59:35 +00:00
7080fa989f Using EMBEDDED instead of FOR_EMBEDDED to build the embedded version 2009-08-14 16:55:19 +00:00
2ab1cc90aa Let Surfer compile on Debian Lenny 2009-07-25 20:09:12 +00:00
e15a42895a Fixed a warning 2009-07-16 15:26:44 +00:00
dbd977adda Implemented the load-committed signal (fixes history) 2009-04-05 00:44:06 +00:00