]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
don't cast a possible NULL pointer.
[~andy/gtk] / gtk / gtkwidget.c
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...
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-04-01 Tim Janikfixed a bunch of notifications, added reference counts...
2001-03-31 James Henstridgefix use of magic constant "-1" in the aux info structure.
2001-03-30 Alexander LarssonRemove leaks.
2001-03-29 Owen TaylorAdd private function to get the aux info structure...
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-28 Owen TaylorApply patch from Nils Barth fixing event return values...
2001-03-26 Owen TaylorDon't reference the widgets in the resulting list....
2001-03-22 Tim Janiksome cleanups, fixed mnemonic_widget handling, added...
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-18 Tim Janikadded rc-style argument GtkSpinButton::shadow_type...
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-12 Havoc PenningtonSwitch to using an enum with registration for icon...
2001-03-09 Tim Janikfixed signals with GDK_TYPE_DRAG_CONTEXT, it needs...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-08 Owen TaylorMake G_CONST_RETURN.
2001-03-07 Tim Janikmarshaller fixes.
2001-03-06 James Henstridgeset the class closure offset for the window_state_event...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-27 Havoc Penningtontest the window state stuff
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
next