]> Pileus Git - ~andy/gtk/history - gtk/gtklayout.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtklayout.c
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2008-12-11 Sven HerzbergDocument the "set-scroll-adjustments" signal
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canoni...
2008-08-08 Sven Neumanngtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Johan DahlinRemove left-over unused property enum.
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Tim JanikSeal GtkLayout
2008-02-07 Michael Natterergtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk...
2006-05-15 Søren Sandmanngtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
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...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-05 Lorenzo Gil Sanchezadded a default method for the add virtual method of...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2002-10-13 Manish SinghDeprecation cleanup
2002-08-10 Soren SandmannMinor documentation fixes
2002-05-14 Owen TaylorTry adding a #ifndef/#define for XkbKeySymEntry to...
2002-02-18 Owen Taylorgtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c
2002-01-29 Owen TaylorPatch from Jacob Berkman to fix problem when the height...
2002-01-16 Jody GoldbergIt is possible that a GtkLayout may have been scrolled...
2002-01-10 jacob berkmanset the background of our bin window also (fixes #58957)
2002-01-09 Tim Janikdon't cast a possible NULL pointer.
2002-01-08 jacob berkmanqueue a resize on
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-09-08 Havoc Penningtondefault xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
2001-08-11 Hans Breuercoalescing property notifies
2001-08-10 Havoc Penningtonfix a typo.
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-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-03-30 Alexander LarssonRemove leaks.
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-02 Owen TaylorPatch from ChiDeok Hwang to move call to sync_selection...
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-17 Jonathan BlandfordRemember to save the file before committing.
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
1999-12-11 Tor LillqvistMust mark also gdk_error_warnings and gdk_error_code...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-09-29 Owen TaylorChanged from #if GDK_WINDOWING == GDK_WINDOWING_X11...
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
1999-03-15 Tor LillqvistThis might seem like a large patch, but it isn't that...
1999-02-24 Tim Janikwarn about &widget->requisition, even for toplevels.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-28 Owen TaylorMove gravity_works back to a static global variable...
1999-01-28 Stuart Parmenterremove another g_print("\n");
1999-01-28 Owen TaylorRemoved some g_print()'s
1999-01-27 Owen TaylorUse floor() instead of truncating to integer values...
1999-01-21 Jeff GarzikCheck args for NULL. (gtk_selection_default_handler...
1999-01-16 Stuart Parmentercheck for child widget being NULL
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-12 Owen TaylorMark child->window as destroyed so we don't destroy...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-11-24 Owen TaylorEdited section on the ScrolledWindow.
1998-11-24 Owen TaylorFixed up copyright message.
1998-11-24 Owen TaylorAdded layout widget for scrolling arbitrarily big areas...