]> Pileus Git - ~andy/gtk/history - gtk/gtkrange.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtkrange.c
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-11-15 Michael Nattereradded properties "fill-level", "show-fill-level" and
2006-10-30 Michael Nattererconsume the Escape key only if we actually cancel a...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-07-18 Michael Nattererremember the sensitivity of the steppers in GtkRangeLay...
2006-06-09 Michael Nattereradded new style properties "trough-side-details" and
2006-05-18 Michael Natterercanonicalize the name of the "activate-slider" style...
2006-05-14 Matthias ClasenMore of the same
2006-05-08 Matthias ClasenFix doc typos.
2006-05-07 Matthias ClasenChain up, to make bindings work. Noticed by Al Puzzuoli.
2006-05-07 Matthias ClasenMore abstract types
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-11 Matthias ClasenAllow to cancel a drag with ESC. (#58389, Søren Sandmann)
2006-03-11 Matthias ClasenAdd a style property ::activate_slider that allows...
2006-03-09 Ross BurtonTurn off prelighting when gtk-touchscreen-mode is enabl...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-22 Michael NattererMade button-press timeouts which work like key repeat...
2005-11-11 Michael NattererAdded per-stepper API for GtkRange's stepper sensitivit...
2005-11-09 Tim Janikpatch from maemo-gtk that changes GtkRange to render...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-20 Matthias ClasenMake it compile
2005-08-20 Matthias ClasenDon't queue a draw if the layout has not changed. ...
2005-06-30 Matthias ClasenHandle broken grabs.
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenStop scrolling when the widget is unmapped. (#168791...
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2004-11-10 Matthias ClasenMake power a double. (gtk_range_class_init): s/digits...
2004-10-06 Matthias ClasenReplace a really gross way of rounding to a specified...
2004-09-22 Matthias ClasenRemove unnecessary g_return_if_fail()s from virtual...
2004-09-13 Manish Singhfix gtk_range_real_change_value args. Addresses part...
2004-08-27 Matthias ClasenProvide information about how an adjustment change...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-29 Soeren SandmannNew internal function returning a good step value for...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-13 Matthias ClasenUndo the last change, since it broke logical keynav...
2003-12-11 Matthias ClasenFix direction of steppers in inverted scrollbars. ...
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-07-08 Soeren Sandmannremove GDK_EXPOSURE_MASK for INPUT_ONLY window same...
2003-03-29 Matthias ClasenFix the previous commit.
2003-03-29 Matthias ClasenFixes for bug #56248:
2002-10-04 Manish SinghDeprecation cleanup
2002-09-21 Matthias ClasenMark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)
2002-07-30 Owen TaylorHandle inverted ranges correctly (#85436, fix from...
2002-06-12 Owen TaylorFix memory leak. (Patch from Matthias Clasen, #84926)
2002-05-16 Owen TaylorFix a missed check for division by zero. (#77820, Garet...
2002-04-25 Matthias ClasenAvoid a possible division by zero. (#77820)
2002-03-02 Owen TaylorRobustify tracking of pointer grab window.
2002-02-27 Owen Taylorif CAN_FOCUS reserve focus_line_width + focus_line_pad...
2002-02-27 Owen TaylorAfter computing the clamped value, actually set it...
2002-02-26 Soeren SandmannDraw arrows better (without extra baseline)
2002-02-23 Owen TaylorApplied patch from Thomas Leonard to make stepper click...
2002-02-15 Jody Goldbergadd new signal 'adjust_bounds' to potentialy change...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-09 Tim Janikdon't cast a possible NULL pointer.
2001-12-09 George Leblcheck for 0 value on the denominator in the horizontal...
2001-12-06 Owen TaylorMake button 1 clicks on the trough do pages, button...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-28 Havoc Penningtonput the warning explaining the validation error in...
2001-11-23 Owen TaylorOffset invalidated range correctly. Fix scrolling of...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-15 Owen TaylorCal gdk_window_invalidate_maybe_recurse() for recursion...
2001-11-02 Owen TaylorPatch from George Lebl to fix division by zero for...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-14 Tim Janikadd GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_cal...
2001-07-12 Owen TaylorAdd missing case.
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-20 Tim Janikhum, "adjustment" was a construct property in 1.2 and...
2001-06-06 Havoc Penningtonadd "inverted" property
2001-06-05 Havoc Penningtonclamp the value to the range that was set
2001-06-04 Havoc Penningtonchange SCROLL_RIGHT to SCROLL_LEFT, reported by Thomas...
2001-06-04 Havoc PenningtonProcess updates immediately, to prevent funny lag effec...
2001-06-04 Havoc Penningtonon middle click, center slider on the click.
2001-06-04 Havoc Penningtonmake this special-case hscale/vscale details, so we...
2001-05-17 Alexander LarssonAdd properties, based on patch by Lee Mallabone.
2001-05-01 Owen TaylorNew default theme! A slighly improved version of the...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-02 Owen TaylorFix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_S...
2001-03-30 Alexander LarssonRemove leaks.
2001-03-28 Owen TaylorApply patch from Nils Barth fixing event return values...
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-02 Owen TaylorPatch from ChiDeok Hwang to move call to sync_selection...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-19 Havoc Penningtonhmm, someone changed GLib without fixing GTK
2001-02-19 Havoc Penningtonuse the visual scroll steps.
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-12 Owen TaylorAdd some missing casts. Support 2 and 3 button clicks...
2000-10-22 Robert BradyCheck for bind_textdomain_codeset
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-24 Elliot Leerevert
2000-07-24 Elliot LeePart 1 of a multipart commit
2000-07-14 Owen Tayloruse FALSE for size_only most of the time when calling
next