| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for Vertical View in Evolution Mailer with custom message list. | Srinivasa Ragavan | 2006-06-03 | 1 | -0/+7 |
* | Tons of cleanups of the following sort: - remove unused vars - remove | Kjartan Maraas | 2006-01-30 | 1 | -2/+1 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -3/+3 |
* | Port to Windows, initial commit: | Tor Lillqvist | 2005-04-29 | 1 | -13/+11 |
* | new files (gal-a11y-e-cell-tree.c/h) added adding 2 new functions to add | Tim Wo | 2003-11-12 | 1 | -0/+11 |
* | add an expander_style param (ect_draw): pass expander_style to | Mike Kestner | 2003-08-20 | 1 | -9/+56 |
* | extracted from ect_draw (draw_expander): new gtktreeview-like expander | Mike Kestner | 2003-08-16 | 1 | -76/+152 |
* | use e_tree_table_adapter_node_get_next to determine how to draw sibling | Mike Kestner | 2003-04-21 | 1 | -4/+4 |
* | If we set a clip rectangle, clear it after we've finished. | Not Zed | 2003-01-15 | 1 | -1/+6 |
* | GObject port work. | Chris Toshok | 2002-11-17 | 1 | -7/+7 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 1 | -2/+2 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 1 | -3/+8 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -1/+1 |
* | Implement max_width_by_row. | Christopher James Lahey | 2002-01-22 | 1 | -6/+25 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -5/+20 |
* | Implement these functions as pass through to the child cell. | Christopher James Lahey | 2001-10-11 | 1 | -13/+25 |
* | Rename these functions from ecn_get_text and ecn_free_text. | Christopher James Lahey | 2001-09-01 | 1 | -1/+1 |
* | Set "bold" argument on created tooltip. Adjusted position of displayed | Christopher James Lahey | 2001-04-15 | 1 | -12/+12 |
* | add "break;" to otherwise-empty "default:" cases to make them ANSI. | Dan Winship | 2001-04-08 | 1 | -0/+2 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 1 | -6/+5 |
* | Deal with proxy_node_changed being called on a different root node than | Christopher James Lahey | 2001-03-20 | 1 | -41/+64 |
* | If we are drawing a top-level tree node, without any children then dont | Not Zed | 2001-02-21 | 1 | -1/+6 |
* | Change the calculation of the maximum with of tree cell, from O(n^2) to | Rusty Conover | 2001-02-17 | 1 | -4/+4 |
* | Step 2 | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -2/+2 |
* | add api docs. | Chris Toshok | 2000-12-25 | 1 | -0/+28 |
* | remove the silly logic - we pop up a tooltip regardless of where the mouse | Chris Toshok | 2000-12-14 | 1 | -7/+25 |
* | only return TRUE in the BUTTON_PRESS case if the node was expandable. | Chris Toshok | 2000-12-14 | 1 | -1/+1 |
* | Added the actions parameter to ect_event. Added an actions field to | Christopher James Lahey | 2000-12-10 | 1 | -2/+2 |
* | pass along the column's width to e_cell_show_tooltip. | Chris Toshok | 2000-12-07 | 1 | -10/+2 |
* | Adapted these to accept the new flags parameter to e_cell_event. | Christopher James Lahey | 2000-12-07 | 1 | -3/+10 |
* | Documented. | Miguel de Icaza | 2000-11-25 | 1 | -1/+1 |
* | Save the children - Federico | Federico Mena Quintero | 2000-11-23 | 1 | -2/+1 |
* | Changed these to use the default cells. | Christopher James Lahey | 2000-10-11 | 1 | -2/+1 |
* | Changed these to match the new ETable system. | Christopher James Lahey | 2000-10-11 | 1 | -1/+7 |
* | Changed to take into account the sort group, if the table has one.x | Not Zed | 2000-10-04 | 1 | -7/+7 |
* | reinstate file. | Chris Toshok | 2000-10-03 | 1 | -2/+15 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -1/+1 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -1/+1 |
* | Better calculations for tooltip positions | Iain Holmes | 2000-09-18 | 1 | -1/+7 |
* | Added some missing #includes. | Christopher James Lahey | 2000-09-16 | 1 | -1/+0 |
* | If the cursor is inside the subcell, call the show_tooltip on it. | Iain Holmes | 2000-09-16 | 1 | -1/+19 |
* | Fix some crashes Make double clicking on the header dividers automatically | Iain Holmes | 2000-09-15 | 1 | -0/+62 |
* | Added infrastructure for setting the justification of columns. Still need | Christopher James Lahey | 2000-08-25 | 1 | -2/+5 |
* | Moved drawing of the cell backgrounds from ECell into ETableItem. | Christopher James Lahey | 2000-08-22 | 1 | -7/+3 |
* | fix the conditions under which we draw a horizontal line. | Chris Toshok | 2000-07-07 | 1 | -1/+1 |
* | add icon_at virtual function - it was stupid to make the insert call take | Chris Toshok | 2000-06-23 | 1 | -4/+1 |
* | use the expanded/unexpanded pixbufs as node pixbufs for the first level of | Chris Toshok | 2000-06-23 | 1 | -15/+45 |
* | print the icon for the tree control. | Chris Toshok | 2000-06-16 | 1 | -21/+27 |
* | new function, to generate postscript so i can test tree printing. | Chris Toshok | 2000-06-14 | 1 | -12/+105 |
* | supply the pixbufs here. | Chris Toshok | 2000-06-11 | 1 | -13/+10 |
* | offset events before passing them to our subcell view. | Chris Toshok | 2000-06-11 | 1 | -4/+17 |
* | change things so we focus the cell and select the row, and also dispatch | Chris Toshok | 2000-06-11 | 1 | -16/+41 |
* | New files. A tree model using a GNode structure to store it's info. | Chris Toshok | 2000-06-09 | 1 | -0/+385 |