platform/upstream/efl.git
14 years agoifdef++
Carsten Haitzler [Thu, 29 Oct 2009 11:54:47 +0000 (11:54 +0000)]
ifdef++

SVN revision: 43337

14 years agoclean up map - move to #included worker and add mmx - just copied from normal
Carsten Haitzler [Thu, 29 Oct 2009 06:52:51 +0000 (06:52 +0000)]
clean up map - move to #included worker and add mmx - just copied from normal
image scaler actually.

SVN revision: 43336

14 years agoAdd missing lib check for fnmatch.
Christopher Michael [Wed, 28 Oct 2009 13:04:09 +0000 (13:04 +0000)]
Add missing lib check for fnmatch.

SVN revision: 43328

14 years agoPatch configure.ac to check for fnmatch header.
Christopher Michael [Wed, 28 Oct 2009 13:00:59 +0000 (13:00 +0000)]
Patch configure.ac to check for fnmatch header.
Thanks Vincent :)

SVN revision: 43327

14 years agoPatch to allow a quieter eina when using eina_log in your own libs/apps.
Christopher Michael [Wed, 28 Oct 2009 12:48:04 +0000 (12:48 +0000)]
Patch to allow a quieter eina when using eina_log in your own libs/apps.
Approved by k-s.

Added some doxy to describe the new env variable.
(Eina authors may want to reword this...up to you)

SVN revision: 43326

14 years agothe start of other objects being able to map! text objects work.. tested.
Carsten Haitzler [Wed, 28 Oct 2009 08:59:01 +0000 (08:59 +0000)]
the start of other objects being able to map! text objects work.. tested.

SVN revision: 43323

14 years agoEcore_Getopt: Do not mark internal stuff as translatable.
Daniel Kolesa [Tue, 27 Oct 2009 18:36:54 +0000 (18:36 +0000)]
Ecore_Getopt: Do not mark internal stuff as translatable.

SVN revision: 43317

14 years agoGlobal update of Czech translations in SVN.
Daniel Kolesa [Tue, 27 Oct 2009 18:30:09 +0000 (18:30 +0000)]
Global update of Czech translations in SVN.

SVN revision: 43316

14 years agoEina: add eina_list_split_list()
Jonathan Atton [Tue, 27 Oct 2009 10:26:20 +0000 (10:26 +0000)]
Eina: add eina_list_split_list()

SVN revision: 43307

14 years agoand bring external back now that the file was added
Iván Briano [Tue, 27 Oct 2009 01:08:19 +0000 (01:08 +0000)]
and bring external back now that the file was added

SVN revision: 43306

14 years agoThey say missing files need to be added, they don't respawn like things in Quake
Iván Briano [Tue, 27 Oct 2009 00:55:51 +0000 (00:55 +0000)]
They say missing files need to be added, they don't respawn like things in Quake

SVN revision: 43305

14 years agoREVERT! broke edje.
Carsten Haitzler [Tue, 27 Oct 2009 00:27:50 +0000 (00:27 +0000)]
REVERT! broke edje.

try again and dont forget to add edje_external.c! (and any others needing
adding)

SVN revision: 43304

14 years agoExternal objects support by Brian 'rephorm' Mattern
Iván Briano [Mon, 26 Oct 2009 21:33:56 +0000 (21:33 +0000)]
External objects support by Brian 'rephorm' Mattern

Since we are on a freeze, the patch goes on updated to current svn, but without changing its API. After the freeze some things will be added, and some will change :)

SVN revision: 43302

14 years agoEdje_Edit is too noisy.
Iván Briano [Mon, 26 Oct 2009 21:28:39 +0000 (21:28 +0000)]
Edje_Edit is too noisy.
Comment out some printf's. Needs moving to eina_log, but no time for
that now.

SVN revision: 43301

14 years agofix typo in previous change -- EVAS_DEFAULT_LOG_COLOR, not EVAS_DEFAULT_COLOR
Mike Frysinger [Mon, 26 Oct 2009 20:42:24 +0000 (20:42 +0000)]
fix typo in previous change -- EVAS_DEFAULT_LOG_COLOR, not EVAS_DEFAULT_COLOR

SVN revision: 43300

