<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/widgets/e-table-model.c, branch WITH_LIBEFS</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=WITH_LIBEFS</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=WITH_LIBEFS'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-01-06T05:48:27+00:00</updated>
<entry>
<title>Lots of reorganization to get the Evolution shell to begin its life. It</title>
<updated>2000-01-06T05:48:27+00:00</updated>
<author>
<name>Arturo Espinosa</name>
<email>unammx@src.gnome.org</email>
</author>
<published>2000-01-06T05:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ed4e8afecd5a7f9fab04715ca26a67b2917d78f3'/>
<id>urn:sha1:ed4e8afecd5a7f9fab04715ca26a67b2917d78f3</id>
<content type='text'>
Lots of reorganization to get the Evolution shell to begin its life.
It also includes a new evolution widget from Damon.

Miguel.

svn path=/trunk/; revision=1536
</content>
</entry>
<entry>
<title>fix this routine.</title>
<updated>1999-12-10T07:36:51+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-12-10T07:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=48618eb6eb0d02a6bc74d19d0241ac6b0849d136'/>
<id>urn:sha1:48618eb6eb0d02a6bc74d19d0241ac6b0849d136</id>
<content type='text'>
1999-12-09  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-header.c (e_table_header_col_diff): fix this routine.

1999-12-04  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-header-item.c (ethi_event): Started drag and drop
	support.

	* e-table-item.c (eti_table_model_changed): The columns are
	controled by the Header, not by the TableModel.

	* e-table-header-item.c (ethi_draw): Fixed redraw logic to support
	arbitrary header positioning.

	* e-cell.h: Revamped e-cell interface.  We now provide the model
	column and the view column to all methods (so that the methods can
	talk to the view and to the model at the same time).

	* e-table-item.c: Update to new API
	* e-cell-test.c: Update to new API

1999-12-03  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-cell.c (e_cell_class_init): Provide emtpy methods for
	enter_edit, and leave_edit.

	* e-table-item.c: Killed draw cell.
	(eti_draw): Perform column mapping here.
	(e_table_item_leave_edit): ditto.
	(e_table_item_enter_edit): ditto.
	(eti_event): ditto.

svn path=/trunk/; revision=1478
</content>
</entry>
<entry>
<title>fixed api.</title>
<updated>1999-12-03T08:02:36+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-12-03T08:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=50006218b6fce73920132f43569f410e6d6c6ae4'/>
<id>urn:sha1:50006218b6fce73920132f43569f410e6d6c6ae4</id>
<content type='text'>
1999-12-02  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-header.c (e_table_header_index): fixed api.

1999-12-01  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* test-cols.c (multi_cols_test): Update to simplified API.
	* test-check.c (check_test): ditto
	* test-table.c (table_browser_test): ditto

	* e-table-simple.c (e_table_simple_class_init): Kill column_name method.

	* e-table-model.h: Kill column_name method.

	* e-table-col.c (e_table_col_new): Instead of using a column name,
	use a column index.

svn path=/trunk/; revision=1459
</content>
</entry>
<entry>
<title>New methods; They implement editing.</title>
<updated>1999-11-28T22:26:39+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-11-28T22:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1a0d4df95730ab26981b3f26aa365aae84da36f5'/>
<id>urn:sha1:1a0d4df95730ab26981b3f26aa365aae84da36f5</id>
<content type='text'>
1999-11-28  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-cell-text.c (ect_enter_edit, ect_leave_edit): New methods;
	They implement editing.

	* e-cell.h: new methods: enter_edit, leave_edit

	* e-table-model.h (set_value_at): make val argument const.

	* e-table-simple.c (simple_set_value_at): Make value argument const;

	* e-table-item.c (eti_set_arg): Add new mode: draw_focus;

svn path=/trunk/; revision=1442
</content>
</entry>
<entry>
<title>beginning of the keyboard navigation.</title>
<updated>1999-11-28T03:12:22+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-11-28T03:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8d75b6689bdf5dc7c1efad65867cba2a656f2dcc'/>
<id>urn:sha1:8d75b6689bdf5dc7c1efad65867cba2a656f2dcc</id>
<content type='text'>
1999-11-27  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-item.c (eti_event): beginning of the keyboard navigation.

	* e-table-model.c (e_table_model_row_changed): new function.
	(e_table_model_cell_changed): new function.
	(e_table_model_class_init): New signals.

	* e-table-item.c (eti_request_region_redraw): x2, y2 offsets were
	wrong.
	(eti_select): Repaint selected region.
	(eti_request_region_redraw): Fix range.
	(eti_draw): Correct offset computation here.
	(e_table_item_class_init): New method: row_selection, handles the
	selection.

	Now it implement GTK_SELECTION_SINGLE and GTK_SELECTION_MULTIPLE.

	Focusing and selection should be correct now.

