midori/katze
Christian Dywan b1ee80d55e Implement katze_utf8_stristr, katze_collfold and use in completion
Evidently normalizing any whole string is too slow for completion,
so we need to even out case and composition while iterating through
the strings.

The decompositing version of katze_utf8_stristr is disabled, since
it is too slow, and an ascii only version is used, for now.

A unit test 'compare' is added that solely measures performance of
katze_collfold and katze_utf8_stristr.
2009-12-28 23:59:54 +01:00
..
katze-array.c Implement katze_array_find_uri for finding duplicates 2009-10-02 21:27:31 +02:00
katze-array.h Implement katze_array_find_uri for finding duplicates 2009-10-02 21:27:31 +02:00
katze-arrayaction.c Connect to button press on folder menu items 2009-12-13 15:41:47 +01:00
katze-arrayaction.h Revamp bookmarkbar items based on KatzeArrayAction 2008-10-26 22:22:26 +01:00
katze-http-auth.c Disconnect request-queued properly to avoid lots of dialog callbacks 2009-09-25 22:51:18 +02:00
katze-http-auth.h Factor HTTP authentication into a soup feature 2009-02-14 02:34:56 +01:00
katze-http-cookies.c Create cookie jar on startup instead of waiting for an HTTP request 2009-03-24 01:10:15 +01:00
katze-http-cookies.h Factor persistent cookies into a soup feature 2009-02-14 04:14:01 +01:00
katze-item.c Support meta-data-changed::key in KatzeItem 2009-12-11 23:45:11 +01:00
katze-item.h Add katze_item_set_meta_string 2009-07-06 18:28:28 +01:00
katze-net.c Use g_access instead of g_file_test consistently 2009-12-19 11:28:46 +01:00
katze-net.h Add a function to obtain the session from a net 2009-01-15 03:26:15 +01:00
katze-preferences.c Implement and optimize for portrait mode support for Fremantle 2009-11-29 14:09:28 +01:00
katze-preferences.h Remove unused function katze_preferences_add_option 2009-11-13 23:20:38 +01:00
katze-scrolled.c Introduce MIDORI_TOUCHSCREEN and katze_widget_has_touchscreen_mode 2009-10-28 21:07:13 +01:00
katze-scrolled.h Implement drag (finger) and kinetic scrolling with KatzeScrolled 2009-09-28 22:12:41 +02:00
katze-separatoraction.c Implement KatzeSeparatorAction 2009-01-29 00:52:27 +01:00
katze-separatoraction.h Implement KatzeSeparatorAction 2009-01-29 00:52:27 +01:00
katze-throbber.c Add a function to obtain the session from a net 2009-01-15 03:26:15 +01:00
katze-throbber.h Do not localize object properties, except WebSettings 2008-10-15 03:32:11 +02:00
katze-utils.c Implement katze_utf8_stristr, katze_collfold and use in completion 2009-12-28 23:59:54 +01:00
katze-utils.h Implement katze_utf8_stristr, katze_collfold and use in completion 2009-12-28 23:59:54 +01:00
katze.h Refactor MidoriPreferences into KatzePreferences base class 2009-10-19 23:15:44 +02:00
marshal.list Implement middle click on array actions, ie. bookmark menu items 2009-05-03 12:42:47 +02:00
wscript_build Generate Hildon picker button or check button proxies as needed 2009-10-27 23:49:12 +01:00