platform/upstream/efl.git
12 years agoEcore_X(cb): Add missing randr functions for new Randr Config dialog
Christopher Michael [Tue, 8 Nov 2011 22:09:32 +0000 (22:09 +0000)]
Ecore_X(cb): Add missing randr functions for new Randr Config dialog
in E.

SVN revision: 64960

12 years agoEcore_Fb: Comment out unused (but declared) function prototypes to
Christopher Michael [Tue, 8 Nov 2011 21:10:26 +0000 (21:10 +0000)]
Ecore_Fb: Comment out unused (but declared) function prototypes to
remove compiler warning.

SVN revision: 64959

12 years agoEcore_X(cb): Fix compiler warnings when building without gesture
Christopher Michael [Tue, 8 Nov 2011 21:09:33 +0000 (21:09 +0000)]
Ecore_X(cb): Fix compiler warnings when building without gesture
support.

SVN revision: 64958

12 years agosee how much morte code i had to add just to use eina_log gustavo? i
Carsten Haitzler [Tue, 8 Nov 2011 07:14:49 +0000 (07:14 +0000)]
see how much morte code i had to add just to use eina_log gustavo? i
had to add eina_init() and shutdown and init refcounting and log
domain creating and add a macro.. so i can finally use it? eina being
included here actually was never needed... but since include was there
i could use it...

just saying - using eina_log is not convenient. it doesn't save time.
it's benefits are dubious (knowing what envv ar to set to what values
to get log output is black magic as u need to know specific log level
values and log domain names which u only find out by digging thru
code). my point -> if u want eina_log used more.. it needs to be AS
EASY as the printf. :)

SVN revision: 64937

12 years agofix slight "tick tick" in interpolated audio resmapling. found it.
Carsten Haitzler [Tue, 8 Nov 2011 07:10:33 +0000 (07:10 +0000)]
fix slight "tick tick" in interpolated audio resmapling. found it.

SVN revision: 64936

12 years agouse WRN maco for complaining if alsa init fails.
Carsten Haitzler [Tue, 8 Nov 2011 06:55:07 +0000 (06:55 +0000)]
use WRN maco for complaining if alsa init fails.

SVN revision: 64935

12 years agorequire remix 0.2.4 and use remix pkgconfig libdir for plugins
Carsten Haitzler [Tue, 8 Nov 2011 06:52:05 +0000 (06:52 +0000)]
require remix 0.2.4 and use remix pkgconfig libdir for plugins

SVN revision: 64934

12 years agofix DSO
Mike Blumenkrantz [Tue, 8 Nov 2011 05:28:27 +0000 (05:28 +0000)]
fix DSO

SVN revision: 64933

12 years agoemotion: minor cleanup.
Cedric BAIL [Mon, 7 Nov 2011 15:45:24 +0000 (15:45 +0000)]
emotion: minor cleanup.

SVN revision: 64869

12 years agoLet's not rotate the example clear out of view.
David Walter Seikel [Mon, 7 Nov 2011 10:34:34 +0000 (10:34 +0000)]
Let's not rotate the example clear out of view.

SVN revision: 64865

12 years agotypo -= 2
David Walter Seikel [Mon, 7 Nov 2011 10:18:31 +0000 (10:18 +0000)]
typo -= 2

SVN revision: 64864

12 years agoSlightly more sane examples of map usage.
David Walter Seikel [Mon, 7 Nov 2011 09:52:17 +0000 (09:52 +0000)]
Slightly more sane examples of map usage.

SVN revision: 64862

12 years agofix small interpolation bug that caused some "clicks".
Carsten Haitzler [Mon, 7 Nov 2011 09:25:40 +0000 (09:25 +0000)]
fix small interpolation bug that caused some "clicks".

SVN revision: 64861

12 years agoOops, this one was wrong.
David Walter Seikel [Mon, 7 Nov 2011 08:55:03 +0000 (08:55 +0000)]
Oops, this one was wrong.

SVN revision: 64860

