summaryrefslogtreecommitdiff
path: root/gtk/gtkhscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt cast macros to standard.Raja R Harinath1999-11-221-4/+6
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* CLAMP digits into a meaningfull range (we need to stay below a certainTim Janik1999-01-181-2/+6
* 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-3/+3
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-205/+262
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-43/+149
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* don't take '\n' into account for size computation (Damon Chaplin).Tim Janik1998-04-071-1/+1
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-1/+1
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+436