Tomasz Szatkowski
a9a5b38c29
Grow and shrink tabs dynamically to available space
...
Fixes: https://bugs.launchpad.net/midori/+bug/735993
2011-03-23 20:41:40 +01:00
Christian Dywan
c1f9d6f796
'When Midori starts' should say Speed Dial, not Blank
...
While we are at it, use title case in the tab title.
2011-03-23 00:54:32 +01:00
Christian Dywan
0163806daa
Make speed dial in blank tabs mandatory
...
Fixes: https://bugs.launchpad.net/midori/+bug/699961
2011-03-23 00:28:04 +01:00
Paweł Forysiuk
d3edddea90
Rename midori_view_speed_dial_inject_thumb function since it no longer injects anything.
...
Additionally drop filename argument which was never used in function body.
2011-03-23 00:12:52 +01:00
Christian Dywan
34ef20ce4e
Update tabs if speed dial changes or thumbnail loaded
2011-03-23 00:07:52 +01:00
Paweł Forysiuk
616f49605b
Generate speed dial from key file without JSON
...
A timer for speed dial is shown if MIDORI_STARTTIME is defined.
2011-03-22 23:02:00 +01:00
Christian Dywan
b6ffbff40e
Treat about: like an alias to about:version
2011-03-21 20:56:13 +01:00
Christian Dywan
7ac71b6bba
Don't try to load icons of special pages
2011-03-14 01:03:37 +01:00
Christian Dywan
ab04194ee4
Check a and link elements for next/ previous page
2011-03-13 15:03:45 +01:00
Christian Dywan
e06c2052a0
Don't show link numbers if there is no href
...
Those can't actually be opened so it's confusing.
2011-03-13 15:03:45 +01:00
Christian Dywan
1bedc8a76c
Check if _midori_web_view_load_icon actually has a URI
...
A blank page wouldn't have one.
2011-03-12 21:10:01 +01:00
Christian Dywan
9ca1271020
Implement MD5 and SHA1 Link Fingerprint support
...
If a URL has an embedded link fingerprint the checksum
and algorithm is shown in the download prompt. After a
file has been saved to disk a warning icon will be shown
if the checksum doesn't match and clicking the icon will
explain that the file is erroneous and not open it.
See http://mdhashtool.mozdev.org/lfinfo.html
2011-03-12 21:10:01 +01:00
Christian Dywan
02d095cae0
Check for 'rel' links should be case insensitive
2011-03-12 03:38:26 +01:00
Paweł Forysiuk
88f7b72526
Introduce thumb:// pseudo-uri to serve thumbnails from disk cache
2011-03-09 02:10:41 +01:00
Christian Dywan
fb9629c1aa
Work around copying bug in WebKitGTK+
...
Fixes: https://bugs.launchpad.net/midori/+bug/707888
2011-03-06 18:13:54 +01:00
Christian Dywan
de0ede905f
Focus the view on key press if nothing's focussed
2011-03-06 17:26:41 +01:00
Alexander Friesen
353924a117
Always links by number with Return and remove styles
...
Return is always required to confirm the typed number, which
is consistent and more usable with Control for new tab.
Hiding links now actually removes the extra spans.
Opening links in a new tab keeps the links visible.
Escape resets the typed digits.
2011-03-05 00:23:33 +01:00
Christian Dywan
0e30ea3779
Propagate URI changes and update Back, Forward actions
...
Fixes: https://bugs.launchpad.net/midori/+bug/725826
2011-02-27 01:48:06 +01:00
Tomasz Szatkowski
ddd660b45a
Copy email addresses without mailto: prefix
...
Fixes: https://bugs.launchpad.net/midori/+bug/358650
2011-02-26 16:05:39 +01:00
Christian Dywan
3eba817d50
Move plugin list from about:plugins to about:version
2011-02-26 03:31:52 +01:00
Paweł Forysiuk
66544898fa
Show 'No plugins' if there are no plugins installed
...
Also free the return values.
2011-02-24 23:26:55 +01:00
Christian Dywan
667c94389a
Implement internal about:plugins page
2011-02-24 22:27:55 +01:00
Christian Dywan
ac7ce0f792
Move 'Menubar' menuitem down and make it 'Navigationbar'
...
The menu item that appears in the context menu if all toolbars
are hidden is easy to miss, so moving it to the bottom makes it
more visible. It should also show the Navigationbar.
2011-02-24 21:26:49 +01:00
Christian Dywan
997db05a9e
Rename 'Download link destination' to 'Save as'
...
Fixes: https://bugs.launchpad.net/midori/+bug/699989
2011-02-21 19:42:48 +01:00
Paweł Forysiuk
00b116a940
Use page title for inspector window tile
2011-02-17 21:38:54 +01:00
Christian Dywan
d19396a065
Add hidden setting for close buttons on the left
...
This value can be changed by distributions using window
decorations on the left side.
Fixes: https://bugs.launchpad.net/midori/+bug/699972
2011-02-17 20:57:57 +01:00
Christian Dywan
f4875ceb7c
Escape title to be set on error pages
2011-02-17 19:54:35 +01:00
Christian Dywan
296ede80f7
Append fallback icon instead of checking the theme
2011-02-15 21:32:08 +01:00
Christian Dywan
b55ab3afa9
Fallback to file icon if no MIME icon is found
2011-02-15 00:58:34 +01:00
Christian Dywan
6ebcc4e21c
Translate explanation in about:version
2011-02-02 01:46:14 +01:00
Christian Dywan
2d4afde696
Make download folder and notifications obligatory
2011-02-02 01:31:16 +01:00
Christian Dywan
e8d2dc3ee7
Show error dialogue for invalid bookmark export filename
2011-02-02 01:31:16 +01:00
Christian Dywan
8f489ca872
Unify settings update and title assignment
2011-01-11 21:08:27 +01:00
Christian Dywan
7e00e760ba
Allow image zoom if text and images can be zoomed
2011-01-05 19:21:50 +01:00
Alexander Butenko
1f15d17c5f
Use existing event if available to ensure link URI
...
This partially resolves problems with Midori opening the
wrong link when opening tabs in the background.
2011-01-02 01:24:50 +01:00
Christian Dywan
9b3d90ec73
Always construct the child web view right away
2011-01-01 21:43:29 +01:00
Christian Dywan
6780ed8be3
Replace midori_view_new_with_uri with _new_with_title
...
The old function is actually being removed because it breaks
monitoring of page loading. It was only used internally so far.
Moreover a warning is now emitted when loading an URI before
adding a view to a browser.
2011-01-01 20:05:34 +01:00
Christian Dywan
6b38ed85cf
Check if typed link number exists and check result
2011-01-01 19:25:21 +01:00
Christian Dywan
fcb4a3c3e0
Handle oddities in Russian keyboard layouts
2010-12-15 01:08:50 +01:00
Christian Dywan
f9b2a75ae4
Note on about:version that runtime versions are in brackets.
2010-11-30 18:15:33 +01:00
Christian Dywan
8cfc7c654f
Use property proxy for custom print setting
2010-11-24 19:10:53 +01:00
Christian Dywan
97a7ae9955
Reference the hit test result before using it
...
It actually is owned by the WebKitWebView.
2010-11-23 22:59:19 +01:00
Christian Dywan
70de71d6a3
Do middle click and menu on tabs on button press
...
Doing close on middle click on a tab can cause the new tab
to be immediately closed because the mouse pointer happens
to be released under the tab after it appears.
2010-11-19 22:51:50 +01:00
Christian Dywan
f3831c5157
Turn view->memory into a static variable
2010-11-13 15:20:46 +01:00
Christian Dywan
61e51ea1d2
Cancel Find Links when pressing Escape key
2010-11-02 22:46:01 +01:00
Christian Dywan
a9244ad817
Use function to access web view and adjustments
2010-11-01 16:48:07 +01:00
Christian Dywan
985912a9cd
Go back to conservative page next from 0.2.6
...
This reverts to behaviour as of commit c2be3d67cf
.
2010-10-30 21:53:44 +02:00
Christian Dywan
80bd531d58
Always create a new style element for link find
...
Otherwise adding rules for link find on pages with
no stylesheets doesn't work.
2010-10-26 23:50:59 +02:00
Christian Dywan
95f2278542
Find links opens tabs with Control and Shift respectively
2010-10-26 23:04:22 +02:00
Christian Dywan
ad6905db4d
Make link number style more robust
...
Use bold, small font, white background, 1 line high and displayed.
Mark attributes with !important to ensure the style is not
changed due to styling on the page.
2010-10-26 23:04:21 +02:00