platform/upstream/efl.git
18 years agoDocument that \n is the other white space.
David Walter Seikel [Sun, 24 Sep 2006 19:27:20 +0000 (19:27 +0000)]
Document that \n is the other white space.

SVN revision: 26110

18 years ago*Not all white space is treated the same here, so using isspace is not
David Walter Seikel [Sun, 24 Sep 2006 16:37:43 +0000 (16:37 +0000)]
*Not all white space is treated the same here, so using isspace is not
correct.  In this case, use of isspace causes bugs where only the
initial word of names is used, exe parameters are stripped, etc.

*The exe params should be strdup'ed just like all the others.  This one
is my fault.

SVN revision: 26108

18 years agoOnly delete these paths on shutdown.
sebastid [Sun, 24 Sep 2006 14:29:15 +0000 (14:29 +0000)]
Only delete these paths on shutdown.

SVN revision: 26104

18 years agoRemove unused variables.
sebastid [Sun, 24 Sep 2006 13:32:25 +0000 (13:32 +0000)]
Remove unused variables.

SVN revision: 26101

18 years agoFix more typo.
sebastid [Sun, 24 Sep 2006 13:31:19 +0000 (13:31 +0000)]
Fix more typo.

SVN revision: 26100

18 years agofix pixel buffer overflow on loading corrupt/malformed/bad xpm's
Carsten Haitzler [Sun, 24 Sep 2006 13:28:01 +0000 (13:28 +0000)]
fix pixel buffer overflow on loading corrupt/malformed/bad xpm's

SVN revision: 26098

18 years agoFix typo.
sebastid [Sun, 24 Sep 2006 13:24:28 +0000 (13:24 +0000)]
Fix typo.

SVN revision: 26097

18 years agocleanups of xpm loader - possibly mem overruns fixed.
Carsten Haitzler [Sun, 24 Sep 2006 13:03:39 +0000 (13:03 +0000)]
cleanups of xpm loader - possibly mem overruns fixed.

SVN revision: 26096

18 years agoWhat to do?
sebastid [Sun, 24 Sep 2006 12:55:44 +0000 (12:55 +0000)]
What to do?

SVN revision: 26095

18 years agoFree paths.
sebastid [Sun, 24 Sep 2006 12:51:22 +0000 (12:51 +0000)]
Free paths.

SVN revision: 26093

18 years agoFIXME++
sebastid [Sun, 24 Sep 2006 12:27:15 +0000 (12:27 +0000)]
FIXME++

SVN revision: 26092

18 years agoFix mem leaks.
sebastid [Sun, 24 Sep 2006 12:26:09 +0000 (12:26 +0000)]
Fix mem leaks.
Is Ecore_Desktop_Tree buffers needed?

SVN revision: 26091

18 years agoPlug memleak.
sebastid [Sun, 24 Sep 2006 12:21:44 +0000 (12:21 +0000)]
Plug memleak.

SVN revision: 26090

18 years ago*** empty log message ***
sebastid [Sun, 24 Sep 2006 11:17:03 +0000 (11:17 +0000)]
*** empty log message ***

SVN revision: 26089

18 years agoFix mem leaks.
sebastid [Sun, 24 Sep 2006 09:28:21 +0000 (09:28 +0000)]
Fix mem leaks.

SVN revision: 26088

18 years agoRemove double declarations.
sebastid [Sun, 24 Sep 2006 08:16:02 +0000 (08:16 +0000)]
Remove double declarations.
No need to typedef to void.

SVN revision: 26086

18 years agoThis event is from ecore_con
sebastid [Sun, 24 Sep 2006 08:06:57 +0000 (08:06 +0000)]
This event is from ecore_con

SVN revision: 26085

18 years agocleaner handling of optional features
rephorm [Sun, 24 Sep 2006 07:53:47 +0000 (07:53 +0000)]
cleaner handling of optional features