14 years agofill in last fixme on rendering code and make it better written by moving
Carsten Haitzler [Mon, 26 Oct 2009 14:06:21 +0000 (14:06 +0000)]
fill in last fixme on rendering code and make it better written by moving
comon code blobs to functions.

SVN revision: 43298

14 years agofix evas_object_event_callback_del_full()
Jonathan Atton [Mon, 26 Oct 2009 09:29:55 +0000 (09:29 +0000)]
fix evas_object_event_callback_del_full()

SVN revision: 43295

14 years agoprovide fast-path for re-swallow
Carsten Haitzler [Mon, 26 Oct 2009 08:26:10 +0000 (08:26 +0000)]
provide fast-path for re-swallow

SVN revision: 43292

14 years agochange to del fulls just to be consistent
Carsten Haitzler [Mon, 26 Oct 2009 07:28:51 +0000 (07:28 +0000)]
change to del fulls just to be consistent

SVN revision: 43291

14 years agofd_set is also in sys/select.h on OpenBSD
Vincent Torri [Sun, 25 Oct 2009 14:48:12 +0000 (14:48 +0000)]
fd_set is also in sys/select.h on OpenBSD

SVN revision: 43269

14 years agowarning--
Vincent Torri [Sun, 25 Oct 2009 12:17:05 +0000 (12:17 +0000)]
warning--

SVN revision: 43266

14 years ago * fix some warnings
Vincent Torri [Sun, 25 Oct 2009 11:40:06 +0000 (11:40 +0000)]
 * fix some warnings
 * move variable declarations at the top of the bloc

SVN revision: 43265

14 years agounused parameters --
Vincent Torri [Sun, 25 Oct 2009 11:24:55 +0000 (11:24 +0000)]
unused parameters --

SVN revision: 43264

14 years ago * include config.h in all source files
Vincent Torri [Sun, 25 Oct 2009 11:19:12 +0000 (11:19 +0000)]
 * include config.h in all source files
 * declare alloca before the standard headers
 * include Evil.h for the declaration of realpath in edje_cc_prefix.c

SVN revision: 43263

14 years agomake embryo compile with vc++ and suncc. No change for gcc.
Vincent Torri [Sun, 25 Oct 2009 10:19:38 +0000 (10:19 +0000)]
make embryo compile with vc++ and suncc. No change for gcc.

Though i don't know if it is the correct fix... Raster, if
you have some time, can you check it, please ?

SVN revision: 43261

14 years agofix build!
Carsten Haitzler [Sun, 25 Oct 2009 10:11:59 +0000 (10:11 +0000)]
fix build!

SVN revision: 43260

14 years agowarning--
Carsten Haitzler [Sun, 25 Oct 2009 08:57:41 +0000 (08:57 +0000)]
warning--

SVN revision: 43259

14 years agowarning--
Carsten Haitzler [Sun, 25 Oct 2009 08:52:47 +0000 (08:52 +0000)]
warning--

SVN revision: 43258

14 years agoshh warning
Carsten Haitzler [Sun, 25 Oct 2009 08:45:36 +0000 (08:45 +0000)]
shh warning

SVN revision: 43257

14 years ago * add some todo
Vincent Torri [Sun, 25 Oct 2009 08:23:28 +0000 (08:23 +0000)]
 * add some todo
 * after creating a child process, wait until it is really
   running

SVN revision: 43256

14 years agowait on HANDLES in the select loop on Windows.
Vincent Torri [Sun, 25 Oct 2009 07:07:48 +0000 (07:07 +0000)]
wait on HANDLES in the select loop on Windows.

SVN revision: 43253

14 years agoon Windows, pipe_read (recv) and pipe_write (send) does not
Vincent Torri [Sun, 25 Oct 2009 07:02:03 +0000 (07:02 +0000)]
on Windows, pipe_read (recv) and pipe_write (send) does not
use errno, and the returned result is managed a bit
differently than on unix

SVN revision: 43252

14 years agodo not install dirent.h when we are using mingw
Vincent Torri [Sun, 25 Oct 2009 06:46:49 +0000 (06:46 +0000)]
do not install dirent.h when we are using mingw

SVN revision: 43251

14 years agofix+++
Vincent Torri [Sat, 24 Oct 2009 17:00:34 +0000 (17:00 +0000)]
fix+++

