platform/upstream/efl.git
11 years agoSome transitional backwards compatibility.
Rui Seabra [Sun, 18 Nov 2012 10:01:47 +0000 (10:01 +0000)]
Some transitional backwards compatibility.

SVN revision: 79416

11 years ago * Make sure install is done with only one make thread since vtorri says it breaks...
Rui Seabra [Sun, 18 Nov 2012 09:57:05 +0000 (09:57 +0000)]
 * Make sure install is done with only one make thread since vtorri says it breaks things
 * Complete spec in order to include current files and directories

SVN revision: 79415

11 years agomerge: do not use recursive make for unit tests
Vincent Torri [Sun, 18 Nov 2012 07:12:38 +0000 (07:12 +0000)]
merge: do not use recursive make for unit tests

SVN revision: 79413

11 years agoevas/gles: Remove GL_STENCIL_INDEX from _string_get() on GLES.
Rafael Antognolli [Fri, 16 Nov 2012 18:37:47 +0000 (18:37 +0000)]
evas/gles: Remove GL_STENCIL_INDEX from _string_get() on GLES.

This was removed on latest mesa, and seems to don't belong to GLES. See
the specification at http://www.khronos.org/registry/gles/.

Additionally, it wasn't being used anywhere.

SVN revision: 79400

11 years agoEcore: some simplifications of the autotools
Vincent Torri [Fri, 16 Nov 2012 17:24:28 +0000 (17:24 +0000)]
Ecore: some simplifications of the autotools

 * remove --enable-auto-import link flag (useless, now)
 * remove WIN32_C*FLAGS (idem)
 * remove cegcc cases (not supported anymore)
 * use directly win32 macro in Makefile.am

SVN revision: 79399

11 years agoedbus: Fix doxygen layout
José Roberto de Souza [Fri, 16 Nov 2012 13:07:58 +0000 (13:07 +0000)]
edbus: Fix doxygen layout

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79389

11 years agoedbus: Add main page to doxygen
José Roberto de Souza [Fri, 16 Nov 2012 13:07:53 +0000 (13:07 +0000)]
edbus: Add main page to doxygen

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79388

11 years agoedbus: Rename edbus_object_bus_path_get() to edbus_object_path_get()
José Roberto de Souza [Fri, 16 Nov 2012 13:07:45 +0000 (13:07 +0000)]
edbus: Rename edbus_object_bus_path_get() to edbus_object_path_get()

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79387

11 years agoedbus: Fix search of children objects when path = "/"
José Roberto de Souza [Fri, 16 Nov 2012 13:07:38 +0000 (13:07 +0000)]
edbus: Fix search of children objects when path = "/"

Example: there's an object in "/org/bla" and we are adding an object in
"/". Thus the second should becaome the parent of the first, which was a
root object since it had no parent yet.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79386

11 years agoedbus: Fix segfault in edbus_message_to_eina_value() when message have no args
José Roberto de Souza [Fri, 16 Nov 2012 13:07:32 +0000 (13:07 +0000)]
edbus: Fix segfault in edbus_message_to_eina_value() when message have no args

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79385

11 years agoedbus: Cosmetic change
José Roberto de Souza [Fri, 16 Nov 2012 13:07:26 +0000 (13:07 +0000)]
edbus: Cosmetic change

There's no need to call eina_array_count(). Pop until it finishes.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79384

11 years agoedbus: Remove stringshare of Instrospectable interface
José Roberto de Souza [Fri, 16 Nov 2012 13:07:21 +0000 (13:07 +0000)]
edbus: Remove stringshare of Instrospectable interface

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79383

11 years agoedbus: Add edbus_service_object_manager_attach/detach
José Roberto de Souza [Fri, 16 Nov 2012 13:07:14 +0000 (13:07 +0000)]
edbus: Add edbus_service_object_manager_attach/detach

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79382

