platform/upstream/efl.git
13 years agoCOMMITS: DO THEM PROPERLY!!!!1111
Mike Blumenkrantz [Thu, 11 Aug 2011 23:18:34 +0000 (23:18 +0000)]
COMMITS: DO THEM PROPERLY!!!!1111

SVN revision: 62366

13 years agoCOMPILE WARNINGS: FIX THEM!!!!!!11111
Mike Blumenkrantz [Thu, 11 Aug 2011 21:35:17 +0000 (21:35 +0000)]
COMPILE WARNINGS: FIX THEM!!!!!!11111

SVN revision: 62361

13 years agoguys...null checks are not the end of the world.
Mike Blumenkrantz [Thu, 11 Aug 2011 21:26:46 +0000 (21:26 +0000)]
guys...null checks are not the end of the world.

SVN revision: 62360

13 years ago[ecore] New main loop diagram.
Gustavo Lima Chaves [Thu, 11 Aug 2011 19:29:26 +0000 (19:29 +0000)]
[ecore] New main loop diagram.

SVN revision: 62357

13 years agoemotion: fix some race condition.
Cedric BAIL [Thu, 11 Aug 2011 16:16:10 +0000 (16:16 +0000)]
emotion: fix some race condition.

SVN revision: 62355

13 years agoevas - just removed white spaces.
ChunEon Park [Thu, 11 Aug 2011 14:14:48 +0000 (14:14 +0000)]
evas - just removed white spaces.

SVN revision: 62354

13 years agoemotion: fix memory leak.
Cedric BAIL [Thu, 11 Aug 2011 12:13:51 +0000 (12:13 +0000)]
emotion: fix memory leak.

SVN revision: 62350

13 years agoecore: Lock in ecore_shutdown
Mike McCormack [Thu, 11 Aug 2011 12:01:19 +0000 (12:01 +0000)]
ecore: Lock in ecore_shutdown

Avoid unbalanced locks when calling event-free callbacks.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62348

13 years agoecore: Avoid returning when holding locks
Mike McCormack [Thu, 11 Aug 2011 12:01:09 +0000 (12:01 +0000)]
ecore: Avoid returning when holding locks

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62347

13 years agoecore: Avoid using return in locked section
Mike McCormack [Thu, 11 Aug 2011 11:38:54 +0000 (11:38 +0000)]
ecore: Avoid using return in locked section

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62346

13 years agoecore: Create callback wrappers
Mike McCormack [Thu, 11 Aug 2011 10:59:48 +0000 (10:59 +0000)]
ecore: Create callback wrappers

This gets rid of a lot of temporary variables and cleans the code up again...

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62342

13 years agoframe count nto frame num - match c file.
Carsten Haitzler [Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)]
frame count nto frame num - match c file.

SVN revision: 62339

13 years agoimprove jy's docs. :)
Carsten Haitzler [Thu, 11 Aug 2011 08:56:59 +0000 (08:56 +0000)]
improve jy's docs. :)

SVN revision: 62335

13 years agoEvas textblock: Fixed bug in range_formats get.
Tom Hacohen [Thu, 11 Aug 2011 06:58:53 +0000 (06:58 +0000)]
Evas textblock: Fixed bug in range_formats get.

Thanks to Sanjeev for the rebort.

SVN revision: 62333

