summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-16/+17
* Add this function, replacing the broken gtk_label_get ()Havoc Pennington2000-04-261-0/+9
* Adapt cast macros to standard.Raja R Harinath1999-11-221-184/+134
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Free label->label_wc.Owen Taylor1999-02-161-0/+2
* Added a style_set() function so that word lengths get recomputed on styleOwen Taylor1999-02-091-11/+44
* Cast uints to ints in geometry calculations. This should prevent FPOwen Taylor1999-02-011-8/+10
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-7/+8
* Initialize label->label_wc. (We allocate labels from a memchunk)Owen Taylor1999-01-181-1/+4
* Added a g_return_val_if_fail() in gtk_label_parse_uline() toGuillaume Laurent1999-01-171-0/+2
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-1/+1
* eliminate queue_clears or queue_draws where we know that expose eventsTim Janik1999-01-131-8/+11
* Minor fix to handling of misc->[x/y]padOwen Taylor1999-01-121-2/+2
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-77/+81
* Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.Jeff Garzik1998-12-311-1/+1
* label->label should be the mb text _after_ removing the underlines, notOwen Taylor1998-12-231-23/+52
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-191-66/+62
* Free previous label->label_wc.Owen Taylor1998-12-171-0/+3
* Remove unnecessary cast.Owen Taylor1998-12-171-1/+0
* *** empty log message ***Arturo Espinosa1998-12-161-0/+2
* Do nothing on empty string, quietly.Owen Taylor1998-12-161-4/+3
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-198/+601
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-90/+27
* quell some warnings with g_hash_table_newManish Singh1998-08-291-2/+3
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-71/+283
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-1/+1
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-7/+18
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+0
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-1/+1
* fixed an assertment.Tim Janik1998-06-071-105/+106
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-0/+1
* Merges from the gtk-1-0 branchOwen Taylor1998-05-041-2/+4
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* corrected a brace position (Damon Chaplin), which i got wrong whenTim Janik1998-04-151-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Set a flag so instead of clearing the area in advance. That lookedOwen Taylor1998-04-131-14/+20
* Combobulator fixes..... ....Elliot Lee1998-04-091-0/+1
* don't take '\n' into account for size computation (Damon Chaplin).Tim Janik1998-04-071-3/+4
* Disconnect from combo->entry, not combo. (From: Daniel SkardaOwen Taylor1998-03-291-3/+31
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-0/+2
* present the argument access masks on their announcement.Tim Janik1998-02-191-2/+2
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-16/+12
* some gtk_*_set_arg fixesTim Janik1998-01-211-0/+3
* removed some superfluous variables that duplicated widget->state.Tim Janik1998-01-211-2/+0
* more *_get_arg/*_set_arg implementationsTim Janik1998-01-171-2/+50
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Minor fixup to gtklabel for prototype/definition consistencyManish Singh1998-01-081-2/+2
* Adding autoconf generated files. -JayGnome CVS User1997-11-251-69/+63