platform/upstream/efl.git
12 years agoemotion: Added .gitignore
Daniel Juyung Seo [Fri, 20 Jan 2012 02:31:32 +0000 (02:31 +0000)]
emotion: Added .gitignore

SVN revision: 67365

12 years agoefreet_alloc test: check if icons are missing.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 19:40:41 +0000 (19:40 +0000)]
efreet_alloc test: check if icons are missing.

SVN revision: 67359

12 years agoefreet: make doxyfile similar to eina's.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 19:38:40 +0000 (19:38 +0000)]
efreet: make doxyfile similar to eina's.

SVN revision: 67358

12 years agoEfreet tests: fix compilation warning.
Tom Hacohen [Thu, 19 Jan 2012 18:50:24 +0000 (18:50 +0000)]
Efreet tests: fix compilation warning.

SVN revision: 67357

12 years agoevas_blend_ops: Fix gcc complains about static used in non static inline functions.
Stefan Schmidt [Thu, 19 Jan 2012 16:55:17 +0000 (16:55 +0000)]
evas_blend_ops: Fix gcc complains about static used in non static inline functions.

Make the functions static as well to avoid gcc warnings like this:
warning: 'ALPHA_SSE3' is static but used in inline function 'sub4_alpha_sse3' which is not static

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
SVN revision: 67355

12 years agooopps!
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 16:52:58 +0000 (16:52 +0000)]
oopps!

SVN revision: 67354

12 years agofix gcc warnings about set-but-unused and shadows of y1.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 16:49:47 +0000 (16:49 +0000)]
fix gcc warnings about set-but-unused and shadows of y1.

NOTE: did not touch mess that is jpeg, someone else can deal with it :-P

SVN revision: 67353

12 years agofix set-but-not-used errors from newer gcc.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 16:35:47 +0000 (16:35 +0000)]
fix set-but-not-used errors from newer gcc.

SVN revision: 67352

12 years agoeeze: fix warnings.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 15:55:03 +0000 (15:55 +0000)]
eeze: fix warnings.

ioctls just have 3 elements... and 'i' must be reset before using it
again for ipv6.

SVN revision: 67351

12 years agoevas: add double buffer support to buffer engine.
Cedric BAIL [Thu, 19 Jan 2012 15:17:24 +0000 (15:17 +0000)]
evas: add double buffer support to buffer engine.

NOTE: This patch is a first step to replace and remove
Evas SDL Software backend.

SVN revision: 67347

12 years agoeina: fix inarray macro.
Cedric BAIL [Thu, 19 Jan 2012 15:13:07 +0000 (15:13 +0000)]
eina: fix inarray macro.

SVN revision: 67346

12 years agomake eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_decode().
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 14:54:01 +0000 (14:54 +0000)]
make eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_decode().

eet_data_image_jpeg_rgb_decode() did not had a warning the alpha
version did, as the code is very similar and the return pointer was
not used, make it just like rgb and return an integer.

SVN revision: 67345

12 years agouse $(MAKE) instead of make, echo the built doc package.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 14:07:35 +0000 (14:07 +0000)]
use $(MAKE) instead of make, echo the built doc package.

This removes the annoying:

   make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

and with the package name I can upload it easily to somewhere else.

SVN revision: 67343

12 years agodocs: remove some warnings and make eina/eet doc more uniform.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 13:26:40 +0000 (13:26 +0000)]
docs: remove some warnings and make eina/eet doc more uniform.

SVN revision: 67339

12 years agoEdje: Revert "Edje: Replace x1 -> xx1 (also y1, x2 and y2)."
Tom Hacohen [Thu, 19 Jan 2012 13:18:26 +0000 (13:18 +0000)]
Edje: Revert "Edje: Replace x1 -> xx1 (also y1, x2 and y2)."

Oops, apparently I broke things.

This reverts commit 67325.

SVN revision: 67338

12 years agoOops, forgot to fix some warnings for eina docs out-of-tree generation.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 12:25:42 +0000 (12:25 +0000)]
Oops, forgot to fix some warnings for eina docs out-of-tree generation.

SVN revision: 67336

12 years agodoxyen -u + minor changes, let's see if warnings are reduced.
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 12:23:37 +0000 (12:23 +0000)]
doxyen -u + minor changes, let's see if warnings are reduced.

