platform/upstream/efl.git
12 years agotextgrid - use evas coords for cell size. more correct indeed - thanks
Carsten Haitzler [Mon, 2 Jul 2012 12:35:53 +0000 (12:35 +0000)]
textgrid - use evas coords for cell size. more correct indeed - thanks
tom. als warning--

SVN revision: 73159

12 years agoeeze/doc: Copy images also into latex folder and use srcdir for EXTRA_DIST
Stefan Schmidt [Mon, 2 Jul 2012 12:22:39 +0000 (12:22 +0000)]
eeze/doc: Copy images also into latex folder and use srcdir for EXTRA_DIST

SVN revision: 73157

12 years agoformatting
Mike Blumenkrantz [Mon, 2 Jul 2012 11:30:45 +0000 (11:30 +0000)]
formatting
someone RECENTLY edited this file with tabs. stop it. seriously.

SVN revision: 73155

12 years agochangelog for previous commit
Mike Blumenkrantz [Mon, 2 Jul 2012 09:25:09 +0000 (09:25 +0000)]
changelog for previous commit

SVN revision: 73142

12 years agocorrectly handle resolver failures during connection, should fix super long-standing...
Mike Blumenkrantz [Mon, 2 Jul 2012 09:24:02 +0000 (09:24 +0000)]
correctly handle resolver failures during connection, should fix super long-standing bug which caused crashes when no network connection was present

SVN revision: 73141

12 years agoeet: Real fix for the zlib detection on old systems.
Stefan Schmidt [Mon, 2 Jul 2012 09:17:05 +0000 (09:17 +0000)]
eet: Real fix for the zlib detection on old systems.

Reverting my band aid and bring in the real fix provided by Vincent.

SVN revision: 73139

12 years agoeet: Go back to plain header check for zlib as band-aid
Stefan Schmidt [Mon, 2 Jul 2012 09:07:32 +0000 (09:07 +0000)]
eet: Go back to plain header check for zlib as band-aid

Older version of zlib, used in Fedora 10 and Ubuntu 10.04, does not have a pc file. It would be
better to bring this into m4 macro but I fear touching it. Vincent, it would be great if you could
handle this as well.

Without this you get this error:
configure: error: "Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH
environment variable contains include lines for the location of this
file"

SVN revision: 73138

12 years agoefreet: fix memory leak
Sebastian Dransfeld [Mon, 2 Jul 2012 08:17:02 +0000 (08:17 +0000)]
efreet: fix memory leak

Don't allocate event structure unless we have a cache change.

SVN revision: 73133

12 years agochange the minimum version of ibus because of API compatibility
Jihoon Kim [Mon, 2 Jul 2012 02:01:15 +0000 (02:01 +0000)]
change the minimum version of ibus because of API compatibility

SVN revision: 73119

12 years agowith user-dirs - expand env vars. i suspect we have to deal with
Carsten Haitzler [Mon, 2 Jul 2012 00:01:16 +0000 (00:01 +0000)]
with user-dirs - expand env vars. i suspect we have to deal with
escapes too.

SVN revision: 73115

12 years agocomp sync back on by default. need to solve this another way.
Carsten Haitzler [Sun, 1 Jul 2012 22:44:55 +0000 (22:44 +0000)]
comp sync back on by default. need to solve this another way.

SVN revision: 73114

12 years agoEet: fix CFLAGS value when --enable-assert is used
Vincent Torri [Sun, 1 Jul 2012 13:34:52 +0000 (13:34 +0000)]
Eet: fix CFLAGS value when --enable-assert is used

SVN revision: 73113

12 years agoEina: fix CFLAGS value when --enable-assert is used
Vincent Torri [Sun, 1 Jul 2012 13:34:34 +0000 (13:34 +0000)]
Eina: fix CFLAGS value when --enable-assert is used

SVN revision: 73112

