Christian Dywan
1af23afbe8
Implement Last Visited Pages menu and toolbar item
...
We use the name of history folders now to store dates instead
of the token. This makes it possible to show history in an action.
2009-03-07 14:00:14 +01:00
Christian Dywan
abbfc163a3
Use session function in WebKitGTK+ 1.1.1 and prepare the session
2009-03-06 20:29:40 +01:00
Christian Dywan
60d5452b5e
Implement a button to use the current page as homepage
2009-03-05 23:36:13 +01:00
Christian Dywan
7c10d2078a
Make sure there actually is a web view when returning the level
2009-03-05 23:09:22 +01:00
Christian Dywan
1fb5222a3f
Fix zooming, and make Zoom Normal work again
2009-03-05 22:45:34 +01:00
Christian Dywan
f64547f723
Load and save extension settings automatically
2009-03-05 22:22:18 +01:00
Christian Dywan
7708e90214
Implement bypassing cache when reloading with Shift
2009-03-04 23:23:23 +01:00
Enrico Tröger
40f36328c2
Add WebKit version check to compat.h and use it in Preferences
2009-03-04 23:07:29 +01:00
Christian Dywan
abf30976af
Always show Network and Cookie prefs if we have WebKitGTK+ 1.1.1
2009-03-04 02:04:37 +01:00
Christian Dywan
d9f90f13e6
Avoid having no main frame, this fixes a g_signal_connect warning
2009-03-04 02:03:38 +01:00
Christian Dywan
5e458d2a5a
Disable Find inline while typing by default
...
Some web pages make heavy use of hotkeys with a single letter.
2009-03-03 01:02:28 +01:00
Christian Dywan
e12716c917
Update copyright year in --version and about dialog
2009-03-01 21:00:06 +01:00
Christian Dywan
2433019856
Mention the MIME type of a document that cannot be displayed.
2009-03-01 20:21:35 +01:00
Christian Dywan
73feaf9ae1
Add a Preference to disable automatic inline find while typing
2009-03-01 19:21:27 +01:00
Christian Dywan
0380d8bd2e
Use libSoup to percent decode scripts, ie. bookmarklets
2009-03-01 00:29:44 +01:00
Christian Dywan
ff9085b400
Disable WebKit's authentication dialog if needed
...
We need to handle WebKit possibly having an authentication
dialog more expressly. Obviously we only ever want to
see one dialog and we choose our own simply because it
is localized.
2009-02-28 23:46:41 +01:00
Christian Dywan
dc357a40aa
Use the date format of the user locale to display history dates
2009-02-28 23:03:23 +01:00
Christian Dywan
f799af8c0c
Report to the web view we didn't handle if the MIME type is fine
...
This caused blank pages to erroneously look as thought they were
loading infinitely. In fact it is due to a bug in WebKit that
this ever worked at all.
2009-02-28 22:33:37 +01:00
Christian Dywan
8ec0e53441
Check for settings and views more properly
...
These improvements were assisted by a test case that is
going to follow soon.
2009-02-28 14:05:01 +01:00
Christian Dywan
5b2380433b
Only apply settings on the web view if we actually have any
2009-02-28 14:03:23 +01:00
Christian Dywan
c02e181750
Only disconnect signals when we actually have search engines
2009-02-28 14:02:36 +01:00
Christian Dywan
68f00fb31c
Add function to obtain the action group of the browser
2009-02-28 04:15:16 +01:00
Matthias Kruk
7ff1a016f4
Implement activating and deactivating extensions in the panel
2009-02-28 01:59:06 +01:00
Christian Dywan
9c4d3ea62a
Implement Encoding menu
2009-02-27 23:09:36 +01:00
Christian Dywan
0ddf1bd1b2
Implement 'Open all in Tabs' for bookmark folders and history
2009-02-27 21:52:51 +01:00
Enrico Tröger
498232b805
Fix memory leaks in IDN handling and exclude file:// URIs
2009-02-27 20:59:23 +01:00
Christian Dywan
edce7d348b
Reflect completion selection directly in the entry
2009-02-24 23:56:28 +01:00
Matthias Kruk
1f00d2ed14
Remove any left timeouts if the browser is destroyed
2009-02-24 22:59:18 +01:00
Christian Dywan
69aa3bfdd9
Enable changing the containing folder of bookmarks
2009-02-24 00:17:21 +01:00
Christian Dywan
d9bdaf0f8c
Restrict IDN conversion to hostname
2009-02-23 23:44:30 +01:00
Johannes Reinhardt
1d8de6e72d
Fix #ifdefs for building without libxml or sqlite
2009-02-22 22:39:08 +01:00
Christian Dywan
254c4dd846
Correct default values of some preferences
2009-02-22 19:29:08 +01:00
Christian Dywan
6e2b0872a0
Wrap lines in source views
2009-02-22 19:24:52 +01:00
Christian Dywan
94532ab9f8
Add a button to change the alignment to the panel
2009-02-22 19:23:45 +01:00
Christian Dywan
e354f8e17b
Fix highlighted matches in 'typing' mode
2009-02-22 16:17:32 +01:00
Christian Dywan
9662e99354
Do not actually search less than 3 characters in 'typing' search
2009-02-22 16:12:58 +01:00
Christian Dywan
30729676db
Flip the toolbar of the panel as well when aligning it to the right
2009-02-22 16:03:08 +01:00
Christian Dywan
2347045245
Cancel 'typing' search when the entry loses its focus
2009-02-22 15:36:41 +01:00
Dale Whittaker
0d1a1edaaa
Save the normal window size, not the maximized size
2009-02-22 14:42:27 +01:00
Christian Dywan
ba9d7d48e5
Fix browser properties along with enabling the property test
2009-02-22 14:38:28 +01:00
Christian Dywan
ca8d22b9b4
Implement "right-align-sidepanel" to align the panel on the right
2009-02-22 03:51:10 +01:00
Christian Dywan
cbe3e75e80
Add a "New folder" button to the bookmark panel
2009-02-22 03:11:40 +01:00
Christian Dywan
f022a72a42
Focus the web view after cancelling an inline find
2009-02-22 02:47:30 +01:00
Christian Dywan
440e3cf72b
Hide find options and close button in 'typing' search
2009-02-22 02:34:21 +01:00
Christian Dywan
d2c5d89def
Make sure we exclude control characters from search
2009-02-22 02:20:04 +01:00
Christian Dywan
fb48e0c647
Actually search after every character in 'typing' search
2009-02-22 02:17:58 +01:00
Christian Dywan
51c6fb1cdf
Implement a primitive find-as-you-type
2009-02-22 01:45:22 +01:00
Christian Dywan
3baab132b9
Don't try to setup search engines when unsetting
2009-02-22 00:13:00 +01:00
Christian Dywan
758d5e1a1b
Add a missing check whether 'settings' are set
2009-02-22 00:12:18 +01:00
Christian Dywan
3d42b7453a
Load documentation as a proper file:// URI
2009-02-22 00:04:28 +01:00