platform/upstream/efl.git
21 years agoMoved the text_class into the description's text section.
rbdpngn [Fri, 31 Oct 2003 05:07:39 +0000 (05:07 +0000)]
Moved the text_class into the description's text section.

SVN revision: 7773

21 years agoSpelling cleanup, though it feels kinda dirty "correcting spelling" on a word
rbdpngn [Thu, 30 Oct 2003 04:45:18 +0000 (04:45 +0000)]
Spelling cleanup, though it feels kinda dirty "correcting spelling" on a word
that doesn't exist.

SVN revision: 7767

21 years agocheck for iconv in libc, or libiconv...
Carsten Haitzler [Wed, 29 Oct 2003 13:22:06 +0000 (13:22 +0000)]
check for iconv in libc, or libiconv...

SVN revision: 7763

21 years agoSlight re-organization of color classes, now can be set per-description rather
rbdpngn [Wed, 29 Oct 2003 06:42:03 +0000 (06:42 +0000)]
Slight re-organization of color classes, now can be set per-description rather
than per-part. This will probably break old edje's.

SVN revision: 7759

21 years agodont segv if font wasnt loaded and we query
Carsten Haitzler [Wed, 29 Oct 2003 00:22:46 +0000 (00:22 +0000)]
dont segv if font wasnt loaded and we query

SVN revision: 7756

21 years agooops.
Carsten Haitzler [Tue, 21 Oct 2003 04:17:26 +0000 (04:17 +0000)]
oops.

SVN revision: 7682

21 years agooops. update.
Carsten Haitzler [Mon, 20 Oct 2003 07:10:07 +0000 (07:10 +0000)]
oops. update.

SVN revision: 7675

21 years agoload error fetching
Carsten Haitzler [Mon, 20 Oct 2003 06:10:09 +0000 (06:10 +0000)]
load error fetching

SVN revision: 7674

21 years agoremove lots of warnings
Carsten Haitzler [Sun, 19 Oct 2003 02:11:06 +0000 (02:11 +0000)]
remove lots of warnings

SVN revision: 7662

21 years agomatch changes made to evas.
Carsten Haitzler [Sat, 18 Oct 2003 03:34:54 +0000 (03:34 +0000)]
match changes made to evas.

SVN revision: 7645

21 years agomove co-ordinates to be their own type. this is a good thing, because ti
Carsten Haitzler [Sat, 18 Oct 2003 03:34:00 +0000 (03:34 +0000)]
move co-ordinates to be their own type. this is a good thing, because ti
allows me to be able to virtualize he canvas co-ordinate system. right now
it's doubles. i can now move to floats, int's etc. with a recompile (and well
recompile all depending apps too). it's still ACTUALLY doubles, just all
typedef'ed now. i've also changed booleans to actual boolean types (not an
int), all code will keep working - but i'd highly suggest moving your code to
use these types if interacting with evas.

SVN revision: 7644

21 years agoA simple program that lists collections in files, can take multiple files as
rbdpngn [Thu, 16 Oct 2003 07:02:31 +0000 (07:02 +0000)]
A simple program that lists collections in files, can take multiple files as
arguments and an optional -o <outfile>.

SVN revision: 7616

