| Commit message (Expand) | Author | Age | Files | Lines |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -2/+2 |
* | Port to Windows, initial commit: | Tor Lillqvist | 2005-04-29 | 1 | -4/+14 |
* | ** For bug #47874. | Harry Lu | 2003-08-26 | 1 | -0/+3 |
* | guard against NULL strings don't add disabled column titles to the store. | Mike Kestner | 2003-06-12 | 1 | -1/+1 |
* | block the signal that got us here until we're done to stop an infinite | Mike Kestner | 2003-05-17 | 1 | -2/+3 |
* | add missing model_changed (etta_proxy_node_inserted): add missing | Mike Kestner | 2003-05-07 | 1 | -0/+4 |
* | use e_tree_table_adapter_node_get_next to determine how to draw sibling | Mike Kestner | 2003-04-21 | 1 | -0/+10 |
* | Don't unref the layout that was passed in. (e_table_header_draw_button): | Hans Petter Jansson | 2003-04-16 | 1 | -0/+2 |
* | guard against root == NULL. Bug #39491. | Mike Kestner | 2003-04-05 | 1 | -0/+3 |
* | restore expanded state of node and all children. Fixes Ximian bug #40393. | Mike Kestner | 2003-04-03 | 1 | -3/+31 |
* | if killing the root node, set it to NULL in the priv data. Bug #39441. | Mike Kestner | 2003-04-01 | 1 | -0/+2 |
* | don't call delete_node on the root node since generate_tree already does | Mike Kestner | 2003-03-24 | 1 | -2/+3 |
* | save and restore expanded state so parents don't collapse when children | Mike Kestner | 2003-03-15 | 1 | -2/+7 |
* | rewrite to store selected paths in a hashtable instead of a tree. lose the | Mike Kestner | 2003-03-04 | 1 | -18/+1 |
* | kill (etsm_find_node_unless_equals): use new etta_orig_position | Mike Kestner | 2003-02-21 | 1 | -27/+51 |
* | set remap_needed | Mike Kestner | 2003-02-19 | 1 | -0/+1 |
* | return after the e_table_model_no_change call. | Chris Toshok | 2003-02-17 | 1 | -2/+6 |
* | guard for null paths if save_id lookup fails. | Mike Kestner | 2003-02-14 | 1 | -1/+2 |
* | work around broken models that insert children before parents. bad models. | Mike Kestner | 2003-02-13 | 1 | -4/+18 |
* | index bound bug (insert_children): prepend/reverse for now | Mike Kestner | 2003-02-07 | 1 | -16/+27 |
* | use the parent path to find the parent node rather than the row, which is | Not Zed | 2003-02-06 | 1 | -3/+4 |
* | make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update to | Mike Kestner | 2003-02-05 | 1 | -649/+544 |
* | (e_tree_table_adapter_load_expanded_state): Call | Ettore Perazzoli | 2003-01-23 | 1 | -2/+0 |
* | Same here. | Jeffrey Stedfast | 2003-01-16 | 1 | -1/+1 |
* | remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto ditto | Mike Kestner | 2002-11-06 | 1 | -2/+2 |
* | use GObject api for models GObjectify GObjectify GObjectify GObjectify | Mike Kestner | 2002-11-05 | 1 | -59/+55 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 1 | -4/+12 |
* | And finally here. | Jeffrey Stedfast | 2002-08-07 | 1 | -19/+2 |
* | #include <string.h> for memset | Jeffrey Stedfast | 2002-08-07 | 1 | -7/+29 |
* | Made these able to find the potential row for a new node which will be the | Christopher James Lahey | 2002-07-19 | 1 | -3/+8 |
* | Added debugging printfs. | Christopher James Lahey | 2002-06-05 | 1 | -1/+3 |
* | Added would_be_expanded refactoring code out of is_expanded. | Christopher James Lahey | 2002-05-25 | 1 | -16/+22 |
* | Check for path being NULL. | Christopher James Lahey | 2002-05-21 | 1 | -1/+14 |
* | Changed a lot of direct uses in this file of node->is_expanded to call the | Christopher James Lahey | 2002-05-14 | 1 | -70/+76 |
* | Bump file version to 2. (This will make older versions of gal ignore the | Dan Winship | 2002-05-10 | 1 | -4/+12 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -1/+1 |
* | Handle a collapse request by marking all descendents of that node as | Christopher James Lahey | 2002-03-09 | 1 | -30/+43 |
* | Added frozen_count variable to know not to show the cursor while a change | Christopher James Lahey | 2001-10-31 | 1 | -13/+49 |
* | Don't go outside the table looking for matches when doing the last_access | Christopher James Lahey | 2001-10-30 | 1 | -2/+3 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -4/+18 |
* | Make this check immediately for whether to show the cursor, instead of in | Christopher James Lahey | 2001-10-23 | 1 | -0/+1 |
* | Added bounds checking in a number of places. (etta_init): Initialize all | Christopher James Lahey | 2001-10-17 | 1 | -17/+41 |
* | *.c s/->childs/->xmlChildrenNode/g; | Michael Meeks | 2001-10-05 | 1 | -1/+1 |
* | Bumped version number to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 1 | -4/+7 |
* | Rename these functions from ecn_get_text and ecn_free_text. | Christopher James Lahey | 2001-09-01 | 1 | -10/+8 |
* | e_tree_table_adapter_node_at_row would have pulled data from one past the | Christopher James Lahey | 2001-08-04 | 1 | -6/+8 |
* | Ignore set_expanded if the node is the root and root_visible is FALSE. | Christopher James Lahey | 2001-07-13 | 1 | -0/+3 |
* | Added checks for if row is outside of the appropriate range. | Christopher James Lahey | 2001-07-07 | 1 | -0/+4 |
* | Made this return -1 instead of -2 for not found if the root is not | Christopher James Lahey | 2001-04-26 | 1 | -2/+7 |
* | Upped the version number to 0.6.99.0. Upped the so number to 6. | Christopher James Lahey | 2001-04-13 | 1 | -1/+11 |
* | Make it so you can switch checking around the last access on and off for | Christopher James Lahey | 2001-04-04 | 1 | -0/+2 |
* | Added e_tree_selection_model_select_single_path and made selection_start | Christopher James Lahey | 2001-04-04 | 1 | -2/+18 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 1 | -2/+2 |
* | Fixed an off by one error. | Richard Hult | 2001-04-04 | 1 | -1/+1 |
* | Don't draw the button if it's less than 1 pixel wide. | Christopher James Lahey | 2001-04-03 | 1 | -1/+4 |
* | Fixed removing the last child of a node. | Christopher James Lahey | 2001-03-31 | 1 | -4/+29 |
* | Updated these to match the new e_tree_model_node_removed signal. | Christopher James Lahey | 2001-03-27 | 1 | -1/+1 |
* | Deal with proxy_node_changed being called on a different root node than | Christopher James Lahey | 2001-03-20 | 1 | -0/+974 |