SVN revision: 43250

14 years ago * add e image on generated doc
Vincent Torri [Sat, 24 Oct 2009 15:39:59 +0000 (15:39 +0000)]
 * add e image on generated doc
 * add wrapper on win32 functions

SVN revision: 43249

14 years agoeng_setup must return 1 on success and 0 on failure
Vincent Torri [Sat, 24 Oct 2009 15:24:11 +0000 (15:24 +0000)]
eng_setup must return 1 on success and 0 on failure

SVN revision: 43248

14 years agoreturn immediatly if the title is NULL
Vincent Torri [Sat, 24 Oct 2009 09:58:46 +0000 (09:58 +0000)]
return immediatly if the title is NULL

SVN revision: 43247

14 years agoreturn immediatly if we set NULL for the title of a window
Vincent Torri [Sat, 24 Oct 2009 09:48:33 +0000 (09:48 +0000)]
return immediatly if we set NULL for the title of a window

i don't know what to do for ecore_x_icccm_name_class_set().
Should i return immediatly if one of the name or class is NULL ?

SVN revision: 43246

14 years ago *Efreet_Ini: Add a new API call:
Davide Andreoli [Sat, 24 Oct 2009 09:23:51 +0000 (09:23 +0000)]
 *Efreet_Ini: Add a new API call:

EAPI void efreet_ini_key_unset(Efreet_Ini *ini, const char *key);

With this you can remove keys from ini files

SVN revision: 43245

14 years agoEfreet_ini: remove ending withespaces
Davide Andreoli [Sat, 24 Oct 2009 09:02:56 +0000 (09:02 +0000)]
Efreet_ini: remove ending withespaces

SVN revision: 43244

14 years agostrdup() name and class only if they are not NULL
Vincent Torri [Sat, 24 Oct 2009 06:59:30 +0000 (06:59 +0000)]
strdup() name and class only if they are not NULL

SVN revision: 43243

14 years agoFix docs for hash_free
Iván Briano [Sat, 24 Oct 2009 04:30:52 +0000 (04:30 +0000)]
Fix docs for hash_free

SVN revision: 43237

14 years ago * ecore_evas: Add support for quartz backend in ecore_evas_new.
Cedric BAIL [Fri, 23 Oct 2009 15:00:50 +0000 (15:00 +0000)]
* ecore_evas: Add support for quartz backend in ecore_evas_new.

SVN revision: 43231

14 years ago * ecore_con_url: Workaround progress callback called by curl after
Cedric BAIL [Fri, 23 Oct 2009 13:33:40 +0000 (13:33 +0000)]
* ecore_con_url: Workaround progress callback called by curl after
destruction of the Ecore_Con_Url object.

SVN revision: 43228