21 years agoACTUALLY you want this one... that fix would lead to a segv... :) i think
Carsten Haitzler [Wed, 15 Oct 2003 05:20:07 +0000 (05:20 +0000)]
ACTUALLY you want this one... that fix would lead to a segv... :) i think
this si what i originally intended but somehow just got wrong :(

SVN revision: 7604

21 years agoLittle critter in filter deletion
xcomputerman [Wed, 15 Oct 2003 05:12:39 +0000 (05:12 +0000)]
Little critter in filter deletion

SVN revision: 7603

21 years agodo autoconf options properly
Carsten Haitzler [Wed, 15 Oct 2003 04:20:38 +0000 (04:20 +0000)]
do autoconf options properly

SVN revision: 7602

21 years agoI knew I'd forget to disable that test before committing one of these times.
rbdpngn [Tue, 14 Oct 2003 21:59:38 +0000 (21:59 +0000)]
I knew I'd forget to disable that test before committing one of these times.

SVN revision: 7599

21 years agoSupport for setting the basic window types. Default to normal type on toplevel
rbdpngn [Tue, 14 Oct 2003 21:42:28 +0000 (21:42 +0000)]
Support for setting the basic window types. Default to normal type on toplevel
windows.

SVN revision: 7598

21 years agoAdded setup for more netwm atoms, also API for working with the current desktop.
rbdpngn [Tue, 14 Oct 2003 19:11:35 +0000 (19:11 +0000)]
Added setup for more netwm atoms, also API for working with the current desktop.

SVN revision: 7597

21 years agoMissed assigning an event for client machine change. Also added support for
rbdpngn [Mon, 13 Oct 2003 17:36:09 +0000 (17:36 +0000)]
Missed assigning an event for client machine change. Also added support for
_NET_WM_PID.

SVN revision: 7564

21 years agoRmoeved API for changing the WM_CLIENT_MACHINE as this shouldn't change after
rbdpngn [Mon, 13 Oct 2003 16:28:30 +0000 (16:28 +0000)]
Rmoeved API for changing the WM_CLIENT_MACHINE as this shouldn't change after
window creation (afaik), easy enough to re-add it if a need is found.

SVN revision: 7563

21 years agoShould probably only set the WM_CLIENT_MACHINE automatically for top-level
rbdpngn [Mon, 13 Oct 2003 16:02:41 +0000 (16:02 +0000)]
Should probably only set the WM_CLIENT_MACHINE automatically for top-level
windows.

SVN revision: 7562

21 years agoWhoopsie, my mistake earlier ... was too eager to get to bed :)
jeoparde [Sun, 12 Oct 2003 22:39:12 +0000 (22:39 +0000)]
Whoopsie, my mistake earlier ... was too eager to get to bed :)
No, we won't just kill all clients, we'll kill all clients under the
specified root window.

SVN revision: 7558

21 years agoSet the default WM_CLIENT_MACHINE based on the results from gethostname, this
rbdpngn [Sun, 12 Oct 2003 17:55:28 +0000 (17:55 +0000)]
Set the default WM_CLIENT_MACHINE based on the results from gethostname, this
is the "right way" to determine it according to NetWM's example.

SVN revision: 7557

21 years agoAPI for manipulating the WM_CLIENT_MACHINE string.
rbdpngn [Sun, 12 Oct 2003 17:35:35 +0000 (17:35 +0000)]
API for manipulating the WM_CLIENT_MACHINE string.

SVN revision: 7556

21 years agoAnd doc.
jeoparde [Sun, 12 Oct 2003 07:15:26 +0000 (07:15 +0000)]
And doc.

SVN revision: 7553

21 years agoThe almighty nuke function. Use at your own risk! :)
jeoparde [Sun, 12 Oct 2003 07:12:09 +0000 (07:12 +0000)]
The almighty nuke function. Use at your own risk! :)

SVN revision: 7552

21 years agoMore NetWM support, this time added _NET_WM_VISIBLE_ICON_NAME.
rbdpngn [Sun, 12 Oct 2003 06:55:40 +0000 (06:55 +0000)]
More NetWM support, this time added _NET_WM_VISIBLE_ICON_NAME.

SVN revision: 7550

21 years agoSupport WM_ICON_NAME and _NET_WM_ICON_NAME. Added test cases to ecore_test to
rbdpngn [Sun, 12 Oct 2003 06:25:25 +0000 (06:25 +0000)]
Support WM_ICON_NAME and _NET_WM_ICON_NAME. Added test cases to ecore_test to
verify these are setting and retrieving the values as well as generating the
correct events.

SVN revision: 7549

21 years agoALSO report children than exited due to signals... and why...
Carsten Haitzler [Sun, 12 Oct 2003 05:48:34 +0000 (05:48 +0000)]
ALSO report children than exited due to signals... and why...

SVN revision: 7548

21 years agoFollow the netwm spec and use UTF8 string encoding. Avoid non-portable Xlib
rbdpngn [Sun, 12 Oct 2003 05:34:47 +0000 (05:34 +0000)]
Follow the netwm spec and use UTF8 string encoding. Avoid non-portable Xlib
functions too.

SVN revision: 7547

21 years agoCatch the event when _NET_WM_NAME is changed, trigger an ecore title change
rbdpngn [Sun, 12 Oct 2003 05:25:08 +0000 (05:25 +0000)]
Catch the event when _NET_WM_NAME is changed, trigger an ecore title change
event.

SVN revision: 7546

21 years agoProvide an API and events for _NET_WM_VISIBLE_NAME.
rbdpngn [Sun, 12 Oct 2003 05:01:41 +0000 (05:01 +0000)]
Provide an API and events for _NET_WM_VISIBLE_NAME.