SVN revision: 67335

12 years agoEvas textblock: Fix a bug with ellipsis and word-wrap.
Tom Hacohen [Thu, 19 Jan 2012 12:11:44 +0000 (12:11 +0000)]
Evas textblock: Fix a bug with ellipsis and word-wrap.

Ellipsis didn't work well with word wrapping textblocks.

SVN revision: 67333

12 years agoeio: fix build on old debian system.
Cedric BAIL [Thu, 19 Jan 2012 10:26:41 +0000 (10:26 +0000)]
eio: fix build on old debian system.

Patch by Guillaume Friloux <guillaume.friloux@asp64.com>

SVN revision: 67330

12 years agoEvas textblock tests: Fix tests warnings.
Tom Hacohen [Thu, 19 Jan 2012 09:02:12 +0000 (09:02 +0000)]
Evas textblock tests: Fix tests warnings.

SVN revision: 67329

12 years agoEvas textblock: Also add tab support to prev commit, oops.
Tom Hacohen [Thu, 19 Jan 2012 08:44:01 +0000 (08:44 +0000)]
Evas textblock: Also add tab support to prev commit, oops.

SVN revision: 67328

12 years agoEvas textblock: Filter out illegal chars from format.
Tom Hacohen [Thu, 19 Jan 2012 08:41:37 +0000 (08:41 +0000)]
Evas textblock: Filter out illegal chars from format.

This really just filters them out. The solution is not complete, nor is
it the best one. But this fixes the bugs for the meanwhile.

SVN revision: 67327

12 years agoremove in.h form headers - dont need it.
Carsten Haitzler [Thu, 19 Jan 2012 08:38:18 +0000 (08:38 +0000)]
remove in.h form headers - dont need it.

SVN revision: 67326

12 years agoEdje: Replace x1 -> xx1 (also y1, x2 and y2).
Tom Hacohen [Thu, 19 Jan 2012 08:17:14 +0000 (08:17 +0000)]
Edje: Replace x1 -> xx1 (also y1, x2 and y2).

This should probably become the new standard for coords as it doesn't
clash with the damn y1 posix function.

Thasks to Gustavo for the naming.

SVN revision: 67325

12 years agoEdje: Fixed a lot of warnings.
Tom Hacohen [Thu, 19 Jan 2012 08:17:12 +0000 (08:17 +0000)]
Edje: Fixed a lot of warnings.

SVN revision: 67324

12 years agoEdje cc: Remove unused parameters cpp_token_line/file.
Tom Hacohen [Thu, 19 Jan 2012 08:17:07 +0000 (08:17 +0000)]
Edje cc: Remove unused parameters cpp_token_line/file.

SVN revision: 67323

12 years agouse client_kill instead of directly eventing
Mike Blumenkrantz [Thu, 19 Jan 2012 08:02:41 +0000 (08:02 +0000)]
use client_kill instead of directly eventing

SVN revision: 67322

12 years agoEvas textblock: Indentation adjustment for the previous commit.
Tom Hacohen [Thu, 19 Jan 2012 07:52:37 +0000 (07:52 +0000)]
Evas textblock: Indentation adjustment for the previous commit.

(I wanted the actual changes to be clear for review, so I split the
commit to two).

SVN revision: 67321

12 years agoEvas textblock: Merge text and format wrapping handling.
Tom Hacohen [Thu, 19 Jan 2012 07:52:34 +0000 (07:52 +0000)]
Evas textblock: Merge text and format wrapping handling.

This should add a more standard compliant line breaking for format items
as well.

SVN revision: 67320

12 years agoremove use of 'dead' variable from win32 code
Mike Blumenkrantz [Thu, 19 Jan 2012 07:36:02 +0000 (07:36 +0000)]
remove use of 'dead' variable from win32 code

SVN revision: 67319

12 years agoEina: Fix compilation of eina_semaphore_lock() (Windows port)
Vincent Torri [Thu, 19 Jan 2012 06:33:42 +0000 (06:33 +0000)]
Eina: Fix compilation of eina_semaphore_lock() (Windows port)

Patch by Shinwoo Kim

SVN revision: 67317