11 years agoedbus: Fix leak in GetAll Properties of Proxy monitor
José Roberto de Souza [Fri, 16 Nov 2012 13:07:06 +0000 (13:07 +0000)]
edbus: Fix leak in GetAll Properties of Proxy monitor

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79381

11 years agoedbus: Add input message to get property function
José Roberto de Souza [Fri, 16 Nov 2012 13:06:53 +0000 (13:06 +0000)]
edbus: Add input message to get property function

Without this message, it's not possible for user create the error
message. Also update the docs to clarify usage of the Get/Set callbacks.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79380

11 years agoevas: cleanup
Sebastian Dransfeld [Fri, 16 Nov 2012 10:14:12 +0000 (10:14 +0000)]
evas: cleanup

SVN revision: 79372

11 years agoFixed glGetIntegerv() in Direct Rendering mode for Evas GL
Sung Park [Fri, 16 Nov 2012 08:32:32 +0000 (08:32 +0000)]
Fixed glGetIntegerv() in Direct Rendering mode for Evas GL
to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters.

SVN revision: 79364

11 years agoecore_x: fix xcb to unmap before sendevent
Sebastian Dransfeld [Fri, 16 Nov 2012 08:07:20 +0000 (08:07 +0000)]
ecore_x: fix xcb to unmap before sendevent

SVN revision: 79363

11 years agoecore_x: first unmap, then event
Sebastian Dransfeld [Fri, 16 Nov 2012 08:01:39 +0000 (08:01 +0000)]
ecore_x: first unmap, then event

SVN revision: 79362

11 years agoemotion: Tag unused paramter. warn--
Stefan Schmidt [Thu, 15 Nov 2012 17:37:46 +0000 (17:37 +0000)]
emotion: Tag unused paramter. warn--

SVN revision: 79348

11 years agoRemove binary character in Makefile.am
Daniel Willmann [Thu, 15 Nov 2012 13:28:14 +0000 (13:28 +0000)]
Remove binary character in Makefile.am

This caused automake to generate a faulty Makefile, which in turn caused
compilation to fail.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 79345

11 years agoefl: -o to || test
Sebastian Dransfeld [Thu, 15 Nov 2012 11:15:46 +0000 (11:15 +0000)]
efl: -o to || test

SVN revision: 79338

11 years agoecore: Fix missing initializer warning
Mike McCormack [Thu, 15 Nov 2012 11:14:19 +0000 (11:14 +0000)]
ecore: Fix missing initializer warning

ecore_glib.c:187:4: warning: missing initializer [-Wmissing-field-initializers]
ecore_glib.c:187:4: warning: (near initialization for 'lock.unused') [-Wmissing-

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79336

11 years agoedje: Remove unused var which was introduced very recently.
Stefan Schmidt [Thu, 15 Nov 2012 09:58:32 +0000 (09:58 +0000)]
edje: Remove unused var which was introduced very recently.

SVN revision: 79330

11 years agoedje: Add embryo function get_image_id
Daniel Willmann [Thu, 15 Nov 2012 09:31:08 +0000 (09:31 +0000)]
edje: Add embryo function get_image_id

This makes it possible to change the image from an embryo script

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 79327

11 years agoadd comments in cserve2 bin webp loader too.
Carsten Haitzler [Thu, 15 Nov 2012 05:23:40 +0000 (05:23 +0000)]
add comments in cserve2 bin webp loader too.

SVN revision: 79316

11 years agoyet more warn--
Carsten Haitzler [Thu, 15 Nov 2012 05:20:21 +0000 (05:20 +0000)]
yet more warn--

SVN revision: 79315

11 years agomore warn-- in efl tree.
Carsten Haitzler [Thu, 15 Nov 2012 05:19:14 +0000 (05:19 +0000)]
more warn-- in efl tree.

SVN revision: 79314

11 years agowarning--
Carsten Haitzler [Thu, 15 Nov 2012 05:03:45 +0000 (05:03 +0000)]
warning--

SVN revision: 79313

11 years agodevilhorns: warning told me that x is not being used.. and that looks
Carsten Haitzler [Thu, 15 Nov 2012 05:01:16 +0000 (05:01 +0000)]
devilhorns: warning told me that x is not being used.. and that looks
bad... i added it into dest as thats obviously how it should be.. can
u double check?

SVN revision: 79312

11 years agowarn-- for new jpect color conversion modes - default case.
Carsten Haitzler [Thu, 15 Nov 2012 04:31:33 +0000 (04:31 +0000)]
warn-- for new jpect color conversion modes - default case.

SVN revision: 79311

11 years agolets not have system("format c:") even tho its amusing as it just
Carsten Haitzler [Thu, 15 Nov 2012 04:29:34 +0000 (04:29 +0000)]
lets not have system("format c:") even tho its amusing as it just
creates warnings. :)