SVN revision: 7545

21 years agoput patch into the correct cvs tree
Carsten Haitzler [Sun, 12 Oct 2003 02:49:52 +0000 (02:49 +0000)]
put patch into the correct cvs tree

SVN revision: 7544

21 years agoUse libtoolize over libtool for testing for the version.
rbdpngn [Sat, 11 Oct 2003 23:18:23 +0000 (23:18 +0000)]
Use libtoolize over libtool for testing for the version.

SVN revision: 7537

21 years agoAdded checks for the root window to the string property functions.
rbdpngn [Sat, 11 Oct 2003 22:15:44 +0000 (22:15 +0000)]
Added checks for the root window to the string property functions.

SVN revision: 7532

21 years agoInclude netinet/in.h for connections to be portable to BSD.
rbdpngn [Sat, 11 Oct 2003 22:14:22 +0000 (22:14 +0000)]
Include netinet/in.h for connections to be portable to BSD.
Added the atom declarations for the NetWM application window properties.
Created ecore_x_window_prop_string_{set,get}.
Changed ecore_x_window_prop_title_{set,get} to use the new string functions.

SVN revision: 7531

21 years agoupdate docs
Carsten Haitzler [Thu, 9 Oct 2003 09:11:38 +0000 (09:11 +0000)]
update docs

SVN revision: 7522

21 years agotext utility routines... iconv wrapper there :)
Carsten Haitzler [Thu, 9 Oct 2003 07:49:59 +0000 (07:49 +0000)]
text utility routines... iconv wrapper there :)

SVN revision: 7521

21 years agoget rid of useless shm check.... and other things (cant remember)
Carsten Haitzler [Thu, 9 Oct 2003 03:05:17 +0000 (03:05 +0000)]
get rid of useless shm check.... and other things (cant remember)

SVN revision: 7519

21 years ago1. fix docs for event handlers. oops. that was wrong
Carsten Haitzler [Thu, 9 Oct 2003 02:20:37 +0000 (02:20 +0000)]
1. fix docs for event handlers. oops. that was wrong
2. default op for exit event is to quit the main loop if u dont set handlers

SVN revision: 7518

21 years agoPatch from Tilman Sauerbeck to set the borderless hint w/o altering the window
rbdpngn [Wed, 8 Oct 2003 20:33:30 +0000 (20:33 +0000)]
Patch from Tilman Sauerbeck to set the borderless hint w/o altering the window
functionality. This was causing borderless windows to be unmovable under some
window managers.

SVN revision: 7516

21 years agoraster: please advise which semantics we'll stick with.
azundris [Wed, 8 Oct 2003 15:04:54 +0000 (15:04 +0000)]
raster: please advise which semantics we'll stick with.

SVN revision: 7515

21 years agoinclude netinet/in.h so that INADDR_ANY is #defined on FreeBSD
vacuum [Mon, 6 Oct 2003 15:36:19 +0000 (15:36 +0000)]
include netinet/in.h so that INADDR_ANY is #defined on FreeBSD

SVN revision: 7506

21 years agocmake instead of make, autogen instead of configure
atmosphere [Fri, 3 Oct 2003 22:29:49 +0000 (22:29 +0000)]
cmake instead of make, autogen instead of configure

SVN revision: 7501

21 years agoI don't think everyone has cmake, if this is a bad idea, feel free to
atmosphere [Fri, 3 Oct 2003 22:27:51 +0000 (22:27 +0000)]
I don't think everyone has cmake, if this is a bad idea, feel free to
revert.

SVN revision: 7500

21 years agoedje_object_file_set() now returns 1 on success and 0 on failure.
rephorm [Mon, 29 Sep 2003 20:43:37 +0000 (20:43 +0000)]
edje_object_file_set() now returns 1 on success and 0 on failure.

SVN revision: 7493

21 years agoJust to make efence happy, use free instead of realloc on a cache size of 0.
rbdpngn [Wed, 24 Sep 2003 07:08:57 +0000 (07:08 +0000)]
Just to make efence happy, use free instead of realloc on a cache size of 0.

SVN revision: 7478

21 years agoupdate docs...
Carsten Haitzler [Wed, 24 Sep 2003 02:49:39 +0000 (02:49 +0000)]
update docs...

SVN revision: 7477

