]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
voc Pennington <hp@redhat.com>
[~andy/gtk] / gtk / gtknotebook.c
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-24 Alexander Larssoni2001-04-24 Alexander Larsson <alexl@redhat.com>
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-22 Tim Janiksome cleanups, fixed mnemonic_widget handling, added...
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2001-01-09 Owen TaylorDoc fixups.
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-12-04 Havoc Penningtonfix this to be sane
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-08 Alexander LarssonAdd note about GtkMenuPositionFunc API changes.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-07 Owen TaylorDoc comment fixing. (Mostly non-matching parameter...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-26 Owen TaylorQueue a redraw on the tab area when a tab changes size...
1999-01-23 Lars Hamannremoved extra gtk_spin_button_update calls again. unblo...
1999-01-21 Lars Hamannfew cleanups. (gtk_notebook_key_press): call select...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-14 Owen Taylorgtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk...
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1999-01-02 Manish Singhgdk/gdk.c gdk/gdkinputnone.h casts to get rid of const...
1998-12-18 Owen TaylorAdd @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-12-02 Lars Hamannnew class method/signal row_move. new public function...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-30 Jeff GarzikAdded initializer to quiet gcc warning. Added assertion...
1998-11-29 Michael Krausemade 'page_num' argument a gint: switch_page signal...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-26 Lars Hamanndefine GtkCTreeNode as boxed type use GTK_CTREE_NODE_TY...
1998-11-23 jaycoxModified Files: gtkclist.c gtkclist.h gtkctree.c gtkctr...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-16 Lars Hamannnew flags : homogeneous; new guints : tab_hborder,...
1998-11-11 Lars Hamannuse GtkPositionType defines.
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-18 Lars Hamannfix for sigsegv in case of show_tabs == NULL
1998-07-28 Lars Hamannsmall fix for border drawing bug
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-19 Tim Janikexport gtk_binary_age and gtk_interface_age.
1998-07-16 Tim Janiksigndness corrections all ove the place. implementation...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-18 Tim Janikyeppers, accelerator changes to fix the gimp. commit...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-10 Lars Hamannadapted clist pixmap clipping
1998-06-07 Tim Janikfixed an assertment.
1998-06-02 Lars Hamannreversed test sequence for GTK_WIDGET_CAN_FOCUS and...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-03 Tim Janiknew function to set the current focus_child of a contai...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-10 Owen TaylorPicky --enable-ansi cleanups.
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-04-03 Owen TaylorMore extensive debugging output
1998-03-31 Tim Janikshow the menu_label unconditionally (even if it is...
1998-03-15 Tim Janiknotebook fix from lars.
1998-03-12 Tim Janikchanged handler tags to be of type guint, reflecting...
1998-03-12 Tim Janikapplied gtk-shige-980311-0.patch.gz, which removes...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-25 Tim Janiknew widget from Lars Hamann <hamann@braunschweig.netsur...
1998-02-22 Tim Janikdon't perform gdk operations on size allocation
1998-02-21 Tim Janikgtk_object_query_args takes an additional pointer now...
1998-02-19 Tim Janikapplied gtk-hamann_jeske-980218-0.patch.gz, a patch...
1998-02-12 Federico Mena QuinteroFixed unrealize handler to comply with the documentatio...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-06 Owen TaylorAdded "switch_page" signal. (gtk-hamann_jeske-971212...
1998-01-02 Shawn Amundsoncorrects a small resize bug in the viewport widget...
1997-12-12 Owen Taylorgdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called...
1997-12-02 Jay Paintersame as before -Jay
1997-11-24 Elliot LeeInitial revision