platform/upstream/efl.git
12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

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

SVN revision: 79372

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

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

SVN revision: 79315

12 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

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

SVN revision: 79313

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

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

SVN revision: 79195

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

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

SVN revision: 79124

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

12 years agounused variable
Vincent Torri [Fri, 9 Nov 2012 21:35:03 +0000 (21:35 +0000)]
unused variable

SVN revision: 79067

12 years agoforgot that one
Vincent Torri [Fri, 9 Nov 2012 21:22:36 +0000 (21:22 +0000)]
forgot that one

SVN revision: 79065

12 years agoEvas: fix memset bug and no need to check returned value of alloca
Vincent Torri [Fri, 9 Nov 2012 21:22:04 +0000 (21:22 +0000)]
Evas: fix memset bug and no need to check returned value of alloca

SVN revision: 79064

12 years agomerge: i should have compiled first...
Vincent Torri [Fri, 9 Nov 2012 20:15:50 +0000 (20:15 +0000)]
merge: i should have compiled first...

SVN revision: 79063