SVN revision: 26084

18 years agodon't include ifdefs in the main header
rephorm [Sun, 24 Sep 2006 07:35:50 +0000 (07:35 +0000)]
don't include ifdefs in the main header

SVN revision: 26083

18 years agomissed a few files
rephorm [Sun, 24 Sep 2006 07:28:07 +0000 (07:28 +0000)]
missed a few files

SVN revision: 26082

18 years agoAdd abstract socket namespace support to ecore_con.
rephorm [Sun, 24 Sep 2006 07:24:52 +0000 (07:24 +0000)]
Add abstract socket namespace support to ecore_con.
Lots of work on ecore_dbus
Hilights:
  - get the socket address for system/session/startup busses from the environment
  - can request/release a bus name
  - receive method calls (we need to add a way to register callbacks for specific methods)
  - send signals and method replies (untested)

*** API BREAKAGE ***
ecore_dbus_message_new_method_call() - the 'destination' param has moved to after the 'method' param to keep things consistent with newly supported message types and the param ordering in the spec.

SVN revision: 26081

18 years ago- fix warning
Dan Sinclair [Sat, 23 Sep 2006 20:45:06 +0000 (20:45 +0000)]
- fix warning

SVN revision: 26075

18 years agoinitialize memory.
sebastid [Sat, 23 Sep 2006 11:23:43 +0000 (11:23 +0000)]
initialize memory.

SVN revision: 26065

18 years agoFree temporary directory.
sebastid [Sat, 23 Sep 2006 11:21:29 +0000 (11:21 +0000)]
Free temporary directory.
_ecore_desktop_icon_theme_destroy free's base struct, so must be at end.

SVN revision: 26064

18 years agoinit result
sebastid [Sat, 23 Sep 2006 11:16:48 +0000 (11:16 +0000)]
init result

SVN revision: 26063

18 years agofree result on error.
sebastid [Sat, 23 Sep 2006 11:12:39 +0000 (11:12 +0000)]
free result on error.
set group to NULL, since it references data.

SVN revision: 26062

18 years agoset data to NULL after deleting hash.
sebastid [Sat, 23 Sep 2006 11:08:06 +0000 (11:08 +0000)]
set data to NULL after deleting hash.

SVN revision: 26060

18 years agoNo const modifier on memory which should be freed.
sebastid [Sat, 23 Sep 2006 10:53:50 +0000 (10:53 +0000)]
No const modifier on memory which should be freed.

SVN revision: 26059

18 years agoOnly fetch data if data is empty.
sebastid [Sat, 23 Sep 2006 10:47:15 +0000 (10:47 +0000)]
Only fetch data if data is empty.

SVN revision: 26058

18 years agofree closest.
sebastid [Sat, 23 Sep 2006 10:34:23 +0000 (10:34 +0000)]
free closest.

SVN revision: 26057

18 years agoCheck for null before parsing begins.
sebastid [Sat, 23 Sep 2006 10:01:17 +0000 (10:01 +0000)]
Check for null before parsing begins.

SVN revision: 26055

18 years agoprintf--
sebastid [Sat, 23 Sep 2006 09:59:42 +0000 (09:59 +0000)]
printf--

SVN revision: 26054

18 years agoFix split path.
sebastid [Sat, 23 Sep 2006 09:59:19 +0000 (09:59 +0000)]
Fix split path.

SVN revision: 26053

18 years agovalue is already checked.
sebastid [Sat, 23 Sep 2006 09:37:59 +0000 (09:37 +0000)]
value is already checked.

SVN revision: 26052

18 years agoBail early on error.
sebastid [Sat, 23 Sep 2006 09:36:59 +0000 (09:36 +0000)]
Bail early on error.
Fix nested if.

SVN revision: 26051

18 years agoNo need to create the list here, it is never used and will leak.
sebastid [Sat, 23 Sep 2006 09:33:34 +0000 (09:33 +0000)]
No need to create the list here, it is never used and will leak.

