Christian Dywan
0f5e13e706
Allow building without JSCore and do so for mingw
2009-06-06 18:51:57 +02:00
Christian Dywan
fb316e7873
Use MDATA instead of DATA to avoid naming conflict
...
The header file objidl.h on Windows uses DATA in a different way,
so we need to avoid that name.
2009-06-06 06:22:35 +02:00
Przemek Sitek
7bd151a3e9
Implement an optional "website" property in MidoriExtension
2009-06-05 23:38:32 +02:00
Christian Dywan
e9ee1bcfbe
Render tab tooltip thumbnails smaller and a lot faster
2009-06-04 01:00:50 +02:00
Christian Dywan
c41845b907
Add an entry for fixed-with font size to the Preferences
2009-06-03 22:00:29 +02:00
Christian Dywan
cad725a04c
Connect the remove-item callback for the history again
...
It was accidentally removed when moving insertion of history items
into the location action.
2009-06-03 01:32:22 +02:00
Enrico Tröger
ad0b2ac077
Remember last folder of the Save As dialog when downloading files
...
This is done by creating the dialog only once and holding a
reference to it in memory. When the dialog is closed, it is only
hidden instead of destroyed. So, the next time we just re-show
the dialog with the previously used directory. It is destroyed
when the parent MidoriBrowser instance is destroyed.
2009-06-03 01:15:36 +02:00
Enrico Tröger
144eb69e5c
Remove unused variable 'action' and move declarations into a block
2009-06-03 01:13:24 +02:00
Enrico Tröger
f9ac1af55d
Show the suggested filename in the Save As dialog for downloads
2009-06-03 00:59:41 +02:00
Christian Dywan
64dcddefd7
Refresh speed dial tabs when adding a new shortcut
2009-06-02 19:16:59 +02:00
Christian Dywan
28b9571444
Special case reloading speed dial views
2009-06-02 19:05:42 +02:00
Christian Dywan
60bcbcf470
Use destination filename in the transferbar
2009-06-01 20:04:31 +02:00
Christian Dywan
54a2272b7a
Only show the download if it's actually accepted
2009-06-01 19:57:43 +02:00
Christian Dywan
af25a8bc0f
Show the title in tab tooltips if available, not the URI
2009-06-01 19:47:14 +02:00
Christian Dywan
ec4a10c385
Show Open in download dialogue only with known file types
2009-06-01 19:45:10 +02:00
Christian Dywan
c2f0732678
Display destined filename when notifying about a finished transfer
2009-06-01 19:41:03 +02:00
Christian Dywan
842a83d481
Implement a Save As button in the download dialogue
2009-06-01 19:33:44 +02:00
Christian Dywan
1bd94a4d28
Show thumbnail tab tooltips with Gtk 2.12 if speed dial is enabled
2009-06-01 09:35:16 +02:00
Christian Dywan
7fbe7f81b9
Improve panel Detach and Align button tooltips
2009-06-01 08:23:35 +02:00
Christian Dywan
4ddf55ccc3
Create completion model in one place and thaw/ freeze only new model
2009-06-01 08:11:50 +02:00
Christian Dywan
5f27b80ce4
Keep the history object of the location around
2009-06-01 06:41:23 +02:00
Christian Dywan
ff7092b601
Map completion models to 'history' objects
...
This trick avoids having to create a full copy of the completion
model in each window, which makes opening of new windows a lot
faster.
2009-06-01 06:27:36 +02:00
Christian Dywan
28ed75e017
Let the browser assign 'history' to the location action
...
We implement a 'history' property which makes it possible to
actually insert our history array into the location action and
move the insertion code into the action.
2009-06-01 05:14:36 +02:00
Christian Dywan
d878298f8c
Store 'completion' in a variable independant from the entry
2009-06-01 03:06:45 +02:00
Jérôme Geulfucci
be3f9354aa
Edit search engines in the dialogue with Enter or double click
2009-05-31 22:27:08 +02:00
Enrico Tröger
1dee538e41
Revisit inline find bindings to support the numpad '/' key
2009-05-31 03:43:15 +02:00
Przemek Sitek
09f0940bac
Actually flip the position of the panel knob when changing alignment
2009-05-31 00:22:23 +02:00
Jérôme Geulfucci
4df9c87585
Implement a proper Fullscreen button superseding the special case
2009-05-31 00:04:20 +02:00
Enrico Tröger
20a34d0ae7
Treat select-all specially with text views and tree views
...
Unfortunately select-all signals within Gtk have different
semantics against intuition, so we have to treat text views
and tree views specially to avoid crashing.
2009-05-28 23:01:56 +02:00
Christian Dywan
a2d89bc37b
Load thumbnails when needed and not from a filename
...
We actually pack views solely needed to take snapshots in the
notebook of the parent browser but try to keep them hidden.
2009-05-28 02:44:24 +02:00
Christian Dywan
faae6e9b40
Move midori_view_get_snapshot to MidoriView
2009-05-27 23:38:51 +02:00
Christian Dywan
5bf2662bad
Don't re-implement New Window in context menus, it just works
...
This in fact prevents a second window from being opened.
2009-05-26 07:50:37 +02:00
Christian Dywan
682e53ea81
Always focus the location in (blank) new windows
2009-05-26 07:41:17 +02:00
Jérôme Geulfucci
3d288392db
Tweak padding and alignment of the Clear private data dialogue
2009-05-25 18:41:54 +02:00
Jean-François Guchens
017d789f4f
Remove spaces from the speed dial JSON
2009-05-23 23:59:22 +02:00
Christian Dywan
441db87647
Don't show 'Add to speed dial' on blank pages
2009-05-23 00:16:39 +02:00
Jean-François Guchens
1fa9dec7b4
Remember options in Clear private data dialogue
2009-05-22 23:53:54 +02:00
Christian Dywan
56d2637020
Add tabs to new browser windows *after* emitting NEW_WINDOW
...
The app takes care of settings as well as other state when the
NEW_WINDOW signal of a browser is emitted. So we need to add
tabs after emitting the signal, otherwise the new tab has
default settings for a limited period of time.
2009-05-22 23:15:53 +02:00
Christian Dywan
16912f4cdf
Implement a hack to keep the text direction left-to-right
2009-05-22 04:01:56 +02:00
Jean-François Guchens
24dc508fa7
Add 'Closed tabs and windows' to Clear private data dialogue
2009-05-22 02:18:08 +02:00
Christian Dywan
a102146f15
Generate thumbnails as needed without saving to disk
2009-05-21 19:14:46 +02:00
Christian Dywan
7087a0d25f
Send a synthetic expose event to snapshot views
2009-05-21 18:23:27 +02:00
Christian Dywan
1b094dda75
Replace FindQuick with direct '.' and '/' search hotkey support
...
Using an action for a single character turned out to be a bad idea
and rather than trying to work around it, we implement '/' and '.'
hotkeys directly in the view.
2009-05-18 22:40:13 +02:00
Christian Dywan
c106e52fca
Implement Quick Find, which is inline find started with '.'
2009-05-18 02:57:52 +02:00
Christian Dywan
7fc6c46c9a
Allow WebKit to catch key presses first
...
If we connect to key presses after WebKit processes them this
resolves the conflict between hotkeys and inline search.
2009-05-18 02:43:56 +02:00
Christian Dywan
907f7a72ce
Implement Open new pages in: New window preference
2009-05-17 20:29:31 +02:00
Christian Dywan
964bcd0c1c
Adjust completion test after modifying the location entry
2009-05-17 16:55:02 +02:00
Christian Dywan
e3ed65c3f2
Always append tabs opened via middle/ double click on the tab bar
2009-05-17 16:49:46 +02:00
Christian Dywan
87e712f51c
Implement a small Go button next to the location entry
2009-05-17 16:26:31 +02:00
Christian Dywan
696a592e82
Use a trick to prevent default activation when middle clicking
2009-05-17 13:38:42 +02:00
Christian Dywan
eaaed697bf
Add a type cast to resolve a warning in MidoriBrowser
2009-05-17 02:54:50 +02:00
Christian Dywan
0c6d0420b3
Remove superuser warning completely
2009-05-17 02:53:57 +02:00
Christian Dywan
c8493b4c04
Treat "about:blank" and "" equally in midori_view_set_uri
...
This solves the problem of open speed dial tabs in the session
coming back as blank tabs after a restart of Midori.
2009-05-17 00:01:52 +02:00
Christian Dywan
e3fea6c2eb
Ensure that the address entry is focussed with speed dial
2009-05-16 23:52:59 +02:00
Jean-François Guchens
0717e42458
Protect speed dial against quoting in titles
2009-05-15 23:49:01 +02:00
Christian Dywan
4c2a3f5bb7
Support custom sizes of icons in res_server
2009-05-15 23:08:52 +02:00
Enrico Tröger
90e9ee4af7
Fix crash for URIs with an invalid hostname and without a path
2009-05-15 18:58:57 +02:00
Christian Dywan
c217609403
Title the speed dial as Speed dial instead of Blank page
2009-05-15 18:56:14 +02:00
Christian Dywan
a6f2ca54e9
Make sure to only update the address entry with the current view
2009-05-15 17:30:54 +02:00
Christian Dywan
b0babb3c17
Moving tab title update to a function and fix tab titles
2009-05-15 17:26:09 +02:00
Christian Dywan
8b3a74b6f0
Update address and actions properly when navigating in-page
2009-05-15 01:18:14 +02:00
Christian Dywan
ade0f16053
Fix a crash caused by a mistaken attempt at plugging a leak
2009-05-15 00:58:58 +02:00
Christian Dywan
06d9e2d026
Move 'Add to Speed dial' from View to File menu
2009-05-14 22:29:59 +02:00
Christian Dywan
03a6f54d25
Plug a few memory leaks in MidoriView and MidoriWebSettings
2009-05-14 22:26:02 +02:00
Christian Dywan
67fea42b12
Bind View Source to Ctrl+U by default
2009-05-14 20:36:26 +02:00
Jean-François Guchens
760553f374
Store speed dial as JSON instead of actual HTML source
...
This will make it possible to change the layout of the page
without losing shortcuts.
2009-05-13 23:56:55 +02:00
Christian Dywan
0e9803a31c
Point out that translators should adjust the spell check example
2009-05-12 02:30:00 +02:00
Christian Dywan
ff2abf1fd4
Use katze_assign, not katze_object_assign for program_notify_send
2009-05-12 01:50:07 +02:00
Christian Dywan
465ff4d0ff
Include compat.h in sokoke
2009-05-12 01:41:15 +02:00
Christian Dywan
541d65f013
Fix Gtk version check for speed dial, this is >= Gtk 2.14
2009-05-12 01:33:44 +02:00
Christian Dywan
8588c3b43f
Ellipsize tab labels differently to emphasize subtitles
2009-05-12 01:27:51 +02:00
Christian Dywan
a582d8dcc0
Fix font family/ homepage tooltip mixup
2009-05-10 16:40:43 +02:00
Christian Dywan
b5a534b363
Replace variables in templates literally
2009-05-10 16:20:50 +02:00
Christian Dywan
906ccf632d
Go back to referring to Speed Dial in the user interface
...
The term customized homepage is somewhat unclear and speed dial
is known from phones and other browsers.
2009-05-10 16:07:28 +02:00
Jean-François Guchens
e5276907e9
Add an 'edit' icon to emphasize that shortcut can be renamed
2009-05-10 15:06:15 +02:00
Christian Dywan
db826d348a
Make AddSpeedDial visible/ hidden instead of sensitive/ grayed
2009-05-10 14:57:26 +02:00
Christian Dywan
64b60d7f94
Use the correct config folder to store speed dial
...
This is important when using the -c or --config switch
2009-05-10 14:48:12 +02:00
Jean-François Guchens
56c1231d7a
Move speed dial to browser and add an AddSpeedDial action
2009-05-10 14:39:20 +02:00
Jean-François Guchens
2e250b66e8
Fix the search in the custom homepage and optimize the saving
2009-05-09 23:29:35 +02:00
Alexander Butenko
5916815daf
Work around broken reloading of "alternate content"
2009-05-09 22:45:21 +02:00
Christian Dywan
79e278bea8
Compress thumbnails to 70% JPEG
...
The compressed images are still reasonably good and save a
noticible amount of disk space.
2009-05-09 22:16:03 +02:00
Christian Dywan
7fcb3d9095
Add a mnemonic to Add to customized homepage
2009-05-09 17:30:54 +02:00
Jean-François Guchens
bd6c23cc71
Allow adding speed dial shortcuts from the context menu
2009-05-09 16:41:01 +02:00
Enrico Tröger
70a9d29ea6
Add midori_app_send_notification() to easily send notifications
...
Sending such messages is either done by using libnotify if
available. Otherwise the program "notify-send" is used.
2009-05-09 15:55:10 +02:00
Enrico Tröger
429c460e86
Fix shadowed variable 'error'
2009-05-09 15:32:45 +02:00
Jérôme Geulfucci
68bfa4331b
Refactor middle clicks on navigation actions
2009-05-09 13:57:52 +02:00
Christian Dywan
446fe346cb
Only save thumbnails if Customized homepage is enabled
2009-05-08 17:46:50 +02:00
Christian Dywan
5e1b3a0bad
Rename Speed dial in news tabs to Customized homepage in new tabs
2009-05-08 17:41:40 +02:00
Christian Dywan
581c69f4e8
Use "Search" to label Search button and entry, not "Suchen"
2009-05-08 13:15:08 +02:00
Christian Dywan
5dc0b3d0cc
Recognize {stock} in error page template
2009-05-08 13:13:39 +02:00
Christian Dywan
b1815fb63c
Implement /stock path in res_server
2009-05-08 13:13:08 +02:00
Jérôme Geulfucci
713a9b02ca
Simplify handling of background tabs
2009-05-08 13:09:14 +02:00
Christian Dywan
f60b8ab9b6
Add a preference Show speed dial in new tabs
2009-05-08 03:29:25 +02:00
Christian Dywan
68bb3d2378
Localize "Search" in quick dial and use the user's default search
2009-05-08 02:56:26 +02:00
Christian Dywan
b0c069730f
Fix opening any page when having the speed dial open
2009-05-07 23:08:13 +02:00
Christian Dywan
e5621fc44f
Don't declare print function for WebKit >= 1.1.6
2009-05-07 23:00:29 +02:00
Jérôme Geulfucci
bb7928303c
Implement middle click on Back, Forward, Homepage menu items
2009-05-07 22:41:39 +02:00
Jean-François Guchens
c89651c05f
Implement quick launch page code named Tandoori
...
The quick launch page replaces the blank page unless it turns out
to be a bad idea.
2009-05-07 22:22:43 +02:00
Mike Massonnet
0fa7db4ed3
Let Ctrl+K load default search website if no Search in the toolbar
2009-05-06 02:45:59 +02:00
Alexander Butenko
fc14fb7a0b
Restrict res_server to listen only to localhost
2009-05-05 23:32:38 +02:00
Jérôme Geulfucci
5ab58b60c1
Extend menu item middle click to support trash and history
2009-05-05 23:22:39 +02:00
Christian Dywan
902e75fb77
Conditionalize --snapshot on WebKitGTK+ 1.1.6
2009-05-05 23:02:45 +02:00
Christian Dywan
adec655c01
Implement '--snapshot' or '-s' command line switch
...
Calling Midori in the form "midori --snapshot URI" makes a
snapshot of the specified address and saves it to PDF. The format,
path or size can currently not be influenced.
Also note that web pages which look different when printed will
apply their print style.
2009-05-04 02:09:46 +02:00
Christian Dywan
c5eba36cf4
Reject non-local requests to the res_server
...
This sever is solely meant to provide internal resources and
should not be accessible from outside, so anything non-local
is blocked with a No Content error.
2009-05-04 01:09:52 +02:00
Christian Dywan
b6dde64875
Return the correct content type in res_server responses
2009-05-04 00:51:14 +02:00
Christian Dywan
6ab464075d
Fix setting the news-feeds property of MidoriView
2009-05-03 21:41:31 +02:00
Jérôme Geulfucci
b92ebdccaa
Implement middle-clicks on Back, Forward and Homepage tool buttons
2009-05-03 21:35:05 +02:00
Enrico Tröger
186c2d708b
Ensure destroyed panel widgets remove the scrolled window
2009-05-03 21:13:54 +02:00
Enrico Tröger
ae23ae0583
Implement middle click on array actions, ie. bookmark menu items
...
Add a new signal activate-item-alt to KatzeArrayAction which has
a button argument specifying the mouse button that was pressed. If
this signal is handled one can special case middle or right
clicks, and return TRUE to suppress the emission of activate-item.
The browser utilizes this to open new tabs when middle clicking
on bookmark menu items.
2009-05-03 12:42:47 +02:00
Christian Dywan
9d472f4054
Introduce 'news-feeds' property on MidoriView
...
This is a KatzeArray of KatzeItems with the feeds of the loaded
web page, particularly useful for extensions.
2009-05-03 03:11:33 +02:00
Christian Dywan
1d7293a2a8
Quote the page address in the error page
2009-05-03 01:53:49 +02:00
Christian Dywan
ca98c68e70
Support error pages with the load-error signal in WebKitGTK+ 1.1.6
2009-05-02 21:44:20 +02:00
Christian Dywan
7d0d2d60bc
Add sokoke_replace_variables
2009-05-02 21:38:43 +02:00
Christian Dywan
d6721f09b0
Add sokoke_get_res_server
2009-05-02 21:36:09 +02:00
Christian Dywan
8c8551d384
Generate thumbnails of open tabs
...
The images aren't used for anything yet, and can't be disabled
2009-05-02 00:23:43 +02:00
Christian Dywan
f93c3c166f
Ensure that completion items have a title
...
Items are added as lone URIs often enough, so it happened that
we accidentally unset a title. We check that now.
2009-05-01 20:03:40 +02:00
Christian Dywan
566e8252c2
Activating Search if hidden should spawn the search page
2009-04-30 00:43:47 +02:00
Dale Whittaker
eb606ecdad
Leave 'added' stamp of history items to fix duplicate detection
...
Only the 'added' value of parents shall contain the age in days.
2009-04-29 23:53:59 +02:00
Christian Dywan
5257a9e6c5
Correct 'Enables spell checking' to 'Enable spell checking'
2009-04-29 17:44:12 +02:00
Christian Dywan
f8b10d8513
Add example to the spell checking language tooltip
2009-04-29 17:35:36 +02:00
Christian Dywan
0506d04601
Add Spell Checking preferences to the dialogue
...
We need to think of a better way to choose dictionaries than a
mere text entry.
2009-04-29 00:42:47 +02:00
Christian Dywan
bd002e9a7b
Fix 'Refresh' menu item localization in the context menu
2009-04-29 00:16:26 +02:00
Christian Dywan
a40cd75d14
Add new transfer preferences and new Applications tab
2009-04-28 23:52:16 +02:00
Christian Dywan
bd11e1c4f7
Add Ask for destination folder preference
...
The value is not functional yet
2009-04-28 23:49:52 +02:00
Enrico Tröger
c711a75379
No need to work around GtkIconEntry issue afterall
2009-04-27 21:30:27 +02:00
Christian Dywan
6d2013f16f
Default to loading the last open pages at startup
2009-04-27 20:49:32 +02:00
Christian Dywan
10426983b0
Fail silently on xprop errors when determining the environment
2009-04-27 17:46:04 +02:00
Enrico Tröger
ba7e8846ee
Do not display any icon if there's no news feed available
...
Work around a bug that made unsetting the secondary icon in the
location entry impossible and do not set an icon if there is
no news feed instead of an 'information' icon.
2009-04-27 01:11:58 +02:00
Christian Dywan
d328d2afab
Implement transfer completion notification via libnotify
2009-04-27 00:22:16 +02:00
Christian Dywan
62edfeb06e
Disconnect panel toolitem destroy handler when detaching
2009-04-26 17:11:16 +02:00
Christian Dywan
bdf9c2c11d
Fix label/ button on the panel when detaching and re-attaching
2009-04-26 16:57:23 +02:00
Christian Dywan
9cda61ad1a
Add a Fixed-width Font Family preference
2009-04-26 02:23:27 +02:00
Christian Dywan
dafa435e47
Switch the current panel after detaching a panel
2009-04-25 23:33:09 +02:00
Christian Dywan
5d3afb0713
Disable 'Detach' button if all panels are detached
2009-04-25 23:26:54 +02:00
Christian Dywan
90d9e85167
Refer to 'Netscape plugins' instead of 'plugins'
...
A remarkable amount of people have problems telling 'plugins'
and 'extensions' apart, due to their different meaning in
different applications. So make it clearer.
2009-04-25 16:13:23 +02:00
Dale Whittaker
9c9f34180d
Implement string_list setting in MidoriExtension
2009-04-25 16:02:29 +02:00
Dale Whittaker
b7f684b345
Implement sokoke_key_file_get_string_list_default
2009-04-25 16:00:51 +02:00
Christian Dywan
c31d9936d9
Fix a crash when failing to open a downloaded file
2009-04-24 20:13:57 +02:00
Christian Dywan
c0291bb4a3
Update the browser header file for midori_browser_get_for_widget
2009-04-23 04:15:07 +02:00
Christian Dywan
5a43b646b5
Add midori_browser_get_for_widget_utility function
...
This function will look for a MidoriBrowser according to a
particular widget - even if it's inside a detached panel
window or any other window transient for the browser.
2009-04-23 04:10:38 +02:00
Matthew Gyurgyik
db0c626ec1
Catch and ignore mouse buttons meant for horizontal scrolling
2009-04-23 04:08:28 +02:00
Christian Dywan
daf6ca74e7
Remove leftover code from MidoriWebSettings
2009-04-22 23:57:10 +02:00
Christian Dywan
b058e8ec5d
Add a remove-browser signal to MidoriApp
2009-04-22 21:58:00 +02:00
Christian Dywan
758434e711
Add midori_browser_foreach to iterate over all present browsers
2009-04-22 21:53:14 +02:00
Christian Dywan
d7f6c7ded8
Add a function to determine if an extension is being deactivated
2009-04-22 20:01:10 +02:00
Christian Dywan
05967054c6
Save extension settings to a filename based folder
...
This prevents different folders from being created depending
on the user language.
2009-04-21 03:48:25 +02:00
Christian Dywan
a6bea88932
Save activation status of extensions
...
Finally only extensions which are expressly activated will be
loaded on startup.
2009-04-21 03:46:11 +02:00
Christian Dywan
ca8d181329
Unify opening URIs externally with good fallbacks
2009-04-20 19:10:13 +02:00
Christian Dywan
574fccf445
Add sokoke_search_uri to sokoke.h
2009-04-20 18:35:16 +02:00
Christian Dywan
192084d48e
Unify how search URI and keywords are combined
...
This handles the presence of a %1 and encoding the keywords.
2009-04-20 00:39:36 +02:00
Christian Dywan
7ae35d62ab
Show a 'Delete all' button in the transferbar as needed
...
The button shows up as a new download starts and vanishes again
if no downloads are there.
2009-04-19 19:05:05 +02:00
Christian Dywan
3c31b23295
Mark 'Use as default' for translation
2009-04-19 16:48:37 +02:00
Christian Dywan
98456e7f24
Fix accidentally removed Find while Typing preference
2009-04-19 16:47:42 +02:00
Enrico Tröger
3b0ce548a5
Delete completion actions by list position, not index
...
The completion actions are not actually indiced but merely added
to a list by their relative position. So instead of deleting by
their presumed index we just delete the first one often enough.
Also fix a wrong Since tag in a new setting.
2009-04-19 02:35:24 +02:00
Christian Dywan
d7d6edbff3
Percent encode search terms, so '+' actually ends up as a '+'
2009-04-19 00:47:02 +02:00
Christian Dywan
52084a21e1
Add a preference Search engines in location completion
...
It seems that deletion of completion actions can fail, which means
that the actions remain until the next restart. It is not clear
how to fix this.
2009-04-18 23:26:54 +02:00
Christian Dywan
18b66ce7d1
Allow marking a search engine as Default engine
...
The default engine is used when search terms are typed in the
address entry without tokens and for the 'Search the Web' item
in the selection context menu.
The 'Location entry search' is removed from the preferences. The
setting 'location-entry-search' remains functional however.
2009-04-18 22:41:37 +02:00
Enrico Tröger
59f4a3acdb
Move search engine items in selection context menus to a submenu
2009-04-18 19:39:17 +02:00
Christian Dywan
ad82a73ab8
Show only image buttons in Statusbar Features in statusbar
2009-04-17 03:16:37 +02:00
Christian Dywan
a9863cfb40
Add News Aggregator preference
...
The program set here is called if the user clicks on the news feed
icon, with the address of the current website as argument.
For example liferea-add-feed works like that.
2009-04-14 19:44:48 +02:00
Christian Dywan
5d360b065b
Fix search engines without %s in the context menu
2009-04-14 19:19:50 +02:00
Christian Dywan
0d1fd5794d
Use mnemonic in "Clear private data" button
2009-04-13 23:35:31 +02:00
Christian Dywan
a324cad92a
Using non-utf8 strlen for titles in completion should suffice
2009-04-13 22:43:07 +02:00
Christian Dywan
c27642e912
Display the news feed icon again
...
The code for looking up news feeds on websites was disabled
and is now back in simplified form. 'liferea-add-feed' is
hardcoded for the moment.
2009-04-13 22:40:57 +02:00
Christian Dywan
94c1d3c713
Implement "-a" or "--app" to run web apps
...
At the moment this takes an URI and opens a standalone window
with a non-editable toolbar and a statusbar.
2009-04-13 04:38:01 +02:00
Christian Dywan
adec1c7093
Don't try to render "nothing" in completion, like an empty title
2009-04-13 04:07:20 +02:00
Christian Dywan
377f45d3ad
Work around failure to reload Not found pages
2009-04-13 04:05:05 +02:00
Christian Dywan
78813a03e5
Be generous if middle click pastes contain spaces and line breaks
2009-04-13 03:38:28 +02:00
Ernst Persson
22ded9a981
Apply URI magic to externally opened addresses
2009-04-12 23:37:15 +02:00
Christian Dywan
85f2386279
Revert "Apply URI magic to externally opened addresses"
...
The commit had the wrong author name.
2009-04-12 23:31:42 +02:00
Thorsten Mühlfelder
1b8de1588f
Apply URI magic to externally opened addresses
2009-04-12 22:44:11 +02:00
Christian Dywan
1038ee41a3
Don't touch the ythickness of the notebook
...
This allows the active tab to visually move above other tabs. The
drawback is that it makes all tabs somewhat larger.
2009-04-12 21:57:20 +02:00
Christian Dywan
dc40d878d5
Compute a string if the identification string is empty
2009-04-12 14:28:11 +02:00
Christian Dywan
81d67d3c2e
Don't show the progressbar if the location shows progress
2009-04-12 14:09:06 +02:00
Christian Dywan
89698772bb
Try to decide what an @ in a location refers to
...
We assume the usual case is that you intend to search for an
email address, a host with a login isn't recognized.
2009-04-12 14:00:32 +02:00
Christian Dywan
e7d20f467c
Show all search engines in selection context menu
...
This replaces the generic Search the Web unless no search engines
are defined, which is actually a corner case.
2009-04-12 01:32:06 +02:00
Christian Dywan
50f078575b
Show search engines as "actions" in location completion
2009-04-11 22:24:56 +02:00
Jordan Callicoat
52ab540db5
Teach magic_uri that hostnames don't contain spaces
...
New test cases included. Two of them are commented out since
they are not supported but should logcially be.
2009-04-11 12:24:43 +02:00
Christian Dywan
592e55c59b
Use progress and icon GtkEntry features with GTK+ 2.16
2009-04-11 07:05:28 +02:00
Christian Dywan
a9ea07389a
Implement Clear Private Data dialogue
2009-04-11 05:14:53 +02:00
Christian Dywan
ec5ef95408
Initial support for detachable panels
...
A button allows detaching of a particular panel into its own
window. The toolbar will also be part of the window. Closing
the window re-attaches the panel back to the browser window.
2009-04-10 22:29:45 +02:00
Christian Dywan
deb92e5158
Add an 'Add new folder' menu item to Bookmarks menu
2009-04-10 22:28:36 +02:00
Christian Dywan
88ebdf3944
Support external Download Manager with newer WebKit
2009-04-10 15:52:01 +02:00
Christian Dywan
07aed45bd9
Recognize different instances for different config dirs
...
If Midori is built with support for multiple instances and a
config folder is specified a new instance bound to that
folder is created.
The new "name" property in MidoriApp implements this.
2009-04-09 20:34:27 +02:00
Christian Dywan
ddf2f60e3f
Implement "-c" or "--config" to specify a different config folder
...
If this option is specified the folder is used in place of the
default ~/.config/midori including extension settings.
2009-04-09 19:28:36 +02:00
Faheem Pervez
0ffda1fe27
Initizalize and deinitialize the osso context
2009-04-07 23:23:27 +02:00
Christian Dywan
1ddceece8f
Adjust mouse wheel zooming to do the same as keyboard shortcuts
2009-04-07 02:39:11 +02:00
Christian Dywan
eed273b35e
Fix memory leaks in a number of places
2009-04-05 23:46:15 +02:00
Christian Dywan
3eae091ebb
Only print if the browser is visible
2009-04-05 11:28:42 +02:00
Enrico Tröger
ad8558ab4c
Implement stock items for Tab Panel and plugin panel
2009-04-05 00:13:09 +02:00
Christian Dywan
03f644ab1d
Make sure we always save the main bookmark folder
2009-04-04 01:32:02 +02:00
Christian Dywan
406942594a
Allow opening data URIs from the location entry
2009-04-02 22:48:07 +02:00
Christian Dywan
2d0e3b4c7e
Don't try to check the prefix of a NULL URI
2009-04-02 00:02:58 +02:00
Christian Dywan
86292d26f9
Check if we really have a view, it might be invisible
2009-04-01 23:53:45 +02:00
Christian Dywan
b2d14b5fc1
Remove inner border from the panel and leave it to child widgets
2009-04-01 20:44:34 +02:00
Christian Dywan
43feec8b3d
Optimize location completion based on profiling
...
The test was modified slightly because we are not filtering
out trailing slahses anymore. We are not quite there still
when it comes to treating URIs as we should but for all
practical purposes it should be quite a bit faster.
The most annoying shortcoming still is that umlauts or any
special characters won't match at all.
2009-03-31 22:24:18 +02:00
Christian Dywan
7470684a3b
Optimize array handling in search action
2009-03-31 22:21:14 +02:00
Christian Dywan
d14b65563a
Save files which are opened immediately to the temporary folder
2009-03-31 21:19:48 +02:00
Christian Dywan
b083c5bbd0
Optimize array iterations in the browser
2009-03-31 21:19:18 +02:00
Enrico Tröger
529aadc648
Always use WebKit's session in KatzeNet
...
This fixes corruption of expiration dates.
2009-03-31 18:20:31 +02:00