]> Pileus Git - ~andy/gtk/history - gtk/gtkstyle.c
Adapt to uscore-ification of gtktextiterprivate
[~andy/gtk] / gtk / gtkstyle.c
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-11-13 Robert BradyFall back to "fixed" if we can't get a native font...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-26 Havoc PenningtonMove more text widget headers into the private header...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-17 Owen TaylorRestore code to paint the background of the text area...
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-01 Tor LillqvistLarge changes to the Win32 backend, partially made...
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-23 Jonathan Blandfordadd a 'paned' mode to the function to let it draw the...
2000-01-21 Owen TaylorMake the @detail argument for the GtkStyleClass vtable...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-03-17 Stuart Parmentermerges from stable branch
1999-03-10 Tim Janikfirst lookup the xfont ID in our font hash table, if...
1999-03-09 Federico Mena QuinteroSignificantly reduced the number of calls to gdk_draw_p...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Owen TaylorIf we can't find helvetica, fall back to "fixed". If...
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-15 Tim Janikdefine GTK_DISABLE_COMPAT_H for compilation of gtk...
1999-01-15 Owen TaylorChange copy_area => !set_bg. Use tile instead of gdk_wi...
1999-01-12 Owen TaylorAdd back as wrapper function to restore source/binary...
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1999-01-11 Tim Janikeliminated some queue_draws when invoking gtk_widget_se...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-11 Lars Hamannuse GtkPositionType defines.
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-07-19 Tim Janikexport gtk_binary_age and gtk_interface_age.
1998-06-24 Tim Janiknew function gtk_container_child_arg_set, similar to
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-01 Owen TaylorMerged changes from gtk-1-0. Check ChangeLog for details.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-17 Tim Janikfixed a bug about drawing GTK_ARROW_LEFT, correction...
1998-02-27 Tim Janikwe make an active server grab now, this way we can...
1998-01-31 Owen TaylorBacked out change to close polygons since it caused...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-30 Owen TaylorClose the polygon if it isn't already. (To match gtk_dr...
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-12-04 Jay PainterFixed recent bug in gtkstyle.c. -Jay
1997-11-28 Elliot LeeMisc fixes for color changing stuff
1997-11-24 Elliot LeeInitial revision