21 years agotill's patch! pants!
Carsten Haitzler [Tue, 23 Sep 2003 22:33:10 +0000 (22:33 +0000)]
till's patch! pants!

SVN revision: 7476

21 years agodamn you salizar! damn you!
Carsten Haitzler [Tue, 23 Sep 2003 08:09:32 +0000 (08:09 +0000)]
damn you salizar! damn you!
errr. i mean. ecore moves to HEAD!

SVN revision: 7475

21 years agoDELETED!
Carsten Haitzler [Tue, 23 Sep 2003 07:54:34 +0000 (07:54 +0000)]
DELETED!

SVN revision: 7474

21 years agocompielr prefes this
Carsten Haitzler [Sat, 20 Sep 2003 04:48:19 +0000 (04:48 +0000)]
compielr prefes this

SVN revision: 7469

21 years agowell cpu detection was fucked up.. fixed now! :)
Carsten Haitzler [Sat, 20 Sep 2003 04:42:45 +0000 (04:42 +0000)]
well cpu detection was fucked up.. fixed now! :)

SVN revision: 7468

21 years agoclean...
Carsten Haitzler [Thu, 18 Sep 2003 00:43:02 +0000 (00:43 +0000)]
clean...

SVN revision: 7461

21 years agooops - swallow went bad.
Carsten Haitzler [Fri, 12 Sep 2003 08:09:47 +0000 (08:09 +0000)]
oops - swallow went bad.
fix edje drag

SVN revision: 7444

21 years agodotn segv/
Carsten Haitzler [Fri, 12 Sep 2003 04:15:20 +0000 (04:15 +0000)]
dotn segv/

SVN revision: 7443

21 years agoclean
Carsten Haitzler [Thu, 11 Sep 2003 02:30:34 +0000 (02:30 +0000)]
clean

SVN revision: 7440

21 years agoimprove optimal nature of code.. get some more speed....
Carsten Haitzler [Wed, 10 Sep 2003 14:33:39 +0000 (14:33 +0000)]
improve optimal nature of code.. get some more speed....

SVN revision: 7438

21 years ago1. mmx2 pixel copy and cleanup of pixel copy routines
Carsten Haitzler [Wed, 10 Sep 2003 08:52:18 +0000 (08:52 +0000)]
1. mmx2 pixel copy and cleanup of pixel copy routines
2. gl engine cleanups. working on it.

SVN revision: 7436

21 years agoadded geometry flags
Carsten Haitzler [Tue, 9 Sep 2003 07:22:54 +0000 (07:22 +0000)]
added geometry flags

SVN revision: 7433

21 years agoopen gl is fulyl functional now - it coudl defnitely do with optimizations
Carsten Haitzler [Tue, 9 Sep 2003 05:51:03 +0000 (05:51 +0000)]
open gl is fulyl functional now - it coudl defnitely do with optimizations
with texture upload. it does NOt check error returns anywhere from gl... this
may mean issues with LOTs of images, LARGE images etc. need to fix that later

SVN revision: 7432

21 years agosplit gl common routines up into seperate files. still have BIG problems with
Carsten Haitzler [Sun, 7 Sep 2003 11:24:48 +0000 (11:24 +0000)]
split gl common routines up into seperate files. still have BIG problems with
speed of texture uploads. anyone want to help? i've tried many things... and
nothing semms to work. this is a major bottlneck for evas gl engine
performance (apart from text - which is simply a matter of finishing off
properly)

SVN revision: 7428

21 years agosetting extern min/max size overrides min/max sizes implied by objects
Carsten Haitzler [Sun, 7 Sep 2003 05:16:08 +0000 (05:16 +0000)]
setting extern min/max size overrides min/max sizes implied by objects

SVN revision: 7427

21 years agoVersion mismatch reported by Mike Frysinger
atmosphere [Sun, 7 Sep 2003 03:35:08 +0000 (03:35 +0000)]
Version mismatch reported by Mike Frysinger

SVN revision: 7425

21 years agopthread too
Carsten Haitzler [Fri, 5 Sep 2003 07:47:19 +0000 (07:47 +0000)]
pthread too

SVN revision: 7417

21 years agosafety thing... :)
Carsten Haitzler [Fri, 5 Sep 2003 07:17:54 +0000 (07:17 +0000)]
safety thing... :)

SVN revision: 7416

