Commit Graph

49 Commits

Author SHA1 Message Date
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
24de22e685 Implemented get_location and get_title 2009-04-05 00:36:54 +00:00
7066d63733 Handling more signals 2009-04-05 00:30:38 +00:00
b7896d6f0c Code cleanup 2009-03-29 02:25:25 +00:00
4e325e7f6e Hiding the toolbar in popup windows if necessary 2009-03-29 02:03:28 +00:00
9fc16aef17 Implementing more callbacks 2009-03-29 01:53:43 +00:00
49372d5a7f Implemented javascript alerts 2009-03-29 01:13:10 +00:00
4c76ecaf78 Implementing more callbacks 2009-03-29 01:06:56 +00:00
29074642fb Implemented the "hovering-over-link" signal 2009-03-28 18:27:48 +00:00
4e0b1a7441 Implemented tracking progress 2009-03-28 12:12:17 +00:00
6aa20974a5 Implemented the title callback 2009-03-28 12:07:02 +00:00
55db4a88f8 Use a scrolled window 2009-03-28 11:56:51 +00:00
8faf826f2f Initial functional release 2009-03-28 11:33:59 +00:00
65fa9db5c7 Initial release 2009-03-28 11:14:49 +00:00