12 years agoibus-immodule: support async mode. especially there is problem when korean input...
Jihoon Kim [Sun, 1 Jul 2012 12:57:52 +0000 (12:57 +0000)]
ibus-immodule: support async mode. especially there is problem when korean input in sync mode. It's known issue in ibus

SVN revision: 73111

12 years agoibus-immodule: fix formatting
Jihoon Kim [Sun, 1 Jul 2012 12:42:46 +0000 (12:42 +0000)]
ibus-immodule: fix formatting

SVN revision: 73110

12 years agoeeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
Carsten Haitzler [Sun, 1 Jul 2012 12:33:45 +0000 (12:33 +0000)]
eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
again. bad commit vtorri?

SVN revision: 73109

12 years agoEet: remove --enable-coverage option.
Vincent Torri [Sun, 1 Jul 2012 12:01:46 +0000 (12:01 +0000)]
Eet: remove --enable-coverage option.

 Now, coverage is detected with just --enable-tests.

 Buildbot maintainers : please remove --enable-coverage option to
 eet (more EFL will be supported later)

SVN revision: 73108

12 years agoEina: remove --enable-coverage option.
Vincent Torri [Sun, 1 Jul 2012 11:48:06 +0000 (11:48 +0000)]
Eina: remove --enable-coverage option.

Now, coverage is detected with just --enable-tests.

Buildbot maintainers : please remove --enable-coverage option to
eina (more EFL will be supported later)

SVN revision: 73107

12 years agoEet: add nice m4 macros to check functions and libraries. Will be usable easily in...
Vincent Torri [Sun, 1 Jul 2012 09:47:48 +0000 (09:47 +0000)]
Eet: add nice m4 macros to check functions and libraries. Will be usable easily in the merge, per EFL lib

Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here

SVN revision: 73095

12 years agoephysics README: Updated bullet version. EPhysics works well with Bullet 0.79 as...
Daniel Juyung Seo [Sun, 1 Jul 2012 08:47:05 +0000 (08:47 +0000)]
ephysics README: Updated bullet version. EPhysics works well with Bullet 0.79 as far as I know.

SVN revision: 73093

12 years agotypo
Vincent Torri [Sun, 1 Jul 2012 08:46:43 +0000 (08:46 +0000)]
typo

SVN revision: 73092

12 years agoLet it build with cmake 2.8.1 and older.
David Walter Seikel [Sun, 1 Jul 2012 06:25:31 +0000 (06:25 +0000)]
Let it build with cmake 2.8.1 and older.

SVN revision: 73087

12 years agoefreet: Finish off nls support
Sebastian Dransfeld [Fri, 29 Jun 2012 22:44:00 +0000 (22:44 +0000)]
efreet: Finish off nls support

SVN revision: 73067

12 years agoEPhysics: add linear slop setter / getter for world
Bruno Dilly [Fri, 29 Jun 2012 22:24:33 +0000 (22:24 +0000)]
EPhysics: add linear slop setter / getter for world

Constraint solver can be configured using some advanced settings, like
the solver slop factor.

Linear slop on sequencial impulse constraint solver is used as a factor
for penetration. The penetration will the manifold distance + linear slop.

SVN revision: 73066

12 years agoEPhysics: remove annoying tick dbg msg
Bruno Dilly [Fri, 29 Jun 2012 22:22:43 +0000 (22:22 +0000)]
EPhysics: remove annoying tick dbg msg

SVN revision: 73065

12 years agoEPhysics: modify copyright notice
Bruno Dilly [Fri, 29 Jun 2012 22:22:35 +0000 (22:22 +0000)]
EPhysics: modify copyright notice

SVN revision: 73064

12 years agoEPhysics: unregister test log domain
Bruno Dilly [Fri, 29 Jun 2012 22:22:28 +0000 (22:22 +0000)]
EPhysics: unregister test log domain

SVN revision: 73063

12 years agoRemove the right element from the list
Iván Briano [Fri, 29 Jun 2012 22:04:42 +0000 (22:04 +0000)]
Remove the right element from the list

