<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/widgets/e-table/ChangeLog, branch WITH_LIBEFS</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'WITH_LIBEFS'.</title>
<updated>2000-06-24T10:47:21+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-06-24T10:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=98a8e41c8a585b2773fd91bff188346c24477c01'/>
<id>98a8e41c8a585b2773fd91bff188346c24477c01</id>
<content type='text'>
svn path=/tags/WITH_LIBEFS/; revision=3727
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/tags/WITH_LIBEFS/; revision=3727
</pre>
</div>
</content>
</entry>
<entry>
<title>draw pixmaps with he right background and selection colors.</title>
<updated>2000-06-23T16:22:50+00:00</updated>
<author>
<name>Larry Ewing</name>
<email>lewing@helixcode.com</email>
</author>
<published>2000-06-23T16:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b92cdaf00a018c7994da1d4eb8e36c28b33a78ea'/>
<id>b92cdaf00a018c7994da1d4eb8e36c28b33a78ea</id>
<content type='text'>
2000-06-23  Larry Ewing  &lt;lewing@helixcode.com&gt;

	* e-cell-toggle.c (etog_draw): draw pixmaps with he right
	background and selection colors.

svn path=/trunk/; revision=3709
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-23  Larry Ewing  &lt;lewing@helixcode.com&gt;

	* e-cell-toggle.c (etog_draw): draw pixmaps with he right
	background and selection colors.

svn path=/trunk/; revision=3709
</pre>
</div>
</content>
</entry>
<entry>
<title>add icon_at virtual function - it was stupid to make the insert call take</title>
<updated>2000-06-23T07:47:37+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@helixcode.com</email>
</author>
<published>2000-06-23T07:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=422046cc58a534f6916205f282cc6b50a98eeb95'/>
<id>422046cc58a534f6916205f282cc6b50a98eeb95</id>
<content type='text'>
2000-06-23  Chris Toshok  &lt;toshok@helixcode.com&gt;

	* e-tree-model.h, e-tree-model.c: add icon_at virtual function -
	it was stupid to make the insert call take 2 pixbufs.  the model
	should give this information.

	* e-cell-tree.c: get rid of the opened/closed pixbuf stuff.  call
	e_tree_model_icon_of_node.

	* e-tree-example-1.c: add my_icon_at.

	* e-tree-simple.c (simple_icon_at): new function
	(e_tree_simple_new): add icon_at parameter.

	* e-tree-simple.h: add SimpleIconAtFn.

svn path=/trunk/; revision=3707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-23  Chris Toshok  &lt;toshok@helixcode.com&gt;

	* e-tree-model.h, e-tree-model.c: add icon_at virtual function -
	it was stupid to make the insert call take 2 pixbufs.  the model
	should give this information.

	* e-cell-tree.c: get rid of the opened/closed pixbuf stuff.  call
	e_tree_model_icon_of_node.

	* e-tree-example-1.c: add my_icon_at.

	* e-tree-simple.c (simple_icon_at): new function
	(e_tree_simple_new): add icon_at parameter.

	* e-tree-simple.h: add SimpleIconAtFn.

svn path=/trunk/; revision=3707
</pre>
</div>
</content>
</entry>
<entry>
<title>use the expanded/unexpanded pixbufs as node pixbufs for the first level of</title>
<updated>2000-06-23T07:19:11+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@helixcode.com</email>
</author>
<published>2000-06-23T07:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=29a313c41efa7844952000a88d772af11fbb6f37'/>
<id>29a313c41efa7844952000a88d772af11fbb6f37</id>
<content type='text'>
2000-06-23  Chris Toshok  &lt;toshok@helixcode.com&gt;

	* e-tree-example-1.c (create_tree): use the expanded/unexpanded
	pixbufs as node pixbufs for the first level of children, to test
	the drawing.

	* e-tree-model.c (e_tree_model_node_get_closed_pixbuf): new function.
	(e_tree_model_node_get_opened_pixbuf): same.
	(e_tree_model_node_insert): add opened/closed pixbuf argument.
	(e_tree_model_node_insert_before): same.

	* e-tree-model.h: add prototypes for opened/closed pixbuf
	accessors, and add them to the e_tree_model_node_insert_* calls.

	* e-cell-tree.c (ect_draw): add opened/closed pixbuf drawing per node.

svn path=/trunk/; revision=3706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-23  Chris Toshok  &lt;toshok@helixcode.com&gt;

	* e-tree-example-1.c (create_tree): use the expanded/unexpanded
	pixbufs as node pixbufs for the first level of children, to test
	the drawing.

	* e-tree-model.c (e_tree_model_node_get_closed_pixbuf): new function.
	(e_tree_model_node_get_opened_pixbuf): same.
	(e_tree_model_node_insert): add opened/closed pixbuf argument.
	(e_tree_model_node_insert_before): same.

	* e-tree-model.h: add prototypes for opened/closed pixbuf
	accessors, and add them to the e_tree_model_node_insert_* calls.

	* e-cell-tree.c (ect_draw): add opened/closed pixbuf drawing per node.

