summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
Commit message (Expand)AuthorAgeFilesLines
* scale: Fix marks for inverted scalesStefan Sauer2012-01-201-25/+62
* scale: remove the match argument from find_next_pos()Stefan Sauer2012-01-201-7/+6
* scale: backport orientation fix for vertical scalesStefan Sauer2012-01-091-2/+5
* gtkscale: fix bogus compare funcStefan Sauer2012-01-091-1/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-03-161-2/+2
* Backport a lot of GI transfer annotationsMartin Pitt2011-01-101-6/+6
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+5
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Fix compilation warning: cast to GCompareFuncJavier Jardón2010-02-111-1/+2
* Avoid overlap of scale marksMatthias Clasen2010-02-091-9/+79
* marks_start_element(): initialize "value" to get rid of a compiler warningMichael Natterer2009-08-271-1/+1
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Support scale marks in builder markupMatthias Clasen2009-05-031-2/+254
* Fix a resizing problem with marks on scalesMatthias Clasen2009-04-161-0/+4
* Bug 565656 – Add marks to scalesMatthias Clasen2009-01-201-6/+334
* Keep all these abstract for nowMatthias Clasen2008-12-311-1/+3
* Doc fixesMatthias Clasen2008-12-291-1/+1
* Merge docs inlineMatthias Clasen2008-12-291-3/+76
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-111-37/+269
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-2/+2
* 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
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-6/+3
* Some doc updatesMatthias Clasen2007-06-101-10/+11
* More of the sameMatthias Clasen2006-05-141-1/+1
* Make GtkScale abstract againMatthias Clasen2006-05-071-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+3
* Silence compiler warnings.Matthias Clasen2006-04-111-1/+2
* Insert an LRM, to prevent -20 to come out as 20- in RTL locales. (#322571,Matthias Clasen2005-11-281-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix the default values of draw-value and value-pos to be the values weMatthias Clasen2005-05-181-2/+2
* Don't bind GDK_Page_Up and GDK_Page_Down twice. (#168333, Hazael MaldonadoMatthias Clasen2005-05-171-4/+4
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* 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
* Fix various compilation problems (#134312, David Hawthorne)Owen Taylor2004-02-131-1/+1
* Fix for #104811, Padraig O'Briain:Matthias Clasen2004-02-121-0/+128
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-10/+10
* Deprecation cleanupManish Singh2002-10-041-16/+14
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* fix revrted bug fix. (use a define for max digits).Tim Janik2002-01-301-1/+1