SVN revision: 73062

12 years agoLet's not fall into an infinite loop with blocked
Iván Briano [Fri, 29 Jun 2012 22:04:34 +0000 (22:04 +0000)]
Let's not fall into an infinite loop with blocked
 requests

SVN revision: 73061

12 years agoTHE MOST IMPORTANT COMMIT IN THE HISTORY OF HUMANITY
Iván Briano [Fri, 29 Jun 2012 22:04:23 +0000 (22:04 +0000)]
THE MOST IMPORTANT COMMIT IN THE HISTORY OF HUMANITY

SVN revision: 73060

12 years agoDon't block waiting for response to font_load before
Iván Briano [Fri, 29 Jun 2012 22:04:13 +0000 (22:04 +0000)]
Don't block waiting for response to font_load before
 requesting glyphs, the server can handle dependencies
 now.

SVN revision: 73059

12 years agoAdd support for a request to depend on another
Iván Briano [Fri, 29 Jun 2012 22:03:57 +0000 (22:03 +0000)]
Add support for a request to depend on another

SVN revision: 73058

12 years agoRevert "eina: fix eina_file_iterator"
Sebastian Dransfeld [Fri, 29 Jun 2012 20:47:55 +0000 (20:47 +0000)]
Revert "eina: fix eina_file_iterator"

This reverts commit 375d652df6430e08874412650e6f8aecfcbdca51.

SVN revision: 73056

12 years agochangelog
Sebastian Dransfeld [Fri, 29 Jun 2012 20:41:03 +0000 (20:41 +0000)]
changelog

SVN revision: 73055

12 years agoeina: fix eina_file_iterator
Sebastian Dransfeld [Fri, 29 Jun 2012 20:37:33 +0000 (20:37 +0000)]
eina: fix eina_file_iterator

Remove false check. When we reach the last line we want to return it.
This check will happen the next time we hit the next function.

SVN revision: 73054

12 years agoefreet: parse user-dirs.dirs
Sebastian Dransfeld [Fri, 29 Jun 2012 20:35:47 +0000 (20:35 +0000)]
efreet: parse user-dirs.dirs

SVN revision: 73053

12 years agoefreet: use alloca
Sebastian Dransfeld [Fri, 29 Jun 2012 20:35:23 +0000 (20:35 +0000)]
efreet: use alloca

malloc + dir in same function -> alloca

SVN revision: 73052

12 years agoEvas: Support cserve2 for xcb engine.
Christopher Michael [Fri, 29 Jun 2012 12:01:34 +0000 (12:01 +0000)]
Evas: Support cserve2 for xcb engine.

SVN revision: 73033

12 years agochange my email address
Mike Blumenkrantz [Fri, 29 Jun 2012 10:58:49 +0000 (10:58 +0000)]
change my email address

SVN revision: 73032

12 years agoeina: also track lines index.
Cedric BAIL [Fri, 29 Jun 2012 10:45:58 +0000 (10:45 +0000)]
eina: also track lines index.

SVN revision: 73029

12 years agopatch from christophe.dumez@intel.com for joystick support
Mike Blumenkrantz [Fri, 29 Jun 2012 08:18:12 +0000 (08:18 +0000)]
patch from christophe.dumez@intel.com for joystick support
ticket #1100

SVN revision: 73027

12 years agoadd disk and net groups to main eeze doc page
Mike Blumenkrantz [Fri, 29 Jun 2012 08:10:59 +0000 (08:10 +0000)]
add disk and net groups to main eeze doc page

SVN revision: 73026

12 years agofix crash in eeze_net_free()
Mike Blumenkrantz [Fri, 29 Jun 2012 08:06:01 +0000 (08:06 +0000)]
fix crash in eeze_net_free()
ticket #1101

SVN revision: 73025

12 years agoremove log level setting in eeze scanner and efm
Mike Blumenkrantz [Fri, 29 Jun 2012 07:57:58 +0000 (07:57 +0000)]
remove log level setting in eeze scanner and efm

