aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_5_1nobody2003-06-291-3302/+0
* don't do the CURSOR_FIRST checks if cursor is NULL [43523]Mike Kestner2003-06-141-2/+2
* guard against NULL strings don't add disabled column titles to the store.Mike Kestner2003-06-121-18/+0
* to really fix 42952 use e_table_item_get_cell_geometry. Also a coupleEttore Perazzoli2003-05-221-4/+9
* (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
* 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-101-1/+12
* (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPEEttore Perazzoli2003-04-031-1/+1
* 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-11/+0
* handle reverse searches (find_prev_in_range): reverse search implMike Kestner2003-02-131-4/+24
* rewrite to use etta (find_next_in_range): helper func to search a range ofMike Kestner2003-02-111-25/+22
* make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update toMike Kestner2003-02-051-81/+20
* GObject port work.Chris Toshok2002-11-171-457/+514
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-151-14/+14
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-061-33/+33
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-051-63/+63
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-051-27/+35
* gobjectify ETableExtras is now a GObject (e_tree_class_init): removeMike Kestner2002-11-021-17/+1
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-82/+106
* call e_tree_state_changeMike Kestner2002-10-251-0/+2
* New api to set the search column on a tree without having to set a sortMike Kestner2002-09-241-0/+21
* (item_key_press): In the case of '-' and '=', checkEttore Perazzoli2002-07-241-0/+6
* Added this function.Christopher James Lahey2002-06-051-33/+66
* Get the font from the style again when the style changes. (init): ChecksChristopher James Lahey2002-06-041-0/+17
* Added horizontal dividers to this item when in table mode.Christopher James Lahey2002-05-031-10/+24
* Changed LDFLAGS to LIBS for tests here. Bumped the version number toChristopher James Lahey2002-04-301-0/+36
* Ansification patch from danw.Christopher James Lahey2002-04-261-3/+3
* Free the priv->search_string and priv itself. More memory leak fixage.Jeffrey Stedfast2002-04-201-0/+2
* Implemented capitalization keybindings.Christopher James Lahey2002-03-151-3/+3
* Made this return a boolean that returns whether the ETableSearch used theChristopher James Lahey2002-03-151-2/+3
* Don't search if any modifier but SHIFT or LOCK is pressed.Ettore Perazzoli2002-03-151-1/+2
* Added this function.Christopher James Lahey2002-03-141-0/+3
* Replaced e_marshal_BOOL__STRING with this since the function it was usedChristopher James Lahey2002-03-131-4/+19
* Added ETableSearch support.Christopher James Lahey2002-03-131-50/+164
* Call scroll_off and in e-tree.c hover_off.Christopher James Lahey2002-02-091-0/+11
* *** empty log message ***Chris Lahey2002-02-071-24/+94
* Made this function much more readable. Got rid of all the gotos. Fixed aChristopher James Lahey2002-02-011-2/+24
* Make this function take a bitfield of parameters instead of two bools.Christopher James Lahey2002-01-311-4/+4
* Added this simple accessor function.Christopher James Lahey2002-01-311-0/+36
* Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. ResetChristopher James Lahey2002-01-091-22/+44
* Collapse nodes that were opened during a drag, unless the drop site is aChristopher James Lahey2002-01-091-3/+53
* Merging changes:Christopher James Lahey2001-12-051-2/+11
* Merging changes:Christopher James Lahey2001-12-041-6/+8
* Merging changes:Christopher James Lahey2001-12-041-17/+109
* Handle the case where page up or page down goes off the end of the tableChristopher James Lahey2001-11-151-0/+10
* Ignore buttons 4 and 5 here. Fixes Ximian bug #13853.Christopher James Lahey2001-10-301-6/+8
* Chain the cursor_activated signal even if the row is -1.Christopher James Lahey2001-10-271-1/+3
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+18
* If the root node is hidden and selected, don't count it in the selectedChristopher James Lahey2001-10-261-9/+26
* Fixes Ximian bug #6832.Federico Mena Quintero2001-10-261-2/+27
* Use g_dataset_set_data_full to find out when the context is destroyed.Christopher James Lahey2001-10-061-0/+23
* Adapted height method to deal with a row of -1.Christopher James Lahey2001-10-051-1/+20
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-18/+18
* Set the step_increment on the horizontal scrollbars here to 20.Christopher James Lahey2001-09-261-0/+6
* Commit patch from Chris to implement e_tree_right_click_up() forEttore Perazzoli2001-09-261-0/+6
* Use the correct prototype for the signal handler.Federico Mena Quintero2001-09-251-2/+4
* Changed which widget to connect signals to to watch for drag & drop. FixesChristopher James Lahey2001-09-111-4/+4
* Remove debugging message.Ettore Perazzoli2001-09-051-2/+0
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-011-1/+7
* Added start_drag signals.Christopher James Lahey2001-08-251-116/+87
* Handle GDK_KP_Page_Up, GDK_KP_Page_Down, GDK_KP_Right, and GDK_KP_LeftChristopher James Lahey2001-08-141-1/+4
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-111-3/+7
* Initialize ret_val. (do_drag_motion): Same.Jeffrey Stedfast2001-08-101-2/+2
* Make tree nodes open if you hover over them while drag & dropping.Christopher James Lahey2001-08-081-0/+71
* Added scrolling to access nodes that are scrolled off screen for drops.Christopher James Lahey2001-08-071-21/+128
* Implemented these functions.Christopher James Lahey2001-08-071-6/+71
* Change these to actually subtract the allocation as they should.Christopher James Lahey2001-08-041-3/+6
* Subtracted 27.Christopher James Lahey2001-08-041-0/+3
* Set et->priv to NULL here just to be sure.Christopher James Lahey2001-08-031-0/+1
* Made these functions return -1 if the x and y aren't over any cell at all.Christopher James Lahey2001-07-131-0/+5
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-131-4/+10
* Created this function for key presses that move in some way other thanChristopher James Lahey2001-07-111-4/+4
* Made the amount to scroll by smaller here.Christopher James Lahey2001-07-111-2/+2
* Use e_selection_model_do_something directly for page up and page downChristopher James Lahey2001-07-111-32/+16
* Added checks that row and col are >= 0.Christopher James Lahey2001-07-061-0/+2
* Handle an error in construction a little bit better here.Christopher James Lahey2001-07-051-6/+16
* send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-291-35/+30
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-281-28/+35
* (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-291-0/+4
* Documented this function properly.Christopher James Lahey2001-04-241-0/+32
* Submit a signal even if there are no extras.Christopher James Lahey2001-04-201-35/+123
* Free some things that weren't getting freed.Dan Winship2001-04-191-3/+7
* Set the background color to the specified tooltip->background. Set theChristopher James Lahey2001-04-161-0/+6
* Return TRUE for left and right arrows.Christopher James Lahey2001-04-111-0/+2
* Added this function.Christopher James Lahey2001-04-041-0/+1
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-041-0/+6
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-3/+5
* Add argument to get the table adapter. (et_set_arg): Add arguments forRichard Hult2001-04-041-0/+46
* Fixed some bugs with the privitization of ETreeSelectionModel.Christopher James Lahey2001-04-011-1/+1
* Added e-tree-selection-model.c. (libetableinclude_HEADERS): AddedChristopher James Lahey2001-04-011-0/+24
* Initialize all necessary fields here.Christopher James Lahey2001-04-011-0/+18
* Roll back another part of the change.Christopher James Lahey2001-04-011-1/+5
* Accidently committed this with using the tree selection model turned on.Christopher James Lahey2001-04-011-15/+2
* Include <gal/util/e-util.h> here.Christopher James Lahey2001-04-011-315/+379
* Made these use GTK_TYPE_GDK_EVENT whenever sending an event through theChristopher James Lahey2001-03-301-4/+7
* Changed the signal "table_selection_model" to just be "selection_model"Christopher James Lahey2001-03-301-1/+1
* Updated to set the width of the header canvas to be equal to the width ofChristopher James Lahey2001-03-301-15/+40
* un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>George Lebl2001-03-261-4/+4
* ref the sort_info taken from the state object. Ditto. Fixes the last ETreeDan Winship2001-03-261-0/+1
* Added '=' and '-' as tree node expand and collapseChristopher James Lahey2001-03-251-3/+11
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-211-3/+8
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-0/+2004