805e75e7d9
add marshal building stuff, add e-util-marshal.c to SOURCES, and add
...
2002-11-02 Chris Toshok <toshok@ximian.com >
* Makefile.am: add marshal building stuff, add e-util-marshal.c to
SOURCES, and add e-util-marshal.list to EXTRA_DIST.
* e-util-marshal.list: add marshallers for e-util.
* e-list.c: convert to GObject.
* e-list.h: convert to GObject.
* e-iterator.c: convert to GObject.
* e-iterator.h: convert to GObject.
* e-list-iterator.c: convert to GObject.
* e-list-iterator.h: convert to GObject.
* .cvsignore: ignore e-util-marshal.[ch]
svn path=/trunk/; revision=18504
2002-11-03 05:46:46 +00:00
9c73777f22
First big sync of my GNOME 2 porting work (incomplete, and still
...
pretty broken).
Weeeeee!
svn path=/trunk/; revision=18503
2002-11-02 08:25:03 +00:00
91cc026904
Update the copyrights, replacing Helix Code with Ximian and
...
helixcode.com with ximian.com all over the place.
svn path=/trunk/; revision=10440
2001-06-23 08:52:02 +00:00
6d9167de80
Remove #include <glib.h> Shuffle some headers. Remove #include
...
2001-03-29 Kjartan Maraas <kmaraas@gnome.org >
* e-corba-utils.h: Remove #include <glib.h>
* e-dialog-widgets.c: Shuffle some headers.
* e-dialog-widgets.h: Remove #include <libgnomeui/gnome-propertybox.h>
* e-gtk-utils.c: #include <gtk/gtksignal.h>
* e-gtk-utils.h: Replace #include <gtk/gtk.h>
* e-gui-utils.c: Replace #include <gnome.h>
* e-html-utils.c: Shuffle headers.
* e-iterator.c: Replace #include <gtk/gtk.h>
* e-iterator.h: Replace #include <gtk/gtk.h>
* e-list-iterator.c: Remove #include <gtk/gtk.h>
* e-list-iterator.h: Replace #include <gtk/gtk.h>
* e-list.c: Remove #include <gtk/gtk.h>
* e-list.h: Replace #include <gtk/gtk.h>
* e-memory.c: #include <string.h> and <stdlib.h>
* e-msgport.c: Move around some includes. s/%d/%ld/g in a printf()
call to fix a warning.
* e-pilot-map.c: #include <string.h>. Replace #include <gnome.h>
* e-pilot-util.c: Remove #include <gnome.h>
* e-sexp.c: Remove #include <glib.h>
* e-sexp.h: Replace #include <gtk/gtk.h>
* e-time-utils.c: #include <string.h>
* md5-utils.c: Shuffle headers.
* test-ename-western-gtk.c: Replace #include <gnome.h>
* test-ename-western.c: Same here.
svn path=/trunk/; revision=9016
2001-03-29 18:07:13 +00:00
f0c10e106c
Added last and insert functions.
...
2000-07-07 Christopher James Lahey <clahey@helixcode.com >
* e-iterator.c, e-iterator.h, e-list-iterator.c,
e-list-iterator.h: Added last and insert functions.
svn path=/trunk/; revision=3946
2000-07-07 16:13:17 +00:00
40e24cdab6
New list class with iterators.
...
2000-07-03 Christopher James Lahey <clahey@helixcode.com >
* e-iterator.c, e-iterator.h, e-list-iterator.c,
e-list-iterator.h, e-list.c, e-list.h: New list class with
iterators.
* e-canvas.c: Made it so that you don't get the same selection in
the selection list more than once.
svn path=/trunk/; revision=3871
2000-07-03 22:25:47 +00:00