aboutsummaryrefslogtreecommitdiffstats
path: root/shells/fish
ModeNameSize
-rw-r--r--Makefile2289logstatsplainblame
-rw-r--r--distinfo191logstatsplainblame
d---------files46logstatsplain
-rw-r--r--pkg-descr111logstatsplainblame
-rw-r--r--pkg-plist10839logstatsplainblame
gets/table?h=EOG_2_7_0&id=7fef481a7ac44ebaa98cfb39c106546345b23e43'>new method to get the source model column for a specified available_modelMike Kestner2003-09-121-4/+14 * move scnt and gcnt initialization outside the for loop [43156].Mike Kestner2003-09-121-2/+2 * add e-table atk support to libgal a11y add atk registration forGilbert Fang2003-09-051-0/+8 * ** For bug #47874.Harry Lu2003-08-263-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-164-86/+207 * actually chose the right color to+ composite over when caching the pixmap.Larry Ewing2003-08-131-23/+6 * map model_column to available model row by ignoring disabled columns.Mike Kestner2003-07-291-2/+7 * Initialize some missing fields. Fixes "no handler with id" warnings at evoDan Winship2003-07-012-10/+7 * Implement. (ect_print): Use same font heuristics as evo calendar, pick aHans Petter Jansson2003-06-241-2/+25 * remove extra ref, the count starts at one.Larry Ewing2003-06-193-3/+3 * don't do the CURSOR_FIRST checks if cursor is NULL [43523]Mike Kestner2003-06-142-3/+3 * guard against NULL strings don't add disabled column titles to the store.Mike Kestner2003-06-124-23/+9 * bump libtool version for api addition new, utf8 in/outMike Kestner2003-05-291-26/+9 * to really fix 42952 use e_table_item_get_cell_geometry. Also a coupleEttore Perazzoli2003-05-221-4/+9 * revert a broken CLEAN_FILES change. [42478]Mike Kestner2003-05-201-3/+2 * block the signal that got us here until we're done to stop an infiniteMike Kestner2003-05-173-17/+7 * (tree_canvas_size_allocate): CallEttore Perazzoli2003-05-161-5/+5 * use weak refs not datasets. (e_tree_dispose): weak_unref the context.Mike Kestner2003-05-161-5/+15 * gross hack to work around a post dispose event emission byMike Kestner2003-05-151-0/+3 * add null check for paths (find_prev_in_range): add null check for pathsMike Kestner2003-05-101-2/+2 * don't return on col == -1. update the adjustment to center the cursor.Mike Kestner2003-05-102-2/+13 * add missing model_changed (etta_proxy_node_inserted): add missingMike Kestner2003-05-071-0/+4 * Use correct macro for int->pointerJeremy Katz2003-05-061-1/+1 * return the instantiated object. [bug #42156]Mike Kestner2003-05-021-4/+25 * remove gratuitous refJP Rosevear2003-05-021-1/+0 * don't use unicode ellipsis so that we don't break on broken font setups.Mike Kestner2003-04-301-6/+1 * don't do wrapping during editMike Kestner2003-04-291-0/+3 * use unicode ellipsis char for breaking lines. Use g_utf8_find_prev_charMike Kestner2003-04-231-9/+14 * use e_tree_table_adapter_node_get_next to determine how to draw siblingMike Kestner2003-04-213-4/+16 * [ fixes evolution bug #40464 ] use G_SIGNAL_TYPE_STATIC_SCOPE for theChris Toshok2003-04-211-2/+2 * if the layout splits into more than one line, shorten it to a single lineMike Kestner2003-04-191-3/+18 * add guarding for row indexing (Bug# 41497)JP Rosevear2003-04-191-5/+16 * set width and alignment of layout. (generate_layout): set width onMike Kestner2003-04-171-12/+29 * Don't unref the layout that was passed in. (e_table_header_draw_button):Hans Petter Jansson2003-04-162-2/+4 * free data here since we don't have source in finalizeJP Rosevear2003-04-111-11/+15 * add response ids to buttonsMike Kestner2003-04-091-6/+6 * remove e-font.[ch], test-e-font, and test-font-loading. killMike Kestner2003-04-091-46/+2 * swap button order swap button orderMike Kestner2003-04-092-32/+32 * remove debugging g_print calls fix length_threshold prop range fixMike Kestner2003-04-084-14/+3 * guard against root == NULL. Bug #39491.Mike Kestner2003-04-051-0/+3 * (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPEEttore Perazzoli2003-04-031-1/+1 * 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 * properly parse nodes that include whitespace. bug #39896Mike Kestner2003-03-251-13/+16 * don't call delete_node on the root node since generate_tree already doesMike Kestner2003-03-241-2/+3 * fix UMR.Chris Toshok2003-03-231-1/+1 * add underline_column field.Chris Toshok2003-03-194-27/+60 * add cursor_idle_id.Chris Toshok2003-03-191-0/+2 * add cursor_idle_id.Chris Toshok2003-03-191-1/+8 * mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrowsMike Kestner2003-03-191-8/+8 * null start_path (etsm_invert_selection): null start_pathMike Kestner2003-03-191-5/+11 * save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7 * fix a couple ==TRUE uses pointed out by Morten Welinder <terra@diku.dk>.Mike Kestner2003-03-051-2/+2 * i18n fixDmitry Mastrukov2003-03-055-8/+129 * rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-043-786/+141 * Add style_set to update list properly (et_canvas_realize): Remove this asRodney Dawes2003-03-011-7/+4 * remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-12/+0 * remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-11/+0 * fix overzealous g_asserts to avoid crashes when eti->rows is alreadyMike Kestner2003-02-211-5/+1 * kill (etsm_find_node_unless_equals): use new etta_orig_positionMike Kestner2003-02-213-47/+57 * set remap_neededMike Kestner2003-02-191-0/+1 * make sure the row >= 0 before calling value_at to calc "strikeout".Chris Toshok2003-02-181-1/+3 * make things compile on an alpha. passing NULL to a var_arg not portable.Jody Goldberg2003-02-181-1/+3 * 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 * don't transform based on allocation position. Position isn't absolute now.Mike Kestner2003-02-141-3/+0 * kill a double unref on the pango_layout.Mike Kestner2003-02-141-2/+0 * Request a reflow on realization, so size and placement will be correctHans Petter Jansson2003-02-131-1/+4 * handle reverse searches (find_prev_in_range): reverse search implMike Kestner2003-02-131-4/+24 * work around broken models that insert children before parents. bad models.Mike Kestner2003-02-131-4/+18 * rewrite to use etta (find_next_in_range): helper func to search a range ofMike Kestner2003-02-111-25/+22 * Unmarked some strings which are unsuitable for translationKwok-Koon Cheung2003-02-091-3/+3 * 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 * Replace deprecated glade_gnome_init() call with glade_init().Dan Winship2003-02-062-2/+2 * make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update toMike Kestner2003-02-055-874/+613 * replaced e scroll frame with gtk scrolled windowRadek Doulik2003-02-054-19/+18 * destroy canvas items to removing them, simply unrefing them is notLarry Ewing2003-01-241-4/+4 * (e_tree_table_adapter_load_expanded_state): CallEttore Perazzoli2003-01-231-2/+0 * Same here.Jeffrey Stedfast2003-01-163-3/+3 * If we set a clip rectangle, clear it after we've finished.Not Zed2003-01-151-1/+6 * revert broken fixMike Kestner2003-01-111-1/+1 * free the children before we free and dispose of our ecol, sinceChris Toshok2002-12-191-3/+3 * pass NULL for parent_window for e_table_config_new.Chris Toshok2002-12-195-1861/+2199 * edit->tep isn't a GtkObject anymore.Chris Toshok2002-12-171-2/+0 * pass in the pango layout so we don't have to create another one here.Chris Toshok2002-12-171-90/+46 * remove obvious double g_strdup.Chris Toshok2002-12-173-3/+3 * valgrindageMike Kestner2002-12-141