SVN revision: 26050

18 years agoAdd vim header.
sebastid [Sat, 23 Sep 2006 09:32:27 +0000 (09:32 +0000)]
Add vim header.
Bail early on error.
Strip all trailing slashes.

SVN revision: 26049

18 years agoBail early on error.
sebastid [Sat, 23 Sep 2006 09:07:35 +0000 (09:07 +0000)]
Bail early on error.

SVN revision: 26048

18 years agovariable is only used in this function.
sebastid [Sat, 23 Sep 2006 08:49:31 +0000 (08:49 +0000)]
variable is only used in this function.

SVN revision: 26047

18 years agoBail early on error.
sebastid [Sat, 23 Sep 2006 08:48:49 +0000 (08:48 +0000)]
Bail early on error.
Jump out of search when found.

SVN revision: 26046

18 years agoNo need to use strlen twice.
sebastid [Sat, 23 Sep 2006 08:33:53 +0000 (08:33 +0000)]
No need to use strlen twice.

SVN revision: 26042

18 years agoBail early on error.
sebastid [Sat, 23 Sep 2006 08:29:46 +0000 (08:29 +0000)]
Bail early on error.

SVN revision: 26041

18 years agoFormatting.
sebastid [Sat, 23 Sep 2006 08:25:25 +0000 (08:25 +0000)]
Formatting.

SVN revision: 26040

18 years agoBail early on error
sebastid [Sat, 23 Sep 2006 08:23:29 +0000 (08:23 +0000)]
Bail early on error

SVN revision: 26039

18 years agoUse isspace() to check for whitespace.
sebastid [Sat, 23 Sep 2006 08:06:52 +0000 (08:06 +0000)]
Use isspace() to check for whitespace.
Add missing return statement.

SVN revision: 26038

18 years agoReturn immediatly on error.
sebastid [Sat, 23 Sep 2006 08:05:23 +0000 (08:05 +0000)]
Return immediatly on error.

SVN revision: 26037

18 years agoPart of a review of icon searching, to be completed on sunday.
David Walter Seikel [Fri, 22 Sep 2006 14:56:41 +0000 (14:56 +0000)]
Part of a review of icon searching, to be completed on sunday.

SVN revision: 26025

18 years agoInstrumentation so that we can test performance while of caching.
David Walter Seikel [Fri, 22 Sep 2006 10:11:32 +0000 (10:11 +0000)]
Instrumentation so that we can test performance while of caching.

SVN revision: 26022

18 years agoA few fixes for icon themes, including -
David Walter Seikel [Fri, 22 Sep 2006 07:51:32 +0000 (07:51 +0000)]
A few fixes for icon themes, including -

Icon theme inherits can have a list of parents, I don't recall seeing
that in the spec, but some of mine have that.

SVN revision: 26020

18 years ago*Use a hash cache of icon themes to speed things up.
David Walter Seikel [Fri, 22 Sep 2006 06:14:25 +0000 (06:14 +0000)]
*Use a hash cache of icon themes to speed things up.

*Formatting.

SVN revision: 26018

18 years agoFormatting.
David Walter Seikel [Fri, 22 Sep 2006 06:08:42 +0000 (06:08 +0000)]
Formatting.

SVN revision: 26017

18 years ago*Keep track of directories inside of themes.
David Walter Seikel [Fri, 22 Sep 2006 06:07:01 +0000 (06:07 +0000)]
*Keep track of directories inside of themes.

*Formatting.

SVN revision: 26016

18 years agobcond without svg
quan74 [Fri, 22 Sep 2006 03:47:58 +0000 (03:47 +0000)]
bcond without svg

SVN revision: 26013

18 years agoFrre up ram. Re organised a little to make freeing ram easier.
David Walter Seikel [Fri, 22 Sep 2006 03:38:11 +0000 (03:38 +0000)]
Frre up ram.  Re organised a little to make freeing ram easier.

