summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #150822, reported by Christian PerschMatthias Clasen2004-08-231-3/+9
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Expand the documentation for GtkLabel::ellipsize.Matthias Clasen2004-07-261-0/+15
* Require Pango 1.5.1 (for ellipsisation).Matthias Clasen2004-07-221-11/+109
* Check for Control-Tab or Control-Shift-Tab, not any Control-key as aOwen Taylor2004-03-151-5/+17
* Fix a missing return value.Owen Taylor2004-03-111-1/+2
* Back out the put-labels-into-the-standard-focus-chain patches from bugOwen Taylor2004-03-111-0/+24
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Handle dynamically resolved bidi direction when drawing the cursor.Owen Taylor2004-03-011-28/+68
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-10/+6
* Patch from Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,Owen Taylor2004-02-251-6/+12
* Fix #59707.Federico Mena Quintero2004-02-041-20/+10
* Right-justify labels in rtl mode. (#129071, chinen@jp.ibm.com)Matthias Clasen2004-02-031-3/+5
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* Allow gtk_label_set_attributes() take NULL. See bug #128517.Mark McLoughlin2003-12-041-1/+2
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-311-1/+3
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-101-2/+0
* Add _gtk_window_unset_focus_and_default(), use to clear the focus andOwen Taylor2002-11-121-3/+10
* deprecation cleanupManish Singh2002-10-051-43/+51
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-2/+2
* Make the reference to the mnemonic widget weak. (#93334, Murray Cumming)Owen Taylor2002-09-301-2/+15
* ri Sep 27 16:23:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-09-271-25/+27
* Minor documentation fixesSoren Sandmann2002-08-101-12/+13
* Patch from Soeren Sandmann to improve GtkLabel behavior when it gets a tooOwen Taylor2002-08-051-8/+14
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Set the width of the layout to the actual wrap width (our requisition) notOwen Taylor2002-05-141-2/+3
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-11/+22
* add freeze / thaws to stop deluge of 'notify' signals.Michael Meeks2002-04-121-1/+13
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-59/+12
* change to pass in the cursor direction always, not just when we need anHavoc Pennington2002-02-251-4/+6
* Take border width into account.Owen Taylor2002-02-241-4/+50
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-1/+1
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-10/+3
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* General property notification cleanup.Matthias Clasen2002-01-281-0/+2
* Set the cursor to GDK_XTERM.Anders Carlsson2002-01-271-2/+5
* sgml fixesHavoc Pennington2002-01-121-7/+12
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-4/+5
* keep in sync with insert_page_menu. Code duplication is bad.Jonathan Blandford2001-12-121-1/+1
* Small fix to let mnemonics work with notebooks.Jonathan Blandford2001-12-111-0/+4
* Fix docs. (#66383)Matthias Clasen2001-12-061-6/+11
* Return FALSE from expose handlers.Alex Larsson2001-12-031-2/+2
* Change default for justify to GTK_JUSTIFY_LEFT. Assuming that multilineOwen Taylor2001-11-191-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* Don't recalculate the layout on each gkt_label_ensure_layout () forAlex Larsson2001-11-141-120/+93
* Rearrange docs (#64566)Matthias Clasen2001-11-141-3/+3
* Fix an obvious typo where it says LEFT instead of CENTER.Darin Adler2001-11-081-1/+1
* remove extraneous gtk_label_clear_layout (label)Jonathan Blandford2001-11-021-2/+4
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-8/+3
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1