SVN revision: 79310

11 years agoFix static building of the X11 engines
Iván Briano [Thu, 15 Nov 2012 02:35:55 +0000 (02:35 +0000)]
Fix static building of the X11 engines

SVN revision: 79307

11 years agomerge: add evas tests and examples
Vincent Torri [Wed, 14 Nov 2012 20:12:53 +0000 (20:12 +0000)]
merge: add evas tests and examples

SVN revision: 79300

11 years agoephysics: change quaternion API to avoid many free calls
Bruno Dilly [Wed, 14 Nov 2012 20:01:20 +0000 (20:01 +0000)]
ephysics: change quaternion API to avoid many free calls

It was really annoying and error prone (easy to leak).

SVN revision: 79299

11 years agoephysics: new images set for cube 3d test
Bruno Dilly [Wed, 14 Nov 2012 20:01:12 +0000 (20:01 +0000)]
ephysics: new images set for cube 3d test

by Marina Proni

SVN revision: 79298

11 years agoephysics: add quaternion group to main doc page
Bruno Dilly [Wed, 14 Nov 2012 20:01:01 +0000 (20:01 +0000)]
ephysics: add quaternion group to main doc page

I forgot that.

SVN revision: 79297

11 years agoAdd missing UNLOCK_CACHE in eet_open function.
Christopher Michael [Wed, 14 Nov 2012 11:52:25 +0000 (11:52 +0000)]
Add missing UNLOCK_CACHE in eet_open function.

Change-Id: I79db6bedf49c27499f3caa63d04dc6bb3ecfee60

SVN revision: 79290

11 years agomove eobj in as well as "eo".
Carsten Haitzler [Tue, 13 Nov 2012 23:52:58 +0000 (23:52 +0000)]
move eobj in as well as "eo".

SVN revision: 79256

11 years agomove libs already in EFL into... IN-EFL - this will stop/prevent/limit
Carsten Haitzler [Tue, 13 Nov 2012 23:52:18 +0000 (23:52 +0000)]
move libs already in EFL into... IN-EFL - this will stop/prevent/limit
thnigs like people using them and patching them, etc.

SVN revision: 79255

11 years agoefreet: don't double test for data in list
Sebastian Dransfeld [Tue, 13 Nov 2012 22:51:11 +0000 (22:51 +0000)]
efreet: don't double test for data in list

SVN revision: 79254

11 years agoevas: build jpg saver if loader is static
Sebastian Dransfeld [Tue, 13 Nov 2012 22:39:53 +0000 (22:39 +0000)]
evas: build jpg saver if loader is static

SVN revision: 79253

11 years agoephysics: wrap bullet's quaternion
Bruno Dilly [Tue, 13 Nov 2012 22:18:16 +0000 (22:18 +0000)]
ephysics: wrap bullet's quaternion

Useful for 3d rotations.
Avoid issues found when using euler angles, like gimbal locks.

SVN revision: 79252

11 years agoephysics: add cube 3d test
Bruno Dilly [Tue, 13 Nov 2012 22:18:09 +0000 (22:18 +0000)]
ephysics: add cube 3d test