14 years agosmooth map works (down to 1/2 size its good. its pretty much gl_linear, but
Carsten Haitzler [Fri, 23 Oct 2009 13:17:22 +0000 (13:17 +0000)]
smooth map works (down to 1/2 size its good. its pretty much gl_linear, but
in software. but it looks gorgeous. rotations are groovey.

SVN revision: 43226

14 years agofix copy & paste bug.
Carsten Haitzler [Fri, 23 Oct 2009 13:11:23 +0000 (13:11 +0000)]
fix copy & paste bug.

SVN revision: 43225

14 years agofix statements
Carsten Haitzler [Fri, 23 Oct 2009 06:48:22 +0000 (06:48 +0000)]
fix statements

SVN revision: 43224

14 years agofix xml init - called multilpe times, has no count for init + shutdown.
Carsten Haitzler [Fri, 23 Oct 2009 00:01:15 +0000 (00:01 +0000)]
fix xml init - called multilpe times, has no count for init + shutdown.

SVN revision: 43222

14 years agoFix some warnings. I don't touch gl engines for now
Vincent Torri [Thu, 22 Oct 2009 22:33:06 +0000 (22:33 +0000)]
Fix some warnings. I don't touch gl engines for now

SVN revision: 43221

14 years agoFix some warnings. I don't touch map code for now.
Vincent Torri [Thu, 22 Oct 2009 22:22:10 +0000 (22:22 +0000)]
Fix some warnings. I don't touch map code for now.

SVN revision: 43218

14 years agooops, it's eina_log_domain_unregister... domain, not dom!
Gustavo Sverzut Barbieri [Thu, 22 Oct 2009 20:14:05 +0000 (20:14 +0000)]
oops, it's eina_log_domain_unregister... domain, not dom!

SVN revision: 43213

14 years agoevas_map: more extensible and safe. add docs
Gustavo Sverzut Barbieri [Thu, 22 Oct 2009 20:11:33 +0000 (20:11 +0000)]
evas_map: more extensible and safe. add docs

change evas_map to return a structure that serves as an array of
points. This way we'll know for sure the number of points in it. Right
now it's hardcoded to 4, so check it, but in future we can just allow
more points and it should work.

added docs. I'm not sure about most of it, so it would be good to have
someone to review and fill in more, maybe that's raster? Grep for
"TODO" and you'll see the missing stuff. It would be good to add
examples in evas_map_point_coord_set() and
evas_map_point_image_uv_set()

SVN revision: 43211

14 years ago * evas: Add map to SDL also.
Cedric BAIL [Thu, 22 Oct 2009 17:06:06 +0000 (17:06 +0000)]
* evas: Add map to SDL also.

SVN revision: 43206

14 years ago * evas: Fix missing correction.
Cedric BAIL [Thu, 22 Oct 2009 16:39:20 +0000 (16:39 +0000)]
* evas: Fix missing correction.

SVN revision: 43205

14 years agoa little cleaner, but not faster
Carsten Haitzler [Thu, 22 Oct 2009 16:06:32 +0000 (16:06 +0000)]
a little cleaner, but not faster

SVN revision: 43204

14 years agofast path for solid maps.
Carsten Haitzler [Thu, 22 Oct 2009 15:51:18 +0000 (15:51 +0000)]
fast path for solid maps.

SVN revision: 43203

14 years agoadd some beginnigns of utility funcs to evas map. move it to its own file.
Carsten Haitzler [Thu, 22 Oct 2009 15:47:30 +0000 (15:47 +0000)]
add some beginnigns of utility funcs to evas map. move it to its own file.

SVN revision: 43201

14 years ago * evas: Cleanup move to eina log.
Cedric BAIL [Thu, 22 Oct 2009 15:22:22 +0000 (15:22 +0000)]
* evas: Cleanup move to eina log.

Patch from Mathieu Taillefumier.

SVN revision: 43200

14 years ago * ecore_cocoa: Improve Mac OS X support.
Cedric BAIL [Thu, 22 Oct 2009 11:08:01 +0000 (11:08 +0000)]
* ecore_cocoa: Improve Mac OS X support.

SVN revision: 43196

14 years agore-enable yuv shader for 6410.
Carsten Haitzler [Thu, 22 Oct 2009 08:55:07 +0000 (08:55 +0000)]
re-enable yuv shader for 6410.

SVN revision: 43195

14 years agoenable npot textures
Carsten Haitzler [Thu, 22 Oct 2009 08:53:25 +0000 (08:53 +0000)]
enable npot textures

SVN revision: 43194

14 years agopull smooth... that's not going to be sane. or smooth. hmmm.
Carsten Haitzler [Thu, 22 Oct 2009 07:31:25 +0000 (07:31 +0000)]
pull smooth... that's not going to be sane. or smooth. hmmm.

SVN revision: 43192

14 years agodefault load - 75dpi. like fonts.
Carsten Haitzler [Thu, 22 Oct 2009 06:40:58 +0000 (06:40 +0000)]
default load - 75dpi. like fonts.

SVN revision: 43190

14 years ago * eina: Fix EINA_LIST_REVERSE_FOREACH_SAFE typo from Gustavo Chaves.
Cedric BAIL [Wed, 21 Oct 2009 19:02:52 +0000 (19:02 +0000)]
* eina: Fix EINA_LIST_REVERSE_FOREACH_SAFE typo from Gustavo Chaves.

SVN revision: 43186

14 years ago * ecore_evas: Fix typo.
Cedric BAIL [Wed, 21 Oct 2009 14:55:44 +0000 (14:55 +0000)]
* ecore_evas: Fix typo.

SVN revision: 43185

14 years agoenable smooth path - same as nearest... for now
Carsten Haitzler [Wed, 21 Oct 2009 14:53:55 +0000 (14:53 +0000)]
enable smooth path - same as nearest... for now

SVN revision: 43183

14 years agohandle if uv are out of image coords - clamp. remove unsued bounds checks
Carsten Haitzler [Wed, 21 Oct 2009 14:45:55 +0000 (14:45 +0000)]
handle if uv are out of image coords - clamp. remove unsued bounds checks
(not needed anymore). also fix a black edge.

SVN revision: 43182

14 years ago * ecore: Add all header to package, will fix Quartz build with next package.
Cedric BAIL [Wed, 21 Oct 2009 13:42:10 +0000 (13:42 +0000)]
* ecore: Add all header to package, will fix Quartz build with next package.

SVN revision: 43181

14 years ago * evas: Make quartz engine compile again.
Cedric BAIL [Wed, 21 Oct 2009 13:09:04 +0000 (13:09 +0000)]
* evas: Make quartz engine compile again.

SVN revision: 43180

14 years agoimprove map.. now no rendering or segv bugs (that i have seen). woot. also
Carsten Haitzler [Wed, 21 Oct 2009 09:33:07 +0000 (09:33 +0000)]
improve map.. now no rendering or segv bugs (that i have seen). woot. also
handle clipping and clip-outs.

SVN revision: 43178

14 years agoAdd function to copy a part description. Helps to get templates going
Iván Briano [Wed, 21 Oct 2009 06:19:02 +0000 (06:19 +0000)]
Add function to copy a part description. Helps to get templates going

SVN revision: 43176

14 years agomap code... works.. with bugs... but works. visually...
Carsten Haitzler [Tue, 20 Oct 2009 16:03:57 +0000 (16:03 +0000)]
map code... works.. with bugs... but works. visually...

SVN revision: 43163

14 years agoevents is an array of HANDLE's, not an array of pointers of HANDLE's
Vincent Torri [Tue, 20 Oct 2009 10:46:05 +0000 (10:46 +0000)]
events is an array of HANDLE's, not an array of pointers of HANDLE's

SVN revision: 43162

14 years agoThe "generated" D-Bus signal is published with an int64 as it first
João Paulo Rechi Vita [Mon, 19 Oct 2009 14:05:54 +0000 (14:05 +0000)]
The "generated" D-Bus signal is published with an int64 as it first
parameter but an int32 is sent instead.

Patch by: João Paulo Rechi Vita <jprvita@profusion.mobi>

--This lina, and those below, will be ignored--

M    ethumb/src/bin/ethumbd.c

SVN revision: 43160

14 years agoSending an empty byte array to Ethumbd through the D-Bus API was
João Paulo Rechi Vita [Mon, 19 Oct 2009 14:04:43 +0000 (14:04 +0000)]
Sending an empty byte array to Ethumbd through the D-Bus API was
leading to a segfault.

Patch by: João Paulo Rechi Vita <jprvita@profusion.mobi>

SVN revision: 43159

14 years agotoo much INFO changed in INF...
Vincent Torri [Sun, 18 Oct 2009 04:24:57 +0000 (04:24 +0000)]
too much INFO changed in INF...

SVN revision: 43139

14 years agowrong log domain name
Vincent Torri [Sun, 18 Oct 2009 04:24:02 +0000 (04:24 +0000)]
wrong log domain name

SVN revision: 43138

14 years agomap image... not used yet.
Carsten Haitzler [Sat, 17 Oct 2009 10:25:51 +0000 (10:25 +0000)]
map image... not used yet.

SVN revision: 43131

14 years agoEvas_Data.h functions are deprecated.
Vincent Torri [Sat, 17 Oct 2009 09:10:31 +0000 (09:10 +0000)]
Evas_Data.h functions are deprecated.

SVN revision: 43130

14 years agoremove evas data from the visual studio project
Vincent Torri [Sat, 17 Oct 2009 08:54:41 +0000 (08:54 +0000)]
remove evas data from the visual studio project

SVN revision: 43129

14 years agowarnings--
Vincent Torri [Fri, 16 Oct 2009 09:25:08 +0000 (09:25 +0000)]
warnings--

SVN revision: 43114

14 years agoput windows.h inside _WIN32 guards...
Vincent Torri [Fri, 16 Oct 2009 09:23:34 +0000 (09:23 +0000)]
put windows.h inside _WIN32 guards...

SVN revision: 43113

14 years agoecore_exe for Windows.
Vincent Torri [Fri, 16 Oct 2009 09:17:26 +0000 (09:17 +0000)]
ecore_exe for Windows.

Not complete yet but it executes a command and kills it
TODO: pipes

SVN revision: 43112

14 years agoformatting
Vincent Torri [Fri, 16 Oct 2009 08:29:55 +0000 (08:29 +0000)]
formatting

SVN revision: 43111

14 years agoEvas :The doc say "This function removes the most recently added callback", consequen...
Jonathan Atton [Thu, 15 Oct 2009 20:50:15 +0000 (20:50 +0000)]
Evas :The doc say "This function removes the most recently added callback", consequently we have te prepend the items

SVN revision: 43103

14 years ago * add vi header
Vincent Torri [Thu, 15 Oct 2009 06:26:01 +0000 (06:26 +0000)]
 * add vi header
 * include Ecore.h after stdlib.h so that pid_t is defined on windows

SVN revision: 43092

14 years agoand flush there too
Carsten Haitzler [Thu, 15 Oct 2009 03:25:22 +0000 (03:25 +0000)]
and flush there too

SVN revision: 43091

14 years agoflush queu at context change time (use win) just in case
Carsten Haitzler [Thu, 15 Oct 2009 01:39:22 +0000 (01:39 +0000)]
flush queu at context change time (use win) just in case

SVN revision: 43090

14 years agoeet doc looks better now
Vincent Torri [Wed, 14 Oct 2009 19:41:54 +0000 (19:41 +0000)]
eet doc looks better now

SVN revision: 43084

14 years agoembryo doc looks better now
Vincent Torri [Wed, 14 Oct 2009 19:31:44 +0000 (19:31 +0000)]
embryo doc looks better now

SVN revision: 43083

14 years agoevas doc looks better now
Vincent Torri [Wed, 14 Oct 2009 19:21:37 +0000 (19:21 +0000)]
evas doc looks better now

SVN revision: 43082

14 years agofix Evil documentation
Vincent Torri [Wed, 14 Oct 2009 18:48:13 +0000 (18:48 +0000)]
fix Evil documentation

SVN revision: 43077

14 years agoecore_ipc is actually a required dep of ecore_config
Vincent Torri [Wed, 14 Oct 2009 17:30:05 +0000 (17:30 +0000)]
ecore_ipc is actually a required dep of ecore_config

SVN revision: 43076

14 years agoallow the compilation of ecore_file without ecore_con
Vincent Torri [Wed, 14 Oct 2009 17:29:13 +0000 (17:29 +0000)]
allow the compilation of ecore_file without ecore_con

SVN revision: 43075

14 years agolink to right header file in docs
Carsten Haitzler [Wed, 14 Oct 2009 03:29:20 +0000 (03:29 +0000)]
link to right header file in docs

SVN revision: 43067

14 years agofix compilation on Windows CE
Vincent Torri [Tue, 13 Oct 2009 17:35:08 +0000 (17:35 +0000)]
fix compilation on Windows CE

SVN revision: 43057

14 years agouse fprintf for messages
Vincent Torri [Tue, 13 Oct 2009 17:31:18 +0000 (17:31 +0000)]
use fprintf for messages

SVN revision: 43056

14 years agofix compilation on Windows CE
Vincent Torri [Tue, 13 Oct 2009 17:27:49 +0000 (17:27 +0000)]
fix compilation on Windows CE

SVN revision: 43055

14 years agoAdd some more headers at the top of eina_amalgamation.c.
Vincent Torri [Tue, 13 Oct 2009 17:14:50 +0000 (17:14 +0000)]
Add some more headers at the top of eina_amalgamation.c.
Fix compilation on Windows CE

SVN revision: 43054

14 years ago * eina_hash: First parameter could be NULL.
Cedric BAIL [Tue, 13 Oct 2009 17:11:58 +0000 (17:11 +0000)]
* eina_hash: First parameter could be NULL.

SVN revision: 43053