aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-29/+65
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style cleanups.Matthew Barnes2011-05-091-3/+3
* Fix a build break due to #error pragmaMilan Crha2011-02-111-4/+15
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-10/+0
* More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
* Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-01-261-13/+33
* libetable cleanups.Matthew Barnes2011-01-171-6/+6
* Merge miscellaneous changes from gtk3 branch.Matthew Barnes2011-01-151-43/+54
* Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+1
* e-table: Draw ECellTree with cairoBenjamin Otte2010-10-301-10/+10
* e-table: Remove retro lookBenjamin Otte2010-10-301-191/+36
* e-table: Remove unused GdkGCBenjamin Otte2010-10-301-4/+0
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-301-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-28/+28
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-2/+2
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-19/+53
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-2/+2
* Remove unused ECell::show_tooltip method.Matthew Barnes2010-01-151-22/+0
* Bug #248745 - Indent single mail in a threaded view tooMilan Crha2009-10-231-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-3/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-2/+2
* More code cleanup.Matthew Barnes2009-06-021-3/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-39/+39
* Use -no-undefined on Linux tooMilan Crha2009-05-201-2/+2
* Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-2/+3
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-24/+24
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-13/+15
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-1/+1
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-46/+43
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-4/+2
* ** Fixes bug #357216Matthew Barnes2007-03-011-0/+8
* Fixes bug #357970Matthew Barnes2006-12-041-23/+21
* Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-031-0/+7
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-2/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-3/+3
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-13/+11
* new files (gal-a11y-e-cell-tree.c/h) added adding 2 new functions to addTim Wo2003-11-121-0/+11
* add an expander_style param (ect_draw): pass expander_style toMike Kestner2003-08-201-9/+56
* extracted from ect_draw (draw_expander): new gtktreeview-like expanderMike Kestner2003-08-161-76/+152
* use e_tree_table_adapter_node_get_next to determine how to draw siblingMike Kestner2003-04-211-4/+4
* If we set a clip rectangle, clear it after we've finished.Not Zed2003-01-151-1/+6
* GObject port work.Chris Toshok2002-11-171-7/+7
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-121-2/+2
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+8
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Implement max_width_by_row.Christopher James Lahey2002-01-221-6/+25
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+20
* Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-111-13/+25
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-011-1/+1
* 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