/mail/avenger/

='main'>index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug #2901.Federico Mena Quintero2001-07-172-16/+10
* *** empty log message ***Jacob Berkman2001-07-163-21/+27
* Reset the view when we set the model here. Fixes Ximian #4105.Christopher James Lahey2001-07-161-0/+1
* Start editing immediately on a button_press that grabs the focus.Christopher James Lahey2001-07-151-27/+44
* 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-132-4/+13
* Created this function for key presses that move in some way other thanChristopher James Lahey2001-07-114-86/+88
* Made the amount to scroll by smaller here.Christopher James Lahey2001-07-112-4/+4
* Use e_selection_model_do_something directly for page up and page downChristopher James Lahey2001-07-112-64/+33
* For E_TEP_END_OF_BUFFER, use the length in bytes, not the length inFederico Mena Quintero2001-07-101-1/+1
* Changed the title of this dialog. Fixes bug #2656.Christopher James Lahey2001-07-091-1/+5
* Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-083-1/+24
* Added checks for if row is outside of the appropriate range.Christopher James Lahey2001-07-071-0/+4
* Set new_value = value here to fix a warning.Christopher James Lahey2001-07-071-0/+1
* Changed this to match the changed signal on the ETableConfig object. FixesChristopher James Lahey2001-07-071-1/+5
* Added a "state" argument to allow you to get the state out of the configChristopher James Lahey2001-07-071-1/+25
* Added checks that row and col are >= 0.Christopher James Lahey2001-07-061-0/+2
* Don't scroll to the cursor on grab, ungrab, noop, and copy commands.Christopher James Lahey2001-07-051-1/+6
* Call e_table_item_leave_edit here.Christopher James Lahey2001-07-051-0/+4
* Made it so that the drop marker can show up when dragging a new column toChristopher James Lahey2001-07-051-1/+1
* Bumped the version number of gal to 0.8.99.8.Christopher James Lahey2001-07-051-1/+1
* Changed the variable names here to make it clear that these are view modelChristopher James Lahey2001-07-052-21/+52
* Make a whole bunch of control keys not start the ETableItem editing.Christopher James Lahey2001-07-051-19/+43
* Make sure start_row and end_row are within the number of rows in theChristopher James Lahey2001-07-051-0/+8
* Handle an error in construction a little bit better here.Christopher James Lahey2001-07-051-6/+16
* If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7
* added functions to set a callback to get the current time, which is usedDamon Chaplin2001-07-037-50/+230
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Made the remove this column menu item greyed out if it's the last column.Christopher James Lahey2001-07-031-2/+4
* Don't send the double click signal if there's no row selected.Christopher James Lahey2001-07-031-3/+6
* *misc/e-filter-bar.c (option_changed): Specified a default size for theAnna Marie Dirks2001-07-032-3/+27
* Take a callback function and user_data so that we can add listeners toJeffrey Stedfast2001-07-033-3/+34
* Updated to build e-charset-picker.cJeffrey Stedfast2001-07-035-0/+515
* Calculate the popup position using window coordinates instead of worldRichard Hult2001-07-021-0/+9
* Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16
* send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-292-66/+56
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-284-34/+50
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2322-33/+33
* send the value to e_table_model_set_value_at as a string as inMikael Hallendal2001-06-20