summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Add property support. (#51858)Owen Taylor2001-07-191-115/+160
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-55/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-16/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+56
* don't propagate exposes to NULL child.Tim Janik2001-05-111-2/+5
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-10/+2
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-1/+1
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-11/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+9
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-36/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmapsOwen Taylor2000-07-211-12/+129
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-25/+25
* Merges from gtk-1-2Owen Taylor2000-03-141-4/+4
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-1/+37
* 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