12 years agoThe other half of the lua map API.
David Walter Seikel [Mon, 7 Nov 2011 07:02:02 +0000 (07:02 +0000)]
The other half of the lua map API.
Also fix up some warnings pointed out by Mike Blumenkrantz.

I'm using the "I committed this from my USA server to sneak it past the deadline" excuse.  :-P

SVN revision: 64857

12 years agodon't need to strlen here
Mike Blumenkrantz [Mon, 7 Nov 2011 06:10:06 +0000 (06:10 +0000)]
don't need to strlen here

SVN revision: 64856

12 years agoand some more cleaning/formatting in alsa code
Carsten Haitzler [Mon, 7 Nov 2011 05:57:46 +0000 (05:57 +0000)]
and some more cleaning/formatting in alsa code

SVN revision: 64855

12 years agoformatting fixes in alsa code
Carsten Haitzler [Mon, 7 Nov 2011 05:45:00 +0000 (05:45 +0000)]
formatting fixes in alsa code

SVN revision: 64854

12 years agoAdd the ChnageLog and since 1.1.0
Jaehwan Kim [Mon, 7 Nov 2011 04:36:53 +0000 (04:36 +0000)]
Add the ChnageLog and since 1.1.0

SVN revision: 64851

12 years agoHalf of evas map API Added to lua.
David Walter Seikel [Sun, 6 Nov 2011 14:59:44 +0000 (14:59 +0000)]
Half of evas map API Added to lua.

The rest is commented, so you can see what the API will look like.
Needs more testing, and the other half.

SVN revision: 64822

12 years agoI swear I fixed this before!
David Walter Seikel [Sun, 6 Nov 2011 13:31:47 +0000 (13:31 +0000)]
I swear I fixed this before!

SVN revision: 64819

12 years agoEvas textblock: Add ellipsis handling for format items.
Tom Hacohen [Sun, 6 Nov 2011 12:56:10 +0000 (12:56 +0000)]
Evas textblock: Add ellipsis handling for format items.

Just cut before them.

SVN revision: 64817

12 years agoEvas textblock: Fixed a bug with textblock ellipsis.
Tom Hacohen [Sun, 6 Nov 2011 12:56:07 +0000 (12:56 +0000)]
Evas textblock: Fixed a bug with textblock ellipsis.

There was a possible segfault because we don't check if the current item
is a text item or a format item. I just removed the loop which triggered it
because it's not needed anyway, and now it works. Removing the loop also
let me remove some code that was only needed in the case of a loop.

SVN revision: 64816

12 years agoecore: improve ecore_con speed by using mempool.
Cedric BAIL [Sun, 6 Nov 2011 12:26:00 +0000 (12:26 +0000)]
ecore: improve ecore_con speed by using mempool.

SVN revision: 64814

12 years agoadd info on requirements
Carsten Haitzler [Sun, 6 Nov 2011 10:51:50 +0000 (10:51 +0000)]
add info on requirements

SVN revision: 64811

12 years agoadd warning on decc
Carsten Haitzler [Sun, 6 Nov 2011 09:27:28 +0000 (09:27 +0000)]
add warning on decc

SVN revision: 64807

12 years agoadd workareas get as requested in ticket #793 but actually support
Carsten Haitzler [Sun, 6 Nov 2011 09:16:00 +0000 (09:16 +0000)]
add workareas get as requested in ticket #793 but actually support
more than 1 - for multi-screen.

SVN revision: 64804

12 years agoFinally committing my edje lua additions after a long chat with raster on IRC.
David Walter Seikel [Sun, 6 Nov 2011 09:00:21 +0000 (09:00 +0000)]
Finally committing my edje lua additions after a long chat with raster on IRC.
Not everything discussed is in this commit, but that will come later today.

SVN revision: 64803

12 years agoTicket #824 - no readme.in's
Carsten Haitzler [Sun, 6 Nov 2011 08:47:38 +0000 (08:47 +0000)]
Ticket #824 - no readme.in's

