summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the last changes to make the number of digits only effect drawing,Owen Taylor2002-01-301-8/+15
* fix default value for ::digits property, leave as 1 as per havoc'sTim Janik2002-01-291-13/+18
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+2
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-8/+8
* add "inverted" propertyHavoc Pennington2001-06-061-10/+44
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-041-94/+226
* Apply patch from John Margaglione converting from args to properties.Owen Taylor2001-05-151-19/+18
* Remove creative formatting.Owen Taylor2001-05-131-49/+77
* fix some shell typosHavoc Pennington2001-05-071-41/+72
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-2/+9
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-1/+1
* 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-1/+1
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-6/+6
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-1/+1
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-16/+51
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-4/+2
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* 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-8/+90
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-3/+0
* 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-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-4/+4
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-0/+43
* 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
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-17/+0
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+229