summaryrefslogtreecommitdiff
path: root/gtk/gtkhscale.c
Commit message (Expand)AuthorAgeFilesLines
* Move wholly deprecated files to a subdirectoryMatthias Clasen2011-11-011-139/+0
* Don't use *DISABLE_DEPRECATED guardsMatthias Clasen2011-11-011-1/+0
* Deprecate h/v variants of GtkScaleMatthias Clasen2011-06-071-0/+7
* Move documentation to inline comments: GtkHScaleJavier Jardón2011-04-111-0/+21
* 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-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-111-149/+30
* 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
* Cosmetic changeMatthias Clasen2007-06-101-6/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+3
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add some additional docs on precision here too. (#309238, Steve Chaplin)Matthias Clasen2005-07-081-0/+4
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+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-2/+1
* Fix for #104811, Padraig O'Briain:Matthias Clasen2004-02-121-54/+78
* Deprecation cleanupManish Singh2002-10-041-22/+15
* Chain up before drawing the scale values so that the number is drawn inOwen Taylor2002-02-271-3/+9
* Document that the end points are included in the range. (#69783, JeffreyOwen Taylor2002-01-301-4/+4
* Add <Control>Tab bindings for "move-focus" so that Control-Tab to escapeOwen Taylor2002-01-291-1/+1
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-0/+3
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-0/+2
* clamp the value to the range that was setHavoc Pennington2001-06-051-0/+44
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-041-454/+52
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-16/+1
* fix some shell typosHavoc Pennington2001-05-071-3/+7
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-0/+1
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-41/+48
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-19/+21
* Remove leaks.Alexander Larsson2001-03-301-33/+46
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-31/+32
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-191-5/+5
* use the visual scroll steps.Havoc Pennington2001-02-191-4/+4
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-11/+8
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-47/+0
* Check for bind_textdomain_codesetRobert Brady2000-10-221-0/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-3/+1
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-9/+9
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-5/+5
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-30/+38
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-3/+3
* Merges from gtk-1-2Owen Taylor2000-03-141-0/+2