12 years agoefreet: name_length -> name_start
Sebastian Dransfeld [Thu, 19 Jan 2012 01:05:33 +0000 (01:05 +0000)]
efreet: name_length -> name_start

SVN revision: 67311

12 years agoeina: Add FIXME
Sebastian Dransfeld [Thu, 19 Jan 2012 00:36:20 +0000 (00:36 +0000)]
eina: Add FIXME

SVN revision: 67310

12 years agoeina: formatting
Sebastian Dransfeld [Thu, 19 Jan 2012 00:36:05 +0000 (00:36 +0000)]
eina: formatting

SVN revision: 67309

12 years agoefreet: opendir -> eina_file_direct_ls
Sebastian Dransfeld [Thu, 19 Jan 2012 00:35:51 +0000 (00:35 +0000)]
efreet: opendir -> eina_file_direct_ls

SVN revision: 67308

12 years agoedje: correct retrival of file name
Sebastian Dransfeld [Thu, 19 Jan 2012 00:35:36 +0000 (00:35 +0000)]
edje: correct retrival of file name

When using eina_file_direct_ls, we already know where the file part of a
path is, not need to use ecore_file_file_get().

SVN revision: 67307

12 years agoevas: correct notation to indicate unused variable
Sebastian Dransfeld [Wed, 18 Jan 2012 23:34:05 +0000 (23:34 +0000)]
evas: correct notation to indicate unused variable

SVN revision: 67305

12 years agoevas: only check references ifndef EVAS_CSERVE
Sebastian Dransfeld [Wed, 18 Jan 2012 23:33:54 +0000 (23:33 +0000)]
evas: only check references ifndef EVAS_CSERVE

We only check the value of references if EVAS_CSERVE isn't defined, so
no need to define it or assign it if EVAS_CSERVE isn't defined.

SVN revision: 67304

12 years agoevas: before_char is only used with BIDI_SUPPORT
Sebastian Dransfeld [Wed, 18 Jan 2012 23:33:43 +0000 (23:33 +0000)]
evas: before_char is only used with BIDI_SUPPORT

SVN revision: 67303

12 years agoevas: Remove unused variables
Sebastian Dransfeld [Wed, 18 Jan 2012 23:33:33 +0000 (23:33 +0000)]
evas: Remove unused variables

SVN revision: 67302

12 years agoevas: par_len is only used with BIDI_SUPPORT
Sebastian Dransfeld [Wed, 18 Jan 2012 23:33:21 +0000 (23:33 +0000)]
evas: par_len is only used with BIDI_SUPPORT

SVN revision: 67301

12 years agoevas: Fix shadow warnings
Sebastian Dransfeld [Wed, 18 Jan 2012 23:33:07 +0000 (23:33 +0000)]
evas: Fix shadow warnings

SVN revision: 67300

12 years agoeina: be able to track and display our memory over head when using malloc.
Cedric BAIL [Wed, 18 Jan 2012 17:47:05 +0000 (17:47 +0000)]
eina: be able to track and display our memory over head when using malloc.

NOTE: it is worth enabling it and see EINA_LOG_INFO displaying how much memory
we are wasting. Should help tune our memory allocator usage.

SVN revision: 67296

12 years agoeio: temporary fix when splice is not available.
Cedric BAIL [Wed, 18 Jan 2012 15:45:01 +0000 (15:45 +0000)]
eio: temporary fix when splice is not available.

SVN revision: 67294

12 years agoEdje: Fix big-endian issue with aspect_preference being declared as an enum/int and...
Youness Alaoui [Wed, 18 Jan 2012 06:16:01 +0000 (06:16 +0000)]
Edje: Fix big-endian issue with aspect_preference being declared as an enum/int and read from file as a char

SVN revision: 67292

12 years agoEcore: Send joypad buttons as key down/up events and properly send the quit request
Youness Alaoui [Wed, 18 Jan 2012 06:15:52 +0000 (06:15 +0000)]
Ecore: Send joypad buttons as key down/up events and properly send the quit request

SVN revision: 67291

12 years agoFrom: Jihoon Kim <imfine98@gmail.com>
Jihoon Kim [Wed, 18 Jan 2012 04:38:04 +0000 (04:38 +0000)]
From: Jihoon Kim <imfine98@gmail.com>

Long time ago, in
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32795.html
mail thread and IRC,

