midori/src
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
..
gjs.c Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
gjs.h Provide a javascript style Gtk.binding and add g_return_if_fail 2008-05-07 03:05:22 +02:00
main.c Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
main.h Implement MidoriApp singleton and improve multiple window support 2008-05-23 00:17:10 +02:00
Makefile.am Implement MidoriApp singleton and improve multiple window support 2008-05-23 00:17:10 +02:00
midori-addons.c Apply a few small corrections. 2008-05-22 14:32:54 +02:00
midori-addons.h Initial addon panel feature, only userscripts for now. 2008-04-28 22:38:57 +02:00
midori-app.c Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
midori-app.h Implement MidoriApp singleton and improve multiple window support 2008-05-23 00:17:10 +02:00
midori-browser.c Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
midori-browser.h Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
midori-console.c Initial addon panel feature, only userscripts for now. 2008-04-28 22:38:57 +02:00
midori-console.h Integrate panel toolbars properly outside scrolled areas. 2008-04-26 02:43:32 +02:00
midori-panel.c Implement MidoriApp singleton and improve multiple window support 2008-05-23 00:17:10 +02:00
midori-panel.h Integrate panel toolbars properly outside scrolled areas. 2008-04-26 02:43:32 +02:00
midori-preferences.c Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
midori-preferences.h Turn prefs into MidoriPreferences 2008-04-20 03:30:24 +02:00
midori-trash.c Implement MidoriApp singleton and improve multiple window support 2008-05-23 00:17:10 +02:00
midori-trash.h Initial refactoring work, regressions expected 2008-03-10 22:26:09 +01:00
midori-websettings.c Apply a few small corrections. 2008-05-22 14:32:54 +02:00
midori-websettings.h Update German localisation plus a tiny string fix. 2008-04-19 14:19:37 +02:00
midori-webview.c Implement MidoriApp singleton and improve multiple window support 2008-05-23 00:17:10 +02:00
midori-webview.h Initial refactoring work, regressions expected 2008-03-10 22:26:09 +01:00
search.c Initial refactoring work, regressions expected 2008-03-10 22:26:09 +01:00
search.h Initial commit 2007-12-16 23:20:24 +01:00
sokoke.c Provide action signals as javascript functions 2008-06-01 00:21:08 +02:00
sokoke.h Resolve helpers and globals into sokoke. 2008-04-20 21:44:56 +02:00
webSearch.c Resolve helpers and globals into sokoke. 2008-04-20 21:44:56 +02:00
webSearch.h Initial refactoring work, regressions expected 2008-03-10 22:26:09 +01:00
wscript_build First attempt at a waf build system 2008-05-31 12:04:52 +02:00