Christian Dywan
990b6b77bd
Look for localized "next page" link and unify code
2011-10-25 01:22:29 +02:00
Christian Dywan
b360541552
Use CSS style fixup to tweak tab size with GTK+ 3
...
For consistency, an analogous GtkRc snippet is used with GTK+ 2.
Based on a patch by Lucas Baudin.
Fixes: https://bugs.launchpad.net/midori/+bug/871085
2011-10-21 02:44:01 +02:00
Christian Dywan
77428fe44c
Introduce Midori.URI to unitfy all URI logic
...
sokoke_hostname_from_uri, sokoke_search_uri,
sokoke_hostname_to_ascii and sokoke_unescape_uri_string
are merged into Midori.URI.
midori-core.h is the official API header for Vala now.
2011-10-21 01:00:13 +02:00
Paweł Forysiuk
a12a8e26d6
Re-add enter_shortcut_name placeholder in speeddial-head.html
...
It is used in renaming dialog
2011-10-20 19:14:27 +02:00
Christian Dywan
30f4225cd9
Work-around libSoup not setting a proper directory title
...
Fixes: https://bugs.launchpad.net/midori/+bug/872123
2011-10-19 09:26:58 +02:00
Christian Dywan
2bb7fe3c2d
Rework --run feature based on a hidden browser
...
Scripts can use console.info to print and create new
windows to have a UI or open websites.
Internal "pass-through-console" is introduced to print
all messages to the console.
Fixes: https://bugs.launchpad.net/midori/+bug/875318
2011-10-19 09:15:47 +02:00
Paweł Forysiuk
7b4f2254ff
No need to check for rows and columns in speed dial now
2011-10-17 02:47:56 +02:00
Christian Dywan
756830f6e4
Require libSoup 2.27.90 and drop libidn
2011-10-17 02:47:55 +02:00
Christian Dywan
edb01a11f6
Speed dial should honor close-buttons-left value
2011-10-13 18:31:50 +02:00
Christian Dywan
2f40eee0a5
Only show close in speed dial if it can be saved
...
And un-negate return value of sokoke_is_app_or_private().
2011-10-11 02:48:47 +02:00
Christian Dywan
7bd92bc67c
Set speed dial shortcut title without asking
2011-10-11 01:53:12 +02:00
Paweł Forysiuk
a5ea7607d4
Properly position speed dial close and show on hover
2011-10-11 01:52:39 +02:00
Christian Dywan
be6d6932f8
Avoid allocating empty mime_type and news_feeds
2011-10-10 21:58:19 +02:00
Christian Dywan
d013cc85a9
Use goto to not leak parts in midori_view_update_icon
2011-10-10 21:55:12 +02:00
Paweł Forysiuk
5eb5663cf6
Implement embossed speed dial with custom close buttons
...
The close button position is wrong.
2011-10-10 01:38:39 +02:00
Christian Dywan
73354dbbab
Use GtkOffscreenWindow for speed dial thumbnails
...
Fixes: https://bugs.launchpad.net/midori/+bug/736427
2011-10-09 14:31:27 +02:00
Paweł Forysiuk
76a9bc38ff
Introduce and use midori_view_save_speed_dial_config
2011-10-07 21:07:21 +02:00
Lucas Baudin
b5aad2d176
Allow building with GTK+3
...
Fixes: https://bugs.launchpad.net/midori/+bug/861351
2011-10-07 20:24:02 +02:00
Lucas Baudin
b46db9b170
Use DOM API to get selected text in WebKitGTK+ 1.4.3
...
Related to https://bugs.launchpad.net/midori/+bug/799603
2011-10-05 20:51:18 +02:00
Christian Dywan
76a8f160f2
Close inspector with Ctrl+W just like a tab
...
Fixes: https://bugs.launchpad.net/midori/+bug/797865
2011-09-28 18:01:51 +02:00
Christian Dywan
b8c707f1cb
Fix bogus semicolon in midori_view_set_uri
2011-09-22 00:27:55 +02:00
Christian Dywan
648d869e4f
Use DOM API to get selected text in WebKitGTK+ 1.5.1
...
Fixes: https://bugs.launchpad.net/midori/+bug/799603
2011-09-21 23:50:51 +02:00
Christian Dywan
bac3dc1842
Introduce MIDORI_EVENT_CONTEXT_MENU in midori-platform.h
...
The new header contains all state and event handling.
2011-09-21 23:04:20 +02:00
Paweł Forysiuk
c1321b0072
Remove spurious slot_id variable fom prepare_speed_dial_html
2011-09-14 01:39:14 +02:00
Christian Dywan
a51f70e33a
Repack the alignment of the tab close button
...
Fixes: https://bugs.launchpad.net/midori/+bug/827089
2011-08-18 18:08:24 +02:00
Paweł Forysiuk
3e2e8906fb
Remove leftover version guards for WebKit > 1.1.17
2011-08-15 22:56:38 +02:00
Paweł Forysiuk
c5151ff09a
Clean up usage of pseudo-uris in special pages
2011-08-15 21:30:22 +02:00
Paweł Forysiuk
5a0e6099c3
Drop res_root argument from midori_view_load_alternate_string.
...
It is never actually used in the function body.
2011-08-08 15:32:48 +02:00
Paweł Forysiuk
aeef4e4ee3
Use static variable to store speeddial markup.
...
While it does not make anything faster, it causess way less I/O.
2011-08-08 15:30:38 +02:00
Paweł Forysiuk
1cdda41b59
Measure the whole load time not just preparing speed dial markup
2011-08-08 15:26:59 +02:00
Christian Dywan
a3ab258819
Don't show startup preference in private browsing
...
Introduce sokoke_is_app_or_private helper function.
2011-08-04 23:59:16 +02:00
Christian Dywan
504188151e
Mention online FAQ if documentation is not installed
2011-08-02 00:02:00 +02:00
Paweł Forysiuk
630e23412a
Resurrect KatzeNet-based page icon loading
...
Accidentally removed as part of 0dbee646b7
.
2011-08-01 21:57:59 +02:00
Christian Dywan
053dcb98ca
Return empty string if there's no speed dial
...
'markup' is not set at this point.
2011-07-28 23:12:46 +02:00
Christian Dywan
0b880b8a9b
Fallback to URI for delayed page if there's no title
2011-07-28 22:58:16 +02:00
André Stösel
25cdc7161b
Make the infobar labels selectable.
2011-07-27 23:04:39 +02:00
Christian Dywan
338ddf8ea7
Consider all about: URIs as blank
...
about:version is prominently not rendered as "" so we need
to check the prefix.
Fixes: https://bugs.launchpad.net/midori/+bug/784337
2011-07-24 22:50:15 +02:00
Christian Dywan
eb7245c30a
Zoom in steps of 10% instead of 25% by default
...
Related to: https://bugs.launchpad.net/midori/+bug/707026
2011-07-09 21:43:02 +02:00
Alexander Butenko
aafd5bc0a0
Dont crash on unvalid geo: links
...
Fixes: https://bugs.launchpad.net/midori/+bug/804866
2011-07-04 23:42:24 +02:00
Paweł Forysiuk
e1c79b3a60
Properly rename speed dial item containing multiple spaces
2011-07-04 23:26:55 +02:00
Paweł Forysiuk
12aed6c566
Compose complete markup inside prepare_speed_dial_html()
2011-06-25 00:10:30 +02:00
Paweł Forysiuk
01c353366d
Remove legacy code from midori_view_populate_popup
...
Delete code which was ommited by mistake in commit
46de9f7767
.
Only version check was removed, whithout actually
removing legacy code.
2011-06-17 11:57:20 +02:00
Christian Dywan
8bac897a88
Purge unused web_frame in midori_view_construct_web_view
2011-06-17 11:54:21 +02:00
Christian Dywan
783bed774a
Remove erroneous title check in set_uri
...
The condition was written this way due to the now gone legacy
workaround, the title shouldn't be checked at all.
2011-06-17 11:13:41 +02:00
Paweł Forysiuk
46de9f7767
Remove further support for WebKitGTK+ < 1.1.14
2011-06-09 00:45:34 +02:00
Paweł Forysiuk
0dbee646b7
Require WebKitGTK+ 1.1.14, remove backwards compatibility
2011-06-08 22:38:05 +02:00
Paweł Forysiuk
11dd3d758f
Drop thumb:// pseudo-uri since it is not reliable enough
2011-06-02 01:03:10 +02:00
Christian Dywan
3a8ce008ad
Use a form for the Try Again button in error pages
...
Fixes: https://bugs.launchpad.net/midori/+bug/784931
2011-05-20 22:04:11 +02:00
Christian Dywan
476c20aae4
Revert "Render empty speed dial shortcuts as Add icons"
2011-05-15 01:35:55 +02:00
André Stösel
64bb60afd8
Don't fail on network cancelled errors
2011-05-13 16:07:28 +02:00