svn path=/trunk/; revision=1441
</content>
</entry>
<entry>
<title>Compute height using the ecell methods here. (eti_get_height): new method</title>
<updated>1999-11-26T19:25:02+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-11-26T19:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=465c8ae9a0cac78793cac6097b6bfbabc3a342de'/>
<id>urn:sha1:465c8ae9a0cac78793cac6097b6bfbabc3a342de</id>
<content type='text'>
1999-11-26  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-item.c (eti_realize): Compute height using the ecell
	methods here.
	(eti_get_height): new method to compute dimensions.

	* e-cursors.c: use a different cursor.

	* e-table-model.h: kill height and row_height methods.

	* e-cell.c (ec_height): New method.

	* e-cell-text.c (ect_realize): Load the font from the canvas.
	(ect_draw): New color setup.
	Center in the row.
	(ect_height): Implement new method.

1999-11-26  Michael Meeks  &lt;mmeeks@gnu.org&gt;

	* ROADMAP.e-table: small spelling/typo fixes.

1999-11-25  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-item.c (eti_event): Work on mouse-button event

svn path=/trunk/; revision=1439
</content>
</entry>
<entry>
<title>Realize cells.</title>
<updated>1999-11-25T08:02:13+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-11-25T08:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=385ccbd512c4c43305dee900f86d0f51f94b1200'/>
<id>urn:sha1:385ccbd512c4c43305dee900f86d0f51f94b1200</id>
<content type='text'>
1999-11-25  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-header-item.c (ethi_realize): Realize cells.

	* e-table-item.c (eti_header_dim_changed): redraw before and after.

	* e-table-header-item.c (ethi_event): Add continuous resizing.

1999-11-24  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-subset.h, e-table-subset.c: New files, used to implement
	subset tables.

	* e-table-sorted.h, e-table-sorted.c: Now they derive from
	e-table-subset.

	* e-cell.c, e-cell.h: realize method now return per view instance
	data.

svn path=/trunk/; revision=1434
</content>
</entry>
<entry>
<title>More work -mig</title>
<updated>1999-11-19T08:18:48+00:00</updated>
<author>
<name>Arturo Espinosa</name>
<email>unammx@src.gnome.org</email>
</author>
<published>1999-11-19T08:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=794f39a5d690344364ab5fb16872fb2950d6cedc'/>
<id>urn:sha1:794f39a5d690344364ab5fb16872fb2950d6cedc</id>
<content type='text'>
svn path=/trunk/; revision=1420
</content>
</entry>
<entry>
<title>New E-table-item.[ch] -mig</title>
<updated>1999-11-19T05:34:23+00:00</updated>
<author>
<name>Arturo Espinosa</name>
<email>unammx@src.gnome.org</email>
</author>
<published>1999-11-19T05:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=da4c37043ecbd7f1c74315f88db36dfa195d6c64'/>
<id>urn:sha1:da4c37043ecbd7f1c74315f88db36dfa195d6c64</id>
<content type='text'>
svn path=/trunk/; revision=1419
</content>
</entry>
<entry>
<title>Add resizing capabilities.</title>
<updated>1999-11-15T20:59:29+00:00</updated>
<author>
<name>Miguel de Icaza</name>
<email>miguel@gnu.org</email>
</author>
<published>1999-11-15T20:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5ba51e992d6f702cccdcc42402bc3086776d00d1'/>
<id>urn:sha1:5ba51e992d6f702cccdcc42402bc3086776d00d1</id>
<content type='text'>
1999-11-14  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-header-item.c (is_pointer_on_division): Add resizing
	capabilities.

	* e-table-sorted.c: Finish implementation.

1999-11-13  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-sorted.c: Implement e-table-sorted object.

1999-11-12  Miguel de Icaza  &lt;miguel@gnu.org&gt;

	* e-table-header-item.c: Make the thing configurable.

	* e-table-header-item.h: Add font field, location, height.

svn path=/trunk/; revision=1388
</content>
</entry>
</feed>
