Christian Dywan
0e0ce115f9
Update tab panel selection when tabs are switched, opened or closed
...
A convenince function tab_panel_get_iter_for_view is introduced
to make finding the right iter easier.
2009-09-29 20:50:04 +02:00
Christian Dywan
f530218492
Notify MidoriBrowser::tab property properly
2009-09-29 20:49:30 +02:00
Christian Dywan
7a5329a1e0
Count font names added to the list, to fix font combo boxes
2009-09-29 00:08:22 +02:00
Christian Dywan
6d31faecf3
Default to Ctrl+Alt+U instead of Ctrl+U for View source
2009-09-28 23:10:31 +02:00
Christian Dywan
1d634247c7
Only if a preriod follws is a typed number the start of an IP address
2009-09-28 23:01:48 +02:00
Christian Dywan
96093d9067
Implement drag (finger) and kinetic scrolling with KatzeScrolled
...
The feature is primarily interesting for mobile devices and
by default enabled with gtk-touchscreen-mode.
2009-09-28 22:12:41 +02:00
Christian Dywan
7259066e20
Apply the correct settings to source view tabs
2009-09-27 23:37:08 +02:00
Christian Dywan
b70a2569df
Open source of local files directly with no temporary copy
2009-09-27 16:19:10 +02:00
Christian Dywan
f294d79a74
Show "Menubar" menu in context menu if menubar and navibar are hidden
...
It happens that users hide all toolbars and don't find a way to make
them visible again. A menu item will be there for this case.
2009-09-26 22:19:34 +02:00
Christian Dywan
55a2ecf710
Enable new context menu code with WebKitGTK+ 1.1.15 afterall
...
To avoid regressing we keep the hacked document menu for now
and add a small improvement to fix image context menus with
older WebKitGTK+ versions.
2009-09-26 22:19:34 +02:00
Christian Dywan
249b8e4669
Use brackets when checking bookmark address to avoid compiler warning
2009-09-26 22:19:34 +02:00
Christian Dywan
1ead8e8886
Save back and forward history in the session (disabled)
2009-09-26 22:19:34 +02:00
Andhika Padmawan
bff042754c
l10n: Updates to Indonesian (id) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-09-26 14:40:08 +00:00
Seo Sanghyeon
59238c269e
Add Korean translation
2009-09-25 23:09:34 +02:00
Christian Dywan
19b7271ed1
Disconnect request-queued properly to avoid lots of dialog callbacks
...
The wrong user data argument passed when disconnecting request-queued
would lead to the callback not being disconnected, which led to a
number of dialogs relative to the number of opened websites being spawned.
2009-09-25 22:51:18 +02:00
Alexander Butenko
a8a0ff625e
Be sure to reload lists as they are added
2009-09-23 19:22:01 +02:00
Christian Dywan
d5ed3e9b28
Reset the statusbar text (in the location) when leaving the view
2009-09-23 02:10:08 +02:00
Christian Dywan
ba1084d236
Merge userstyles into the userscript panel
2009-09-22 23:50:31 +02:00
Christian Dywan
b3817bfc52
Actually require http(s):// in bookmark address
2009-09-21 23:58:47 +02:00
Christian Dywan
d26113fa1e
Bump new context menu handling to WebKitGTK+ 1.1.16
...
The API in 1.1.15 is not sufficient to implement the context menu
without regressions.
2009-09-21 23:49:42 +02:00
Christian Dywan
bb0688b796
Don't use libidn if we have libsoup 2.27.90
2009-09-21 22:12:14 +02:00
Christian Dywan
ebb3b5f374
Fix build with WebKit < 1.1.14
2009-09-20 21:49:57 +02:00
Christian Dywan
72ba3a700b
Implement Ask for destination folder
...
The option determines whether 'Save image' and 'Save link destination'
in the context menu prompt for a location or not.
2009-09-20 21:23:52 +02:00
Christian Dywan
59c43d08e0
Include TabNew in the toolbar by default
2009-09-20 20:57:30 +02:00
Christian Dywan
d73ccf2c3f
Forward mailto: links to external default application
2009-09-20 20:56:52 +02:00
Christian Dywan
0250d762c1
Implement menu items after refactoring the context menu changes
2009-09-20 17:26:28 +02:00
Christian Dywan
4f8deae24d
Do not put statusbar text in the location entry if it's focussed
...
This prevents overwriting what the user may be typing while
accidentally moving the mouse.
2009-09-19 21:06:33 +02:00
Christian Dywan
16e00c379e
Disable Save/ add button in bookmark dialog if address lacks protocol
2009-09-19 17:25:10 +02:00
Christian Dywan
eaba9f0acf
Improve context menu and middle click pasting using hit test result
2009-09-19 04:06:44 +02:00
Christian Dywan
a158ac4585
Disable loop warnings and include warnings, clang dislikes them
2009-09-18 19:37:27 +02:00
Christian Dywan
bf80501888
Fix identification string, don't accidentally include extra brackets
2009-09-18 19:37:27 +02:00
Robert Hartl
5399a68a4e
l10n: Updates to Slovak (sk) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-09-18 08:37:36 +00:00
Christian Dywan
0711bdf64e
Add a check box Remember password to authentication dialogs
2009-09-18 00:51:41 +02:00
Rogério Brito
822eff4f6d
Update Brazilian Portuguese translation
2009-09-17 23:45:48 +02:00
Christian Dywan
e4ac13887d
Disconnect bookmark removal callback with the right data argument
...
It would not actually disconnect before because it was disconnected
with the wrong user data, and thus crash in a multiple window
scenario when a bookmark was deleted.
2009-09-17 01:03:24 +02:00
Christian Dywan
9d1fdd7a05
Remember the scrolled positions of views
2009-09-16 23:37:39 +02:00
Christian Dywan
c4808e1701
Setup mouse gestures properly without a restart
2009-09-16 21:52:14 +02:00
Christian Dywan
06bd549cb1
Lookup page icons via javascript
2009-09-16 03:06:09 +02:00
Adrian Bunk
e5812d0478
Don't connect to a monitor that wasn't created in the first place
2009-09-15 21:04:29 +02:00
Alexander Butenko
8ed02c1f88
Impove adblock regex, skip data: URIs and handle |http://
2009-09-15 21:03:40 +02:00
Christian Dywan
d502518434
Display source code in a tab if no editor is specified
...
This uses view source mode available since WebKitGTK+ 1.1.14.
2009-09-15 00:53:50 +02:00
Alexander Butenko
5f98925a02
Generate CSS rules from adblock element blocking lines
2009-09-14 18:26:35 +02:00
Christian Dywan
516547814c
Mention why disabled extensions are not available
2009-09-14 18:26:35 +02:00
Christian Dywan
178098d886
Add iPhone to identity options
...
This is useful for websites that offer mobile versions but only
support iPhone devices.
2009-09-14 18:26:35 +02:00
Christian Dywan
668f19c216
Only list variable-/ fixed-width fonts in either combo box
...
Optimize the code a little while we are at it.
2009-09-14 18:26:35 +02:00
Carles Muñoz Gorriz
f209578454
l10n: Updates to Catalan (Valencian) (ca) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-09-13 17:14:57 +00:00
Robert Hartl
548a9b90bc
l10n: Updates to Slovak (sk) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-09-13 16:36:19 +00:00
Masato Hashimoto
36673a8390
l10n: Updates to Japanese (ja) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-09-12 06:20:23 +00:00
Christian Dywan
e23a25bc65
Bump version to 0.1.10
2009-09-12 00:09:38 +02:00
Sérgio Marques
fcdeb56119
Update Portuguese translation
2009-09-11 23:57:40 +02:00