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

12 years agoadd missing variable from r64139
Mike Blumenkrantz [Sun, 30 Oct 2011 02:04:50 +0000 (02:04 +0000)]
add missing variable from r64139
direct all spankies to raster and Sung W. Park

SVN revision: 64514

12 years agopatch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
Mike Blumenkrantz [Sat, 29 Oct 2011 07:03:20 +0000 (07:03 +0000)]
patch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
this is yet another round of spankies for kakoroto

SVN revision: 64505

12 years agoecore/fb: Fix build of fb engine.
Rafael Antognolli [Fri, 28 Oct 2011 17:58:20 +0000 (17:58 +0000)]
ecore/fb: Fix build of fb engine.
Patch sent by "trem".

SVN revision: 64501

12 years agoecore: Fix ChangeLog.
Rafael Antognolli [Fri, 28 Oct 2011 17:39:13 +0000 (17:39 +0000)]
ecore: Fix ChangeLog.

SVN revision: 64500

12 years agoecore/fb: Remove useless strdup().
Rafael Antognolli [Fri, 28 Oct 2011 17:18:38 +0000 (17:18 +0000)]
ecore/fb: Remove useless strdup().
It wasn't even being freed.

Patch for SiT.

SVN revision: 64499

12 years agoUpdate ChangeLog and AUTHORS.
Rafael Antognolli [Fri, 28 Oct 2011 17:18:27 +0000 (17:18 +0000)]
Update ChangeLog and AUTHORS.

SVN revision: 64498

12 years agofix indentation and remove unusable line
Jiyoun Park [Fri, 28 Oct 2011 11:56:02 +0000 (11:56 +0000)]
fix indentation and remove unusable line

SVN revision: 64496

12 years agoI update Changelog and add @since info
Jiyoun Park [Fri, 28 Oct 2011 11:50:32 +0000 (11:50 +0000)]
I update Changelog and add @since info

SVN revision: 64495

12 years agoAnd the matching changelog.
David Walter Seikel [Fri, 28 Oct 2011 11:24:55 +0000 (11:24 +0000)]
And the matching changelog.

SVN revision: 64494

12 years agoA new macro to support adding arrays of basic types.
David Walter Seikel [Fri, 28 Oct 2011 11:21:03 +0000 (11:21 +0000)]
A new macro to support adding arrays of basic types.

SVN revision: 64493

12 years agoAdd a new API(ecore_evas_request_geometry_get)
Jiyoun Park [Fri, 28 Oct 2011 11:15:33 +0000 (11:15 +0000)]
Add a new API(ecore_evas_request_geometry_get)

The reson why I add this is for communicate with X in async mode.
For example, If applications call elm_win_rotation_with_resize_set API
when they start run and rotation mode is set.
ecore size doesn't changed yet, so it make elm window size to 1
becaues elm window's resize function use ecore_evas_geometry_get API.
so I add new api help upperside get info related with recently request geometry

SVN revision: 64492

12 years agoFrom: "Sung W. Park" <sungwoo@gmail.com>
Sung W. Park [Fri, 28 Oct 2011 11:08:23 +0000 (11:08 +0000)]
From: "Sung W. Park" <sungwoo@gmail.com>
Subject: [E-devel] [E-Devel][Patch] Evas GL Color Format Enum change
(and ElmGLview changes accordingly)

I'm submitting a patch that changes the color format for Evas GL.

When I first wrote Evas_GL, I just had EVAS_GL_RGB_8 and EVAS_GL_RGBA_8 and etc
but it was misleading for some people.  It was more of a filler since I couldn't decide on
a name.  I'm finally changing it to make it more clear.

SVN revision: 64491

12 years agoadd the documentations about edje group inherit.
Jaehwan Kim [Fri, 28 Oct 2011 09:01:38 +0000 (09:01 +0000)]
add the documentations about edje group inherit.

SVN revision: 64488

12 years agoecore/fb: Change fb engine input to use ecore_input_evas.
Rafael Antognolli [Thu, 27 Oct 2011 19:29:08 +0000 (19:29 +0000)]
ecore/fb: Change fb engine input to use ecore_input_evas.
Nothing changes, only making the ecore fb engine to send keyboard and
mouse events using ecore_input_evas, instead of its own ecore events.

Patch for SiT.

SVN revision: 64447

12 years agoecore/ecore_fb: Disable mouse move event filtering.
Rafael Antognolli [Thu, 27 Oct 2011 18:57:23 +0000 (18:57 +0000)]
ecore/ecore_fb: Disable mouse move event filtering.
There are two main reasons for disabling this now:
 - it's not working, some problem with an assertion of ecore_lock is
 making the program abort;
 - it's wrong, mouse move events can only be filtered out if they are
 received from an absolute axis device (touchscreen and so), not
 relative ones, like mouse or touchpads.
