summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.c
Commit message (Expand)AuthorAgeFilesLines
* Document the "set-scroll-adjustments" signalSven Herzberg2008-12-111-0/+9
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-081-1/+1
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-1/+1
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-25/+7
* Changed size requisition so the viewport does not add the border thicknessMatthias Clasen2007-07-091-4/+8
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-1/+1
* always update the bin_window position and size in size_allocate, even ifTim Janik2006-09-201-25/+15
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-38/+7
* Disconnect from the old adjustments signals. (#325869, Jorn Baayen)Matthias Clasen2006-01-061-2/+1
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* Set the background of the windows to None instead of adding EXPOSURE_MASK,Søren Sandmann2005-01-051-1/+3
* Bug 162112.Søren Sandmann2005-01-041-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Don't leak the adjustments. (#148089, Tommi Komulainen)Matthias Clasen2004-07-221-1/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Implement "gravity" for RTL mode in a better way: Keep the distance fromMatthias Clasen2003-12-121-2/+6
* Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizingMatthias Clasen2003-12-051-2/+12
* Fix bug with set_adjustment (viewport, NULL);Owen Taylor2003-06-081-1/+1
* Many fixes, along with extensive cleanups and refactoring of code toOwen Taylor2003-06-061-227/+233
* Deprecation cleanupManish Singh2002-10-091-48/+74
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-3/+0
* Minor documentation fixesSoren Sandmann2002-08-101-3/+3
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-181-4/+4
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-17/+4
* General property notification cleanup.Matthias Clasen2002-01-281-3/+3
* small but important fix to force vadjustments at size_alocate time fromTim Janik2002-01-091-1/+1
* don't cast a possible NULL pointer.Tim Janik2002-01-091-2/+2
* Close comment.Matthias Clasen2001-12-101-0/+46
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-13/+16
* Remove random + 5 for width and height. If people want padding, theyOwen Taylor2001-11-021-2/+2
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-32/+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/+16
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-2/+2