summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt cast macros to standard.Raja R Harinath1999-11-221-11/+8
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-251-4/+4
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-251-10/+17
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-211-1/+1
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-17/+36
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-11/+0
* New macro. Changed the spacing from 5 to 3.Nat Friedman1999-01-171-1/+3
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-8/+8
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-19/+85
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* set composite names.Tim Janik1998-11-291-0/+2
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-104/+97
* check for existing viewport first, and don't add one if there already isManish Singh1998-11-281-5/+15
* removed assertements for constructed containers again, since thisTim Janik1998-11-231-2/+4
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-286/+367
* added ARG_WINDOW_PLACEMENTLars Hamann1998-11-111-1/+13
* new enum GtkCornerType added window_placement. new method to setLars Hamann1998-11-091-17/+58
* removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy.Lars Hamann1998-11-051-32/+96
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-10/+17
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-161-9/+102
* 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
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-241-0/+3
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-4/+0
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* merging owen's bug fixOwen Taylor1998-05-021-0/+5
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-38/+56
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-4/+4
* More extensive debugging outputOwen Taylor1998-04-031-4/+6
* perform the neccessary checks on funtion begin. use the scrolled_windowTim Janik1998-03-181-4/+6
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-181-2/+12
* Chain to the parent finalize handler. (from: "Mattias.Gronlund"Owen Taylor1998-03-111-0/+2
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-2/+28
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* initialize scrollbar_spacing (gtk-fortier-980103-0)GTK_0_99_2Shawn Amundson1998-01-031-0/+2
* this macro computes the spacing from klass->scrollbar_spacing now. adaptedTim Janik1997-12-231-7/+7
* Initial revisionElliot Lee1997-11-241-0/+510