Patch for SiT.

SVN revision: 64444

12 years agoevas - updated Changelog and @since for evas_object_freeze_events_set/get
ChunEon Park [Thu, 27 Oct 2011 13:19:52 +0000 (13:19 +0000)]
evas - updated Changelog and @since for evas_object_freeze_events_set/get

Thank you Vincent.

SVN revision: 64434

12 years agoBetter docs for ecore_main_loop_iterate()
Iván Briano [Thu, 27 Oct 2011 13:19:11 +0000 (13:19 +0000)]
Better docs for ecore_main_loop_iterate()

SVN revision: 64433

12 years agoevas - added new API evas_object_freeze_events_set/get
ChunEon Park [Thu, 27 Oct 2011 10:36:09 +0000 (10:36 +0000)]
evas - added new API evas_object_freeze_events_set/get

and will handle for the key events also soon.

SVN revision: 64432

12 years agoeio: fix maintainer-clean
Michael BOUCHAUD [Thu, 27 Oct 2011 10:17:44 +0000 (10:17 +0000)]
eio: fix maintainer-clean

SVN revision: 64431

12 years agoand fix evas map used as mapbuf with clipping and stuff! ugh! the
Carsten Haitzler [Thu, 27 Oct 2011 09:39:18 +0000 (09:39 +0000)]
and fix evas map used as mapbuf with clipping and stuff! ugh! the
forever shifting bug! evas_render needs a rewrite

SVN revision: 64429

12 years agoFrom: Jihoon Kim [mailto:jihoon48.kim@samsung.com]
Carsten Haitzler [Thu, 27 Oct 2011 05:42:41 +0000 (05:42 +0000)]
From: Jihoon Kim [mailto:jihoon48.kim@samsung.com]

elm_entry_autocapital_type_set API is high level API to call ecore_imf_context_autocapital_type_set.
Application programmer can choose the type of autocapitalization such as
WORD, SENTENCE, ALLCHARACTER through this API.

elm_entry_input_panel_enabled_set API is for setting whether input panel
(virtual keyboard) should be appeared when entry has a focus or pressed.
It can be used by dialer or calculator application programmer because those
application prefer to use its keypad NOT virtual keyboard supported by system.
They want to use entry to show the cursor for providing the cursor handling
method but don't want to appear system keyboard.

SVN revision: 64423

12 years agoEdje: minor - Fix swallow part error msg
Bruno Dilly [Wed, 26 Oct 2011 19:49:09 +0000 (19:49 +0000)]
Edje: minor - Fix swallow part error msg

SVN revision: 64416

12 years agoEvas font: Removed double ;.
Tom Hacohen [Wed, 26 Oct 2011 14:33:51 +0000 (14:33 +0000)]
Evas font: Removed double ;.

SVN revision: 64414

12 years agofix clip-out issue after making mapped objs opque fix was in.
Carsten Haitzler [Wed, 26 Oct 2011 13:33:25 +0000 (13:33 +0000)]
fix clip-out issue after making mapped objs opque fix was in.

SVN revision: 64413

12 years agowe can't limit sizes on load because of "i'm just loading the header
Carsten Haitzler [Wed, 26 Oct 2011 08:33:41 +0000 (08:33 +0000)]
we can't limit sizes on load because of "i'm just loading the header
to find out the size" tricks. :(

SVN revision: 64410

12 years agothanks to jiyoun's work in finding why this happens - here's actually a
Carsten Haitzler [Wed, 26 Oct 2011 05:29:38 +0000 (05:29 +0000)]
thanks to jiyoun's work in finding why this happens - here's actually a
simpler fix. :)

SVN revision: 64405

12 years agowarning--
Carsten Haitzler [Tue, 25 Oct 2011 12:25:15 +0000 (12:25 +0000)]
warning--

SVN revision: 64390

12 years agowarn--
Carsten Haitzler [Tue, 25 Oct 2011 12:20:53 +0000 (12:20 +0000)]
warn--

SVN revision: 64389

12 years agowarn--
Carsten Haitzler [Tue, 25 Oct 2011 12:14:48 +0000 (12:14 +0000)]
warn--

SVN revision: 64388

12 years agowarning--
Carsten Haitzler [Tue, 25 Oct 2011 12:07:56 +0000 (12:07 +0000)]
warning--

SVN revision: 64387

12 years agodisable getting of xft.dpi - always been an option but it just leads
Carsten Haitzler [Tue, 25 Oct 2011 12:01:44 +0000 (12:01 +0000)]
disable getting of xft.dpi - always been an option but it just leads
to inconsistent rendering.

SVN revision: 64386

