Commit graph

3940 commits

Author SHA1 Message Date
Christian Dywan
8e8e9f3663 Remove zoom compatibility, use new API or fall through 2008-06-09 03:13:08 +02:00
Christian Dywan
0cf86e0ee0 Move tooltip API from sokoke to compat 2008-06-08 19:45:33 +02:00
Christian Dywan
13f8171e24 Add Zoom Stepping Value to Preferences 2008-06-08 18:42:39 +02:00
Christian Dywan
066c5a11c7 Enable mouse wheel zoom bindings. 2008-06-08 17:49:59 +02:00
Christian Dywan
7e46d4e880 Remove 'midori' from .gitignore 2008-06-08 17:47:06 +02:00
Christian Dywan
65c0195501 Introduce compat.h which provides new api for old libraries 2008-06-08 17:46:24 +02:00
Christian Dywan
cdadca0d0c Cleanup and fix a race condition causing an ugly warning. 2008-06-08 16:58:03 +02:00
Christian Dywan
6d35511604 Fix segfault on quit, improve app and browser interface 2008-06-08 01:25:57 +02:00
Christian Dywan
674b237f97 Fix last commit, one file was not updated. 2008-06-08 01:16:06 +02:00
Christian Dywan
f1166afa0a Remove version strings from build and --version output 2008-06-07 13:02:18 +02:00
Mike Massonnet
bbd404eba5 Run 'configure' implicitly from autogen.sh 2008-06-07 12:32:03 +02:00
Enrico Tröger
17c5191100 Fix desktop file install, use DATADIR properly 2008-06-07 11:54:40 +02:00
Christian Dywan
c1573fd10e Update waf to 1.4.2 from svn including po fix 2008-06-03 23:10:46 +02:00
Christian Dywan
3af84ebfd6 Default to current URI and page for Bookmark Add 2008-06-02 23:57:53 +02:00
Christian Dywan
c7626bfda2 Fix and update translation template handling 2008-06-02 01:54:38 +02:00
Christian Dywan
a97264a090 Fix 'missing cursor' in entries 2008-06-01 23:58:00 +02:00
Christian Dywan
b511f12b9b Rename folder 'src' to 'midori' 2008-06-01 23:47:27 +02:00
Christian Dywan
ad44a94354 Install scalable icon with autotools 2008-06-01 21:57:27 +02:00
Christian Dywan
5fcb26b123 Cleanup sokoke 2008-06-01 17:39:57 +02:00
Christian Dywan
84036dc39e Change a few strings, particularly New Bookmark => Add Bookmark 2008-06-01 16:40:44 +02:00
Enrico Tröger
f79806bb27 Fix opening files from command line with a relative path 2008-06-01 15:24:55 +02:00
Christian Dywan
4e5afd5041 Check for unistd.h in waf, update cache on (un)install only 2008-06-01 15:16:40 +02:00
Enrico Tröger
8495ffa571 Fix superuser warning bar 2008-06-01 15:15:38 +02:00
Christian Dywan
aa6c1ccec4 Fill in discriptions for tooltips 2008-06-01 14:08:48 +02:00
Christian Dywan
714f7c65f6 Add print support via javascript 2008-06-01 11:43:55 +02:00
Christian Dywan
a61568c16a Add zoom functionality, if webkit supports it 2008-06-01 11:26:10 +02:00
Christian Dywan
8e494ba206 Provide action signals as javascript functions
From javscript C functions cannot be called, but signals
are available through the GObject type system. So
we allow javascript to call action signals like functions.

At the same time we modify a few browser functions, so
that they are functions that are available as signals.
2008-06-01 00:21:08 +02:00
Christian Dywan
54ea63f161 Update icon cache on uninstall, catch missing gtk-update-icon-cache 2008-05-31 14:57:07 +02:00
Christian Dywan
f00522ac27 Use 'midori' icon and update icon cache in waf 2008-05-31 14:31:10 +02:00
Christian Dywan
3ea30bfd4e Use 'pproc' in waf in place of subprocess 2008-05-31 13:51:03 +02:00
Christian Dywan
4f0b7bea63 Mark required packages as 'mandatory' in waf 2008-05-31 12:43:37 +02:00
Christian Dywan
2f93031755 Add svg icon and according waf logic 2008-05-31 12:14:15 +02:00
Christian Dywan
95cbba2548 First attempt at a waf build system 2008-05-31 12:04:52 +02:00
Christian Dywan
29e87133ae Updated AUTHORS file. 2008-05-23 02:02:21 +02:00
Enrico Tröger
a6aa345316 Do not set a tooltip on tool items if the text is empty 2008-05-23 01:58:44 +02:00
Christian Dywan
4a488da7b1 Implement MidoriApp singleton and improve multiple window support
The new singleton holds the shared settings and trash. It is
further more used to keep track of all open windows and quits
when the last window was closed. It also watches the focus in
case you need something like a "current" browser.
2008-05-23 00:17:10 +02:00
Christian Dywan
61d26feae8 Apply a few small corrections. 2008-05-22 14:32:54 +02:00
Christian Dywan
6982b226b8 Do not call setlocale, let gtk handle this. 2008-05-22 14:30:52 +02:00
Christian Dywan
6bc5150ea2 Add Show Homepage option, remove Form Fill and Small Toolbar 2008-05-20 03:21:11 +02:00
Enrico Tröger
ebdedf6f31 Remember the last opened folder for File Open
The File Open dialog should remember the last opened folder
or try to obtain it from the currently opened web view.
Besides the dialog ought to be transient.
2008-05-20 03:01:54 +02:00
SZERVÁC Attila
773f5d8d35 Add Hungarian translation. 2008-05-12 01:26:25 +02:00
Christian Dywan
944defafeb Use value-changed instead of changed for spin buttons 2008-05-07 19:25:43 +02:00
Christian Dywan
1a1cb73ca3 Fix the default location-entry-search value 2008-05-07 16:40:53 +02:00
Christian Dywan
7474e41abd Provide a javascript style Gtk.binding and add g_return_if_fail 2008-05-07 03:05:22 +02:00
Christian Dywan
4a829b0ab0 Make javascript gobject bindings independant.
Moving the bindings into a single file makes them independant
of addons and midori, requiring only JavaScriptCore and GObject.

This allows for standalone scripts to run independant from
Midori itself. Also extensions will run independant from a
browser instance.
This change removes the 'midori' object.
2008-05-06 00:51:04 +02:00
Christian Dywan
750d9d5b01 Bump version to 0.0.18 2008-05-04 19:31:44 +02:00
Christian Dywan
aa21bc30f9 Update translations. 2008-05-04 19:15:28 +02:00
Christian Dywan
156aa1fd0a Change 'Cookies' to 'Web Cookies' and fix POTFILES.in. 2008-05-04 19:14:48 +02:00
Christian Dywan
626586a5a1 Update AUTHORS, README and TODO files. 2008-05-04 19:13:02 +02:00
Christian Dywan
5b731c45ba Wrap userscripts in an anonymous function. 2008-05-04 01:34:39 +02:00