21 years agoquery extensions now... properly... :)
Carsten Haitzler [Fri, 5 Sep 2003 06:52:43 +0000 (06:52 +0000)]
query extensions now... properly... :)

SVN revision: 7415

21 years agoand lets not keep nvidia extensions in code...
Carsten Haitzler [Fri, 5 Sep 2003 05:43:07 +0000 (05:43 +0000)]
and lets not keep nvidia extensions in code...

SVN revision: 7414

21 years agodebugging, printfs, turn text off for now, etc.
Carsten Haitzler [Fri, 5 Sep 2003 05:37:14 +0000 (05:37 +0000)]
debugging, printfs, turn text off for now, etc.

SVN revision: 7413

21 years agoAdded check so that -mcpu=pentiumpro isn't added to the CFLAGS by debian/rules
swielinga [Thu, 4 Sep 2003 20:01:38 +0000 (20:01 +0000)]
Added check so that -mcpu=pentiumpro isn't added to the CFLAGS by debian/rules
if -march is already given.

SVN revision: 7411

21 years agoUpdated debian packaging for old ecore version.
swielinga [Thu, 4 Sep 2003 19:36:03 +0000 (19:36 +0000)]
Updated debian packaging for old ecore version.

SVN revision: 7410

21 years agoGL engine goes in... its not 100% complete. fonts are sub-optimal. i quickly
Carsten Haitzler [Thu, 4 Sep 2003 07:40:34 +0000 (07:40 +0000)]
GL engine goes in... its not 100% complete. fonts are sub-optimal. i quickly
hooked them in to work at all...

SVN revision: 7408

21 years agodragables are about complete now.. with new actions, page and step values....
Carsten Haitzler [Mon, 1 Sep 2003 02:53:08 +0000 (02:53 +0000)]
dragables are about complete now.. with new actions, page and step values....
all happy & smelly.

SVN revision: 7395

21 years agoedje_cc now supports cpp, if you have it installed, so you can #include,
Carsten Haitzler [Fri, 29 Aug 2003 08:34:53 +0000 (08:34 +0000)]
edje_cc now supports cpp, if you have it installed, so you can #include,
#define etc. now in your .edc files.... much friendlier :)

SVN revision: 7390

21 years agoUpdated most of the debian packaging. Everything I have missed is out of date,
swielinga [Tue, 26 Aug 2003 13:59:06 +0000 (13:59 +0000)]
Updated most of the debian packaging. Everything I have missed is out of date,
not important or not working.

SVN revision: 7380

21 years agono more MEH!
Carsten Haitzler [Tue, 26 Aug 2003 04:15:07 +0000 (04:15 +0000)]
no more MEH!

SVN revision: 7378

21 years agoand remove printf's
Carsten Haitzler [Tue, 26 Aug 2003 00:18:53 +0000 (00:18 +0000)]
and remove printf's

SVN revision: 7376

21 years agoIMMENSELY evil!
Carsten Haitzler [Tue, 26 Aug 2003 00:16:49 +0000 (00:16 +0000)]
IMMENSELY evil!
akuma no code desu!

there are a LOT of paths that lead to calling external callbacks froma
pgoram thaty will invalidate the loop or code just after that call-
causing... segv's and all sort sof fun goodies. i've blocks/locks off a lot
of them... i hope i haven't missed any - but it's likely. tread carefully
within callbacks!

SVN revision: 7375

21 years agoBig overhaul of a lot of the debian packages
swielinga [Thu, 21 Aug 2003 16:21:11 +0000 (16:21 +0000)]
Big overhaul of a lot of the debian packages

SVN revision: 7360

21 years agothe basics of dragables work. signals are generated properly. there's calls
Carsten Haitzler [Fri, 15 Aug 2003 13:35:25 +0000 (13:35 +0000)]
the basics of dragables work. signals are generated properly. there's calls
to set/get dragable size relative to its confie and is value relative to its
cofine, query what directiosn a dragable can be dragged. you shoudl be able
to do scrollbars - except scroll arrows internally in edje making the
scrollbar move.

SVN revision: 7324

21 years agoclip to swallower's clipper
Carsten Haitzler [Thu, 14 Aug 2003 08:19:42 +0000 (08:19 +0000)]
clip to swallower's clipper
mih not 2 minw's

SVN revision: 7318

21 years agofix parser... :)
Carsten Haitzler [Thu, 14 Aug 2003 04:45:31 +0000 (04:45 +0000)]
fix parser... :)

SVN revision: 7317

