]> Pileus Git - ~andy/gtk/history - gtk/gtklabel.c
Set the attributes onto the PangoLayout even if they are newly created
[~andy/gtk] / gtk / gtklabel.c
2001-01-17 Owen TaylorSet the attributes onto the PangoLayout even if they...
2001-01-09 Havoc Penningtondon't draw if label->layout is NULL due to a pending...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-11-30 Tor LillqvistChanges by Hans Breuer:
2000-11-01 Havoc PenningtonTest set_markup_with_accel()
2000-11-01 Havoc PenningtonNew function to create a pixbuf pointing to a subregion...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
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-07-02 Owen TaylorCall gtk_widget_size_request() on reparented child...
2000-06-21 Owen TaylorRemove use of libunicode in favor of new GLib functions.
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-06-09 Christopher Blizzarddeps include libgtk-x11.la, not libgtk.la (LDADDS)...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-04-26 Havoc PenningtonAdd this function, replacing the broken gtk_label_get ()
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-16 Owen TaylorFree label->label_wc.
1999-02-09 Owen TaylorAdded a style_set() function so that word lengths get...
1999-02-01 Owen TaylorCast uints to ints in geometry calculations. This shoul...
1999-01-27 Owen TaylorUse floor() instead of truncating to integer values...
1999-01-18 Owen TaylorInitialize label->label_wc. (We allocate labels from...
1999-01-17 Guillaume LaurentAdded a g_return_val_if_fail() in gtk_label_parse_uline...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-13 Tim Janikeliminate queue_clears or queue_draws where we know...
1999-01-12 Owen TaylorMinor fix to handling of misc->[x/y]pad
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1998-12-31 Jeff GarzikInit fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr...
1998-12-23 Owen Taylorlabel->label should be the mb text _after_ removing...
1998-12-19 Tim Janikremoved return_if_fail (label->words != NULL) since...
1998-12-17 Owen TaylorFree previous label->label_wc.
1998-12-17 Owen TaylorRemove unnecessary cast.
1998-12-16 Arturo Espinosa*** empty log message ***
1998-12-16 Owen TaylorDo nothing on empty string, quietly.
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-08-29 Manish Singhquell some warnings with g_hash_table_new
1998-08-12 Owen TaylorAdded gdk_text/string_extents() - too calculate all...
1998-07-16 Tim Janiksigndness corrections all ove the place. implementation...
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-06-16 Tim Janikboy! did i really modify that many files?
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-07 Tim Janikfixed an assertment.
1998-05-14 Tim Janiktypedef gint gboolean; this is needed to provide portab...
1998-05-04 Owen TaylorMerges from the gtk-1-0 branch
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-15 Tim Janikcorrected a brace position (Damon Chaplin), which i...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-13 Owen TaylorSet a flag so instead of clearing the area in advance...
1998-04-09 Elliot LeeCombobulator fixes..... ....
1998-04-07 Tim Janikdon't take '\n' into account for size computation ...
1998-03-29 Owen TaylorDisconnect from combo->entry, not combo. (From: Daniel...
1998-02-20 Tim JanikNew widget GtkTipsQuery for letting the user query...
1998-02-19 Tim Janikpresent the argument access masks on their announcement.
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-21 Tim Janiksome gtk_*_set_arg fixes
1998-01-21 Tim Janikremoved some superfluous variables that duplicated...
1998-01-17 Tim Janikmore *_get_arg/*_set_arg implementations
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-08 Manish SinghMinor fixup to gtklabel for prototype/definition consis...
1997-11-25 Gnome CVS UserAdding autoconf generated files. -Jay
1997-11-24 Elliot LeeInitial revision