midori/midori
Dale Whittaker 75c83f1224 Differentiate hash table/ frozen and manual/ normal completion
Adding and looking up items based on a hash table is incredibly
fast, so it's vital for startup, however at runtime we want
to prepend which invalidates the contents of the hash table. So
now we use the hash based lookup only for frozen operation,
which is used at startup and has to be fast, but manual string
comparisons are used at runtime.
2009-02-09 21:37:10 +01:00
..
compat.c Fix local copy of g_strcmp0 2009-01-22 22:59:47 +01:00
compat.h Make property strings static to save some memory 2009-01-16 05:19:43 +01:00
gjs.c Implement 'full' debug-level and fix according warnings 2009-01-09 23:56:00 +01:00
gjs.h Add gjs_value_forall and gjs_get_nth_attribute 2008-07-21 20:04:54 +02:00
gtkiconentry.c Implement 'full' debug-level and fix according warnings 2009-01-09 23:56:00 +01:00
gtkiconentry.h Require Gtk 2.10 and don't treat GIO specially anymore 2008-10-20 00:41:52 +02:00
main.c Resize the label in the crash dialogue for proper wrapping 2009-02-05 22:43:24 +01:00
marshal.list Let glib-genmarshal write our marshallers 2009-01-08 02:29:07 +01:00
midori-app.c Implement MidoriApp::browsers and deprecate MidoriApp::browser-count 2009-01-20 22:40:25 +01:00
midori-app.h Implement and make use of midori_app_create_browser 2008-12-25 00:39:35 +01:00
midori-browser.c Fix "%d days ago" to be translated again 2009-02-01 19:08:53 +01:00
midori-browser.h Integrate Midori with Maemo, use a Hildon window and adjust the interface 2009-01-27 02:57:40 +01:00
midori-extension.c Flag deactivated extensions as not active 2009-02-05 00:11:36 +01:00
midori-extension.h Introduce MidoriExtension setting API, strings only for now 2009-02-05 00:09:44 +01:00
midori-locationaction.c Differentiate hash table/ frozen and manual/ normal completion 2009-02-09 21:37:10 +01:00
midori-locationaction.h Optimize location action, so Midori starts up twice as fast 2008-12-12 21:06:33 +01:00
midori-locationentry.c Implement 'full' debug-level and fix according warnings 2009-01-09 23:56:00 +01:00
midori-locationentry.h Move completion logic from LocationEntry to LocationAction 2008-11-09 19:09:35 +01:00
midori-panel.c Integrate Midori with Maemo, use a Hildon window and adjust the interface 2009-01-27 02:57:40 +01:00
midori-panel.h Rename MidoriPane to MidoriView and add protocol support 2008-11-29 16:45:24 +01:00
midori-preferences.c Integrate Midori with Maemo, use a Hildon window and adjust the interface 2009-01-27 02:57:40 +01:00
midori-preferences.h Simplify MidoriPreferences, remove Private 2008-06-19 20:41:05 +02:00
midori-searchaction.c Show tokens in Manage Search Engines dialog 2009-02-01 23:13:00 +01:00
midori-searchaction.h Implement the search widget as an action 2008-10-05 23:25:02 +02:00
midori-source.c Don't needlessly create text buffers 2008-10-24 00:54:28 +02:00
midori-source.h Implement tabs in individual processes 2008-09-26 23:30:52 +02:00
midori-stock.h Remove the page holder from the core 2008-11-25 23:55:54 +01:00
midori-view.c Instead of adding multiple same history items, update the original item 2009-01-26 03:43:59 +01:00
midori-view.h Support opening of new windows 2008-12-03 04:16:19 +01:00
midori-viewable.c Remove forgotten debugging output from MidoriViewable 2008-12-20 00:31:16 +01:00
midori-viewable.h Rename MidoriPane to MidoriView and add protocol support 2008-11-29 16:45:24 +01:00
midori-websettings.c Integrate Midori with Maemo, use a Hildon window and adjust the interface 2009-01-27 02:57:40 +01:00
midori-websettings.h Remember the last window state, ie. whether Midori was maximized or minimized 2009-01-20 23:27:19 +01:00
midori.h Move MidoriAddons to panels folder 2008-12-04 01:53:52 +01:00
sokoke.c Move {sokoke,katze}_tree_view_get_selected_iter proper 2009-01-28 01:08:51 +01:00
sokoke.h Move {sokoke,katze}_tree_view_get_selected_iter proper 2009-01-28 01:08:51 +01:00
wscript_build Integrate Midori with Maemo, use a Hildon window and adjust the interface 2009-01-27 02:57:40 +01:00