I talked with about problem of asynchronous event API such as
ecore_imf_context_commit_event_add,
ecore_imf_context_preedit_changed_event_add, so on.

In short, The problem is that key event and text_set APIs are processed
immediately, but commit event and preedit changed event is processed
asynchronously  because those APIs add each event to ecore event queue.

To fix these problems, I've decided to create synchronous event APIs such
as ecore_imf_context_event_callback_add, del and call.

For considering compatibility, sync and async event callback functions are
used in xim and scim immodule.

SVN revision: 67290

12 years agoFrom: Guillaume Friloux <guillaume.friloux@asp64.com>
Guillaume Friloux [Wed, 18 Jan 2012 04:32:37 +0000 (04:32 +0000)]
From: Guillaume Friloux <guillaume.friloux@asp64.com>

Hello again e people, i have play a bit with eina's comments to get
proper namings and fix broken references.

SVN revision: 67289

12 years agovoid impl for eina_lock stuff should return "innocuous" values - ie
Carsten Haitzler [Wed, 18 Jan 2012 04:27:13 +0000 (04:27 +0000)]
void impl for eina_lock stuff should return "innocuous" values - ie
pretend things succeed ad on a lockless platform u cant have threads
anyway :)

SVN revision: 67288

12 years agolets check write err so we dont get warnings. :/
Carsten Haitzler [Wed, 18 Jan 2012 04:13:52 +0000 (04:13 +0000)]
lets check write err so we dont get warnings. :/

SVN revision: 67287

12 years agoupdate all minor versions to 2 (or 6) - and yes. i missed making most
Carsten Haitzler [Wed, 18 Jan 2012 02:32:36 +0000 (02:32 +0000)]
update all minor versions to 2 (or 6) - and yes. i missed making most
be 1.1 (or 1.5) for the last release. too late. THIS is why i'm sick
and tired of all the bloody separate libs that have to be versiioned
and build and released separately. :( too many places to go fix up per
release.

SVN revision: 67284

12 years agoEvas tests: use unitptr_t in callback test.
Tom Hacohen [Tue, 17 Jan 2012 15:08:38 +0000 (15:08 +0000)]
Evas tests: use unitptr_t in callback test.

SVN revision: 67277

12 years agoecore - Various patches in ecore's doc
Guillaume Friloux [Tue, 17 Jan 2012 11:37:35 +0000 (11:37 +0000)]
ecore - Various patches in ecore's doc

Hello e people, i modified some comments to get less doxygen
warnings/errors.

Signed-Off-By: Guillaume Friloux <guillaume.friloux@asp64.com>
SVN revision: 67270

12 years agowe can optimize matching by breaking loop when match becomes 0 :)
Carsten Haitzler [Tue, 17 Jan 2012 09:15:31 +0000 (09:15 +0000)]
we can optimize matching by breaking loop when match becomes 0 :)

SVN revision: 67267

12 years agoand in a fit of rage... i'm removing those EINA_PURE's - one of them i
Carsten Haitzler [Tue, 17 Jan 2012 09:15:05 +0000 (09:15 +0000)]
and in a fit of rage... i'm removing those EINA_PURE's - one of them i
found was causing compiler optimizations to, in some compielr versions
and optimization levels, to skip a func in the eva stest suites...
which is wrong. no more pure mumbo. gone entirely.
evas_textblock_string_escape_get() was the one.

SVN revision: 67266

12 years agoEdje entry: Handle entry newline legacy mode better.
Tom Hacohen [Tue, 17 Jan 2012 08:38:37 +0000 (08:38 +0000)]
Edje entry: Handle entry newline legacy mode better.

SVN revision: 67265

12 years agoadd EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN for accessibility
Carsten Haitzler [Tue, 17 Jan 2012 08:35:32 +0000 (08:35 +0000)]
add EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN for accessibility
:)

SVN revision: 67264

12 years agoEcore_Evas (wayland): Add/Fix more dnd code.
Christopher Michael [Mon, 16 Jan 2012 19:11:17 +0000 (19:11 +0000)]
Ecore_Evas (wayland): Add/Fix more dnd code.

SVN revision: 67248

