aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
ModeNameSize
-rw-r--r--.cvsignore175logstatsplainblame
-rw-r--r--ChangeLog42298logstatsplainblame
-rw-r--r--GNOME_Evolution_Summary.oaf.in498logstatsplainblame
-rwxr-xr-xLocation-translation-script313logstatsplainblame
-rw-r--r--Locations87912logstatsplainblame
-rw-r--r--Locations.h43133logstatsplainblame
-rw-r--r--Makefile.am2792logstatsplainblame
-rw-r--r--component-factory.c4362logstatsplainblame
-rw-r--r--component-factory.h954logstatsplainblame
-rw-r--r--e-summary-calendar.c15049logstatsplainblame
-rw-r--r--e-summary-calendar.h1535logstatsplainblame
-rw-r--r--e-summary-factory.c4321logstatsplainblame
-rw-r--r--e-summary-factory.h1112logstatsplainblame
-rw-r--r--e-summary-mail.c16266logstatsplainblame
-rw-r--r--e-summary-mail.h1692logstatsplainblame
-rw-r--r--e-summary-offline-handler.c7878logstatsplainblame
-rw-r--r--e-summary-offline-handler.h2256logstatsplainblame
-rw-r--r--e-summary-preferences.c34918logstatsplainblame
-rw-r--r--e-summary-preferences.h1351logstatsplainblame
-rw-r--r--e-summary-rdf.c12500logstatsplainblame
-rw-r--r--e-summary-rdf.h1201logstatsplainblame
-rw-r--r--e-summary-table.c8761logstatsplainblame
-rw-r--r--e-summary-table.h2287logstatsplainblame
-rw-r--r--e-summary-tasks.c10169logstatsplainblame
-rw-r--r--e-summary-tasks.h1174logstatsplainblame
-rw-r--r--e-summary-type.h925logstatsplainblame
-rw-r--r--e-summary-weather.c19499logstatsplainblame
-rw-r--r--e-summary-weather.h3767logstatsplainblame
-rw-r--r--e-summary.c20636logstatsplainblame
-rw-r--r--e-summary.h4734logstatsplainblame
-rw-r--r--main.c2020logstatsplainblame
-rw-r--r--metar.c24020logstatsplainblame
-rw-r--r--metar.h1270logstatsplainblame
-rw-r--r--my-evolution-html.h2948logstatsplainblame
-rw-r--r--my-evolution.glade15516logstatsplainblame
-rw-r--r--weather.h1486logstatsplainblame
'>+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-201-2/+12 * copied the EMap widget verbatim from Ximian Setup Tools. Hmm. Maybe itDamon Chaplin2001-06-144-0/+1933 * Removed unused frame variable.Christopher James Lahey2001-06-091-2/+0 * Turned off alternating row colors in our ETable specification.Jon Trowbridge2001-06-093-13/+11 * we can ignore the border, as e-text takes care of that for usjacob berkman2001-06-072-24/+15 * Applied patch from Jacob Berkman to un-offset the completion popup and addJon Trowbridge2001-06-073-4/+148 * Oops. Forgot to remove some debugging code before committing.Jon Trowbridge2001-06-061-16/+0 * Small changes throughout to use ECompletionMatch.Jon Trowbridge2001-06-0610-143/+342 * Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-013-9/+28 * Removed unused variable.Federico Mena Quintero2001-06-013-2/+9 * set allow_newlines on the etext item to false, since we are like an entryjacob berkman2001-06-011-0/+1 * Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55 * Remove row row + i instead of row i. (et_table_rows_inserted): Insert rowChristopher James Lahey2001-05-261-2/+2 * Remove row i instead of row row. Destroy et->group when you get theChristopher James Lahey2001-05-261-4/+11 * #include <stdlib.h> #include <string.h>. Kill warnings.Kjartan Maraas2001-05-251-0/+1 * #include <string.h> Same here. Kills warnings on newer gcc.Kjartan Maraas2001-05-252-0/+2 * format similar to nautilusjacob berkman2001-05-25