]> Pileus Git - ~andy/gtk/history - gtk/gtkclist.c
Select the row which got its data changed, and not (0, 0).
[~andy/gtk] / gtk / gtkclist.c
1998-03-24 Federico Mena QuinteroSelect the row which got its data changed, and not...
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-23 Tim Janikleave container_class->add and container_class->remove...
1998-03-23 Jay Painterfixed sending null strings to gdk_string_width
1998-03-18 Owen Taylor( From: James Henstridge <james@daa.com.au> )
1998-03-17 Radek Douliktest if clist->title_window exists before showing it,
1998-03-14 Federico Mena QuinteroNow we return a GtkVisibility value, instead of a simpl...
1998-03-12 Tim Janikapplied gtk-shige-980311-0.patch.gz, which removes...
1998-03-11 Owen TaylorVarious minor cleanups related to -W
1998-03-10 Arturo Espinosala de da, add back the prototype I just removed -mig...
1998-03-10 Miguel de IcazaExport functionality.
1998-03-10 Federico Mena QuinteroWe now accept the color parameter to be NULL. If it...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-08 Jay Painterchanged clist->selection GList so its data elements...
1998-03-08 Tim Janikapplied a bunch of patches and removed all the printfs...
1998-03-06 rhlabsFix selection bugs (selection was not being modified).
1998-03-05 rhlabs(select row) Emit UNselect of rows that aren't selected.
1998-03-05 Jay PainterSingnals -> GTK_RUN_FIRST; api select/unselect function...
1998-03-02 Owen Taylor// comment. -owt
1998-03-02 PST 1998 Shawn T... Required changes for version change to 0.99.4
1998-02-28 Tim Janikfew checks added -timj
1998-02-28 Tim Janikhandle box signals. fixups for 99.4 -timj
1998-02-25 Owen TaylorMove layout constants into an enumeration, split GTK_BU...
1998-02-23 rhlabsAllow gtk_clist_insert() to work on empty lists.
1998-02-20 Jay Paintermoved widget creation to gtk_clist_construct for the...
1998-02-19 Jay PainterCList signal revert (right back at you! *ouch*)
1998-02-18 Jay PainterA couple of compiler warning fixes, GtkCList signal...
1998-02-13 Tim Janikcheck for clist !REALIZED. (draw_rows): bail out if...
1998-02-12 Federico Mena QuinteroFixed unrealize handler to comply with the documentatio...
1998-02-11 Tim Janiksmall fixup, so that the clist doesn't draw if it is
1998-02-08 Jay PainterNew API functions: gtk_clist_get_cell_type gtk_clist_ge...
1998-02-05 Jay PainterA little cosmetic cleanup
1998-02-02 Tim Janikfixed destroy handler, so it doesn't segfault with...
1998-01-31 Owen Taylor- Conformity to new reference counting schemes - Font...
1998-01-26 Jay PainterFixed a resizing bug with CList where you could loose...
1998-01-24 Jay PainterChanged static function names/reorganized to make more...
1998-01-21 Jay PainterGtkCList Updates. -Jay
1998-01-20 Jay PainterGtkCList updates. -Jay
1998-01-19 Jay PainterGtkCList updates: Click-Drag column resizing, a couple...
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Miguel de IcazaCall gtk_clist_size_allocate_columns every time the...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-13 Jay PainterGtkCList updates, GtkText now defaults to editable...
1998-01-09 Jay PainterLook and feel changes to CList so it now looks like...
1998-01-09 Elliot Leegtkclist: allow adding a new row without having to...
1998-01-09 Manish SinghAdded check for inline in configure and updated files...
1998-01-06 Jay Painterclist updates to fix seg fault, list-end row removal...
1998-01-03 Jay PainterRemoval of inlines, and updated ChangeLog. -Jay
1998-01-03 Jay PainterAdded column list widget GtkCList. -Jay Painter