aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary-util.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
| | | | | | helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
* Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.Kjartan Maraas2001-03-301-0/+1
| | | | | | | | | 2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * *.*: Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>. svn path=/trunk/; revision=9027
* Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, ↵Iain Holmes2001-02-151-2/+4
| | | | | | add a new method to the HTMLView so it can handle funny URIs. svn path=/trunk/; revision=8224
* Fixed NULL dereferenceIain Holmes2001-01-131-0/+3
| | | | svn path=/trunk/; revision=7455
* Rm the whole of the Executive Summary dir.Iain Holmes2000-12-141-0/+59
| | | | | | | Correctly display all the windows. Put an HTML explaination into the configure dialog. svn path=/trunk/; revision=6969
* Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast.Christopher James Lahey2000-12-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-12 Christopher James Lahey <clahey@helixcode.com> * component/e-summary-callbacks.c: Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast. (configure_summary): Added a cast. * component/e-summary-callbacks.h: Added #include "e-summary.h" * component/e-summary-url.c (e_summary_url_click): Removed an unused variable. * component/e-summary-util.c: Added #include <e-summary-util.h> * component/e-summary.c: Added #include <gtkhtml/htmlselection.h>. (e_summary_queue_rebuild): Added a cast. * component/main.c: Added #include <glade/glade.h>. * test-service/main.c: Changed some variable types to make casting easier. * test-service/rdf-summary.c: Changed some variable types to make casting easier. svn path=/trunk/; revision=6953
* Memory leaks-- Default HTML prettiness++Iain Holmes2000-12-121-0/+2
| | | | | | | Memory leaks-- Default HTML prettiness++ svn path=/trunk/; revision=6911
* Added some functionality to the Executive SummaryIain Holmes2000-10-271-0/+63
Doesn't return to the top when refreshed Can execute programs when the user clicks on exec:// URLs and can compose an email when mailto:'s are clicked. svn path=/trunk/; revision=6205