]> Pileus Git - ~andy/gtk/history - gtk/gtkrange.c
Draw arrows better (without extra baseline)
[~andy/gtk] / gtk / gtkrange.c
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
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-02-19 Anders CarlssonReturn TRUE to prevent the scroll event to be propagate...
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
1999-03-15 Tor LillqvistThis might seem like a large patch, but it isn't that...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-02-04 Owen TaylorFixes to account for the changed structure of the windo...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-14 Owen TaylorDon't read the character past the end of the text.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-09 Elliot LeeCombobulator fixes..... ....
1998-03-10 Owen TaylorMerging release_1_0 changes into the main tree.
1998-03-10 Tim Janikchanged gtk_range_trough_click() to take an additional...
1998-03-08 Tim Janikremoved gtk_range_calc_value().
1998-03-07 Owen TaylorFixed the vscrollbar flickering problem, by checking...
1998-02-28 Tim Janikmore fixups -timj
1998-02-12 Federico Mena QuinteroFixed unrealize handler to comply with the documentatio...
1998-02-02 Tim Janikfixed destroy handler, so it doesn't segfault with...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-11-24 Elliot LeeInitial revision