SVN revision: 64802

12 years agofix but resulting from threadsafety addition by mike.
Carsten Haitzler [Sun, 6 Nov 2011 06:17:56 +0000 (06:17 +0000)]
fix but resulting from threadsafety addition by mike.

SVN revision: 64798

12 years agochlog++
Carsten Haitzler [Sun, 6 Nov 2011 06:16:31 +0000 (06:16 +0000)]
chlog++

SVN revision: 64797

12 years agoauthors++
Carsten Haitzler [Sun, 6 Nov 2011 06:15:05 +0000 (06:15 +0000)]
authors++

SVN revision: 64796

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Sun, 6 Nov 2011 06:14:31 +0000 (06:14 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_file] Check a return value of
ecore_con_url_get()

_ecore_file_download_curl() does not check return value of  even if
ecore_con_url_get(), it can be failed.
I add a simple error checking.
Please review this patch.

SVN revision: 64795

12 years agodont use shadow lua obj w,h as it means text objects dont force their
Carsten Haitzler [Sun, 6 Nov 2011 04:44:13 +0000 (04:44 +0000)]
dont use shadow lua obj w,h as it means text objects dont force their
size right and u need extra calls to get them. fix.

SVN revision: 64793

12 years agochlog++ for multisense
Carsten Haitzler [Sun, 6 Nov 2011 03:07:15 +0000 (03:07 +0000)]
chlog++ for multisense

SVN revision: 64792

12 years agoEscape: ecrustified
Youness Alaoui [Sat, 5 Nov 2011 17:50:23 +0000 (17:50 +0000)]
Escape: ecrustified

SVN revision: 64786

12 years agoEcore-evas: Add psl1ght module to ecore-evas
Youness Alaoui [Sat, 5 Nov 2011 17:50:02 +0000 (17:50 +0000)]
Ecore-evas: Add psl1ght module to ecore-evas

SVN revision: 64783

12 years agoEcore: Add ecore-psl1ght library
Youness Alaoui [Sat, 5 Nov 2011 17:49:55 +0000 (17:49 +0000)]
Ecore: Add ecore-psl1ght library

SVN revision: 64782

12 years agoEcore: Port ecore to the PS3
Youness Alaoui [Sat, 5 Nov 2011 17:49:49 +0000 (17:49 +0000)]
Ecore: Port ecore to the PS3

SVN revision: 64781

12 years agoEvas: Add a psl1ght engine for the PS3
Youness Alaoui [Sat, 5 Nov 2011 17:49:37 +0000 (17:49 +0000)]
Evas: Add a psl1ght engine for the PS3

SVN revision: 64779

12 years agoEina: Port eina to the Ps3 by including Escape
Youness Alaoui [Sat, 5 Nov 2011 17:49:30 +0000 (17:49 +0000)]
Eina: Port eina to the Ps3 by including Escape

SVN revision: 64778

12 years agoforget that. That's the problem when dealing with
Vincent Torri [Sat, 5 Nov 2011 16:56:03 +0000 (16:56 +0000)]
forget that. That's the problem when dealing with
windows and linux in different repo...

SVN revision: 64768

12 years agoEvas: fix use of __always_inline__ attribute
Vincent Torri [Sat, 5 Nov 2011 16:51:13 +0000 (16:51 +0000)]
Evas: fix use of __always_inline__ attribute

Fix multiple storage bug.
 * __forceinline is the equivalent of __always_inline__ on Windows. It has
   'extern' as storage, so static must not be used with it
 * use __always_inline__ and not always_inline as attribute value instead.
   No need to add storage class with __always_inline__ too.
 * static inline is fine

SVN revision: 64767

12 years agoemotion: fix symbol issue.
Cedric BAIL [Sat, 5 Nov 2011 15:54:34 +0000 (15:54 +0000)]
emotion: fix symbol issue.

NOTE: all inline function in header should be static or
they will export symbol and you don't want that.

SVN revision: 64765

