summaryrefslogtreecommitdiff
path: root/gtk/gtkadjustment.c
Commit message (Expand)AuthorAgeFilesLines
* adjustment: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-56/+49
* GtkAdjustment: Deprecate some redundant APIMatthias Clasen2015-05-101-18/+28
* Trivial formatting fixesMatthias Clasen2015-05-101-90/+91
* Fix a thinko in adjustment animationMatthias Clasen2014-09-071-1/+1
* Fix various compiler warningsMatthias Clasen2014-09-051-0/+1
* textview: Avoid relocating adjustments on ::size-allocate while these are ani...Carlos Garnacho2014-08-031-0/+6
* Fix a typoMatthias Clasen2014-07-131-1/+1
* Add a getter for the adjustment animation durationMatthias Clasen2014-07-131-0/+6
* adjustment: Add private gtk_adjustment_get_target_value() methodCarlos Garnacho2014-07-081-0/+11
* GktAdjustment: Add explicit api for animated settingMatthias Clasen2014-07-021-47/+63
* GtkAdjustment: Animated updatesMatthias Clasen2014-06-301-6/+143
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-6/+6
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* gtk/gtkadjustment.c: Improve docsJavier Jardón2012-08-071-17/+17
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-5/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkAdjustment: add an auxiliary functionMatthias Clasen2011-07-051-0/+44
* adjustment: Privateize sealed membersBenjamin Otte2011-01-051-40/+60
* gtkadjustment: Move documentation to inline commentsJavier Jardón2010-10-231-0/+88
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-1/+5
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-5/+1
* Bug 546754 – 2.13.6 update create rendering issue in the evolutionMichael Natterer2008-08-111-2/+10
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-1/+1
* Bug 544858 – Seal GtkAdjustmentMichael Natterer2008-08-051-2/+286
* clamp the value to [lower...upper-page_size] instead of onlyMichael Natterer2008-08-051-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
* coding style cleanup.Michael Natterer2008-03-141-48/+65
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-31/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* 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-9/+8
* : Mark param spec strings as static.Matthias Clasen2005-03-211-6/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Document properties as new since 2.4. (#156101, Billy Biggs)Matthias Clasen2004-12-271-0/+48
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* pass value in last in g_object_new, since it depends on lower and upperManish Singh2004-02-031-1/+1
* Add properties to GtkAdjustment. (#64601, Murray Cumming)Matthias Clasen2004-01-291-12/+179
* Deprecation cleanupManish Singh2002-10-091-31/+31
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-4/+0