Commit Graph

150 Commits

Author SHA1 Message Date
7670e65c22 Initial implementation of surfer_view_security() 2010-12-21 03:11:16 +00:00
bfc794e9f8 Display the current security status in the location bar 2010-12-21 01:52:53 +00:00
cabf04f48b Introducing better SSL support with certificate verification 2010-12-20 22:44:15 +00:00
58da8ad29b More convenient tabbed browsing (re-orderable tabs and scrollbar) 2010-12-14 22:02:41 +00:00
7414eb9f6d Check the "http_proxy" environment variable and warn when closing multiple tabs 2010-12-10 21:50:43 +00:00
8c86a90dd1 Nicer preferences windows and WebKit support for HTTP proxies 2010-12-09 22:32:27 +00:00
9b6e062579 Added support for setting the HTTP proxy (WebKit-only at the moment) 2010-12-04 01:13:48 +00:00
1772425bfb Compilation fix 2010-11-15 03:01:00 +00:00
ca471f52bc Only embed the Download class in Surfer when really available 2010-11-15 02:57:22 +00:00
602f8430f8 Ask for confirmation before erasing files 2010-11-15 02:44:57 +00:00
3b66dfc693 The download class is also re-usable when gnet is being used 2010-11-15 02:26:17 +00:00
d8f2221264 Keep cookies by no longer separating the download process (with webkit) 2010-11-15 02:18:23 +00:00
f7f4acd25a Fixed the about dialog when forcibly closed 2010-11-15 01:14:06 +00:00
4a1418421c Allowed compilation with older versions of Gtk+ 2010-11-10 15:53:46 +00:00
c1da5e6650 Handling the "Back" and "Forward" keyboard shortcuts 2010-11-09 09:31:46 +00:00
92f78b7ca3 Changed the window icon to "web-browser" 2010-11-09 09:31:05 +00:00
78a05b8ac3 Set focus to the location bar when focusing new tabs 2010-11-04 14:29:18 +00:00
c6ad3999c8 Added some keyboard accelerators in embedded mode 2010-10-29 00:12:16 +00:00
55b2b2018d Added buttons in the toolbar in embedded mode for zooming in/out 2010-10-29 00:09:10 +00:00
90cef32f62 Code cleanup 2010-10-26 00:29:32 +00:00
9515d8c4e6 Fixed a stock icon with newer themes 2010-10-24 17:34:22 +00:00
0dcac17a1c Handling more error cases 2010-08-27 00:42:48 +00:00
c9a12340dd Added a configuration entry to focus new tabs 2010-07-02 22:29:18 +00:00
93fab0fb53 Fixed the GtkMozEmbed-based widget 2010-06-21 23:34:05 +00:00
22dfd8779c Improved the shortcut list 2010-05-04 00:16:55 +00:00
b6f5674ffe Updated the API for menubar and toolbar accelerators (must specify the modifier) 2010-05-04 00:07:01 +00:00
0b987b3c04 Slightly improve usability while searching text 2010-05-03 11:58:46 +00:00
b74ef557f9 Fully licensed under the GPL version 3 2010-04-27 00:44:25 +00:00
3eed7e32a6 Using the libDesktop to display the about dialog 2010-04-23 01:35:29 +00:00
41dbc91738 Nicer Javascript console 2010-04-21 03:07:46 +00:00
6c31ab1466 Translated the Javascript console 2010-04-21 03:03:45 +00:00
62fd809e7b Implemented the "Execute" button as well 2010-04-21 02:58:00 +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
721eea0dd8 Code cleanup 2010-04-21 00:08:26 +00:00
8b941884a9 Updated translations 2010-04-20 23:38:46 +00:00
db8767108b Close the proper tab when closing tabs 2010-04-20 23:30:42 +00:00
76d467f53a Also set the title within the tab labels 2010-04-20 23:16:50 +00:00
2bd872d86a Apply the correct status, progress and location when switching tabs 2010-04-20 18:51:35 +00:00
9cb637dd42 Modified the CTRL+W shortcut to close the current tab instead of the window 2010-04-20 18:04:49 +00:00
7ec113c1eb Implemented tabbed browsing (mostly usable already) 2010-04-20 17:56:25 +00:00
83dc7491b6 Really compute the remaining amount of browsers in surfer_delete() 2010-04-20 12:17:29 +00:00
989107f648 Code cleanup 2010-04-05 16:17:35 +00:00
0b2e425570 Translating the menus 2010-04-05 01:49:13 +00:00
aed0974738 The F11 key is now (un)setting fullscreen mode (fixed some warnings too) 2010-04-01 22:26:28 +00:00
1990c058b4 Translating the Surfer 2010-04-01 18:05:24 +00:00
1095f983bf Added the CTRL+W shortcut in embedded mode (and fixed a number of warnings) 2010-03-28 15:15:10 +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
eea917ee5c Avoid a few warnings 2010-03-20 23:45:59 +00:00
46ac384bde Now able to save the current page (source only) 2010-03-20 23:30:01 +00:00
e0857f5675 The WebKit-based implementation of GHtml is now able to print pages 2010-03-20 23:05:09 +00:00
e7e8bdcd69 Download the current file when it cannot be displayed (with WebKit's widget) 2010-03-17 23:09:11 +00:00
6177251387 Added a keyboard shortcut to close the "View source" window 2010-03-14 21:18:06 +00:00
3ac1a4b488 The refresh button is insensitive by default 2010-03-06 10:32:58 +00:00
edcccde42e Notably implemented the "View source" feature (works only with GtkHtml so far) 2010-03-04 22:33:54 +00:00
26a9398843 Also hide the location bar when the toolbar should be hidden 2010-03-01 23:00:00 +00:00
46dae81bfd Added a preferences button to the toolbar in embedded mode 2010-02-28 14:28:09 +00:00
eefdbf16da Fixed build when embedded 2010-02-28 14:17:44 +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
5578dd87a5 Began to implement accelerators in embedded mode (thanks to libDesktop) 2009-12-03 13:12:02 +00:00
0c3f02e3a0 Also use libDesktop to draw the toolbar 2009-12-03 13:05:19 +00:00
f50cb34b89 Beginning to use libDesktop (for the menu bar) 2009-12-03 12:51:52 +00:00
3457a7d2ee Added a helper to use the download utility to download files 2009-12-03 12:38:53 +00:00
d27c8e1c78 Gave the window an icon 2009-08-17 22:30:13 +00:00
7080fa989f Using EMBEDDED instead of FOR_EMBEDDED to build the embedded version 2009-08-14 16:55:19 +00:00
58031baa05 Really close the window on surfer_delete() 2009-07-25 12:59:28 +00:00
e451f13043 Let the progress bar always have the same height 2009-06-21 12:06:34 +00:00
c98ac0eff2 Compilation fix for Gtk+ < 2.10 2009-05-27 14:33:39 +00:00
235869fe9b Implemented preferences entry for the homepage 2009-04-12 23:21:04 +00:00
7fc36675c9 Working on the preferences window 2009-04-12 22:11:23 +00:00
c86e3e03d3 Beginning to add a preferences window 2009-04-12 21:53:33 +00:00
372ef61e89 Added surfer_confirm() 2009-04-05 00:30:08 +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
032ddfd7c2 Hiding the statusbar in embedded mode if appropriate (may break links at bottom of pages) 2009-03-28 01:24:03 +00:00
1a1d9e53de Code cleanup 2009-03-27 22:49:18 +00:00
5f0b1800dc Handling the CTRL+L keyboard shortcut to enter a new location 2009-03-06 18:27:00 +00:00
8ffba20220 Added surfer_set_location() 2009-02-25 16:35:36 +00:00
cfbb0724d5 Nicer handling of some errors 2009-02-24 15:52:32 +00:00
c5b24e9a71 No longer display the "Location" label in embedded mode 2009-02-23 17:18:05 +00:00
b1abcf5d46 No longer force a toolbar style 2009-02-23 17:15:45 +00:00
7a4c4bbae7 Implemented on_file_open() 2009-02-23 16:05:04 +00:00
c42f8665dc Nicer handling of the progress bar and status 2009-02-23 14:58:45 +00:00
71580f6f56 Updating the status bar 2009-02-23 14:47:03 +00:00
44a41395fc Improved the GtkHtml widget a lot (http has to be reimplemented) 2009-02-23 12:05:10 +00:00
15aa31d3c8 Minor improvements 2009-02-22 21:24:37 +00:00
9ca21bcba4 Nicer menu entry to create new windows 2008-10-11 16:22:33 +00:00
4b195c4604 Preparing a HTML-widget independant design 2008-10-11 16:06:34 +00:00
faec6aaf53 Not forking when creating new windows 2007-06-25 16:20:30 +00:00
49a2202c2f Properly licensed under the GPL version 2 2007-06-13 18:05:36 +00:00
20ebe4d866 Initial release 2006-11-26 22:37:34 +00:00