SVN revision: 73024

12 years agoEina: reorganise a bit the autotools. Please report any problem
Vincent Torri [Fri, 29 Jun 2012 06:49:08 +0000 (06:49 +0000)]
Eina: reorganise a bit the autotools. Please report any problem

SVN revision: 73023

12 years agoscim-immodule: handle altgr modifier
Jihoon Kim [Fri, 29 Jun 2012 05:23:41 +0000 (05:23 +0000)]
scim-immodule: handle altgr modifier

SVN revision: 73022

12 years agoibusimmodule: handle altgr modifier
Jihoon Kim [Fri, 29 Jun 2012 05:23:00 +0000 (05:23 +0000)]
ibusimmodule: handle altgr modifier

SVN revision: 73021

12 years agoEina: check if fnmatch() is also in libc
Vincent Torri [Thu, 28 Jun 2012 23:01:51 +0000 (23:01 +0000)]
Eina: check if fnmatch() is also in libc

SVN revision: 73018

12 years agoeina/tests: Bring in the needed flags for coverage after the rework.
Stefan Schmidt [Thu, 28 Jun 2012 15:15:56 +0000 (15:15 +0000)]
eina/tests: Bring in the needed flags for coverage after the rework.

Vicent, this is like you did it for benchmark. If you want any other
setup for coverage feel free to change.

SVN revision: 73016

12 years agoEPhysics: fix function references on docs
Bruno Dilly [Thu, 28 Jun 2012 14:02:02 +0000 (14:02 +0000)]
EPhysics: fix function references on docs

discomfitor spotted some issues, so now all the functions are
marked with @ref, so it will warn if they couldn't be found
on project. Except functions on @see section, since we
are already warned about them.

SVN revision: 73013

12 years agoEPhysics: fix make distcheck issues
Bruno Dilly [Thu, 28 Jun 2012 14:01:19 +0000 (14:01 +0000)]
EPhysics: fix make distcheck issues

SVN revision: 73012

12 years agoeeze scanner log dom -> ERR
Mike Blumenkrantz [Thu, 28 Jun 2012 10:23:11 +0000 (10:23 +0000)]
eeze scanner log dom -> ERR

SVN revision: 72994

12 years agotom - can u take thgis textblock fit code and run with it and polish
Carsten Haitzler [Thu, 28 Jun 2012 10:19:30 +0000 (10:19 +0000)]
tom - can u take thgis textblock fit code and run with it and polish
it to be nice and try and "fit" as best as possible? entries dont do it.

SVN revision: 72992

12 years agofix refcounting issue with font instances.
Carsten Haitzler [Thu, 28 Jun 2012 10:13:05 +0000 (10:13 +0000)]
fix refcounting issue with font instances.

SVN revision: 72990

12 years agothere - @since. it has no docs anyway.
Carsten Haitzler [Thu, 28 Jun 2012 09:26:22 +0000 (09:26 +0000)]
there - @since. it has no docs anyway.

SVN revision: 72988

12 years agoecore: unused-params--
Stefan Schmidt [Thu, 28 Jun 2012 08:51:42 +0000 (08:51 +0000)]
ecore: unused-params--

SVN revision: 72985

12 years agoadd some error messages when server connections fail for debugging
Mike Blumenkrantz [Thu, 28 Jun 2012 08:51:06 +0000 (08:51 +0000)]
add some error messages when server connections fail for debugging

SVN revision: 72984

12 years agoadd compose sequence decode/hanling to ecore-input. needs manual use
Carsten Haitzler [Thu, 28 Jun 2012 08:17:13 +0000 (08:17 +0000)]
add compose sequence decode/hanling to ecore-input. needs manual use
to detect though. needs to be added to edje_entry and terminology.

SVN revision: 72982

12 years agoecore: Rename Mode to AltGr
Sebastian Dransfeld [Thu, 28 Jun 2012 07:30:32 +0000 (07:30 +0000)]
ecore: Rename Mode to AltGr

