]> Pileus Git - ~andy/gtk/history - gtk/gtklabel.c
gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c
[~andy/gtk] / gtk / gtklabel.c
2008-02-07 Michael Natterergtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk...
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2007-12-28 Matthias ClasenMore default property value corrections
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-08-14 Cody Russellgtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documen...
2007-07-09 Matthias ClasenUse a bit of the GtkLabel structure to remember that...
2007-06-13 Michael Nattereradded calls to g_object_freeze/thaw_notify() so gtk_lab...
2007-05-26 Matthias ClasenRequire gtk-doc 1.6, for signal and property links.
2007-05-04 Behdad EsfahbodMake GTK_JUSTIFY_FILL work, using pango_layout_set_just...
2007-02-05 Michael Nattereradd new boolean settings gtk-enable-accels and gtk...
2007-01-10 Behdad EsfahbodUse pango_matrix_transform_rectangle(). (#340141)
2007-01-07 Matthias ClasenFix the build
2007-01-07 Matthias ClasenMake line wrapping work with width-chars and max-width...
2007-01-05 Behdad EsfahbodFix broken width computation, again.
2007-01-04 Behdad EsfahbodFix uninitialized width variable.
2007-01-04 Matthias ClasenFix #332604, reported by Joe Wreschnig, patch by Jan...
2006-12-31 Matthias ClasenDon't install cursors on insensitive widgets. (#358864...
2006-12-24 Behdad EsfahbodBug 340141 – Update to Pango 1.16 API
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-06-19 Alexander LarssonAdd gtk_label_set_line_wrap_mode, gtk_label_get_line_wr...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-02 Michael Nattereradded note about the inablity to do height-for-width...
2006-02-03 Matthias ClasenFix padding handling
2006-01-25 Behdad EsfahbodUse logical extents of the layout instead of ink extent...
2006-01-23 Behdad EsfahbodFix misalignment of RTL text in ellipsized GtkLabel...
2006-01-12 Matthias ClasenFix a C99ism
2006-01-11 Matthias ClasenAdd some notify batching, always emit notify after...
2006-01-08 Matthias ClasenShrink the private structs of these a bit.
2006-01-08 Matthias ClasenFix label alignment when width-chars is set. (#326098...
2006-01-05 Matthias ClasenDon't return a value from a void function.
2005-12-26 Matthias ClasenAdd a gtk-label-select-on-focus setting. (gtk_label_gra...
2005-10-20 Matthias ClasenUse GDK_WINDOW_CHILD for the selection window. (#318806...
2005-09-14 Matthias ClasenNo point in using a mem chunk for window groups, button...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-09 Matthias ClasenStylistic improvements and clarifications for some...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-11 Matthias ClasenWhen dragging text, use a drag icon showing the (ellips...
2005-06-21 Matthias ClasenModify all of the GtkMisc widgets to round down on...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-17 Matthias ClasenFix formatting in example in the docs. (#170611, Jianfe...
2005-03-09 Matthias Clasenx
2005-02-28 Matthias ClasenFix a typo. (#168646, Vincent Untz)
2005-02-24 Matthias ClasenRevert the last change, since gtk_widget_set_style_inte...
2005-02-24 Matthias ClasenQueue a resize, since fonts may have changed. (#164128...
2005-01-09 Anders CarlssonDon't pass NULL to pango_context_get_metrics. Use
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...
next