aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-tree.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-721/+0
* Set "bold" argument on created tooltip. Adjusted position of displayedChristopher James Lahey2001-04-151-12/+12
* add "break;" to otherwise-empty "default:" cases to make them ANSI.Dan Winship2001-04-081-0/+2
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-6/+5
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-41/+64
* If we are drawing a top-level tree node, without any children then dontNot Zed2001-02-211-1/+6
* Change the calculation of the maximum with of tree cell, from O(n^2) toRusty Conover2001-02-171-4/+4
* Step 2Miguel de Icaza2001-01-161-1/+1
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-2/+2
* add api docs.Chris Toshok2000-12-251-0/+28
* remove the silly logic - we pop up a tooltip regardless of where the mouseChris Toshok2000-12-141-7/+25
* only return TRUE in the BUTTON_PRESS case if the node was expandable.Chris Toshok2000-12-141-1/+1
* 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