summaryrefslogtreecommitdiff
path: root/gtk/gtkvscale.c
Commit message (Expand)AuthorAgeFilesLines
* Update gtkvscale documentation for in code comments. Removed template documentSteven Harms2010-03-031-1/+19
* Bug 553765 – Add orientation API to GtkRangeMichael Natterer2008-11-111-148/+32
* 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-5/+4
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-3/+0
* 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/+3
* 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-4/+3
* Fix for #104811, Padraig O'Briain:Matthias Clasen2004-02-121-53/+78
* Deprecation cleanupManish Singh2002-10-041-23/+16
* Chain up before drawing the scale values so that the number is drawn inOwen Taylor2002-02-271-1/+7
* 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/+45
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-041-461/+50
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-17/+1
* fix some shell typosHavoc Pennington2001-05-071-4/+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-48/+60
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-25/+23
* Remove leaks.Alexander Larsson2001-03-301-28/+40
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-31/+31
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-191-5/+5
* use the visual scroll steps.Havoc Pennington2001-02-191-2/+8
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-11/+8
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-47/+0
* 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-2/+1
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-10/+10
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-26/+38
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-3/+3
* Merges from gtk-1-2Owen Taylor2000-03-141-0/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* take value_spacing into account for GTK_POS_LEFT.Tim Janik1999-01-221-1/+1
* CLAMP digits into a meaningfull range (we need to stay below a certainTim Janik1999-01-181-2/+2
* avoid void pointer mathManish Singh1998-12-111-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-2/+2