]> Pileus Git - ~andy/gtk/history - gtk/gtkprogressbar.c
Revert name change
[~andy/gtk] / gtk / gtkprogressbar.c
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-19 Johan DahlinUse g_object_new instead of gtk_widget_new
2007-12-28 Matthias ClasenMore default property value fixes
2006-12-11 Matthias ClasenBe more careful when overdrawing antialiased text....
2006-08-29 Tim Janikintroduced ::xspacing and ::yspacing style properties...
2006-06-16 Tim JanikMove activity bar offset and size calculations to separ...
2006-06-12 Matthias ClasenFix #344543
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-03 Matthias ClasenMention that %NULL is allowed. (#336937, Christian...
2006-01-23 Matthias ClasenFix drawing issues in progress bars. (#328081, Christia...
2006-01-05 Johan DahlinSet minimum for activity-step property to 0 instead...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
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-17 Matthias ClasenTypo fix in the docs.
2005-03-09 Matthias ClasenMore canonical property names.
2005-01-09 Anders CarlssonDon't pass NULL to pango_context_get_metrics. Use
2004-10-31 Matthias ClasenAdd an ellipsize property with getter and setter. ...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2002-11-26 Soeren Sandmanndon't offset one pixel when calculating the x position...
2002-11-25 Soeren Sandmanndraw text twice, once with the prelight state and clipp...
2002-11-25 Soeren SandmannStyle improvements that I forgot about in last commit.
2002-11-25 Soeren SandmannBreak this function into simpler functions: gtk_progres...
2002-11-20 Manish Singhadd -DGTK_DISABLE_DEPRECATED. #undef it at the top...
2002-11-02 Matthias ClasenAutomatic RTL flipping for some more widgets.
2002-10-18 Owen TaylorReset use_text_format to %TRUE for a %NULL text string...
2002-10-08 Manish SinghDeprecation cleanup
2002-09-27 Owen TaylorReset the animation iter on unrealize as well as unmap...
2002-09-23 Owen TaylorRestore back to the default format instead of an empty...
2002-08-10 Soren SandmannMinor documentation fixes
2002-04-30 Matthias ClasenImprove a warning.
2002-01-18 Matthias ClasenClarify documentation. (#69026)
2002-01-09 Tim Janikdon't cast a possible NULL pointer.
2001-12-16 Kjartan MaraasFix a typo. Fix a typo.
2001-08-28 Matthias Clasengtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-04-30 Owen TaylorAdd an extra parameter use_text to gtk_paint_label...
2001-03-30 Alexander LarssonRemove leaks.
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-02-17 Havoc Penningtonfix screwup with shadowed variables that had broken...
2001-01-18 Havoc PenningtonAdd "getters" for all the non-deprecated set_foo functi...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-25 Havoc PenningtonImplement new sane, 5-function API for using GtkProgres...
2000-07-02 Owen TaylorAdd a 'text' argument to set the initial text.
2000-07-02 Owen TaylorUse pango_layout_get_pixel_extents() to remove a large...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
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-21 Stefan JeskeFixed wrong size of activity indicator. It is settable...
1998-07-19 Stefan JeskeIntroduced generic GtkProgress widget. Derived GtkProgr...
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-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
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