SVN revision: 26012

18 years agosometimes... HOME is not set... believe it or not! :)
Carsten Haitzler [Thu, 21 Sep 2006 12:59:44 +0000 (12:59 +0000)]
sometimes... HOME is not set... believe it or not! :)

SVN revision: 25999

18 years agoprintf no longer needed.
David Walter Seikel [Thu, 21 Sep 2006 00:22:43 +0000 (00:22 +0000)]
printf no longer needed.

SVN revision: 25992

18 years agoprintf added so that we can sort out why it's crashing for Hawkwind.
David Walter Seikel [Thu, 21 Sep 2006 00:00:01 +0000 (00:00 +0000)]
printf added so that we can sort out why it's crashing for Hawkwind.

SVN revision: 25991

18 years agoadd eet_bench to debian package.
kaethorn [Wed, 20 Sep 2006 10:51:19 +0000 (10:51 +0000)]
add eet_bench to debian package.

SVN revision: 25984

18 years agoFree up all those nasty hashes.
David Walter Seikel [Tue, 19 Sep 2006 02:11:32 +0000 (02:11 +0000)]
Free up all those nasty hashes.

SVN revision: 25970

18 years agoavoid loading all loaders if file doesn't exist
Carsten Haitzler [Mon, 18 Sep 2006 14:51:48 +0000 (14:51 +0000)]
avoid loading all loaders if file doesn't exist

SVN revision: 25962

18 years agotune the unloads to be conservative but effective.
Carsten Haitzler [Mon, 18 Sep 2006 09:47:34 +0000 (09:47 +0000)]
tune the unloads to be conservative but effective.

SVN revision: 25955

18 years agoand i implemented module UNLOADING. given enough cycles of non-use of a
Carsten Haitzler [Mon, 18 Sep 2006 09:40:29 +0000 (09:40 +0000)]
and i implemented module UNLOADING. given enough cycles of non-use of a
module and no references, it will get.... UNLOADED :)

SVN revision: 25954

18 years agomake dist build again
quan74 [Sun, 17 Sep 2006 21:45:43 +0000 (21:45 +0000)]
make dist build again

SVN revision: 25939

18 years agoFix glibc invalid next size on free.
Christopher Michael [Sun, 17 Sep 2006 13:34:11 +0000 (13:34 +0000)]
Fix glibc invalid next size on free.

SVN revision: 25914

18 years agos/LIBCAIRO_SVG/LIBSVG_CAIRO/
Viktor Kojouharov [Sun, 17 Sep 2006 12:29:26 +0000 (12:29 +0000)]
s/LIBCAIRO_SVG/LIBSVG_CAIRO/

now, cairo headers will be included

SVN revision: 25909

18 years agoEverybody has converted their .eaps to .edjs using my script, haven't they?
David Walter Seikel [Sat, 16 Sep 2006 20:01:59 +0000 (20:01 +0000)]
Everybody has converted their .eaps to .edjs using my script, haven't they?

SVN revision: 25897

18 years agoported filter fixes from the xrender_x11 engine to the xrender_xcb engine
tilman [Sat, 16 Sep 2006 16:43:32 +0000 (16:43 +0000)]
ported filter fixes from the xrender_x11 engine to the xrender_xcb engine

SVN revision: 25891

18 years agoported the transformation matrix fixes from the xrender_x11 engine to the xrender_xcb...
tilman [Sat, 16 Sep 2006 16:32:22 +0000 (16:32 +0000)]
ported the transformation matrix fixes from the xrender_x11 engine to the xrender_xcb engine

SVN revision: 25890

18 years agoIgnore empty values, don't write them either.
David Walter Seikel [Sat, 16 Sep 2006 15:14:18 +0000 (15:14 +0000)]
Ignore empty values, don't write them either.

SVN revision: 25888

