diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-12 17:20:46 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-12 17:20:46 +0800 |
commit | fa895ed8e1454d4d761b8789381ca5ba464a7c93 (patch) | |
tree | 594aa949bfdb351a0cb6646bb950744c8a791c88 /widgets/ChangeLog | |
parent | 863f8aa634005c6400d629c353f5fed485106fce (diff) | |
download | gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.gz gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.bz2 gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.lz gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.xz gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.zst gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.zip |
More work. We now have the basics for nesting working, now we need all the
More work. We now have the basics for nesting working, now we need all
the interactions done properly.
I want to use a new GnomeCanvasItem for the nesting parent as well.
DnD will have to be done with our own protocol to provide all the feedback
we want to provide.
Miguel
svn path=/trunk/; revision=1481
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index e4c9cc9ab8..b5062dfedf 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,36 @@ +1999-12-12 Miguel de Icaza <miguel@helixcode.com> + + * e-table-subset.c (etss_proxy_model_row_changed): Added model + proxying. + + * e-cell.h: Drop ETableModel from the ECell; + (realize): Now takes an ETableModel + + * e-cell-checkbox.c: Adapted to new class + changes; + * e-cell-toggle.c: ditto + + * e-table-subset.c (etss_row_count): Fix this guy. + +1999-12-11 Miguel de Icaza <miguel@helixcode.com> + + * e-table-item.c (eti_unrealize_cell_views): Null the cell views. + (eti_header_structure_changed): Only unrealize/realize if we were + realized before. + + * e-table-header.c (e_table_header_add_column): Allow -1 as an + insert position + +1999-12-11 Miguel de Icaza <miguel@helixcode.com> + + * e-table.c: Massive fixage. + + * test-table.c: Updates to test the mega widget. + +1999-12-10 Miguel de Icaza <miguel@helixcode.com> + + * e-table.c: New file, implements the mega widget. + 1999-12-09 Miguel de Icaza <miguel@gnu.org> * e-table-header.c (e_table_header_col_diff): fix this routine. |