aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-101-2/+2
* pass along the column's width to e_cell_show_tooltip.Chris Toshok2000-12-071-10/+2
* Adapted these to accept the new flags parameter to e_cell_event.Christopher James Lahey2000-12-071-3/+10
* Documented.Miguel de Icaza2000-11-251-1/+1
* Save the children - FedericoFederico Mena Quintero2000-11-231-2/+1
* Changed these to use the default cells.Christopher James Lahey2000-10-111-2/+1
* Changed these to match the new ETable system.Christopher James Lahey2000-10-111-1/+7
* Changed to take into account the sort group, if the table has one.xNot Zed2000-10-041-7/+7
* reinstate file.Chris Toshok2000-10-031-2/+15
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-1/+1
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* Better calculations for tooltip positionsIain Holmes2000-09-181-1/+7
* Added some missing #includes.Christopher James Lahey2000-09-161-1/+0
* If the cursor is inside the subcell, call the show_tooltip on it.Iain Holmes2000-09-161-1/+19
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-0/+62
* Added infrastructure for setting the justification of columns. Still needChristopher James Lahey2000-08-251-2/+5
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-221-7/+3
* fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-071-1/+1
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-231-4/+1
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-231-15/+45
* print the icon for the tree control.Chris Toshok2000-06-161-21/+27
* new function, to generate postscript so i can test tree printing.Chris Toshok2000-06-141-12/+105
* supply the pixbufs here.Chris Toshok2000-06-111-13/+10
* offset events before passing them to our subcell view.Chris Toshok2000-06-111-4/+17
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-111-16/+41
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-091-0/+385