18 years agoxrender's filters also kick in if we don't specify a transformation matrix (that...
tilman [Sat, 16 Sep 2006 14:59:28 +0000 (14:59 +0000)]
xrender's filters also kick in if we don't specify a transformation matrix (that's _not_ a bug), so only specify a filter if we're scaling the image

SVN revision: 25887

18 years agofix mmap bug
Carsten Haitzler [Sat, 16 Sep 2006 05:57:36 +0000 (05:57 +0000)]
fix mmap bug

SVN revision: 25871

18 years agoSmall -> Pawn
rephorm [Fri, 15 Sep 2006 21:53:45 +0000 (21:53 +0000)]
Small -> Pawn
update to working links

SVN revision: 25864

18 years agoIf the caller wants fallback options, then it can implement it's own fallback options.
David Walter Seikel [Thu, 14 Sep 2006 12:44:35 +0000 (12:44 +0000)]
If the caller wants fallback options, then it can implement it's own fallback options.

SVN revision: 25829

18 years agoRequested by tilman.
Kim Woelders [Wed, 13 Sep 2006 17:45:12 +0000 (17:45 +0000)]
Requested by tilman.

SVN revision: 25818

18 years agoAdd the rest of the info from .eaps.
David Walter Seikel [Wed, 13 Sep 2006 13:51:39 +0000 (13:51 +0000)]
Add the rest of the info from .eaps.

SVN revision: 25815

18 years agomove the filter lookup to its own function - should make the code more readable and...
tilman [Wed, 13 Sep 2006 10:28:22 +0000 (10:28 +0000)]
move the filter lookup to its own function - should make the code more readable and makes it easier to play with the filter settings

SVN revision: 25813

18 years agoDon't free this here, it gets freed at shutdown with the cache.
David Walter Seikel [Wed, 13 Sep 2006 03:57:09 +0000 (03:57 +0000)]
Don't free this here, it gets freed at shutdown with the cache.

SVN revision: 25807

18 years agouse double precision for the greater good of humanity
tilman [Tue, 12 Sep 2006 10:33:28 +0000 (10:33 +0000)]
use double precision for the greater good of humanity

SVN revision: 25766

18 years agoavoid rounding errors when setting up the transformation matrix
tilman [Tue, 12 Sep 2006 10:30:12 +0000 (10:30 +0000)]
avoid rounding errors when setting up the transformation matrix

SVN revision: 25765

18 years agouse the proper macros for the picture filter names
tilman [Tue, 12 Sep 2006 10:06:45 +0000 (10:06 +0000)]
use the proper macros for the picture filter names

SVN revision: 25764

18 years agofree the event and don't use deprecated XCBSync function
doursse [Tue, 12 Sep 2006 07:48:44 +0000 (07:48 +0000)]
free the event and don't use deprecated XCBSync function

SVN revision: 25760

18 years agofree memory when we quit the tests. Free allocated string in the xcb apps
doursse [Tue, 12 Sep 2006 07:35:49 +0000 (07:35 +0000)]
free memory when we quit the tests. Free allocated string in the xcb apps

SVN revision: 25759

18 years ago#ifdef the 1 bit transform stuff.
Carsten Haitzler [Tue, 12 Sep 2006 00:03:53 +0000 (00:03 +0000)]
#ifdef the 1 bit transform stuff.

SVN revision: 25756

18 years agosvg fallback fixed
Carsten Haitzler [Mon, 11 Sep 2006 23:53:27 +0000 (23:53 +0000)]
svg fallback fixed

SVN revision: 25755

18 years agoExpand FDO command arguments and allow other argument parsing again.
David Walter Seikel [Mon, 11 Sep 2006 21:40:17 +0000 (21:40 +0000)]
Expand FDO command arguments and allow other argument parsing again.

SVN revision: 25754

18 years agomissed another case of identiy-transform setting
tilman [Mon, 11 Sep 2006 15:24:54 +0000 (15:24 +0000)]
missed another case of identiy-transform setting

SVN revision: 25734

18 years agodon't set the picture transform to the identity - that's a no-op
tilman [Mon, 11 Sep 2006 15:19:02 +0000 (15:19 +0000)]
don't set the picture transform to the identity - that's a no-op

SVN revision: 25731

18 years agoum, raster, you cannot chain == like that. gcc even told you ;)
tilman [Mon, 11 Sep 2006 14:53:19 +0000 (14:53 +0000)]
um, raster, you cannot chain == like that. gcc even told you ;)

