aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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