spot issues on rotation based on euler angles

SVN revision: 79251

11 years agoephysics: fix body rotation set / get
Bruno Dilly [Tue, 13 Nov 2012 22:18:03 +0000 (22:18 +0000)]
ephysics: fix body rotation set / get

There was a inversion on setter and getter wasn't calculating
euler angles correctly.

SVN revision: 79250

11 years agoephysics: fix docs regarding torque axis.
Bruno Dilly [Tue, 13 Nov 2012 22:17:54 +0000 (22:17 +0000)]
ephysics: fix docs regarding torque axis.

SVN revision: 79249

11 years agoefreet: Monitor created paths
Sebastian Dransfeld [Tue, 13 Nov 2012 20:36:35 +0000 (20:36 +0000)]
efreet: Monitor created paths

If a path which should be monitored does not exist, we can't monitor it.
If we create the path and open it, efreet will signal the cache daemon
that the cache should be rebuilt. If this was a system path, we would
ignore the request, but with this change it will see that the path isn't
monitored and rebuild the cache.

SVN revision: 79244

11 years agoefreet: monitor links to directories
Sebastian Dransfeld [Tue, 13 Nov 2012 20:36:26 +0000 (20:36 +0000)]
efreet: monitor links to directories

SVN revision: 79243

11 years agofix authors
Bruno Dilly [Tue, 13 Nov 2012 15:58:02 +0000 (15:58 +0000)]
fix authors

hey hermet, dorileo != bdilly
=)

SVN revision: 79236

11 years agoefl: Cleanup gcno files in modulesi/eina as well.
Stefan Schmidt [Tue, 13 Nov 2012 15:35:42 +0000 (15:35 +0000)]
efl: Cleanup gcno files in modulesi/eina as well.

SVN revision: 79235

11 years agoand this fixes compositing on newest intel+mesa drivers... wrong fb
Carsten Haitzler [Tue, 13 Nov 2012 14:07:39 +0000 (14:07 +0000)]
and this fixes compositing on newest intel+mesa drivers... wrong fb
config wasa being chosen as it was done by hand not accounting for
multisample buffers. now using glxchoosefbconfig instead and it works.

SVN revision: 79232

11 years agohave ss3 etc. tests not be run (and thus fail) if env vars disable them.
Carsten Haitzler [Tue, 13 Nov 2012 14:06:28 +0000 (14:06 +0000)]
have ss3 etc. tests not be run (and thus fail) if env vars disable them.

SVN revision: 79231

11 years agoecore: Fix parameter set but not used warnings
Mike McCormack [Tue, 13 Nov 2012 11:06:44 +0000 (11:06 +0000)]
ecore: Fix parameter set but not used warnings

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79225

11 years agoevas/event - don't transform the output in the source events.
ChunEon Park [Tue, 13 Nov 2012 10:59:38 +0000 (10:59 +0000)]
evas/event - don't transform the output in the source events.

and use the Point structure for clean code.

Signed-Off-By: Leandro Dorileo<dorileo@profusion.mobi>
Signed-Off-By: ChunEon Park<hermet@hermet.pe.kr>
SVN revision: 79224

11 years agoevas/map - Don't extrapolate outside coords unsafely from map_coords_get()
ChunEon Park [Tue, 13 Nov 2012 10:15:29 +0000 (10:15 +0000)]
evas/map - Don't extrapolate outside coords unsafely from map_coords_get()

Don't know why is it actually needed.

SVN revision: 79214

11 years agomerge: missing -lm for embryo_cc
Vincent Torri [Tue, 13 Nov 2012 08:58:33 +0000 (08:58 +0000)]
merge: missing -lm for embryo_cc

Patch by Ryuan Choi

SVN revision: 79207

11 years agoemotion: No verbose mode for edje_cc like other efl libs.
Daniel Juyung Seo [Tue, 13 Nov 2012 06:52:52 +0000 (06:52 +0000)]
emotion: No verbose mode for edje_cc like other efl libs.