12 years agoEcore_Wayland: When handling wayland interfaces (during startup), we
Christopher Michael [Mon, 16 Jan 2012 19:10:33 +0000 (19:10 +0000)]
Ecore_Wayland: When handling wayland interfaces (during startup), we
cannot depend on the order in which the interfaces are given to us, so
we cannot create the data_device until we have both the input device
and the data_device_manager. Fix that.

Add more dnd code (not complete yet because frankly, the way Wayland
handles dnd & selection code is crappy, stupid, and difficult to
implement).

SVN revision: 67247

12 years agoAdd evas_object_smart_callback_del_full API
Iván Briano [Mon, 16 Jan 2012 17:25:40 +0000 (17:25 +0000)]
Add evas_object_smart_callback_del_full API

Patch by Raphael Kubo Costas (rakuco)

SVN revision: 67246

12 years agoEdje: Fixed a couple of warnings that really don't indicate issues.
Tom Hacohen [Mon, 16 Jan 2012 12:34:13 +0000 (12:34 +0000)]
Edje: Fixed a couple of warnings that really don't indicate issues.

Global shadow warnings are annoying and thus will be ignored at the moment,
There are other issues as well though, for example, not using cpp_token_file.
I don't know if that's intended or not, so I won't just suppress the warning.

SVN revision: 67242

12 years agoEcore: Fix some more warnings.
Tom Hacohen [Mon, 16 Jan 2012 09:30:29 +0000 (09:30 +0000)]
Ecore: Fix some more warnings.

I see a future in which there'll be no warnings in EFL.
At the mean time, lets do our best to make the buildbot happy. :)

SVN revision: 67240

12 years agoEcore: Fix some warnings.
Tom Hacohen [Mon, 16 Jan 2012 09:22:42 +0000 (09:22 +0000)]
Ecore: Fix some warnings.

SVN revision: 67239

12 years agomodify ecore_evas_extn_socket_new and ecore_evas_extn_plug_new.
Jiyoun Park [Mon, 16 Jan 2012 08:48:24 +0000 (08:48 +0000)]
modify ecore_evas_extn_socket_new and ecore_evas_extn_plug_new.
divide each new functions to two part
which create ecore evas and create socket for upper layer.
socket: new and listen
plug: new and connect

SVN revision: 67238

12 years agoMerge branch 'randr'
Leif Middelschulte [Sun, 15 Jan 2012 22:03:45 +0000 (22:03 +0000)]
Merge branch 'randr'

SVN revision: 67234

12 years agoFrom: Stefan Schmidt <stefan@datenfreihafen.org>
Stefan Schmidt [Sun, 15 Jan 2012 18:42:13 +0000 (18:42 +0000)]
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Sun, 15 Jan 2012 13:46:07 +0100
Subject: [PATCH 2/2] ecore_con_info: Remove unused err variable.

SVN revision: 67233

12 years agoEet tests: Removed debug output, previous ugly hack fixed it.
Tom Hacohen [Sun, 15 Jan 2012 11:37:16 +0000 (11:37 +0000)]
Eet tests: Removed debug output, previous ugly hack fixed it.

SVN revision: 67232

12 years agoEet tests: An ugly hack to make it work with absolute paths.
Tom Hacohen [Sun, 15 Jan 2012 11:31:48 +0000 (11:31 +0000)]
Eet tests: An ugly hack to make it work with absolute paths.

SVN revision: 67231

12 years agoEina benchmark: Fixed compilation warnings.
Tom Hacohen [Sun, 15 Jan 2012 11:20:59 +0000 (11:20 +0000)]
Eina benchmark: Fixed compilation warnings.

SVN revision: 67230

12 years agoEet tests: Added an hack to test what's wrong with the build bot.
Tom Hacohen [Sun, 15 Jan 2012 11:08:02 +0000 (11:08 +0000)]
Eet tests: Added an hack to test what's wrong with the build bot.

SVN revision: 67229

12 years agoEina value: Fixed signed and unsigned comparison.
Tom Hacohen [Sun, 15 Jan 2012 10:32:10 +0000 (10:32 +0000)]
Eina value: Fixed signed and unsigned comparison.

SVN revision: 67227

12 years agoEet tests: Support out of source builds.
Tom Hacohen [Sun, 15 Jan 2012 10:29:09 +0000 (10:29 +0000)]
Eet tests: Support out of source builds.

