aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-table-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-78/+175
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* 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-21/+21
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* More whitespace cleanup.Matthew Barnes2011-01-311-4/+4
* libetable cleanups.Matthew Barnes2011-01-171-90/+80
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-204/+204
* Bug #484839 - Sort, when in threading mode, properlyMilan Crha2009-10-231-0/+45
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
* More code cleanup.Matthew Barnes2009-06-021-4/+4
* Whitespace cleanup.Matthew Barnes2009-05-291-5/+5
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-70/+70
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in smime.Matthew Barnes2009-05-261-0/+1
* Fix compiler warnings.Matthew Barnes2009-05-171-10/+0
* ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-041-0/+27
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-17/+16
* ** Fix for bug #352695Milan Crha2008-08-111-2/+2
* ** Fix for bug #519292Milan Crha2008-08-111-34/+8
* ** Fix for bug #352695Milan Crha2008-08-111-12/+35
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #519292Milan Crha2008-03-271-2/+2
* ** Fix for bug #511105Milan Crha2008-01-231-0/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-17/+17
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-311-1/+1
* 2007-08-24 mcrha Fix for bug #239441Milan Crha2007-08-241-1/+12
* ** Fix for bug #419690Srinivasa Ragavan2007-08-071-0/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-9/+5
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-13/+13
* Add code to support default thread expand stateSrinivasa Ragavan2007-05-161-1/+20
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-2/+3
* Fix for bug #350884 (GMail like thread sorting)Srinivasa Ragavan2006-08-191-1/+13
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-301-1/+1
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-1/+1
* Added functions to collapse/Expand allSrinivasa Ragavan2006-01-161-0/+38
* e-table.c (e_table_load_specification) e-table-specification.cTor Lillqvist2005-09-301-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-4/+14
* ** For bug #47874.Harry Lu2003-08-261-0/+3
* guard against NULL strings don't add disabled column titles to the store.Mike Kestner2003-06-121-1/+1
* block the signal that got us here until we're done to stop an infiniteMike Kestner2003-05-171-2/+3
* add missing model_changed (etta_proxy_node_inserted): add missingMike Kestner2003-05-071-0/+4
* use e_tree_table_adapter_node_get_next to determine how to draw siblingMike Kestner2003-04-211-0/+10
* Don't unref the layout that was passed in. (e_table_header_draw_button):Hans Petter Jansson2003-04-161-0/+2
* guard against root == NULL. Bug #39491.Mike Kestner2003-04-051-0/+3
* restore expanded state of node and all children. Fixes Ximian bug #40393.Mike Kestner2003-04-031-3/+31
* if killing the root node, set it to NULL in the priv data. Bug #39441.Mike Kestner2003-04-011-0/+2
* don't call delete_node on the root node since generate_tree already doesMike Kestner2003-03-241-2/+3
* save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7
* rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-041-18/+1
* kill (etsm_find_node_unless_equals): use new etta_orig_positionMike Kestner2003-02-211-27/+51
* set remap_neededMike Kestner2003-02-191-0/+1
* return after the e_table_model_no_change call.Chris Toshok2003-02-171-2/+6
* guard for null paths if save_id lookup fails.Mike Kestner2003-02-141-1/+2
* work around broken models that insert children before parents. bad models.Mike Kestner2003-02-131-4/+18
* index bound bug (insert_children): prepend/reverse for nowMike Kestner2003-02-071-16/+27
* use the parent path to find the parent node rather than the row, which isNot Zed2003-02-061-3/+4
* make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update toMike Kestner2003-02-051-649/+544
* (e_tree_table_adapter_load_expanded_state): CallEttore Perazzoli2003-01-231-2/+0
* Same here.Jeffrey Stedfast2003-01-161-1/+1
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-061-2/+2
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-051-59/+55
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-4/+12
* And finally here.Jeffrey Stedfast2002-08-071-19/+2
* #include <string.h> for memsetJeffrey Stedfast2002-08-071-7/+29
* Made these able to find the potential row for a new node which will be theChristopher James Lahey2002-07-191-3/+8
* Added debugging printfs.Christopher James Lahey2002-06-051-1/+3
* Added would_be_expanded refactoring code out of is_expanded.Christopher James Lahey2002-05-251-16/+22
* Check for path being NULL.Christopher James Lahey2002-05-211-1/+14
* Changed a lot of direct uses in this file of node->is_expanded to call theChristopher James Lahey2002-05-141-70/+76
* Bump file version to 2. (This will make older versions of gal ignore theDan Winship2002-05-101-4/+12
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-091-30/+43
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-311-13/+49
* Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-301-2/+3
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-4/+18
* Make this check immediately for whether to show the cursor, instead of inChristopher James Lahey2001-10-231-0/+1
* Added bounds checking in a number of places. (etta_init): Initialize allChristopher James Lahey2001-10-171-17/+41
* *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-051-1/+1
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-4/+7
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-011-10/+8
* e_tree_table_adapter_node_at_row would have pulled data from one past theChristopher James Lahey2001-08-041-6/+8
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-131-0/+3
* Added checks for if row is outside of the appropriate range.Christopher James Lahey2001-07-071-0/+4
* Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-261-2/+7
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-131-1/+11
* Make it so you can switch checking around the last access on and off forChristopher James Lahey2001-04-041-0/+2
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-2/+18
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-2/+2
* Fixed an off by one error.Richard Hult2001-04-041-1/+1
* Don't draw the button if it's less than 1 pixel wide.Christopher James Lahey2001-04-031-1/+4
* Fixed removing the last child of a node.Christopher James Lahey2001-03-311-4/+29
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-271-1/+1
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-0/+974