summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use an image menu item here (popup_targets_received): CallAnders Carlsson2001-10-231-5/+7
* Add cursor-position, selection-bound properties. (#62148, reported byOwen Taylor2001-10-221-11/+60
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-1/+1
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-7/+23
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-53/+870
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-1/+1
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-4/+6
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-2/+4
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-30/+248