12 years agowarning-- on edje when compiled without mulitsense
Carsten Haitzler [Sat, 5 Nov 2011 14:03:28 +0000 (14:03 +0000)]
warning-- on edje when compiled without mulitsense

SVN revision: 64763

12 years agoeina: don't hide symbol if we can build them in.
Cedric BAIL [Sat, 5 Nov 2011 14:01:18 +0000 (14:01 +0000)]
eina: don't hide symbol if we can build them in.

SVN revision: 64762

12 years agoemotion: always trigger new frame callback.
Cedric BAIL [Sat, 5 Nov 2011 13:44:21 +0000 (13:44 +0000)]
emotion: always trigger new frame callback.

SVN revision: 64758

12 years agoenable multisense by default and have it disable if deps dont exist.
Carsten Haitzler [Sat, 5 Nov 2011 13:29:14 +0000 (13:29 +0000)]
enable multisense by default and have it disable if deps dont exist.

SVN revision: 64757

12 years agoemotion: fix recursive call.
Cedric BAIL [Sat, 5 Nov 2011 12:04:34 +0000 (12:04 +0000)]
emotion: fix recursive call.

SVN revision: 64756

12 years agoevas: always retrieve the latest available pixels for a video.
Cedric BAIL [Sat, 5 Nov 2011 11:58:41 +0000 (11:58 +0000)]
evas: always retrieve the latest available pixels for a video.

SVN revision: 64755

12 years agoand be explicit.. unsigned.. INT!
Carsten Haitzler [Sat, 5 Nov 2011 11:25:42 +0000 (11:25 +0000)]
and be explicit.. unsigned.. INT!

SVN revision: 64754

12 years agofix a few warnings i get on 64bit than didnt pop up on 32, revert edje
Carsten Haitzler [Fri, 4 Nov 2011 23:19:14 +0000 (23:19 +0000)]
fix a few warnings i get on 64bit than didnt pop up on 32, revert edje
module load api break -back to eina_bool return. add some @sinces even
if there are no docs.

SVN revision: 64751

12 years agoEvas: efl_attributes.m4
Vincent Torri [Fri, 4 Nov 2011 22:08:54 +0000 (22:08 +0000)]
Evas: efl_attributes.m4
NEVER define a macro whose name is the name of the attribute, it breaks compilation on some platforms

SVN revision: 64749

12 years agoEvas: efl_attribute.m4 : put definition in the prologue
Vincent Torri [Fri, 4 Nov 2011 21:04:49 +0000 (21:04 +0000)]
Evas: efl_attribute.m4 : put definition in the prologue

SVN revision: 64748

12 years agoEmotion: AM_PROG_CC_STDC is deprecated
Vincent Torri [Fri, 4 Nov 2011 20:33:46 +0000 (20:33 +0000)]
Emotion: AM_PROG_CC_STDC is deprecated

SVN revision: 64746

12 years agoEthumb: AM_PROG_CC_STDC is deprecated
Vincent Torri [Fri, 4 Nov 2011 20:32:46 +0000 (20:32 +0000)]
Ethumb: AM_PROG_CC_STDC is deprecated

SVN revision: 64745

12 years agoEcore: AM_PROG_CC_STDC is deprecated
Vincent Torri [Fri, 4 Nov 2011 20:29:47 +0000 (20:29 +0000)]
Ecore: AM_PROG_CC_STDC is deprecated

SVN revision: 64743

12 years agoAM_PROG_CC_STDC is deprecated
Vincent Torri [Fri, 4 Nov 2011 20:28:56 +0000 (20:28 +0000)]
AM_PROG_CC_STDC is deprecated

SVN revision: 64742

12 years agoClarify the need (or not) to free data values returned.
Iván Briano [Fri, 4 Nov 2011 16:26:41 +0000 (16:26 +0000)]
Clarify the need (or not) to free data values returned.

SVN revision: 64739

