midori/katze
Christian Dywan 0d2a6cd72f Sort out boxes and scrollables with GTK+ 3.2
There is only GtkBox, neither GtkHBox nor GtkVBox.

Constructors and defaults have changed, we need
to set "orientation" for vertical boxes.

The panel takes care of its pages, and the view
of itself.

gtk_container_add on GtkBox is different to GtkVBox
so we must use gtk_box_pack_start.

GtkScrollable exists as a proper interface now.
2011-11-20 22:14:30 +01:00
..
gtk3-compat.c sokoke_entry_set_default_text becomes gtk_entry_set_placeholder_text 2011-11-09 22:06:10 +01:00
gtk3-compat.h Sort out boxes and scrollables with GTK+ 3.2 2011-11-20 22:14:30 +01:00
katze-array.c Gracefully handle unset history and search engines 2011-03-05 03:40:10 +01:00
katze-array.h Add KatzeArray::update and call it after import 2011-01-19 21:58:26 +01:00
katze-arrayaction.c Add gtk_image_menu_item_set_always_show_image to gtk3-compat.h 2011-11-08 22:42:02 +01:00
katze-arrayaction.h Implement KatzeArrayAction::populate-folder 2010-09-15 04:10:55 +02:00
katze-http-auth.c Avoid GTK+3 #ifdef and #define GTK_DIALOG_DESTROY_WITH_PARENT 2011-10-26 20:07:11 +02:00
katze-http-auth.h Add G_GNUC_CONST to all Katze type functions 2010-01-17 18:14:48 +01:00
katze-http-cookies-sqlite.c Implement sqlite3 cookie storage backend 2011-10-10 23:22:27 +02:00
katze-http-cookies-sqlite.h Implement sqlite3 cookie storage backend 2011-10-10 23:22:27 +02:00
katze-http-cookies.c Always copy the cookie filename when attaching 2011-05-04 23:53:45 +02:00
katze-http-cookies.h Add G_GNUC_CONST to all Katze type functions 2010-01-17 18:14:48 +01:00
katze-item.c Introduce katze_item_get_meta_boolean convenience 2010-07-01 20:42:42 +02:00
katze-item.h Introduce katze_bookmark_populate_tree_view() and rename ITEM_IS* macros 2010-07-01 23:37:13 +02:00
katze-net.c Introduce and use Midori.URI.is_http 2011-10-28 22:49:10 +02:00
katze-net.h Remove katze_net_new and katze_net_get_session 2010-09-07 22:39:51 +02:00
katze-preferences.c Merge GLib and GTK+ compatibility in gtk3-compat.h 2011-10-20 22:46:43 +02:00
katze-preferences.h Embed extensions into preferences dialogue 2011-04-14 03:29:50 +02:00
katze-scrolled.c Merge GLib and GTK+ compatibility in gtk3-compat.h 2011-10-20 22:46:43 +02:00
katze-scrolled.h Add G_GNUC_CONST to all Katze type functions 2010-01-17 18:14:48 +01:00
katze-separatoraction.c Implement KatzeSeparatorAction 2009-01-29 00:52:27 +01:00
katze-separatoraction.h Add G_GNUC_CONST to all Katze type functions 2010-01-17 18:14:48 +01:00
katze-throbber.c Merge GLib and GTK+ compatibility in gtk3-compat.h 2011-10-20 22:46:43 +02:00
katze-throbber.h Base KatzeThrobber on GtkSpinner if available 2010-05-02 16:11:18 +02:00
katze-utils.c Add simple regexp unit test to Addons extension 2011-11-18 00:54:32 +01:00
katze-utils.h Add simple regexp unit test to Addons extension 2011-11-18 00:54:32 +01:00
katze.h Implement sqlite3 cookie storage backend 2011-10-10 23:22:27 +02:00
midori-uri.vala Midori.URI.parse_hostname clearer semantics and tests 2011-11-18 01:44:48 +01:00