summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* made 'page_num' argument a gint: switch_page signal delivers valid pageMichael Krause1998-11-291-2/+2
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-13/+13
* define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead ofLars Hamann1998-11-261-22/+55
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-231-2/+2
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-6/+1
* new flags : homogeneous; new guints : tab_hborder, tab_vborder; markedLars Hamann1998-11-161-2026/+2766
* use GtkPositionType defines.Lars Hamann1998-11-111-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-421/+259
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-20/+61
* fix for sigsegv in case of show_tabs == NULLLars Hamann1998-08-181-3/+4
* small fix for border drawing bugLars Hamann1998-07-281-73/+126
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-24/+1
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-47/+224
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-23/+282
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-4/+1
* boy! did i really modify that many files?Tim Janik1998-06-161-2/+10
* adapted clist pixmap clippingLars Hamann1998-06-101-78/+151
* fixed an assertment.Tim Janik1998-06-071-0/+5
* reversed test sequence for GTK_WIDGET_CAN_FOCUS and GTK_IS_CONTAINERLars Hamann1998-06-021-13/+13
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* new function to set the current focus_child of a container, does properTim Janik1998-05-031-7/+4
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-6/+10
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-6/+6
* More extensive debugging outputOwen Taylor1998-04-031-6/+10
* show the menu_label unconditionally (even if it is not a default label).Tim Janik1998-03-311-2/+7
* notebook fix from lars.Tim Janik1998-03-151-1/+4
* changed handler tags to be of type guint, reflecting the internal tagTim Janik1998-03-121-2/+1
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-121-23/+47
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* new widget from Lars Hamann <hamann@braunschweig.netsurf.de> and StefanTim Janik1998-02-251-21/+36
* don't perform gdk operations on size allocationTim Janik1998-02-221-60/+53
* gtk_object_query_args takes an additional pointer now which if suppliedTim Janik1998-02-211-2/+10
* applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann andTim Janik1998-02-191-434/+1949
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-16/+0
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-40/+5
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-1/+1
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)Owen Taylor1998-01-061-3/+52
* corrects a small resize bug in the viewport widget. The viewport widgetShawn Amundson1998-01-021-88/+171
* gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called withOwen Taylor1997-12-121-1/+25
* same as before -JaySNAP_19971201Jay Painter1997-12-021-4/+16
* Initial revisionElliot Lee1997-11-241-0/+1303