SVN revision: 72980

12 years agodamn space !
Vincent Torri [Thu, 28 Jun 2012 07:22:54 +0000 (07:22 +0000)]
damn space !

SVN revision: 72979

12 years agoEina: and fix bench compilation
Vincent Torri [Thu, 28 Jun 2012 06:57:54 +0000 (06:57 +0000)]
Eina: and fix bench compilation

SVN revision: 72974

12 years agoremove useless m4 files
Vincent Torri [Thu, 28 Jun 2012 06:51:46 +0000 (06:51 +0000)]
remove useless m4 files

SVN revision: 72973

12 years agoEina: add nice m4 macro to check function. Will be usable easily in the merge, per...
Vincent Torri [Thu, 28 Jun 2012 06:45:12 +0000 (06:45 +0000)]
Eina: add nice m4 macro to check function. Will be usable easily in the merge, per EFL lib

Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here

SVN revision: 72972

12 years agoEvasGL: Adding MSAA for depth_24_stencil_8 format that was missing
Sung Park [Thu, 28 Jun 2012 03:37:13 +0000 (03:37 +0000)]
EvasGL: Adding MSAA for depth_24_stencil_8 format that was missing
from the previous commit.

SVN revision: 72970

12 years agoibusimmodule: remove trailing whitespaces
Jihoon Kim [Thu, 28 Jun 2012 02:43:58 +0000 (02:43 +0000)]
ibusimmodule: remove trailing whitespaces

SVN revision: 72969

12 years agoecore xim: No need to cast here
Sebastian Dransfeld [Wed, 27 Jun 2012 20:50:45 +0000 (20:50 +0000)]
ecore xim: No need to cast here

XKeyPressedEvent is correct

SVN revision: 72967

12 years agoephysics may or may not require current svn to build, probably no harm in setting...
Mike Blumenkrantz [Wed, 27 Jun 2012 19:09:03 +0000 (19:09 +0000)]
ephysics may or may not require current svn to build, probably no harm in setting version requirements to that since we're releasing again in a couple weeks

SVN revision: 72963

12 years agoefreet: Fix missing cache info
Sebastian Dransfeld [Wed, 27 Jun 2012 19:07:05 +0000 (19:07 +0000)]
efreet: Fix missing cache info

If a desktop was in the regular cache because of direct access, and then
added by a change in XDG_DATA_DIRS it wouldn't end in the utils cache
unless something triggered a complete cache rebuild.

SVN revision: 72962

12 years agoMark the slave as not done when it starts a job
Iván Briano [Wed, 27 Jun 2012 19:01:40 +0000 (19:01 +0000)]
Mark the slave as not done when it starts a job

SVN revision: 72961

12 years agoPrevent using freed data in epoll events
Iván Briano [Wed, 27 Jun 2012 19:01:16 +0000 (19:01 +0000)]
Prevent using freed data in epoll events

SVN revision: 72960

12 years agoEPhysics: remove dependency
Bruno Dilly [Wed, 27 Jun 2012 17:58:45 +0000 (17:58 +0000)]
EPhysics: remove dependency

We've stopped using ecore_evas directly.

SVN revision: 72957

12 years agoecore xim: Enable lock scroll
Sebastian Dransfeld [Wed, 27 Jun 2012 17:54:12 +0000 (17:54 +0000)]
ecore xim: Enable lock scroll

SVN revision: 72956

12 years agoecore xim: Use ecore x modifiers
Sebastian Dransfeld [Wed, 27 Jun 2012 17:54:08 +0000 (17:54 +0000)]
ecore xim: Use ecore x modifiers

So if the users do a strange remapping it will work for them

SVN revision: 72955

12 years agoecore_x: Make x modifiers public
Sebastian Dransfeld [Wed, 27 Jun 2012 17:54:01 +0000 (17:54 +0000)]
ecore_x: Make x modifiers public

