summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove leaks.Alexander Larsson2001-03-301-45/+71
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-4/+1
* marshaller fixes.Tim Janik2001-03-071-1/+1
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-46/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-8/+8
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-40/+45
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-3/+7
* Merges from gtk-1-2Owen Taylor2000-03-141-9/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-5/+0
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+9