21 years agoand an example in the test.edc
Carsten Haitzler [Thu, 14 Aug 2003 03:24:41 +0000 (03:24 +0000)]
and an example in the test.edc

this WILL mean u have to rebuild your .eet's with edje_cc if you use this
change... sorry - minor breakage.

SVN revision: 7316

21 years agoseparate x & y relative "to" params. the old .edc format is still supported
Carsten Haitzler [Thu, 14 Aug 2003 03:22:38 +0000 (03:22 +0000)]
separate x & y relative "to" params. the old .edc format is still supported
where "to" implies both x & y. to_x == only in x dir, to_y == only in y dir :)

SVN revision: 7315

21 years agomake ending programs safe while iterating
Carsten Haitzler [Wed, 13 Aug 2003 11:03:20 +0000 (11:03 +0000)]
make ending programs safe while iterating

SVN revision: 7314

21 years agofix segv on del! :)
Carsten Haitzler [Sat, 9 Aug 2003 03:32:21 +0000 (03:32 +0000)]
fix segv on del! :)

SVN revision: 7305

21 years agooops. that was a fuckup! :)
Carsten Haitzler [Fri, 8 Aug 2003 08:14:35 +0000 (08:14 +0000)]
oops. that was a fuckup! :)

SVN revision: 7300

21 years agoand allow sinstantaneous programs to have afters too...
Carsten Haitzler [Fri, 8 Aug 2003 07:45:39 +0000 (07:45 +0000)]
and allow sinstantaneous programs to have afters too...

SVN revision: 7299

21 years agodang! crap. that was silly nwo wasn't it! FIX!
Carsten Haitzler [Thu, 7 Aug 2003 23:34:54 +0000 (23:34 +0000)]
dang! crap. that was silly nwo wasn't it! FIX!

SVN revision: 7297

21 years agooptional output file spec
Carsten Haitzler [Wed, 6 Aug 2003 01:29:12 +0000 (01:29 +0000)]
optional output file spec

SVN revision: 7293

21 years agocleanup printf's
Carsten Haitzler [Tue, 5 Aug 2003 22:56:29 +0000 (22:56 +0000)]
cleanup printf's

SVN revision: 7292

21 years agoyou can add arbitary key/value pair strings to either 1 the edje file .eet as
Carsten Haitzler [Tue, 5 Aug 2003 14:33:35 +0000 (14:33 +0000)]
you can add arbitary key/value pair strings to either 1 the edje file .eet as
a whole and/or to each collection in the edje .eet file (different
namespoaces with each collection having its own namespace) :) this shoudl
make Rbdpngn happy :)

SVN revision: 7288

21 years agorespect minw/h on load of edje file...
Carsten Haitzler [Tue, 5 Aug 2003 13:38:44 +0000 (13:38 +0000)]
respect minw/h on load of edje file...

SVN revision: 7287

21 years agofix after programs to work p[roperly with delayed actions
Carsten Haitzler [Tue, 5 Aug 2003 11:51:28 +0000 (11:51 +0000)]
fix after programs to work p[roperly with delayed actions

SVN revision: 7286

21 years agomore data
Carsten Haitzler [Tue, 5 Aug 2003 06:45:49 +0000 (06:45 +0000)]
more data

SVN revision: 7285

21 years agostop pending proggies
Carsten Haitzler [Tue, 5 Aug 2003 03:15:12 +0000 (03:15 +0000)]
stop pending proggies

SVN revision: 7283

21 years agomemory corruption.. well just not cleaning up things in the cache hash... fix
Carsten Haitzler [Sun, 3 Aug 2003 07:00:03 +0000 (07:00 +0000)]
memory corruption.. well just not cleaning up things in the cache hash... fix
fix... :)

SVN revision: 7273

21 years agopre11
Carsten Haitzler [Thu, 31 Jul 2003 05:23:27 +0000 (05:23 +0000)]
pre11

SVN revision: 7267

21 years agofix 1 memleak...
Carsten Haitzler [Wed, 30 Jul 2003 02:58:22 +0000 (02:58 +0000)]
fix 1 memleak...

SVN revision: 7264

21 years agooops. on evas_free nested smart objects might just not clean up right.. fix
Carsten Haitzler [Wed, 30 Jul 2003 02:58:10 +0000 (02:58 +0000)]
oops. on evas_free nested smart objects might just not clean up right.. fix

SVN revision: 7263