index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widgets
/
table
/
e-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adapted height method to deal with a row of -1.
Christopher James Lahey
2001-10-05
1
-1
/
+20
*
add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration
Michael Meeks
2001-10-05
1
-18
/
+18
*
Set the step_increment on the horizontal scrollbars here to 20.
Christopher James Lahey
2001-09-26
1
-0
/
+6
*
Commit patch from Chris to implement e_tree_right_click_up() for
Ettore Perazzoli
2001-09-26
1
-0
/
+6
*
Use the correct prototype for the signal handler.
Federico Mena Quintero
2001-09-25
1
-2
/
+4
*
Changed which widget to connect signals to to watch for drag & drop. Fixes
Christopher James Lahey
2001-09-11
1
-4
/
+4
*
Remove debugging message.
Ettore Perazzoli
2001-09-05
1
-2
/
+0
*
Rename these functions from ecn_get_text and ecn_free_text.
Christopher James Lahey
2001-09-01
1
-1
/
+7
*
Added start_drag signals.
Christopher James Lahey
2001-08-25
1
-116
/
+87
*
Handle GDK_KP_Page_Up, GDK_KP_Page_Down, GDK_KP_Right, and GDK_KP_Left
Christopher James Lahey
2001-08-14
1
-1
/
+4
*
If the sort_info can't group, hide the grouping button and label.
Christopher James Lahey
2001-08-11
1
-3
/
+7
*
Initialize ret_val. (do_drag_motion): Same.
Jeffrey Stedfast
2001-08-10
1
-2
/
+2
*
Make tree nodes open if you hover over them while drag & dropping.
Christopher James Lahey
2001-08-08
1
-0
/
+71
*
Added scrolling to access nodes that are scrolled off screen for drops.
Christopher James Lahey
2001-08-07
1
-21
/
+128
*
Implemented these functions.
Christopher James Lahey
2001-08-07
1
-6
/
+71
*
Change these to actually subtract the allocation as they should.
Christopher James Lahey
2001-08-04
1
-3
/
+6
*
Subtracted 27.
Christopher James Lahey
2001-08-04
1
-0
/
+3
*
Set et->priv to NULL here just to be sure.
Christopher James Lahey
2001-08-03
1
-0
/
+1
*
Made these functions return -1 if the x and y aren't over any cell at all.
Christopher James Lahey
2001-07-13
1
-0
/
+5
*
Ignore set_expanded if the node is the root and root_visible is FALSE.
Christopher James Lahey
2001-07-13
1
-4
/
+10
*
Created this function for key presses that move in some way other than
Christopher James Lahey
2001-07-11
1
-4
/
+4
*
Made the amount to scroll by smaller here.
Christopher James Lahey
2001-07-11
1
-2
/
+2
*
Use e_selection_model_do_something directly for page up and page down
Christopher James Lahey
2001-07-11
1
-32
/
+16
*
Added checks that row and col are >= 0.
Christopher James Lahey
2001-07-06
1
-0
/
+2
*
Handle an error in construction a little bit better here.
Christopher James Lahey
2001-07-05
1
-6
/
+16
*
send signals even if the row/col is -1. (et_drag_drop): same.
Chris Toshok
2001-06-29
1
-35
/
+30
*
Bump version number due to incompatible changes in ETree.
Peter Williams
2001-06-28
1
-28
/
+35
*
(Make the alternating row colors a option in ETableSpecification instead
Jason Leach
2001-04-29
1
-0
/
+4
*
Documented this function properly.
Christopher James Lahey
2001-04-24
1
-0
/
+32
*
Submit a signal even if there are no extras.
Christopher James Lahey
2001-04-20
1
-35
/
+123
*
Free some things that weren't getting freed.
Dan Winship
2001-04-19
1
-3
/
+7
*
Set the background color to the specified tooltip->background. Set the
Christopher James Lahey
2001-04-16
1
-0
/
+6
*
Return TRUE for left and right arrows.
Christopher James Lahey
2001-04-11
1
-0
/
+2
*
Added this function.
Christopher James Lahey
2001-04-04
1
-0
/
+1
*
Added e_tree_selection_model_select_single_path and made selection_start
Christopher James Lahey
2001-04-04
1
-0
/
+6
*
Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.
Kjartan Maraas
2001-04-04
1
-3
/
+5
*
Add argument to get the table adapter. (et_set_arg): Add arguments for
Richard Hult
2001-04-04
1
-0
/
+46
*
Fixed some bugs with the privitization of ETreeSelectionModel.
Christopher James Lahey
2001-04-01
1
-1
/
+1
*
Added e-tree-selection-model.c. (libetableinclude_HEADERS): Added
Christopher James Lahey
2001-04-01
1
-0
/
+24
*
Initialize all necessary fields here.
Christopher James Lahey
2001-04-01
1
-0
/
+18
*
Roll back another part of the change.
Christopher James Lahey
2001-04-01
1
-1
/
+5
*
Accidently committed this with using the tree selection model turned on.
Christopher James Lahey
2001-04-01
1
-15
/
+2
*
Include <gal/util/e-util.h> here.
Christopher James Lahey
2001-04-01
1
-315
/
+379
*
Made these use GTK_TYPE_GDK_EVENT whenever sending an event through the
Christopher James Lahey
2001-03-30
1
-4
/
+7
*
Changed the signal "table_selection_model" to just be "selection_model"
Christopher James Lahey
2001-03-30
1
-1
/
+1
*
Updated to set the width of the header canvas to be equal to the width of
Christopher James Lahey
2001-03-30
1
-15
/
+40
*
un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>
George Lebl
2001-03-26
1
-4
/
+4
*
ref the sort_info taken from the state object. Ditto. Fixes the last ETree
Dan Winship
2001-03-26
1
-0
/
+1
*
Added '=' and '-' as tree node expand and collapse
Christopher James Lahey
2001-03-25
1
-3
/
+11
*
Bumped the version number to 05.99.9.
Christopher James Lahey
2001-03-21
1
-3
/
+8
*
Deal with proxy_node_changed being called on a different root node than
Christopher James Lahey
2001-03-20
1
-0
/
+2004