svn path=/trunk/; revision=3706
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the table not move around as you resize.</title>
<updated>2000-06-22T20:33:04+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-06-22T20:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc'/>
<id>ced77ebe056db95f5e613bc7d9ce4a8d0d5f95dc</id>
<content type='text'>
2000-06-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table.c: Make the table not move around as you resize.

svn path=/trunk/; revision=3696
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table.c: Make the table not move around as you resize.

svn path=/trunk/; revision=3696
</pre>
</div>
</content>
</entry>
<entry>
<title>Killed a warning.</title>
<updated>2000-06-22T16:30:00+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-06-22T16:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c74b334a2ca16a82d4652a5e5685e361bdaf08dc'/>
<id>c74b334a2ca16a82d4652a5e5685e361bdaf08dc</id>
<content type='text'>
2000-06-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-item.c: Killed a warning.

svn path=/trunk/; revision=3691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-item.c: Killed a warning.

svn path=/trunk/; revision=3691
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of the "x" and "y" arguments to EText.</title>
<updated>2000-06-22T16:24:23+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-06-22T16:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cf93af47a5508c1dcb398edb17c9ff775d0c2a9a'/>
<id>cf93af47a5508c1dcb398edb17c9ff775d0c2a9a</id>
<content type='text'>
2000-06-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-group-container.c: Remove use of the "x" and "y"
	arguments to EText.

	* e-table-item.c: Properly ref the source_model field.

	* test-check.c, test-cols.c, test-table.c: Remove use of the "x"
	and "y" arguments to ETableHeaderItem.

svn path=/trunk/; revision=3690
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-22  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-group-container.c: Remove use of the "x" and "y"
	arguments to EText.

	* e-table-item.c: Properly ref the source_model field.

	* test-check.c, test-cols.c, test-table.c: Remove use of the "x"
	and "y" arguments to ETableHeaderItem.

svn path=/trunk/; revision=3690
</pre>
</div>
</content>
</entry>
<entry>
<title>Made the Close button work.</title>
<updated>2000-06-21T23:01:29+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-06-21T23:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=588fd23c5c2a93f42e28df892eb8ab7f8078597b'/>
<id>588fd23c5c2a93f42e28df892eb8ab7f8078597b</id>
<content type='text'>
2000-06-21  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-field-chooser-dialog.c: Made the Close button work.

	* e-table-field-chooser.glade, e-table-field-chooser.glade.h:
	Added a text description of this dialog.

svn path=/trunk/; revision=3685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-21  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-field-chooser-dialog.c: Made the Close button work.

	* e-table-field-chooser.glade, e-table-field-chooser.glade.h:
	Added a text description of this dialog.

svn path=/trunk/; revision=3685
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed this to move the cell to the nearest edge instead of to the left</title>
<updated>2000-06-21T22:49:34+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-06-21T22:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a30a2c116239e615c685194c9287c3adc05594a5'/>
<id>a30a2c116239e615c685194c9287c3adc05594a5</id>
<content type='text'>
2000-06-21  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-header-item.c: Changed this to move the cell to the
	nearest edge instead of to the left of the column it's over.

	* e-table-header.c: Made target_index equal to eti-&gt;col_count be a
	valid parameter to e_table_header_move.

svn path=/trunk/; revision=3683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-21  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-header-item.c: Changed this to move the cell to the
	nearest edge instead of to the left of the column it's over.

	* e-table-header.c: Made target_index equal to eti-&gt;col_count be a
	valid parameter to e_table_header_move.

svn path=/trunk/; revision=3683
</pre>
</div>
</content>
</entry>
<entry>
<title>Made moving columns to the right work properly.</title>
<updated>2000-06-21T21:12:40+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@helixcode.com</email>
</author>
<published>2000-06-21T21:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b06d4d48ed6079103dbf74e53fc2be964cd7fac9'/>
<id>b06d4d48ed6079103dbf74e53fc2be964cd7fac9</id>
<content type='text'>
2000-06-21  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-header.c: Made moving columns to the right work
	properly.

svn path=/trunk/; revision=3681
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-06-21  Christopher James Lahey  &lt;clahey@helixcode.com&gt;

	* e-table-header.c: Made moving columns to the right work
	properly.

svn path=/trunk/; revision=3681
</pre>
</div>
</content>
</entry>
</feed>