SVN revision: 72954

12 years agoEPhysics: reduce bullet requirement to 2.79
Bruno Dilly [Wed, 27 Jun 2012 17:50:52 +0000 (17:50 +0000)]
EPhysics: reduce bullet requirement to 2.79

Tested by glima.
2.79 is the version packaged on fedora.

SVN revision: 72953

12 years agoeio: Fix out srcdir != builddir build for make distcheck
Stefan Schmidt [Wed, 27 Jun 2012 15:12:58 +0000 (15:12 +0000)]
eio: Fix out srcdir != builddir build for make distcheck

This should fix the buildbot problem during make distcheck

SVN revision: 72950

12 years agoedje: Align coverage generation with all others
Stefan Schmidt [Wed, 27 Jun 2012 13:26:25 +0000 (13:26 +0000)]
edje: Align coverage generation with all others

SVN revision: 72947

12 years agoefreet: Align coverage generation with eina, eet and evas.
Stefan Schmidt [Wed, 27 Jun 2012 13:26:21 +0000 (13:26 +0000)]
efreet: Align coverage generation with eina, eet and evas.

SVN revision: 72946

12 years agoeet: fix name.
Cedric BAIL [Wed, 27 Jun 2012 13:11:58 +0000 (13:11 +0000)]
eet: fix name.

SVN revision: 72944

12 years agoecore: ChangeLog for last commit
Sebastian Dransfeld [Wed, 27 Jun 2012 11:00:28 +0000 (11:00 +0000)]
ecore: ChangeLog for last commit

SVN revision: 72939

12 years agoecore: Fix support for intl keyboards
Sebastian Dransfeld [Wed, 27 Jun 2012 10:47:57 +0000 (10:47 +0000)]
ecore: Fix support for intl keyboards

Map XK_Mode_switch to new modifier and use it to match AltGr key. In
ecore_imf xim module this key should be reported as Mod5Mask, and
windows key as Mod4Mask.

Does none of the e developers use international keyboards?

SVN revision: 72937

12 years agoefreet: efreet_suite also needs the libs for coverage
Stefan Schmidt [Wed, 27 Jun 2012 09:55:38 +0000 (09:55 +0000)]
efreet: efreet_suite also needs the libs for coverage

Its one of these days where it only comes together in small pieces.

SVN revision: 72934

12 years agoefreet: Pass the correct ld flags to the test.
Stefan Schmidt [Wed, 27 Jun 2012 09:21:22 +0000 (09:21 +0000)]
efreet: Pass the correct ld flags to the test.

This fixes coverage on freet

SVN revision: 72930

12 years agoedje: Pass in coverage ld flags for all programs in src/bin as well
Stefan Schmidt [Wed, 27 Jun 2012 09:09:11 +0000 (09:09 +0000)]
edje: Pass in coverage ld flags for all programs in src/bin as well

SVN revision: 72929

12 years agoEvasGL: Fixed a few minor bugs.
Sung Park [Wed, 27 Jun 2012 08:19:25 +0000 (08:19 +0000)]
EvasGL: Fixed a few minor bugs.
- Added (w,h) <=0 dimension check for evas_gl_surface_create()
- Changed evas_gl_make_current to return error when either
  surface or context is NULL.  Semantically, this was allowed
  before but it was changed to reflect eglMakeCurrent behavior.
- evas_gl_make_current - detached any previously attached
  buffers before attaching new ones to an FBO during a make_current.
- Used dynamic memory for extension string allocation for safety.

SVN revision: 72926

12 years agoEvil: force -mms-bitfields for all the lib compiled with Evil
Vincent Torri [Wed, 27 Jun 2012 05:12:37 +0000 (05:12 +0000)]
Evil: force -mms-bitfields for all the lib compiled with Evil

SVN revision: 72919

12 years agoEo: Removed the const op concept.
Tom Hacohen [Wed, 27 Jun 2012 03:58:45 +0000 (03:58 +0000)]
Eo: Removed the const op concept.