SVN revision: 79201

11 years agoethumb: No verbose mode for edje_cc like other efl libs.
Daniel Juyung Seo [Tue, 13 Nov 2012 06:52:47 +0000 (06:52 +0000)]
ethumb: No verbose mode for edje_cc like other efl libs.

SVN revision: 79200

11 years agoevas/map - simple refactoring.
ChunEon Park [Tue, 13 Nov 2012 05:34:47 +0000 (05:34 +0000)]
evas/map - simple refactoring.

SVN revision: 79197

11 years agoevas - return quickly if you got the result.
Leandro Dorileo [Tue, 13 Nov 2012 04:08:16 +0000 (04:08 +0000)]
evas - return quickly if you got the result.

Signed-Off-By: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79196

11 years agofix the fix...
Vincent Torri [Tue, 13 Nov 2012 00:02:16 +0000 (00:02 +0000)]
fix the fix...

SVN revision: 79195

11 years agomerge: fix Evil standard headers installation
Vincent Torri [Tue, 13 Nov 2012 00:00:10 +0000 (00:00 +0000)]
merge: fix Evil standard headers installation

SVN revision: 79194

11 years agoedbus: add const where it's due and remove casts
Lucas De Marchi [Mon, 12 Nov 2012 16:16:16 +0000 (16:16 +0000)]
edbus: add const where it's due and remove casts

SVN revision: 79185

11 years agoedbus: check signature earlier and fail on invalid signature
Lucas De Marchi [Mon, 12 Nov 2012 16:16:10 +0000 (16:16 +0000)]
edbus: check signature earlier and fail on invalid signature

The problem is: if there's any arg with invalid signatures, we cannot
continue adding the interface. Just fail with a log message so user will
notice it.

This means we need to check if signals are valid much earlier. Actually
before even adding the object/interface.

Also change the iteration on signals so we don't use a needless index.

SVN revision: 79184

11 years agoedbus: do not alloc/free eina_strbuf. Reset it instead
Lucas De Marchi [Mon, 12 Nov 2012 16:16:04 +0000 (16:16 +0000)]
edbus: do not alloc/free eina_strbuf. Reset it instead

SVN revision: 79183

11 years agoedbus: simplify/unify appending args to methods/signals
Lucas De Marchi [Mon, 12 Nov 2012 16:15:58 +0000 (16:15 +0000)]
edbus: simplify/unify appending args to methods/signals

Functions to append methods/properties/signals also marked as inline as
they should be called by only one place.

SVN revision: 79182

11 years agoedbus: compat introspection with no annotation/arg
Lucas De Marchi [Mon, 12 Nov 2012 16:15:52 +0000 (16:15 +0000)]
edbus: compat introspection with no annotation/arg

SVN revision: 79181

11 years agoedbus: add son in server example for tests
Lucas De Marchi [Mon, 12 Nov 2012 16:15:43 +0000 (16:15 +0000)]
edbus: add son in server example for tests

SVN revision: 79180

11 years agoedbus: fix checking if root objects are our son
Lucas De Marchi [Mon, 12 Nov 2012 16:07:12 +0000 (16:07 +0000)]
edbus: fix checking if root objects are our son

strncmp'ing is not sufficient because it whould fail in case an object
like "/org/bla" is registered (and in conn->root_objs) and we were
registering "/org/blatest/". We would incorrectly put "/org/bla" as son
of "/org/blatest". Fix this by looking up the next char, checking if
it's a slash.

Also re-format the code a little bit.

SVN revision: 79179

11 years agoedbus: simplify and fix formatting
Lucas De Marchi [Mon, 12 Nov 2012 16:07:06 +0000 (16:07 +0000)]
edbus: simplify and fix formatting

SVN revision: 79178

11 years agoedbus: move function up - no fwd declaration when not needed
Lucas De Marchi [Mon, 12 Nov 2012 16:07:01 +0000 (16:07 +0000)]
edbus: move function up - no fwd declaration when not needed

