]> Pileus Git - ~andy/gtk/history - gtk/gtklabel.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / gtk / gtklabel.c
2004-12-22 Matthias ClasenDon't forget to null the mnemonic_menu when unsetting...
2004-12-13 Matthias Clasens/maximal/maximum/g (#161195, David Lodge)
2004-12-13 Matthias ClasenAdd a max-width-chars property, which can be used to...
2004-12-12 Matthias ClasenFix a copy-and-paste error, noticed by Robert Ă–gren.
2004-12-10 Matthias ClasenSupport no-Alt mnemnonics in menu bars (#101309, Owen...
2004-12-10 Matthias ClasenFix a property nick typo.
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-11-15 Matthias ClasenInclude gtkdnd.h (#158243, Kazuki IWAMOTO)
2004-11-12 Matthias ClasenImplement DND for selectable labels.
2004-11-12 Matthias ClasenAdjust to the current entry popup menu.
2004-11-09 Matthias ClasenClip when drawing the cursor. This prevents bits of...
2004-11-09 Matthias ClasenAvoid resizing GtkStatusbar if the text of the label...
2004-11-03 Matthias ClasenAllow unsetting a pattern by passing NULL. (#156720...
2004-10-26 James M. CapeRework of GtkFileChooserButton, some cleanups. Fixes...
2004-09-29 Matthias ClasenSkip selectable labels when looking for the initial...
2004-09-17 Jonathan BlandfordAdd an example to the docs.
2004-08-23 Matthias ClasenFix #150822, reported by Christian Persch
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-26 Matthias ClasenExpand the documentation for GtkLabel::ellipsize.
2004-07-22 Matthias ClasenRequire Pango 1.5.1 (for ellipsisation).
2004-03-15 Owen TaylorCheck for Control-Tab or Control-Shift-Tab, not any...
2004-03-11 Owen TaylorFix a missing return value.
2004-03-11 Owen TaylorBack out the put-labels-into-the-standard-focus-chain...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-01 Owen TaylorHandle dynamically resolved bidi direction when drawing...
2004-02-26 Owen Taylorhu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat...
2004-02-25 Owen TaylorPatch from Padraig O'Briain to add gtk_widget_add/remov...
2004-02-04 Federico Mena QuinteroFix #59707.
2004-02-03 Matthias ClasenRight-justify labels in rtl mode. (#129071, chinen...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-04 Mark McLoughlinAllow gtk_label_set_attributes() take NULL. See bug...
2003-01-31 Matthias ClasenDeprecate gtk_paned_computed_position(). (#97077)
2002-12-10 Soeren Sandmannnew default color scheme based on the GNOME stock icon...
2002-11-12 Owen TaylorAdd _gtk_window_unset_focus_and_default(), use to clear...
2002-10-05 Manish Singhdeprecation cleanup
2002-10-02 Owen TaylorExport _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename...
2002-09-30 Owen TaylorMake the reference to the mnemonic widget weak. (#93334...
2002-09-27 Owen Taylorri Sep 27 16:23:49 2002 Owen Taylor <otaylor@redhat...
2002-08-10 Soren SandmannMinor documentation fixes
2002-08-05 Owen TaylorPatch from Soeren Sandmann to improve GtkLabel behavior...
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-05-14 Owen TaylorSet the width of the layout to the actual wrap width...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-12 Michael Meeksadd freeze / thaws to stop deluge of 'notify' signals.
2002-03-03 Owen TaylorCentralize lookup and caching of cursor GC's here.
2002-02-25 Havoc Penningtonchange to pass in the cursor direction always, not...
2002-02-24 Owen TaylorTake border width into account.
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-14 Owen TaylorPatch from Bill Haneman and Padraig O'Briain to add...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-27 Anders CarlssonSet the cursor to GDK_XTERM.
2002-01-12 Havoc Penningtonsgml fixes
2001-12-20 Matthias ClasenMore precise documentation about underscores and mnemon...
2001-12-12 Jonathan Blandfordkeep in sync with insert_page_menu. Code duplication...
2001-12-11 Jonathan BlandfordSmall fix to let mnemonics work with notebooks.
2001-12-06 Matthias ClasenFix docs. (#66383)
2001-12-03 Alex LarssonReturn FALSE from expose handlers.
2001-11-19 Owen TaylorChange default for justify to GTK_JUSTIFY_LEFT. Assumin...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-14 Alex LarssonDon't recalculate the layout on each gkt_label_ensure_l...
2001-11-14 Matthias ClasenRearrange docs (#64566)
2001-11-08 Darin AdlerFix an obvious typo where it says LEFT instead of CENTER.
2001-11-02 Jonathan Blandfordremove extraneous gtk_label_clear_layout (label)
2001-10-31 Owen TaylorAdd a "menu" property and notify on it. (#62798, Padrai...
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-23 Anders CarlssonUse an image menu item here (popup_targets_received...
2001-10-22 Owen TaylorAdd cursor-position, selection-bound properties. (...
2001-10-22 Owen TaylorDeprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)
2001-09-25 Owen Taylorue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat...
2001-09-19 Alex LarssonDon't draw with GTK_STATE_ACTIVE.
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-08-27 Alexander LarssonAdd properties for labels, mnemonics and stock items...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
2001-07-01 Owen TaylorRemove change check for GTK_TYPE_OBJECT derivation...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-15 Havoc PenningtonDocs fixups, and:
2001-06-09 Havoc Penningtonadd read-only "scroll_offset" property for notification...
2001-06-05 Havoc PenningtonUse new mnemonic convenience functions
2001-06-01 Havoc Penningtonimplement overwrite mode
2001-05-17 Alexander LarssonAdd properties, based on patch by Lee Mallabone.
2001-05-11 Tim Janikdon't propagate exposes to NULL child.
2001-04-30 Owen TaylorAdd an extra parameter use_text to gtk_paint_label...
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-03-30 Alexander LarssonRemove leaks.
2001-03-29 Owen TaylorAdd private function to get the aux info structure...
2001-03-23 Havoc Penningtonfix up some docs
2001-03-22 Tim Janiksome cleanups, fixed mnemonic_widget handling, added...
2001-03-22 Havoc Penningtonhandle mnemonics in the stock item label
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-09 Hans Breuerupdated
2001-03-07 Havoc Penningtonnew function, turns off decorations for a window.
2001-03-07 Alexander LarssonRemoved warning
2001-03-05 Michael NattererMade the "parent_class" pointer static. The pixbuf...
2001-03-05 Alexander LarssonConvert from GtkArg to GParam (originally based on...
2001-02-20 Alexander LarssonQueue a redraw if the selectable setting was changed.
2001-02-17 Havoc Penningtonfix screwup with shadowed variables that had broken...
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-13 Owen TaylorRemove gdkcc.h reference.
next