summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* brooooooooken pipe.Kristian Rietveld2003-09-031-2/+2
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-2/+1
* Fix the previous commit.Matthias Clasen2003-03-291-1/+1
* Fixes for bug #56248:Matthias Clasen2003-03-291-15/+37
* Deprecation cleanupManish Singh2002-10-041-33/+35
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA)Owen Taylor2002-07-301-6/+9
* Fix memory leak. (Patch from Matthias Clasen, #84926)Owen Taylor2002-06-121-0/+3
* Fix a missed check for division by zero. (#77820, Gareth Pearce)Owen Taylor2002-05-161-1/+5
* Avoid a possible division by zero. (#77820)Matthias Clasen2002-04-251-2/+6
* Robustify tracking of pointer grab window.Owen Taylor2002-03-021-3/+17
* if CAN_FOCUS reserve focus_line_width + focus_line_pad extra space andOwen Taylor2002-02-271-5/+28
* After computing the clamped value, actually set it. (#62639, SergeyOwen Taylor2002-02-271-3/+5
* Draw arrows better (without extra baseline)Soeren Sandmann2002-02-261-10/+71
* Applied patch from Thomas Leonard to make stepper click to scroll takeOwen Taylor2002-02-231-24/+7
* add new signal 'adjust_bounds' to potentialy change the bounds beforeJody Goldberg2002-02-151-1/+14
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-68/+11
* General property notification cleanup.Matthias Clasen2002-01-281-1/+1
* don't cast a possible NULL pointer.Tim Janik2002-01-091-1/+1
* check for 0 value on the denominator in the horizontal case just like weGeorge Lebl2001-12-091-4/+5
* Make button 1 clicks on the trough do pages, button 3 steps. (Patch fromOwen Taylor2001-12-061-2/+2
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-2/+1
* put the warning explaining the validation error in front of theHavoc Pennington2001-11-281-1/+1
* Offset invalidated range correctly. Fix scrolling of title window.Owen Taylor2001-11-231-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-24/+84
* Patch from George Lebl to fix division by zero for full scroll bars.Owen Taylor2001-11-021-2/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-6/+0
* add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): computeTim Janik2001-07-141-18/+36
* Add missing case.Owen Taylor2001-07-121-4/+10
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-16/+16
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+16
* hum, "adjustment" was a construct property in 1.2 and still needs to be.Tim Janik2001-06-201-1/+1
* add "inverted" propertyHavoc Pennington2001-06-061-1/+17
* clamp the value to the range that was setHavoc Pennington2001-06-051-0/+164
* change SCROLL_RIGHT to SCROLL_LEFT, reported by Thomas Broyer.Havoc Pennington2001-06-041-1/+1
* Process updates immediately, to prevent funny lag effect when scrolling,Havoc Pennington2001-06-041-1/+5
* on middle click, center slider on the click.Havoc Pennington2001-06-041-6/+12
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-041-1239/+1459
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-1/+17
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-4/+4
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-84/+89
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-24/+93
* Remove leaks.Alexander Larsson2001-03-301-28/+44
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-3/+3
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-22/+22
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-3/+33
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-44/+0
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-191-67/+67
* use the visual scroll steps.Havoc Pennington2001-02-191-4/+112