summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs fixups, and:Havoc Pennington2001-06-151-0/+17
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-091-1/+26
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-4/+12
* implement overwrite modeHavoc Pennington2001-06-011-10/+127
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-1/+9
* don't propagate exposes to NULL child.Tim Janik2001-05-111-3/+6
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-0/+1
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-6/+6