SVN revision: 79177

11 years agoedbus: simplify and explain code
Lucas De Marchi [Mon, 12 Nov 2012 16:06:51 +0000 (16:06 +0000)]
edbus: simplify and explain code

No need to strlen(obj->path) twice per loop iteration. Do it only once
and add a comment explaining the difference between handling "/" and
"/my/path/to/obj".

SVN revision: 79176

11 years agoedbus: Append path of child objects in Introspectable
José Roberto de Souza [Mon, 12 Nov 2012 16:06:41 +0000 (16:06 +0000)]
edbus: Append path of child objects in Introspectable

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79175

11 years agomore null checks in evas to avoid segs.
Carsten Haitzler [Mon, 12 Nov 2012 14:45:07 +0000 (14:45 +0000)]
more null checks in evas to avoid segs.

SVN revision: 79167

11 years agolets remove cache files on autogen.
Carsten Haitzler [Mon, 12 Nov 2012 14:44:30 +0000 (14:44 +0000)]
lets remove cache files on autogen.

SVN revision: 79166

11 years agoUpdated dev info and added myself to AUTHORS where relevant
Eduardo de Barros Lima [Mon, 12 Nov 2012 12:33:21 +0000 (12:33 +0000)]
Updated dev info and added myself to AUTHORS where relevant

SVN revision: 79155

11 years ago[eina] Better pretty printing of eina_value timeval buddies.
Gustavo Lima Chaves [Mon, 12 Nov 2012 12:26:07 +0000 (12:26 +0000)]
[eina] Better pretty printing of eina_value timeval buddies.

SVN revision: 79154

11 years ago@since for eina_list_last_data_get
Mike Blumenkrantz [Mon, 12 Nov 2012 10:53:10 +0000 (10:53 +0000)]
@since for eina_list_last_data_get

SVN revision: 79149

11 years agoadd eina_list_last_data_get() macro to simplify calling eina_list_data_get(eina_list_...
Mike Blumenkrantz [Mon, 12 Nov 2012 09:58:48 +0000 (09:58 +0000)]
add eina_list_last_data_get() macro to simplify calling eina_list_data_get(eina_list_last())

SVN revision: 79142

11 years agoprotect against a whole bunch of NULLS that the new eo stuff brings out.
Carsten Haitzler [Mon, 12 Nov 2012 02:22:39 +0000 (02:22 +0000)]
protect against a whole bunch of NULLS that the new eo stuff brings out.

SVN revision: 79129

11 years agosmall typo in the evas requirements
Viktor Kojouharov [Mon, 12 Nov 2012 00:22:51 +0000 (00:22 +0000)]
small typo in the evas requirements

SVN revision: 79127

11 years agoefreet: Do not recurse into icon dirs
Sebastian Dransfeld [Sun, 11 Nov 2012 21:47:22 +0000 (21:47 +0000)]
efreet: Do not recurse into icon dirs

There will be a lot of dirs below an icon dir, so it is a lot to watch
all. The icon theme spec says that the top level dir will be updated on
icon theme update, which it will on a standard linux system. A temporary
file will be created and deleted below the top level dir.

SVN revision: 79126

11 years agoefreet: fix typo, not desktop but icon
Sebastian Dransfeld [Sun, 11 Nov 2012 21:47:12 +0000 (21:47 +0000)]
efreet: fix typo, not desktop but icon

SVN revision: 79125

11 years agomore xxx's
Carsten Haitzler [Sun, 11 Nov 2012 21:35:31 +0000 (21:35 +0000)]
more xxx's

SVN revision: 79124

11 years agolets make some XXX notes about monitoring non-existant dirs.
Carsten Haitzler [Sun, 11 Nov 2012 21:34:49 +0000 (21:34 +0000)]
lets make some XXX notes about monitoring non-existant dirs.

SVN revision: 79123

11 years agoefreet: shutdown on error and disconnect
Sebastian Dransfeld [Sun, 11 Nov 2012 20:59:03 +0000 (20:59 +0000)]
efreet: shutdown on error and disconnect

When bus stops it send Disconnect signal. Trap and die.

SVN revision: 79122

11 years agoedbus: reply for name request is reply code
Sebastian Dransfeld [Sun, 11 Nov 2012 20:58:38 +0000 (20:58 +0000)]
edbus: reply for name request is reply code

SVN revision: 79121

11 years agoimprove readability of image find in edje. :)
Carsten Haitzler [Sun, 11 Nov 2012 08:26:25 +0000 (08:26 +0000)]
improve readability of image find in edje. :)

