]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
Merges from gtk-1-2
[~andy/gtk] / gtk / gtknotebook.c
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