SVN revision: 67226

12 years agoEina tests: Fixed binbuf test.
Tom Hacohen [Sun, 15 Jan 2012 10:10:05 +0000 (10:10 +0000)]
Eina tests: Fixed binbuf test.

SVN revision: 67225

12 years agoEet tests: Fixed shadow warnings.
Tom Hacohen [Sun, 15 Jan 2012 09:57:20 +0000 (09:57 +0000)]
Eet tests: Fixed shadow warnings.

SVN revision: 67224

12 years agominor improvements to doc (just to trigger buildbot)
Gustavo Sverzut Barbieri [Sun, 15 Jan 2012 04:33:55 +0000 (04:33 +0000)]
minor improvements to doc (just to trigger buildbot)

SVN revision: 67223

12 years agowhitespace cleanup (just to test build bot)
Gustavo Sverzut Barbieri [Sun, 15 Jan 2012 03:20:45 +0000 (03:20 +0000)]
whitespace cleanup (just to test build bot)

SVN revision: 67221

12 years agofix eet distcheck.
Gustavo Sverzut Barbieri [Sun, 15 Jan 2012 02:33:28 +0000 (02:33 +0000)]
fix eet distcheck.

SVN revision: 67220

12 years agothis change brought to you by: the french
Mike Blumenkrantz [Sat, 14 Jan 2012 04:15:04 +0000 (04:15 +0000)]
this change brought to you by: the french

SVN revision: 67208

12 years agostragglers from 67197
Mike Blumenkrantz [Sat, 14 Jan 2012 04:08:01 +0000 (04:08 +0000)]
stragglers from 67197

SVN revision: 67206

12 years agowo... this turned out to be much more of a pain. minmul now works -
Carsten Haitzler [Sat, 14 Jan 2012 02:29:13 +0000 (02:29 +0000)]
wo... this turned out to be much more of a pain. minmul now works -
allows us to multiple a minimim size explicitly for min size calc so
we can do things like have content slide open/closed properly.

SVN revision: 67197

12 years agogreatly improve formatting in ecore_imf_xim.c
Mike Blumenkrantz [Sat, 14 Jan 2012 00:04:16 +0000 (00:04 +0000)]
greatly improve formatting in ecore_imf_xim.c

SVN revision: 67195

12 years agofix all compile warnings when xim is disabled
Mike Blumenkrantz [Fri, 13 Jan 2012 23:57:25 +0000 (23:57 +0000)]
fix all compile warnings when xim is disabled

SVN revision: 67194

12 years agoconfig.h must be the first header included.
Mike Blumenkrantz [Fri, 13 Jan 2012 23:51:31 +0000 (23:51 +0000)]
config.h must be the first header included.

SVN revision: 67192