SVN revision: 79107

11 years agoremove a memcpy and strlen and just delcare (sure compiler places
Carsten Haitzler [Sun, 11 Nov 2012 08:02:43 +0000 (08:02 +0000)]
remove a memcpy and strlen and just delcare (sure compiler places
bytes on stack for us as opposed to memcpy... let's assume it'll be as
good as memcpy or better :)).

SVN revision: 79106

11 years agoEdje fix installation of edje_recc on cygwin
Vincent Torri [Sun, 11 Nov 2012 07:04:40 +0000 (07:04 +0000)]
Edje fix installation of edje_recc on cygwin

Patch by Yaakov Selkowitz

SVN revision: 79103

11 years agoevas/event - add the xy origin to object when coords are transformed
ChunEon Park [Sat, 10 Nov 2012 12:52:00 +0000 (12:52 +0000)]
evas/event - add the xy origin to object when coords are transformed

Signed-Off-By: Leandro Dorileo<dorileo@profusioin.mobi>
SVN revision: 79098

11 years agoevas/jpeg, cserve2 - removed unused
ChunEon Park [Sat, 10 Nov 2012 11:35:42 +0000 (11:35 +0000)]
evas/jpeg, cserve2 - removed unused

SVN revision: 79094

11 years agoevas/gl_common - removed unused
ChunEon Park [Sat, 10 Nov 2012 11:18:27 +0000 (11:18 +0000)]
evas/gl_common - removed unused

SVN revision: 79093

11 years agoevas/gl_x11 - trivial fix.
ChunEon Park [Sat, 10 Nov 2012 11:07:35 +0000 (11:07 +0000)]
evas/gl_x11 - trivial fix.

SVN revision: 79092

11 years agoEfreet: declare properly alloca()
Vincent Torri [Sat, 10 Nov 2012 09:13:56 +0000 (09:13 +0000)]
Efreet: declare properly alloca()

SVN revision: 79088

11 years agoevas - don't update events if the object is invisible source
ChunEon Park [Sat, 10 Nov 2012 09:05:05 +0000 (09:05 +0000)]
evas - don't update events if the object is invisible source

SVN revision: 79087

11 years agoEina: Fix build on Solaris 10
Vincent Torri [Sat, 10 Nov 2012 08:35:11 +0000 (08:35 +0000)]
Eina: Fix build on Solaris 10

Patch by Robert David

SVN revision: 79085

11 years agoeven if we have an older libdbus - let's #define the strings that are
Carsten Haitzler [Sat, 10 Nov 2012 04:26:48 +0000 (04:26 +0000)]
even if we have an older libdbus - let's #define the strings that are
missing - at r4untime we wont get them, but hey - we'll compile at
least and when dbus is upgrade... we'll get them and work right. :)

SVN revision: 79080

11 years agocheck return values of eo_data_get more... :)
Carsten Haitzler [Sat, 10 Nov 2012 03:44:04 +0000 (03:44 +0000)]
check return values of eo_data_get more...  :)

SVN revision: 79078

11 years agowhy does the code have void ptr arithmetic in it... this should never
Carsten Haitzler [Sat, 10 Nov 2012 01:42:32 +0000 (01:42 +0000)]
why does the code have void ptr arithmetic in it... this should never
have happened...

SVN revision: 79073