SVN revision: 25728

18 years agocleaned up the transformation matrix code. use the proper x macro to convert a double...
tilman [Mon, 11 Sep 2006 14:42:39 +0000 (14:42 +0000)]
cleaned up the transformation matrix code. use the proper x macro to convert a double into a matrix component instead of hardcoding the bitshift. added init_transform() which will initialize a matrix to the identity transform.

SVN revision: 25726

18 years agoadd system icons dir for e, patches for evas.
Carsten Haitzler [Mon, 11 Sep 2006 09:36:32 +0000 (09:36 +0000)]
add system icons dir for e, patches for evas.

SVN revision: 25715

18 years agoremove duplicate cairo-svg check
Mike Frysinger [Mon, 11 Sep 2006 03:43:56 +0000 (03:43 +0000)]
remove duplicate cairo-svg check

SVN revision: 25707

18 years agofix double output for xpm
Mike Frysinger [Mon, 11 Sep 2006 03:39:10 +0000 (03:39 +0000)]
fix double output for xpm

SVN revision: 25706

18 years agodo not free buf if no available buf
doursse [Sun, 10 Sep 2006 16:06:51 +0000 (16:06 +0000)]
do not free buf if no available buf

SVN revision: 25694

18 years agotypo-- - it was in a #ifdef DEBUG... thank god :)
Carsten Haitzler [Sun, 10 Sep 2006 12:16:05 +0000 (12:16 +0000)]
typo-- - it was in a #ifdef DEBUG... thank god :)

SVN revision: 25690

18 years agook - the leak reports were disturbing me. fixed.
Carsten Haitzler [Sun, 10 Sep 2006 11:11:54 +0000 (11:11 +0000)]
ok - the leak reports were disturbing me. fixed.

SVN revision: 25689

18 years ago1. fn's with no params shoudl be (void) - fixed 1 file.
Carsten Haitzler [Sun, 10 Sep 2006 10:40:09 +0000 (10:40 +0000)]
1. fn's with no params shoudl be (void) - fixed 1 file.
2. might want to destroy temporary lists instead of leaking them.

SVN revision: 25688

18 years agomissing reply frees
doursse [Sun, 10 Sep 2006 09:35:24 +0000 (09:35 +0000)]
missing reply frees

SVN revision: 25685

18 years agoxrender too
Carsten Haitzler [Sun, 10 Sep 2006 00:24:57 +0000 (00:24 +0000)]
xrender too

SVN revision: 25669

18 years ago* evas_object_clip_unset(): set "cur.have_clipees" to 0 *after* having
moom [Sat, 9 Sep 2006 12:25:26 +0000 (12:25 +0000)]
* evas_object_clip_unset(): set "cur.have_clipees" to 0 *after* having
removed the object from the list of clipees (as it used to work
actually)

SVN revision: 25661

18 years agofix xrender xcb engine, add old stuff committed to the Xlib engines and not to the...
doursse [Sat, 9 Sep 2006 08:10:24 +0000 (08:10 +0000)]
fix xrender xcb engine, add old stuff committed to the Xlib engines and not to the XCB ones, replace deprecated XCBSync call by a call of GetInputFocus, fix some round trips but a complete review of the engines must be done to fix them all, first part of a cleanup, first part of XCB error management

SVN revision: 25657