]> Pileus Git - ~andy/gtk/history - gtk/gtkrange.c
filechooser: Use _gtk_file_has_native_path() throughout when testing for local_only
[~andy/gtk] / gtk / gtkrange.c
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-25 Matthias ClasenDocument GtkRange::adjust-bounds
2010-05-24 Javier JardónRevert "Forward-port a GtkAdjustment compatibility...
2010-05-21 Javier JardónMove documentation to inline comments: GtkRange
2010-05-18 Jan Arne PetersenGtkRange: Redraw if GtkRange is a GtkScale and value...
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Michael Natterer Bug 607082 - Add accessors for sealed GtkRange members
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-01-22 Michael Natterer Bug 607082 - Add accessors for sealed GtkRange members
2010-01-07 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-27 Michael NattererAdd accessors for sealed member "flippable"
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-03 Matthias ClasenForward-port a GtkAdjustment compatibility fix
2009-05-03 Matthias ClasenUpdate to explain the situation.
2009-02-25 Xan LopezBug 495320 - GtkRange does not use gdk_event_request_mo...
2009-01-26 Bastien NoceraBug 569240 - Crasher when using markers
2009-01-20 Matthias ClasenBug 565656 – Add marks to scales
2008-11-11 Michael NattererBug 553765 – Add orientation API to GtkRange
2008-08-13 Michael Nattererget rid of the deprecated aliases NONE and BOOL.
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-08 Sven Neumanngtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel...
2008-08-06 Michael Natterergtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c...
2008-08-02 Matthias ClasenBug 429427 – Add "arrow-spacing" style property to...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Tim JanikSeal GtkRange
2007-09-06 13:37:28 Tim Janikremoved code that forced range repaints upon every...
2007-07-12 Matthias ClasenSmall doc fixes
2007-06-10 Matthias ClasenSome doc updates
2007-05-26 Matthias ClasenDocument new api
2007-01-16 Matthias ClasenQueue a redraw when the grab changes. (#396470, Benjami...
2007-01-02 Michael Nattererbeep when a keybinding didn't change adjustment->value.
2006-12-31 Matthias ClasenTypo fix. (#352121, Clytie Siddall)
2006-12-26 Matthias ClasenAvoid spurious redraws.
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...
next