Too ambiguous to be worth it...

SVN revision: 72914

12 years agoEo: Fixed wrong kls_itr inits and error message prints.
Tom Hacohen [Wed, 27 Jun 2012 03:58:39 +0000 (03:58 +0000)]
Eo: Fixed wrong kls_itr inits and error message prints.

SVN revision: 72913

12 years agoeet: fix crash when cyphering hyge amount of data.
Cedric BAIL [Wed, 27 Jun 2012 00:37:05 +0000 (00:37 +0000)]
eet: fix crash when cyphering hyge amount of data.

Patch by Leandro Sansilva.

SVN revision: 72906

12 years agoEPhysics: a new library comes to E world
Bruno Dilly [Tue, 26 Jun 2012 22:36:12 +0000 (22:36 +0000)]
EPhysics: a new library comes to E world

It’s a wrapper between Bullet Physics and EFL to add physics effects
in a simple way.

More details on README, TODO, and edevelop mail list =)

SVN revision: 72896

12 years agoeio: Ignore all libtool output
Mike McCormack [Tue, 26 Jun 2012 20:52:40 +0000 (20:52 +0000)]
eio: Ignore all libtool output

SVN revision: 72893

12 years agoRevert "ecore/xinerama: Don't do an assingment after return."
Stefan Schmidt [Tue, 26 Jun 2012 11:48:35 +0000 (11:48 +0000)]
Revert "ecore/xinerama: Don't do an assingment after return."

This reverts commit 47fe99646f879b555b1048b900e27e67dc20bd98.

SVN revision: 72877

12 years agoRevert "ecore/gesture: Don't do dead assignments after return."
Stefan Schmidt [Tue, 26 Jun 2012 11:48:24 +0000 (11:48 +0000)]
Revert "ecore/gesture: Don't do dead assignments after return."

This reverts commit b18eddb5a74e84e05e0f797b659d0719f56d9434.

SVN revision: 72876

12 years agoecore/xinerama: Don't do an assingment after return.
Stefan Schmidt [Tue, 26 Jun 2012 10:55:13 +0000 (10:55 +0000)]
ecore/xinerama: Don't do an assingment after return.

It's dead baby, it's dead.

SVN revision: 72873

12 years agoecore/gesture: Don't do dead assignments after return.
Stefan Schmidt [Tue, 26 Jun 2012 10:55:09 +0000 (10:55 +0000)]
ecore/gesture: Don't do dead assignments after return.

Raster added this for some unused param warnings in 65142. Now we have complains about dead
assigments and I hope this finally mutes both of them. Thanks to Tom for pointing it out.

SVN revision: 72872

12 years agoemotion: Remove dead assigment and commented out code
Stefan Schmidt [Tue, 26 Jun 2012 10:55:02 +0000 (10:55 +0000)]
emotion: Remove dead assigment and commented out code

Thanks to scan-build.

SVN revision: 72871

12 years agoembryo: Avoid shadowing of the global index variable
Stefan Schmidt [Tue, 26 Jun 2012 09:08:54 +0000 (09:08 +0000)]
embryo: Avoid shadowing of the global index variable

SVN revision: 72865

12 years agoeeze: Initial docs fopr Eeze_UDev_Watch and callback types
Stefan Schmidt [Tue, 26 Jun 2012 09:08:49 +0000 (09:08 +0000)]
eeze: Initial docs fopr Eeze_UDev_Watch and callback types

SVN revision: 72864

12 years agoevas/cserve2: Don't use var names that are used as global. Index is one of them.
Stefan Schmidt [Tue, 26 Jun 2012 09:08:45 +0000 (09:08 +0000)]
evas/cserve2: Don't use var names that are used as global. Index is one of them.

SVN revision: 72863

12 years agoEvas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
Christopher Michael [Tue, 26 Jun 2012 07:08:09 +0000 (07:08 +0000)]
Evas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
engine surface.

SVN revision: 72851