summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass NULL to pango_context_get_metrics. UseAnders Carlsson2005-01-091-1/+2
* Don't forget to null the mnemonic_menu when unsetting a mnemonic, reportedMatthias Clasen2004-12-221-1/+2
* s/maximal/maximum/g (#161195, David Lodge)Matthias Clasen2004-12-131-7/+7
* Add a max-width-chars property, which can be used to specify the width ofMatthias Clasen2004-12-131-17/+110
* Fix a copy-and-paste error, noticed by Robert Ă–gren.Matthias Clasen2004-12-121-1/+1
* Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)Matthias Clasen2004-12-101-12/+44
* Fix a property nick typo.Matthias Clasen2004-12-101-1/+1
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-34/+180
* Include gtkdnd.h (#158243, Kazuki IWAMOTO)Matthias Clasen2004-11-151-0/+1
* Implement DND for selectable labels.Matthias Clasen2004-11-121-31/+98
* Adjust to the current entry popup menu.Matthias Clasen2004-11-121-6/+5
* Clip when drawing the cursor. This prevents bits of a selectable labelMatthias Clasen2004-11-091-3/+4
* Avoid resizing GtkStatusbar if the text of the label changes (#90955, HeMatthias Clasen2004-11-091-3/+101
* Allow unsetting a pattern by passing NULL. (#156720, Tristan Van Berkom)Matthias Clasen2004-11-031-1/+4
* Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390,James M. Cape2004-10-261-8/+97
* Skip selectable labels when looking for the initial focus widget.Matthias Clasen2004-09-291-37/+0
* Add an example to the docs.Jonathan Blandford2004-09-171-2/+12
* 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