12 years agoethumb: set explicitly alpha on, which allows us to fix the thumbnails with transpare...
Michael BOUCHAUD [Fri, 4 Nov 2011 14:50:47 +0000 (14:50 +0000)]
ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transparent backgrounds

SVN revision: 64735

12 years agoadd yet another warning here in case people miss the first few subtle hints
Mike Blumenkrantz [Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)]
add yet another warning here in case people miss the first few subtle hints

SVN revision: 64734

12 years agoEcore_X(cb): Fixup formatting in new gesture file. Remove erroneous
Christopher Michael [Fri, 4 Nov 2011 13:46:58 +0000 (13:46 +0000)]
Ecore_X(cb): Fixup formatting in new gesture file. Remove erroneous
fprintfs (LOGFN already handles printing that info out).

SVN revision: 64733

12 years agoFrom: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Fri, 4 Nov 2011 12:44:28 +0000 (12:44 +0000)]
From: Sung-Jin Park <sj76.park@samsung.com>
Subject: Re: review request : ecore x patch for X Gesture extention

Do you remember that I told you X gesture extension patch for ecore x ?
I’d like to put the attached patch to ecore_x in upstream.
This patch is just for initializing/receiving X gesture extension stuff.
Would you please put this in SVN ? : )
Thanks and regards,
Sung-Jin Park

SVN revision: 64732

12 years agoFrom: Prince Kumar Dubey <prince.dubey@samsung.com>
Prince Kumar Dubey [Fri, 4 Nov 2011 12:18:13 +0000 (12:18 +0000)]
From: Prince Kumar Dubey <prince.dubey@samsung.com>
From: Govindaraju S M <govi.sm@samsung.com>
Subject: edje multisense patch for sound sample, tone and haptic play

... This is the beginning of sound (and haptic) support in Edje - it
works, but only at certain basic sample playback levels. more will come.

SVN revision: 64731

12 years agoemotion: warning--
Cedric BAIL [Thu, 3 Nov 2011 17:09:23 +0000 (17:09 +0000)]
emotion: warning--

SVN revision: 64709

12 years agoCurrently, only software engine checks animation flag during rendering.
Jiyoun Park [Thu, 3 Nov 2011 15:20:30 +0000 (15:20 +0000)]
Currently, only software engine checks animation flag during rendering.
I add animation check code to gl engine.

SVN revision: 64704

12 years agoEdje text: Remove identical if paths, one is enough.
Tom Hacohen [Thu, 3 Nov 2011 12:37:07 +0000 (12:37 +0000)]
Edje text: Remove identical if paths, one is enough.

Thanks to David Seikel.

SVN revision: 64689

12 years agofix up docs a little
Mike Blumenkrantz [Thu, 3 Nov 2011 06:00:28 +0000 (06:00 +0000)]
fix up docs a little

SVN revision: 64678

12 years agoAdd CURRENT option which edje object moves from current position.
Jaehwan Kim [Thu, 3 Nov 2011 04:43:00 +0000 (04:43 +0000)]
Add CURRENT option which edje object moves from current position.
Currently, when the part in edc move by transition, it moves from the
one of the states to another of the states even if it is ainimating.
We need it to move from current position, because the animation is not
natural and smooth. So I made the "CURRENT" option.

SVN revision: 64675

12 years agopatch from Jihoon Kim to remove Evas dependency in imf
Mike Blumenkrantz [Wed, 2 Nov 2011 23:51:58 +0000 (23:51 +0000)]
patch from Jihoon Kim to remove Evas dependency in imf

SVN revision: 64668

12 years agoEvas: fix eina version check
Vincent Torri [Wed, 2 Nov 2011 20:54:31 +0000 (20:54 +0000)]
Evas: fix eina version check

SVN revision: 64664

12 years agoevas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header
Nicolas Aguirre [Wed, 2 Nov 2011 20:15:42 +0000 (20:15 +0000)]
evas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header

SVN revision: 64663

12 years agoecore: changelog++
Nicolas Aguirre [Wed, 2 Nov 2011 20:07:03 +0000 (20:07 +0000)]
ecore: changelog++

