]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
Switch style of stamp file usage.
[~andy/gtk] / gtk / gtkwidget.c
2002-03-02 Owen TaylorSwitch style of stamp file usage.
2002-02-27 Owen TaylorAllow focus-change events to be sent to unrealized...
2002-02-26 Owen TaylorDon't to focus insensitive widgets. (#68203)
2002-02-23 Jody Goldberglower case the key_val. (gtk_accel_group_connect_by_pat...
2002-02-23 Owen TaylorPatch from Matthias Clasen (#54488)
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-18 Owen TaylorAdd some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.
2002-02-16 Owen TaylorAdd key bindings on GtkScrolledWindow for arrow keys...
2002-02-14 Owen TaylorPatch from Bill Haneman and Padraig O'Briain to add...
2002-02-13 Owen TaylorImplement Control-F1 as toggle-tooltips-mode.
2002-02-07 Padraig O'BriainChange show_help signal to return gboolean instead...
2002-02-07 Padraig O'BriainChange popup_menu signal to return gboolean instead...
2002-01-30 Owen TaylorExport gtk_widget_set_accel_path().
2002-01-30 Owen TaylorConsistently use GdkModifierType. (#66950, Mark Patton)
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-23 Matthias ClasenRemove excessive g_return_if_fail() calls. (#57615)
2002-01-19 Havoc Penningtonlink to new X11 section in a lot of places when mention...
2002-01-17 Matthias ClasenMark children as composite. (#66360)
2002-01-17 Owen TaylorCall gtk_selection_remove_all() here, not in destroy...
2002-01-14 Matthias ClasenDocumentation additions.
2002-01-11 jacob berkmanactually iterate through the list rather than infinitel...
2002-01-10 Matthias ClasenRename to reset_rc_styles_recurse(). (#68084)
2002-01-09 Tim Janikdon't cast a possible NULL pointer.
2002-01-08 Owen TaylorFix leak of result of gtk_container_get_children().
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2002-01-05 Matthias ClasenDocumentation additions.
2002-01-04 Matthias ClasenFix a comment.
2002-01-04 Havoc Penningtontiny docs change
2001-12-27 Owen TaylorRemove optimization that was causing problems because...
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-12-13 Matthias ClasenMarkup fixes.
2001-12-12 Matthias ClasenTypo fixes Typo fix. (#66746)
2001-12-08 Matthias ClasenDoc markup fix.
2001-12-05 Manish Singhgtk/gtkmain.c g_module_symbol takes a gpointer *, not...
2001-12-05 Sven Neumannclose comment.
2001-12-05 Matthias ClasenDeprecate. (#65851)
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-23 Hans Breuerreflect Pango API change
2001-11-20 Tim Janikapplied patch from owen to get rid of accel map notifie...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-17 Owen TaylorMove notification of "has_default" to here, so it is...
2001-11-15 Owen TaylorCal gdk_window_invalidate_maybe_recurse() for recursion...
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-11-04 Owen TaylorAdd a function gdk_window_invalidate_maybe_recurse...
2001-11-02 Havoc Penningtonhandle -1 argument in order to remove a workaround...
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-10-16 Owen TaylorRename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE...
2001-10-16 Owen TaylorAdd a utility function to translate coordinates relativ...
2001-10-15 Murray CummingFixed some parameter types in calls to g_signal_new().
2001-10-12 Matthias ClasenFix some doc comments.
2001-10-03 jacob berkmans/retrive/retrieve/
2001-09-24 Owen TaylorAdd a compat macro that got lost.
2001-09-19 Owen TaylorAdd missing cast.
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-09 Alexander Larsson2001-09-09 Alexander Larsson <alla@lysator.liu.se> 
2001-09-07 Owen TaylorMake the default default colormap the GdkRGB colormap...
2001-08-28 Alex LarssonMake unrealize GTK_RUN_LAST.
2001-08-11 Hans Breuercoalescing property notifies
2001-08-10 Havoc Penningtonfix a typo.
2001-07-31 Tim Janikfix finding of child's page, since we have to validly...
2001-07-25 James Henstridgecommiting patch after comments from Alex on IRC
2001-07-20 Hans Breuergdk_device_get_history moved to gdk/gdkinput.c like...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-12 Owen TaylorReplace a couple of inappropriate calls to GTK_WIDGET_H...
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-07-06 Owen Taylor Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat...
2001-07-05 Owen TaylorPass in the right value of initial_emission to
2001-07-05 Owen TaylorMake compile.
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
2001-07-03 Owen TaylorFor XEMBED embedding add a _XEMBED_INFO property to...
2001-07-02 Tim Janiks/signal_newc/signal_new/
2001-07-01 Owen TaylorRemove change check for GTK_TYPE_OBJECT derivation...
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Tim Janik!GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-23 Owen TaylorFixup some problems with text length handling in error...
2001-06-20 Tim Janikhum, "adjustment" was a construct property in 1.2 and...
2001-06-19 Tim Janikfix PROP_EVENTS.
2001-06-14 Havoc Penningtonfix other typo
2001-06-14 Owen TaylorAdd a GtkWindowGroup struct that allows grouping togeth...
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-01 Owen TaylorAdd GDK_TYPE_RECTANGLE.
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-18 Alexander LarssonConvert GtkArgs to GParams. Based on patch by John...
2001-05-18 Owen TaylorRemove reallocate-redraws property. This is something...
2001-05-17 Alexander LarssonAdd properties, based on patch by Lee Mallabone.
2001-05-03 Owen TaylorAdd dependency on Atk for accessibility support.
2001-05-01 Owen TaylorNew default theme! A slighly improved version of the...
2001-04-30 Owen TaylorAdd an extra parameter use_text to gtk_paint_label...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-03 Tim Janikchanged gtk_item_factory_dump_items() and gtk_item_fact...
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-02 Owen TaylorApplied patch from Ron Steinke to add signal accumulato...
2001-04-02 Owen TaylorFix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_S...
2001-04-02 Owen TaylorAdd boxed type for GtkRequistion. Use it for ::size...
next