12 years agoFrom: Jihoon Kim <imfine98@gmail.com>
Jihoon Kim [Fri, 13 Jan 2012 23:50:01 +0000 (23:50 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Subject: [E-devel] [PATCH] fix build error of ecore_imf_xim when using --disable-xim option
Date: Mon, 9 Jan 2012 19:53:17 +0900

Hello, EFL developers.

When building ecore with --disable-xim option, build error occurs.

This patch will solve this build error problem.

Would you please review and apply in svn?

SVN revision: 67191

12 years agoethumb: Updated .gitignore
Daniel Juyung Seo [Fri, 13 Jan 2012 10:27:34 +0000 (10:27 +0000)]
ethumb: Updated .gitignore

SVN revision: 67185

12 years agoeina_value: remove left overs.
Gustavo Sverzut Barbieri [Fri, 13 Jan 2012 10:12:16 +0000 (10:12 +0000)]
eina_value: remove left overs.

thanks to stefan_schmidt for spotting it.

SVN revision: 67183

12 years agoEcore_Wayland: Some more work on getting drag-n-drop flushed out.
Christopher Michael [Fri, 13 Jan 2012 09:33:33 +0000 (09:33 +0000)]
Ecore_Wayland: Some more work on getting drag-n-drop flushed out.

SVN revision: 67182

12 years agoEcore_Wayland: Unbreak shm engine wrt shm_format.
Christopher Michael [Fri, 13 Jan 2012 07:46:22 +0000 (07:46 +0000)]
Ecore_Wayland: Unbreak shm engine wrt shm_format.
Add more work on dnd code (incomplete still).

NB: We will need to add a method to request non-argb surfaces. For
now, all surfaces are argb.

SVN revision: 67180

12 years agoEcore_Evas (wayland): Implement Fullscreen Set for Shm and Egl.
Christopher Michael [Fri, 13 Jan 2012 06:46:35 +0000 (06:46 +0000)]
Ecore_Evas (wayland): Implement Fullscreen Set for Shm and Egl.

SVN revision: 67179

12 years agoEcore_Wayland: Oops, shm_format should be int. Also, flush display
Christopher Michael [Fri, 13 Jan 2012 06:34:40 +0000 (06:34 +0000)]
Ecore_Wayland: Oops, shm_format should be int. Also, flush display
output on close.

SVN revision: 67178

12 years agoEcore_Wayland: Handle shm format iteration a bit better.
Christopher Michael [Fri, 13 Jan 2012 06:30:27 +0000 (06:30 +0000)]
Ecore_Wayland: Handle shm format iteration a bit better.

SVN revision: 67177

12 years agoEcore_Wayland: Add actual code to handle drag-n-drop (not complete
Christopher Michael [Fri, 13 Jan 2012 06:18:04 +0000 (06:18 +0000)]
Ecore_Wayland: Add actual code to handle drag-n-drop (not complete
yet). Update shm_format to newer wayland ones.

SVN revision: 67176

12 years agoEcore_X(cb): Fix formatting. (whoever did this should lose a finger or
Christopher Michael [Fri, 13 Jan 2012 01:34:39 +0000 (01:34 +0000)]
Ecore_X(cb): Fix formatting. (whoever did this should lose a finger or
two).

SVN revision: 67170

12 years agoEcore_Wayland: Implement handling Touch Events.
Christopher Michael [Fri, 13 Jan 2012 01:26:52 +0000 (01:26 +0000)]
Ecore_Wayland: Implement handling Touch Events.

NB: None of the touch code has been tested yet.

SVN revision: 67169

12 years agoEcore_Evas (wayland): Do not set the shell_surface_listeners until
Christopher Michael [Fri, 13 Jan 2012 00:01:09 +0000 (00:01 +0000)]
Ecore_Evas (wayland): Do not set the shell_surface_listeners until
After we have set the new surface for the evas engine. Reason being:
The shell_surface_listener_configure event handles resizing the
ecore_evas. If that gets called Before we have set the new engine
surface, then bad crashes can happen.

SVN revision: 67161

12 years agoEvas (wayland_egl): Fix 'close' of windows. Basically, we will check
Christopher Michael [Thu, 12 Jan 2012 23:58:17 +0000 (23:58 +0000)]
Evas (wayland_egl): Fix 'close' of windows. Basically, we will check
if the eng setup has a NULL surface, and if the RenderEngine has an
existing surface, that means we are hiding/closing the window, and
thus should free the existing RenderEngine Window.

SVN revision: 67160

12 years agoeina_value: add array of struct test.
Gustavo Sverzut Barbieri [Thu, 12 Jan 2012 23:31:42 +0000 (23:31 +0000)]
eina_value: add array of struct test.

works nice :-)

SVN revision: 67159

12 years agoEcore_Evas (wayland_egl): Does not make sense to reset the surface of
Christopher Michael [Thu, 12 Jan 2012 23:05:51 +0000 (23:05 +0000)]
Ecore_Evas (wayland_egl): Does not make sense to reset the surface of
the evas engine here, as the evas engine is going to be free'd right
after this.

SVN revision: 67156

12 years agoeina_value: add struct type.
Gustavo Sverzut Barbieri [Thu, 12 Jan 2012 22:58:31 +0000 (22:58 +0000)]
eina_value: add struct type.

efficient storage with named access, can specify compare, alloc, free
and other operations for even better management.

no changelog/news as this is under eina_value, all new for 1.2 release.

SVN revision: 67155

12 years agoeina_value_blob: nicer convertion from string, array and blob.
Gustavo Sverzut Barbieri [Thu, 12 Jan 2012 19:39:16 +0000 (19:39 +0000)]
eina_value_blob: nicer convertion from string, array and blob.

SVN revision: 67154