SVN revision: 64661

12 years agoformatting
Vincent Torri [Wed, 2 Nov 2011 20:06:08 +0000 (20:06 +0000)]
formatting

SVN revision: 64660

12 years agoevas: Add changelog and add my name to authors list.
Nicolas Aguirre [Wed, 2 Nov 2011 20:05:22 +0000 (20:05 +0000)]
evas: Add changelog and add my name to authors list.

SVN revision: 64659

12 years agoecore: fix ecore build when ecore_cocoa is not build !
Nicolas Aguirre [Wed, 2 Nov 2011 19:44:36 +0000 (19:44 +0000)]
ecore: fix ecore build when ecore_cocoa is not build !

SVN revision: 64658

12 years agoecore: Add ecore_cocoa and ecore_evas_cocoa engine support. Currently, event and...
Nicolas Aguirre [Wed, 2 Nov 2011 19:20:09 +0000 (19:20 +0000)]
ecore: Add ecore_cocoa and ecore_evas_cocoa engine support. Currently, event and main loop integration is not working, but you can create a new ecore_cocoa window and attach an evas inside.

SVN revision: 64656

12 years agoevas: Add missing file
Nicolas Aguirre [Wed, 2 Nov 2011 18:34:22 +0000 (18:34 +0000)]
evas: Add missing file

SVN revision: 64655

12 years agoevas: Add gl_cocoa engine
Nicolas Aguirre [Wed, 2 Nov 2011 18:23:54 +0000 (18:23 +0000)]
evas: Add gl_cocoa engine

SVN revision: 64653

12 years agoEcore: fix Cocoa stuff detection on FreeBSD and Mac OS X, clean up ipv6 detection
Vincent Torri [Wed, 2 Nov 2011 18:16:23 +0000 (18:16 +0000)]
Ecore: fix Cocoa stuff detection on FreeBSD and Mac OS X, clean up ipv6 detection

SVN revision: 64652

12 years agowrong test
Vincent Torri [Wed, 2 Nov 2011 07:29:09 +0000 (07:29 +0000)]
wrong test

SVN revision: 64637

12 years ago * src/lib/evil_util.c:
Vincent Torri [Wed, 2 Nov 2011 07:22:11 +0000 (07:22 +0000)]
* src/lib/evil_util.c:
* src/lib/evil_util.h:
Add evil_utf16_to_utf8() function, display error messages
and fix a bit the documentation of the other conversion
functions.

SVN revision: 64636

