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