]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.h
Switch style of stamp file usage.
[~andy/gtk] / gtk / gtkwidget.h
2002-03-02 Owen TaylorSwitch style of stamp file usage.
2002-02-23 Owen TaylorMassive padding addition to class structures.
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-09 Mike KestnerUse G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto...
2001-11-20 Tim Janikapplied patch from owen to get rid of accel map notifie...
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-11-04 Owen TaylorAdd a function gdk_window_invalidate_maybe_recurse...
2001-10-16 Owen TaylorAdd a utility function to translate coordinates relativ...
2001-09-19 Owen TaylorAdd xgettext:no-c-format comment to to handle '99%...
2001-09-07 Owen TaylorMake the default default colormap the GdkRGB colormap...
2001-08-19 Owen TaylorReally remove set_default_style().
2001-08-11 Owen TaylorAdd some compat macros for push/pop/set_visual that...
2001-08-10 Havoc Penningtonfix a typo.
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
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-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-19 Tim Janikfix PROP_EVENTS.
2001-06-14 Owen TaylorAdd a GtkWindowGroup struct that allows grouping togeth...
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-06-05 Owen TaylorDeprecate gtk_widget_set().
2001-05-03 Owen TaylorAdd dependency on Atk for accessibility support.
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-03-29 Owen TaylorAdd private function to get the aux info structure...
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-28 Tim Janikc++ fixes.
2001-03-28 Owen TaylorApply patch from Nils Barth fixing event return values...
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 Penningtonchange to use gint instead of gint16, to avoid overflow...
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 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-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...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-12-05 Owen TaylorFix link to PNG home, remove reference to fribidi.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-21 Havoc PenningtonDocumented a bunch of functions in here (gtk_widget_rea...
2000-11-07 Havoc Penningtonrename to gtk_text_mark_get_visible
2000-09-26 Havoc PenningtonMove more text widget headers into the private header...
2000-09-03 George LeblAdd some documenting comments about GTK_CAN_DEFAULT...
2000-08-30 Elliot LeeUse G_GNUC_CONST.
2000-08-22 Owen TaylorAdd gtk_widget_modify_{fg,bg,text,base,font}.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-02 Owen TaylorAdd a 'text' argument to set the initial text.
2000-07-02 Owen TaylorUse pango_layout_get_pixel_extents() to remove a large...
2000-07-02 Owen TaylorCall gtk_widget_size_request() on reparented child...
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-02 Owen TaylorInitialize DOUBLE_BUFFERED flag to on.
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
2000-02-13 Tim Janiks/refcount/ref_count/.
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
1999-02-25 CST 1999 Shawn T... Incremented version to 1.2.0. -Shawn <amundson@gtk...
1999-02-25 Owen TaylorMake prototypes for drag_data_get and drag_data_receive...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-15 Owen TaylorWhen we find a match, stop searching. (Because we assum...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-26 Owen TaylorNew functions to set the colormap or visual of an exist...
1999-01-25 George Leblset RECEIVES_DEFAULT on init, and a button press on...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-14 Federico Mena QuinteroAdded a "grab_focus" signal for widgets. When the signa...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-11-29 Tim Janikremoved default initialization check, people must use...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-20 Owen TaylorAlways send "drag_leave" to dests without GTK_DEST_DEFA...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
1998-07-16 Tim Janikhandle negative values similar to gtk_widget_set_uposit...
1998-07-01 Tim Janiktemporary implementation of action signal "debug_msg"
1998-06-18 Tim Janikyeppers, accelerator changes to fix the gimp. commit...
1998-06-15 Owen Taylorgdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-08 Tim Janikwrapped enum definitions with glib macros.
1998-06-07 Tim Janikfixed an assertment.
1998-05-15 Tim Janik[binray incompatibility]
next