13 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
Jiyoun Park [Thu, 11 Aug 2011 06:04:08 +0000 (06:04 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

Animated gif suport in evas and api's to handle animated images and
frame flipping. from jy.

SVN revision: 62331

13 years agofix segv from missing null check
Mike Blumenkrantz [Wed, 10 Aug 2011 22:42:27 +0000 (22:42 +0000)]
fix segv from missing null check

SVN revision: 62320

13 years ago[ecore] Put order in header file, splitting function groups in contiguous chunks.
Gustavo Lima Chaves [Wed, 10 Aug 2011 19:14:48 +0000 (19:14 +0000)]
[ecore] Put order in header file, splitting function groups in contiguous chunks.

    Sorry for having to pratically rewrite the header, but the other way
    to get docs right would be to put lots of @addtogroup around several
    chunks of the file, which is ugly too and doesn't organize anything.

    I have tested ecore with that and it seems to be okay.

SVN revision: 62307

13 years agoecore: Fix linking of xim module
Mike McCormack [Wed, 10 Aug 2011 15:20:29 +0000 (15:20 +0000)]
ecore: Fix linking of xim module

SVN revision: 62301

13 years agoupdate some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhi...
Mike Blumenkrantz [Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)]
update some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhile anyway since dependency structs aren't documented

SVN revision: 62283

13 years agoif we are going to have %d's - use them in the next scanf too.
Carsten Haitzler [Wed, 10 Aug 2011 04:39:04 +0000 (04:39 +0000)]
if we are going to have %d's - use them in the next scanf too.

SVN revision: 62282

13 years agoeina: Use %d to get build time
Mike McCormack [Tue, 9 Aug 2011 23:48:47 +0000 (23:48 +0000)]
eina: Use %d to get build time

eina_hamster_count() was returning -1 on my machine (Ubuntu 11.04/AMD64),
causing make check to fail.

eina_test_main.c:51:F:Main:eina_hamster:0: Failure 'eina_hamster_count() <= 0' occured

Using %d instead of %i for integers fixes it.

Signed-off-by: Mike McCormack <mj.mccormack@ring3k.org>
SVN revision: 62268

13 years ago[evas] Filling some gaps on documentation.
Gustavo Lima Chaves [Tue, 9 Aug 2011 20:56:22 +0000 (20:56 +0000)]
[evas] Filling some gaps on documentation.

SVN revision: 62266

13 years agoethumb: fix race condition and memory leak.
Cedric BAIL [Tue, 9 Aug 2011 20:36:28 +0000 (20:36 +0000)]
ethumb: fix race condition and memory leak.

NOTE: that's a first obvious patch thanks to Gustavo reviews.
More work needed, but some decision should be discussed first.

SVN revision: 62265

13 years ago[eet] New examples.
Gustavo Lima Chaves [Tue, 9 Aug 2011 20:33:50 +0000 (20:33 +0000)]
[eet] New examples.

SVN revision: 62264

13 years agoEdje entry: Start using the new tb_range_formats_get.
Tom Hacohen [Tue, 9 Aug 2011 13:58:00 +0000 (13:58 +0000)]
Edje entry: Start using the new tb_range_formats_get.

This should make everything faster cause we now only get/work on the
visible anchors/items.

SVN revision: 62260

13 years agoEvas textblock: Added cursor_visible_range_get and cursor_range_formats_get.
Tom Hacohen [Tue, 9 Aug 2011 13:55:42 +0000 (13:55 +0000)]
Evas textblock: Added cursor_visible_range_get and cursor_range_formats_get.

SVN revision: 62259

13 years agoEvas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.
Tom Hacohen [Tue, 9 Aug 2011 13:55:38 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.

SVN revision: 62258

13 years agoEvas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.
Tom Hacohen [Tue, 9 Aug 2011 13:55:31 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.

SVN revision: 62257

13 years agowarning--. hmmm
Carsten Haitzler [Tue, 9 Aug 2011 13:26:03 +0000 (13:26 +0000)]
warning--. hmmm

SVN revision: 62255

13 years agohere's an awesome idea... let's not break the build shall we? lets
Carsten Haitzler [Tue, 9 Aug 2011 13:23:39 +0000 (13:23 +0000)]
here's an awesome idea... let's not break the build shall we? lets
actually test something .. like compile it before we commit eh?

SVN revision: 62254

13 years agoeet: switch in favor of Eina_File.
Cedric BAIL [Tue, 9 Aug 2011 11:31:58 +0000 (11:31 +0000)]
eet: switch in favor of Eina_File.

SVN revision: 62250

13 years agoeina: windows cleanup.
Cedric BAIL [Tue, 9 Aug 2011 09:21:07 +0000 (09:21 +0000)]
eina: windows cleanup.

Patch by Vincent Torri.

SVN revision: 62246

13 years agoefl: remove mman as we Eina_File now.
Cedric BAIL [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.

Patch from Vincent Torri.

SVN revision: 62244

13 years agoemotion: make v4l2 optionnal.
Cedric BAIL [Tue, 9 Aug 2011 09:15:56 +0000 (09:15 +0000)]
emotion: make v4l2 optionnal.

SVN revision: 62243

13 years agoecore: remove bad macro from ecore.
Cedric BAIL [Tue, 9 Aug 2011 08:50:47 +0000 (08:50 +0000)]
ecore: remove bad macro from ecore.

SVN revision: 62241

13 years agoeina: add generic macro to generate error when outside of the main loop.
Cedric BAIL [Tue, 9 Aug 2011 08:48:57 +0000 (08:48 +0000)]
eina: add generic macro to generate error when outside of the main loop.

SVN revision: 62240

13 years agoeina: detect main loop for windows to.
Cedric BAIL [Tue, 9 Aug 2011 08:47:57 +0000 (08:47 +0000)]
eina: detect main loop for windows to.

SVN revision: 62239

13 years agoeina: correct guard of thread code.
Cedric BAIL [Tue, 9 Aug 2011 08:46:29 +0000 (08:46 +0000)]
eina: correct guard of thread code.

SVN revision: 62238

13 years agoeina: make dlopen optional.
Cedric BAIL [Tue, 9 Aug 2011 08:39:39 +0000 (08:39 +0000)]
eina: make dlopen optional.

SVN revision: 62236

13 years agofix typos in docs
Carsten Haitzler [Tue, 9 Aug 2011 06:30:09 +0000 (06:30 +0000)]
fix typos in docs

SVN revision: 62225

13 years agoremove logo.
Carsten Haitzler [Tue, 9 Aug 2011 06:09:50 +0000 (06:09 +0000)]
remove logo.

SVN revision: 62224

13 years agoaaagh those were not meant to be in the docs!
Carsten Haitzler [Tue, 9 Aug 2011 06:05:44 +0000 (06:05 +0000)]
aaagh those were not meant to be in the docs!

SVN revision: 62223

13 years agoEcore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
Christopher Michael [Mon, 8 Aug 2011 20:40:04 +0000 (20:40 +0000)]
Ecore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
ecore_x_client_message32_send, but rather send the events directly via
xcb (like xlib does).

SVN revision: 62219

13 years agoEcore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
Christopher Michael [Mon, 8 Aug 2011 20:39:10 +0000 (20:39 +0000)]
Ecore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
eina_init, etc).
dlopen XCloseDisplay for opengl and use that also.
Use the unchecked version for query pointer.
Add some FIXME notes.

SVN revision: 62218

13 years agoEcore_X: Make ecore_xcb_window match up more w/ xlib version.
Christopher Michael [Mon, 8 Aug 2011 20:37:40 +0000 (20:37 +0000)]
Ecore_X: Make ecore_xcb_window match up more w/ xlib version.
Fix some formatting.
Don't allocate any Ecore_X_Windows if the children count is zero.

SVN revision: 62217

13 years agoEcore_X: Add comment wrt Fixes extension version (for Tom).
Christopher Michael [Mon, 8 Aug 2011 20:35:48 +0000 (20:35 +0000)]
Ecore_X: Add comment wrt Fixes extension version (for Tom).
Remove unused code wrt invert regions.

SVN revision: 62216

13 years agoEcore_X: Fix fat finger copy-paste error wrt casting on shape
Christopher Michael [Mon, 8 Aug 2011 20:10:44 +0000 (20:10 +0000)]
Ecore_X: Fix fat finger copy-paste error wrt casting on shape
rectangles. Thanks jeffdameth for pointing that out ;)

SVN revision: 62215

13 years agoEcore_X: We don't check fixes extension version in xlib, so don't
Christopher Michael [Mon, 8 Aug 2011 19:31:17 +0000 (19:31 +0000)]
Ecore_X: We don't check fixes extension version in xlib, so don't
check it here.

SVN revision: 62214

13 years agoEcore_X: Remove check for shape extension version.
Christopher Michael [Mon, 8 Aug 2011 19:15:41 +0000 (19:15 +0000)]
Ecore_X: Remove check for shape extension version.

SVN revision: 62213

13 years agoEcore_X: Remove check for damage extension version. (we don't check
Christopher Michael [Mon, 8 Aug 2011 19:15:04 +0000 (19:15 +0000)]
Ecore_X: Remove check for damage extension version. (we don't check
version in xlib, so don't check it here).

SVN revision: 62212

13 years agoEcore_X: Use unchecked version for getting overlay window.
Christopher Michael [Mon, 8 Aug 2011 18:59:25 +0000 (18:59 +0000)]
Ecore_X: Use unchecked version for getting overlay window.

SVN revision: 62211

13 years agoEcore_X: Fix newly added xfixes selection code for Tom ;)
Christopher Michael [Mon, 8 Aug 2011 18:05:46 +0000 (18:05 +0000)]
Ecore_X: Fix newly added xfixes selection code for Tom ;)

SVN revision: 62210

13 years agoEcore_X: Fix formatting of new xfixes code (someone's editor is not
Christopher Michael [Mon, 8 Aug 2011 18:05:07 +0000 (18:05 +0000)]
Ecore_X: Fix formatting of new xfixes code (someone's editor is not
indenting correctly) ;)

Fix formatting of some existing code to declare variables at the top
of functions.

Remove some unused variables.

SVN revision: 62209

13 years agoEvas font: font_load use the correct string.
Tom Hacohen [Mon, 8 Aug 2011 14:47:35 +0000 (14:47 +0000)]
Evas font: font_load use the correct string.

Thanks vtorri for the catch.

SVN revision: 62207

13 years agostrndup--!
Carsten Haitzler [Mon, 8 Aug 2011 14:40:33 +0000 (14:40 +0000)]
strndup--!

SVN revision: 62206

13 years agoEcore X: Added Xfixes selection notification support.
Tom Hacohen [Mon, 8 Aug 2011 14:36:02 +0000 (14:36 +0000)]
Ecore X: Added Xfixes selection notification support.

Now we can get notifications for changes in X selection. This is very useful
for text editors that want to disable their "paste" button when there's
nothing to paste.

SVN revision: 62205

13 years agoremvoe todo's from doc
Carsten Haitzler [Mon, 8 Aug 2011 11:43:13 +0000 (11:43 +0000)]
remvoe todo's from doc

SVN revision: 62204

13 years agoand more doc clean for edje.
Carsten Haitzler [Mon, 8 Aug 2011 11:40:27 +0000 (11:40 +0000)]
and more doc clean for edje.

SVN revision: 62203

13 years agodon't need logo and version is actually (about to be) 1.5
Carsten Haitzler [Mon, 8 Aug 2011 11:33:23 +0000 (11:33 +0000)]
don't need logo and version is actually (about to be) 1.5

SVN revision: 62202

13 years agodoc - we dont really need the logo there.
Carsten Haitzler [Mon, 8 Aug 2011 11:31:07 +0000 (11:31 +0000)]
doc - we dont really need the logo there.

SVN revision: 62201

13 years agoremove some docs on compiling goop we don't need really.
Carsten Haitzler [Mon, 8 Aug 2011 11:29:05 +0000 (11:29 +0000)]
remove some docs on compiling goop we don't need really.

SVN revision: 62200

13 years agoremove some legacy bits of docs, fix spelling
Carsten Haitzler [Mon, 8 Aug 2011 10:50:27 +0000 (10:50 +0000)]
remove some legacy bits of docs, fix spelling

SVN revision: 62198

13 years agothere is no format section of docs - so remove ref.
Carsten Haitzler [Mon, 8 Aug 2011 09:44:22 +0000 (09:44 +0000)]
there is no format section of docs - so remove ref.

SVN revision: 62196

13 years agoFrom: Sanjeev Ba <as2902.b@samsung.com>
Sanjeev Ba [Mon, 8 Aug 2011 09:40:36 +0000 (09:40 +0000)]
From: Sanjeev Ba <as2902.b@samsung.com>
Subject: Using Eina_BinBuf in Ecore_Con_Url

From Sanjeev - an improvement and addition to the Ecore_Con
documentation giving a handy tip on using Eina_Bin/StrBuf.

SVN revision: 62195

13 years agoevas: fix static build of software xlib and xcb engine.
Cedric BAIL [Mon, 8 Aug 2011 08:06:38 +0000 (08:06 +0000)]
evas: fix static build of software xlib and xcb engine.

SVN revision: 62194

13 years agoevas (cedric asked): argh, fix stupid bugs with configure.ac
Gustavo Sverzut Barbieri [Sun, 7 Aug 2011 16:47:09 +0000 (16:47 +0000)]
evas (cedric asked): argh, fix stupid bugs with configure.ac

PLEASE, IF YOU DON'T KNOW THE REASONS ASK BEFORE COMMITTING :-)

SVN revision: 62186

13 years agoecore ecore_imf_context.c: Added since 1.1.0. Patch by Jihoon Kim <jihoon48.kim@samsu...
Daniel Juyung Seo [Sun, 7 Aug 2011 14:49:08 +0000 (14:49 +0000)]
ecore ecore_imf_context.c: Added since 1.1.0. Patch by Jihoon Kim <jihoon48.kim@samsung.com>

On Sun, Aug 7, 2011 at 9:55 AM, Jihoon Kim <jihoon48.kim@samsung.com> wrote:
> In previous patch, version information (@since 1.1.0) is missed.
>
> Would you please apply this patch in svn?

SVN revision: 62184

13 years agoEvas textblock: Updated docs.
Tom Hacohen [Sun, 7 Aug 2011 08:31:01 +0000 (08:31 +0000)]
Evas textblock: Updated docs.

SVN revision: 62175

13 years agoEvas textblock: Fixed compiler warning.
Tom Hacohen [Sun, 7 Aug 2011 08:30:46 +0000 (08:30 +0000)]
Evas textblock: Fixed compiler warning.

SVN revision: 62174

13 years agoEvas: Make evas xcb engine match xlib engine almost exactly.
Christopher Michael [Sat, 6 Aug 2011 03:32:27 +0000 (03:32 +0000)]
Evas: Make evas xcb engine match xlib engine almost exactly.

NB: Next is to fine-tooth the ecore code.

SVN revision: 62167

13 years agoupdate changelog for last commit since it seems to have been worthwhile
Mike Blumenkrantz [Fri, 5 Aug 2011 23:22:50 +0000 (23:22 +0000)]
update changelog for last commit since it seems to have been worthwhile

SVN revision: 62160

13 years ago[ecore] Examples for the last batch of documentation
Gustavo Lima Chaves [Fri, 5 Aug 2011 20:16:19 +0000 (20:16 +0000)]
[ecore] Examples for the last batch of documentation
 bumps.

SVN revision: 62152

13 years ago[ecore] Documentation for the following:
Gustavo Lima Chaves [Fri, 5 Aug 2011 20:16:13 +0000 (20:16 +0000)]
[ecore] Documentation for the following:
 - ecore_evas_buffer_allocfunc_new
 - ecore_evas_buffer_new
 - ecore_evas_buffer_pixels_get
 - ecore_evas_manual_render
 - ecore_evas_object_image_new
 - ecore_evas_object_ecore_evas_get
 - ecore_evas_object_evas_get

SVN revision: 62151

13 years agoedje/perspective - Add an example using the perspective global setting.
Rafael Antognolli [Fri, 5 Aug 2011 19:53:10 +0000 (19:53 +0000)]
edje/perspective - Add an example using the perspective global setting.

SVN revision: 62150

13 years agoedje/perspective - Add docs to the relative functions.
Rafael Antognolli [Fri, 5 Aug 2011 19:03:38 +0000 (19:03 +0000)]
edje/perspective - Add docs to the relative functions.

SVN revision: 62147

13 years agoedje/perspective - Actually use the global perspective.
Rafael Antognolli [Fri, 5 Aug 2011 18:08:07 +0000 (18:08 +0000)]
edje/perspective - Actually use the global perspective.
The Edje object should use the global perspective if it didn't have its
own perspective set.

SVN revision: 62146

13 years agoInherit parts used by map too
Iván Briano [Fri, 5 Aug 2011 17:13:38 +0000 (17:13 +0000)]
Inherit parts used by map too

SVN revision: 62145

13 years agoBox example uses eina, so link to it
Iván Briano [Fri, 5 Aug 2011 16:23:34 +0000 (16:23 +0000)]
Box example uses eina, so link to it

SVN revision: 62143

13 years agoEdje: Changing the screenshots from table and color class
Jonas M. Gastal [Fri, 5 Aug 2011 16:08:07 +0000 (16:08 +0000)]
Edje: Changing the screenshots from table and color class
 examples.

By: Flavio Ceolin <flavio.ceolin@profusion.mobi>

SVN revision: 62142

13 years agoIt may be good to link Eina examples against Eina
Iván Briano [Fri, 5 Aug 2011 15:59:22 +0000 (15:59 +0000)]
It may be good to link Eina examples against Eina

SVN revision: 62141

13 years agoemotion: fix some uninitialized value.
Cedric BAIL [Fri, 5 Aug 2011 15:52:27 +0000 (15:52 +0000)]
emotion: fix some uninitialized value.

SVN revision: 62140

13 years agoCheck Evas too, DSO thingy
Iván Briano [Fri, 5 Aug 2011 15:39:18 +0000 (15:39 +0000)]
Check Evas too, DSO thingy

SVN revision: 62139

13 years agoEdje: fixing images on pdf.
Jonas M. Gastal [Fri, 5 Aug 2011 14:25:33 +0000 (14:25 +0000)]
Edje: fixing images on pdf.

SVN revision: 62137

13 years agoEdje: Documenting the Edje animations functions.
Jonas M. Gastal [Fri, 5 Aug 2011 13:52:14 +0000 (13:52 +0000)]
Edje: Documenting the Edje animations functions.

SVN revision: 62136

13 years agoEina: Fixing borked eina_stringshare diagram.
Jonas M. Gastal [Fri, 5 Aug 2011 13:45:01 +0000 (13:45 +0000)]
Eina: Fixing borked eina_stringshare diagram.

SVN revision: 62135

13 years agomake the internal options key much shorter - faster matches.
Carsten Haitzler [Fri, 5 Aug 2011 11:54:13 +0000 (11:54 +0000)]
make the internal options key much shorter - faster matches.

SVN revision: 62131

13 years agoemotion: fix some memory leak.
Cedric BAIL [Fri, 5 Aug 2011 08:51:10 +0000 (08:51 +0000)]
emotion: fix some memory leak.

SVN revision: 62128

13 years agoEina: Fixing image in pdf doc.
Jonas M. Gastal [Thu, 4 Aug 2011 22:52:29 +0000 (22:52 +0000)]
Eina: Fixing image in pdf doc.

SVN revision: 62116

13 years agoEina: eina tiler example.
Jonas M. Gastal [Thu, 4 Aug 2011 22:05:46 +0000 (22:05 +0000)]
Eina: eina tiler example.

SVN revision: 62113

13 years agoEina: eina_tiler docs(examples to follow).
Jonas M. Gastal [Thu, 4 Aug 2011 22:05:25 +0000 (22:05 +0000)]
Eina: eina_tiler docs(examples to follow).

SVN revision: 62112

13 years agoEvas: adding blank line before images so doxygen won't mess
Jonas M. Gastal [Thu, 4 Aug 2011 21:28:32 +0000 (21:28 +0000)]
Evas: adding blank line before images so doxygen won't mess
 up pdf layout.

SVN revision: 62111

13 years agoEmotion: Fixing emotion_ratio.eps image.
Jonas M. Gastal [Thu, 4 Aug 2011 21:16:48 +0000 (21:16 +0000)]
Emotion: Fixing emotion_ratio.eps image.

SVN revision: 62108

13 years agoEmotion: fix pdf doc generation.
Jonas M. Gastal [Thu, 4 Aug 2011 20:55:47 +0000 (20:55 +0000)]
Emotion: fix pdf doc generation.

SVN revision: 62106

13 years agoEcore_X: Fix dnd for shaped windows.
Christopher Michael [Thu, 4 Aug 2011 20:46:44 +0000 (20:46 +0000)]
Ecore_X: Fix dnd for shaped windows.

SVN revision: 62105

13 years agoEina: adding image to eina_stringshare.
Jonas M. Gastal [Thu, 4 Aug 2011 20:44:05 +0000 (20:44 +0000)]
Eina: adding image to eina_stringshare.

SVN revision: 62104

13 years agoEina: adding image showing eina array growth.
Jonas M. Gastal [Thu, 4 Aug 2011 20:43:51 +0000 (20:43 +0000)]
Eina: adding image showing eina array growth.

SVN revision: 62103

13 years ago[evas] Examples on box object.
Gustavo Lima Chaves [Thu, 4 Aug 2011 20:19:45 +0000 (20:19 +0000)]
[evas] Examples on box object.

SVN revision: 62102

13 years ago[evas] Documentation bump on the box smart object.
Gustavo Lima Chaves [Thu, 4 Aug 2011 20:19:36 +0000 (20:19 +0000)]
[evas] Documentation bump on the box smart object.
Example on it comes next.

SVN revision: 62101

13 years agoemotion: add a way to retrieve pixels.
Cedric BAIL [Thu, 4 Aug 2011 10:24:32 +0000 (10:24 +0000)]
emotion: add a way to retrieve pixels.

SVN revision: 62092

13 years agoevas: fix typo.
Cedric BAIL [Thu, 4 Aug 2011 10:03:36 +0000 (10:03 +0000)]
evas: fix typo.

SVN revision: 62090