12 years agooh dear.. lewft and right pixle duplication for interpolation had the
Carsten Haitzler [Tue, 25 Oct 2011 09:27:54 +0000 (09:27 +0000)]
oh dear.. lewft and right pixle duplication for interpolation had the
WRONG PIXELS!!! amazing it never crashed! fix fix! (also handle
opengls that doesnt support unpack row length)

SVN revision: 64377

12 years agoevas/evas_object_smart - trivial changes
ChunEon Park [Tue, 25 Oct 2011 08:37:43 +0000 (08:37 +0000)]
evas/evas_object_smart - trivial changes

SVN revision: 64375

12 years agoFrom: EunMi Lee <eunmi15.lee@samsung.com>
EunMi Lee [Tue, 25 Oct 2011 05:03:50 +0000 (05:03 +0000)]
From: EunMi Lee <eunmi15.lee@samsung.com>
Subject: [E-devel] [Patch] [Evas] Patch to provide information of
touched points

Hello,
I made a new patch to get information of current touched point instead
of Touch Event.

I added touch_points (Eina_List) to the Evas structure and it maintains touched points on the evas.
New touched point is added to the touch_points when we get Mouse_Down and Multi_Down,
touched point is updated when we get Mouse_Move and Mult_Move,
and touched point is removed when we get Mouse_Up and Multi_Up.

The each touch point has coordinate, id and state information as follows:
id - identifier. 0 for Mouse Event and device id for Multi Event. coordinate - (x, y) coordinate of point.
state - state of point. type is Evas_Touch_Point_State enum.
(EVAS_TOUCH_POINT_DOWN, EVAS_TOUCH_POINT_UP, EVAS_TOUCH_POINT_MOVE,
EVAS_TOUCH_POINT_STILL, EVAS_TOUCH_POINT_CANCEL)

There are 4 new APIs to get touch point's information as follows:
unsigned int evas_touch_point_list_count(Evas *e);
void evas_touch_point_list_nth_xy_get(Evas *e, unsigned int n, Evas_Coord *x, Evas_Coord *y);
int evas_touch_point_list_nth_id_get(Evas *e, unsigned int n);
Evas_Touch_Point_State evas_touch_point_list_nth_state_get(Evas *e, unsigned int n);

I added APIs to get each information instead of exposing whole
structure to make it easy to expand in the future as you mentioned in
the below e-mail :)

SVN revision: 64373

12 years agoEvas - Modified field names in Evas structure to be more clear.
ChunEon Park [Tue, 25 Oct 2011 02:26:51 +0000 (02:26 +0000)]
Evas - Modified field names in Evas structure to be more clear.

SVN revision: 64371

12 years agoEcore_X(cb): Remove some dead code. Fix formatting (how did this get
Christopher Michael [Sun, 23 Oct 2011 18:33:32 +0000 (18:33 +0000)]
Ecore_X(cb): Remove some dead code. Fix formatting (how did this get
sooo messed up ??).

SVN revision: 64328

12 years agoEcore imf: Free the module list on shutdown.
Tom Hacohen [Sun, 23 Oct 2011 12:01:36 +0000 (12:01 +0000)]
Ecore imf: Free the module list on shutdown.

Freeing the content (using eina_module_list_free) is not enough, we need
to also free the array itself.

SVN revision: 64326

12 years agoemotion: correctly guard Ecore_X usage.
Cedric BAIL [Sun, 23 Oct 2011 09:21:14 +0000 (09:21 +0000)]
emotion: correctly guard Ecore_X usage.

SVN revision: 64322

12 years agoemotion: fix borderless and remove it from taskbar/pager at the same time.
Cedric BAIL [Sun, 23 Oct 2011 08:46:23 +0000 (08:46 +0000)]
emotion: fix borderless and remove it from taskbar/pager at the same time.

SVN revision: 64321

12 years agoemacs users don't like trailing white spaces
Vincent Torri [Sun, 23 Oct 2011 06:59:40 +0000 (06:59 +0000)]
emacs users don't like trailing white spaces

SVN revision: 64319

12 years agoannoy vim users with spaces at the start of blank lines. :)
Carsten Haitzler [Sun, 23 Oct 2011 03:51:41 +0000 (03:51 +0000)]
annoy vim users with spaces at the start of blank lines. :)

SVN revision: 64317

12 years agoevas: Fix a warning
Mike McCormack [Sat, 22 Oct 2011 23:33:23 +0000 (23:33 +0000)]
evas: Fix a warning

  CC     evas_cserve_tool.o
evas_cserve_main.c: In function ‘message’:
evas_cserve_main.c:993:14: warning: braces around scalar initializer
evas_cserve_main.c:993:14: warning: (near initialization for ‘lopt.degree’)
evas_cserve_main.c:993:14: warning: excess elements in scalar initializer
evas_cserve_main.c:993:14: warning: (near initialization for ‘lopt.degree’)
evas_cserve_main.c:993:14: warning: excess elements in scalar initializer
evas_cserve_main.c:993:14: warning: (near initialization for ‘lopt.degree’)
evas_cserve_main.c:993:14: warning: excess elements in scalar initializer
evas_cserve_main.c:993:14: warning: (near initialization for ‘lopt.degree’)

