summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-25/+0
* Add some missing casts. Support 2 and 3 button clicks on the arrows toOwen Taylor2000-11-121-21/+33
* Check for bind_textdomain_codesetRobert Brady2000-10-221-1/+11
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* revertElliot Lee2000-07-241-1/+0
* Part 1 of a multipart commitElliot Lee2000-07-241-0/+1
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-141-2/+32
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-8/+8
* (follow-on from previous commit)Elliot Lee2000-06-201-9/+7
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-51/+29
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-15/+4
* Return TRUE to prevent the scroll event to be propagated upwards.Anders Carlsson2000-02-191-1/+1
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-0/+27
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-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
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-2/+13
* Fixes to account for the changed structure of the windows of rangeOwen Taylor1999-02-041-20/+9
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-6/+5
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-3/+3
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-3/+8
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-23/+101
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-34/+35
* 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/+41
* Don't read the character past the end of the text.Owen Taylor1998-04-141-2/+22
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Combobulator fixes..... ....Elliot Lee1998-04-091-0/+1
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-101-15/+22
* changed gtk_range_trough_click() to take an additional jump_perc arg,Tim Janik1998-03-101-18/+54
* removed gtk_range_calc_value().Tim Janik1998-03-081-7/+0
* Fixed the vscrollbar flickering problem, by checking the area on exposeOwen Taylor1998-03-071-1/+16
* more fixups -timjTim Janik1998-02-281-2/+2
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-9/+3
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-6/+5
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-11/+27
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-20/+25
* Initial revisionElliot Lee1997-11-241-0/+1369