12 years agoImplement ee's req value to other windowing system.
Jiyoun Park [Wed, 2 Nov 2011 06:55:12 +0000 (06:55 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value

SVN revision: 64634

12 years agoRevert to revision 64488 in order to split the code into new feature and indentation
Jaehwan Kim [Wed, 2 Nov 2011 04:15:01 +0000 (04:15 +0000)]
Revert to revision 64488 in order to split the code into new feature and indentation

SVN revision: 64633

12 years agomake ipv6 support configurable
Mike Blumenkrantz [Wed, 2 Nov 2011 02:59:36 +0000 (02:59 +0000)]
make ipv6 support configurable

SVN revision: 64631

12 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 1 Nov 2011 02:30:07 +0000 (02:30 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: Re: [E-devel] [PATCH] Fix the bug that user cannot input key

At this moment, space is processed in case of WM_KEYDOWN and WM_CHAR.

Therefore, 'space' key is processed twice, it makes bug.

In previous my patch, I changed keyname and string wrong.

I send the revised patch again.

(also applied to wince)

this is am improvement.. but its not all "right" yet. :(

SVN revision: 64597

12 years agoFrom: Kim Yunhan <spbear@gmail.com>
Kim Yunhan [Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)]
From: Kim Yunhan <spbear@gmail.com>
Subject: [E-devel] Small patch with ecore_con_url.

When I tested with elementary map, there is too many logs on console.
It makes me difficult to distinguish normal logs that I want to debug.
:'-(
It's libcurl's internal log for representing progress bar like this.

-----
downloaded : 343 / 363
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
   Current
                                    Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 343 / 362
    % Total    % Received % Xferd  Average Speed   Time    Time     Time
     Current
                                      Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 343 / 361
    % Total    % Received % Xferd  Average Speed   Time    Time     Time
     Current
                                      Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 344 / 365
  downloaded : 345 / 365
  downloaded : 346 / 365
  downloaded : 347 / 365
  -----

  So, I want to remove this log.
  And I look around ecore_con_url's code.
  Then I found solution for it.

SVN revision: 64596

12 years agoevas - trivial changes.
ChunEon Park [Tue, 1 Nov 2011 01:41:09 +0000 (01:41 +0000)]
evas - trivial changes.

SVN revision: 64595

12 years agoEvil: remove unsused variable
Vincent Torri [Mon, 31 Oct 2011 23:54:25 +0000 (23:54 +0000)]
Evil: remove unsused variable

SVN revision: 64591

12 years agowhitespace--
Vincent Torri [Mon, 31 Oct 2011 23:45:22 +0000 (23:45 +0000)]
whitespace--

SVN revision: 64590

12 years agoEina: init TLS key...
Vincent Torri [Mon, 31 Oct 2011 23:45:07 +0000 (23:45 +0000)]
Eina: init TLS key...

SVN revision: 64589

12 years agoEina: Add Eina_TLS typedefs for win32 and void
Youness Alaoui [Mon, 31 Oct 2011 20:44:55 +0000 (20:44 +0000)]
Eina: Add Eina_TLS typedefs for win32 and void

SVN revision: 64583

12 years agoevas - supplemented more cases for object_freeze_events completion.
ChunEon Park [Mon, 31 Oct 2011 14:50:00 +0000 (14:50 +0000)]
evas - supplemented more cases for object_freeze_events completion.

SVN revision: 64564

12 years agoevas/evas_object_polygon - removed whitespaces and fixed indent.
ChunEon Park [Mon, 31 Oct 2011 13:36:43 +0000 (13:36 +0000)]
evas/evas_object_polygon - removed whitespaces and fixed indent.

SVN revision: 64561

12 years agoImplement ee's req value to other windowing system.
Jiyoun Park [Mon, 31 Oct 2011 10:46:35 +0000 (10:46 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value.

SVN revision: 64554

12 years agoevas/evas_object_polygon - fixed wrong.
ChunEon Park [Mon, 31 Oct 2011 10:30:39 +0000 (10:30 +0000)]
evas/evas_object_polygon - fixed wrong.

SVN revision: 64553

12 years agoevas/evas_stack - just removed white spaces and fixed indentations
ChunEon Park [Mon, 31 Oct 2011 10:16:18 +0000 (10:16 +0000)]
evas/evas_stack - just removed white spaces and fixed indentations

SVN revision: 64552

12 years agoAdd CURRENT option which edje object moves from current position.
Jaehwan Kim [Mon, 31 Oct 2011 06:00:06 +0000 (06:00 +0000)]
Add CURRENT option which edje object moves from current position.
Currently, when the part in edc move by transition, it moves from the
one of the states to another of the states even if it is ainimating.
We need it to move from current position, because the animation is not
natural and smooth. So I made the "CURRENT" option.
And I removed the unnecessary tab for indentation.

SVN revision: 64545

12 years agoethumb: add some linker and preprocessor flags, patch by Philippe Reynes, a bit modif...
Vincent Torri [Sun, 30 Oct 2011 18:02:41 +0000 (18:02 +0000)]
ethumb: add some linker and preprocessor flags, patch by Philippe Reynes, a bit modified by myself

SVN revision: 64529

12 years agodeclare the variables at the beginning of the block
Vincent Torri [Sun, 30 Oct 2011 05:02:05 +0000 (05:02 +0000)]
declare the variables at the beginning of the block

SVN revision: 64516