Signed-off-by: Mike McCormack <mikem@ring3k.org>
SVN revision: 64310

12 years agoUpdated Czech translations in ecore, thanks belisarivs.
Daniel Kolesa [Sat, 22 Oct 2011 23:28:48 +0000 (23:28 +0000)]
Updated Czech translations in ecore, thanks belisarivs.

SVN revision: 64306

12 years agoEvas: bump libpng version to 1.2.10.
Vincent Torri [Sat, 22 Oct 2011 19:39:56 +0000 (19:39 +0000)]
Evas: bump libpng version to 1.2.10.
libpng 1.2.8 does not have the symbol png_set_expand_gray_1_2_4_to_8.
It seems that 1.2.10 has no problem, so we check for libpng >= 1.2.10
and we drop libpng 1.0.*

SVN revision: 64303

12 years agoEcore_X(cb): Make sure we have argv[i] before we try to strlen it.
Christopher Michael [Sat, 22 Oct 2011 18:06:44 +0000 (18:06 +0000)]
Ecore_X(cb): Make sure we have argv[i] before we try to strlen it.

SVN revision: 64302

12 years agoand fix chglog and @since for max img size api
Carsten Haitzler [Sat, 22 Oct 2011 05:42:48 +0000 (05:42 +0000)]
and fix chglog and @since for max img size api

SVN revision: 64290

12 years agoand zero out previous rect info on clear.
Carsten Haitzler [Sat, 22 Oct 2011 03:56:36 +0000 (03:56 +0000)]
and zero out previous rect info on clear.

SVN revision: 64289

12 years agoand fix tiler to do full resolution. yes - more mem, some more
Carsten Haitzler [Sat, 22 Oct 2011 03:36:39 +0000 (03:36 +0000)]
and fix tiler to do full resolution. yes - more mem, some more
overhead, but fewer bugs.

SVN revision: 64288

12 years agooh dear. debugging snuck in in my other fixes. remove.
Carsten Haitzler [Sat, 22 Oct 2011 02:40:52 +0000 (02:40 +0000)]
oh dear. debugging snuck in in my other fixes. remove.

SVN revision: 64287

12 years agooh this one was a doosey to find. objects still having map applied BUT
Carsten Haitzler [Fri, 21 Oct 2011 17:14:03 +0000 (17:14 +0000)]
oh this one was a doosey to find. objects still having map applied BUT
map is the same as a normal display (no mapping at all) are not
considered opaque. fix!

SVN revision: 64264

12 years agoevas/fb: use virtual sizes to describe the fb mode geometry.
Rafael Antognolli [Fri, 21 Oct 2011 16:21:09 +0000 (16:21 +0000)]
evas/fb: use virtual sizes to describe the fb mode geometry.
This was causing the fb engine to draw incorrectly when the virtual size
was different from the size (xres != xres_virtual). For example, it
happens an additional monitor is plugged into a notebook.
Patch for SiT.

SVN revision: 64259

12 years agoecore_evas_fb: use _ecore_evas_fb_render instead of the buffer one.
Rafael Antognolli [Fri, 21 Oct 2011 16:07:29 +0000 (16:07 +0000)]
ecore_evas_fb: use _ecore_evas_fb_render instead of the buffer one.
This mistake was introduced long ago on a cleanup.
Patch for SiT.

SVN revision: 64258

12 years agoemotion: disable direct rendering path if window manager doesn't handle it.
Cedric BAIL [Fri, 21 Oct 2011 15:00:41 +0000 (15:00 +0000)]
emotion: disable direct rendering path if window manager doesn't handle it.

SVN revision: 64256

12 years agoemotion: try to correctly fix the fill value.
Cedric BAIL [Fri, 21 Oct 2011 14:59:22 +0000 (14:59 +0000)]
emotion: try to correctly fix the fill value.

SVN revision: 64255

12 years agoevas: coorectly dirty YUV data.
Cedric BAIL [Fri, 21 Oct 2011 14:06:42 +0000 (14:06 +0000)]
evas: coorectly dirty YUV data.

SVN revision: 64254

12 years agohmm gles doesnt have internal format fetching.
Carsten Haitzler [Fri, 21 Oct 2011 12:03:41 +0000 (12:03 +0000)]
hmm gles doesnt have internal format fetching.

SVN revision: 64253

12 years agoand NOW fix obscure object handling properly.
Carsten Haitzler [Fri, 21 Oct 2011 10:25:35 +0000 (10:25 +0000)]
and NOW fix obscure object handling properly.

SVN revision: 64252