summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Test set_markup_with_accel()Havoc Pennington2000-11-011-1/+1
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-13/+131
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-3/+2
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-13/+7
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-27/+33
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-211-8/+8
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* (follow-on from previous commit)Elliot Lee2000-06-201-2/+2
* deps include libgtk-x11.la, not libgtk.la (LDADDS): include libgtk-x11.laChristopher Blizzard2000-06-091-2/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-555/+247
* 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