From c50636dba333983e99deeb76338bbec3390a1fbe Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 30 Nov 1999 05:50:54 +0000 Subject: New file. Implement a multi-state image toggle cell object. 1999-11-29 Miguel de Icaza * e-cell-toggle.c, e-cell-toggle.h: New file. Implement a multi-state image toggle cell object. * e-cell-text.c (ect_leave_edit): Handle the case of us calling leave edit manually. (ect_stop_editing): Leave manually editing here. (ect_draw): Add one pixel to the border for left and right; Handle off-screen cursor (must be improved). (ect_edit_select_all): New function. (ect_event): Select all text on editing start * e-table-item.c (eti_event): Map mouse events and dispatch them. (eti_event): Add spreadsheet mode for editing; Enter editing only with visual characters; Leave editing mode when a different row has been selected. (eti_get_height): Fix the computation for this; Fix logic for the length_threshold. (eti_draw): Add borders on all sides of the box; Only draw focus if the cell is not being edited. svn path=/trunk/; revision=1445 --- widgets/e-table/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 7972994a79..fbb2ed0a86 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,26 @@ +1999-11-29 Miguel de Icaza + + * e-cell-toggle.c, e-cell-toggle.h: New file. Implement a + multi-state image toggle cell object. + + * e-cell-text.c (ect_leave_edit): Handle the case of us calling + leave edit manually. + (ect_stop_editing): Leave manually editing here. + (ect_draw): Add one pixel to the border for left and right; + Handle off-screen cursor (must be improved). + (ect_edit_select_all): New function. + (ect_event): Select all text on editing start + + * e-table-item.c (eti_event): Map mouse events and dispatch them. + (eti_event): Add spreadsheet mode for editing; Enter editing only + with visual characters; + Leave editing mode when a different row has been selected. + (eti_get_height): Fix the computation for this; Fix logic for the + length_threshold. + + (eti_draw): Add borders on all sides of the box; + Only draw focus if the cell is not being edited. + 1999-11-28 Miguel de Icaza * e-table-item.c (eti_draw): Focus inside, not outside. -- cgit v1.2.3