platform/upstream/efl.git
13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 20 Jun 2011 07:17:24 +0000 (07:17 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add Ecore_IMF API to set the attirbute of
input panel

For supporting virtual keyboard, I'd like to add
ecore_imf_context_input_panel_enabled_set/get APIs. The detail description of
each API is included in the patch file as doxygen format.

If input panel is in 'enabled' status, the immodule will request to
show the input panel automatically When the input widget such as entry is
clicked or has focus. In some case, application programmers want to control
the input panel manually (not automatically), so I implement this API.

SVN revision: 60504

13 years agoFrom: Ulrich Eckhardt <doomster@knuut.de>
Ulrich Eckhardt [Mon, 20 Jun 2011 06:58:33 +0000 (06:58 +0000)]
From: Ulrich Eckhardt <doomster@knuut.de>
Subject: [E-devel] XRender engine causes ecore build failure

while building ecore. The problem is that this engine was removed from evas
but not yet completely from ecore. I was on IRC with Vincent Torri (vtorri)
and Daniel Juyung Seo (SeoZ) and the consensus was to remove the code for the
XRender engines, both the Xlib and XCB versions.

There is a switch over the different engine types, where there are still a few
places left where XRender is handled, grep for "xrender" or "XRENDER" and you
will find them. The question is whether to just return NULL in order to signal
that this engine is not supported or to remove the whole thing. The latter
could break binary compatibility, therefore I left those stubs in.

SVN revision: 60502

13 years agofree on success, not failure of pthread_join.
Carsten Haitzler [Mon, 20 Jun 2011 06:44:37 +0000 (06:44 +0000)]
free on success, not failure of pthread_join.

SVN revision: 60499

13 years agoeina: fix common misspellings
Lucas De Marchi [Sat, 18 Jun 2011 19:48:28 +0000 (19:48 +0000)]
eina: fix common misspellings

Common misspellings found by codespell.

SVN revision: 60479

13 years agohermet - just changed my email address.
ChunEon Park [Sat, 18 Jun 2011 16:16:28 +0000 (16:16 +0000)]
hermet - just changed my email address.

SVN revision: 60477

13 years agoevas_layer.c - fixed indenation and removed white spaces
ChunEon Park [Sat, 18 Jun 2011 09:16:22 +0000 (09:16 +0000)]
evas_layer.c - fixed indenation and removed white spaces

SVN revision: 60472

13 years agoevas/evas_layer.c - added some missed exception handlings.
ChunEon Park [Sat, 18 Jun 2011 09:08:33 +0000 (09:08 +0000)]
evas/evas_layer.c - added some missed exception handlings.

SVN revision: 60471

13 years ago@since 1.1.0++
Carsten Haitzler [Fri, 17 Jun 2011 23:50:02 +0000 (23:50 +0000)]
@since 1.1.0++

SVN revision: 60469

13 years agoEcore : ecore_evas : use correct temporary directory on Windows
Vincent Torri [Fri, 17 Jun 2011 21:49:47 +0000 (21:49 +0000)]
Ecore : ecore_evas : use correct temporary directory on Windows

SVN revision: 60468

13 years agoEcore: remove wrong cast
Vincent Torri [Fri, 17 Jun 2011 21:45:21 +0000 (21:45 +0000)]
Ecore: remove wrong cast

SVN revision: 60467

13 years agoEvil : don't define open anymore (useless, now)
Vincent Torri [Fri, 17 Jun 2011 21:44:25 +0000 (21:44 +0000)]
Evil : don't define open anymore (useless, now)

SVN revision: 60466

13 years agoformatting
Vincent Torri [Fri, 17 Jun 2011 21:43:40 +0000 (21:43 +0000)]
formatting

SVN revision: 60465

13 years agouseless code
Vincent Torri [Fri, 17 Jun 2011 21:43:04 +0000 (21:43 +0000)]
useless code

SVN revision: 60464

13 years agoepp : use binary mode for (f)open()
Vincent Torri [Fri, 17 Jun 2011 21:42:27 +0000 (21:42 +0000)]
epp : use binary mode for (f)open()

SVN revision: 60463

13 years ago[evas] Examples on the rest of the size hints.
Gustavo Lima Chaves [Fri, 17 Jun 2011 21:17:07 +0000 (21:17 +0000)]
[evas] Examples on the rest of the size hints.

SVN revision: 60461

13 years ago[evas] Example on aspect hints.
Gustavo Lima Chaves [Fri, 17 Jun 2011 21:16:59 +0000 (21:16 +0000)]
[evas] Example on aspect hints.

SVN revision: 60460

13 years ago[evas] Documenting our dear size hints.
Gustavo Lima Chaves [Fri, 17 Jun 2011 21:16:49 +0000 (21:16 +0000)]
[evas] Documenting our dear size hints.
Examples coming in sequence.

SVN revision: 60459

13 years ago[evas] Oopsies-- on an example.
Gustavo Lima Chaves [Fri, 17 Jun 2011 21:16:25 +0000 (21:16 +0000)]
[evas] Oopsies-- on an example.

SVN revision: 60458

13 years ago[evas] Fixing scaling functions docs.
Gustavo Lima Chaves [Fri, 17 Jun 2011 21:16:17 +0000 (21:16 +0000)]
[evas] Fixing scaling functions docs.

SVN revision: 60457

13 years ago[evas] Let's not forget box and table in the smart
Gustavo Lima Chaves [Fri, 17 Jun 2011 21:16:11 +0000 (21:16 +0000)]
[evas] Let's not forget box and table in the smart
 objects.

SVN revision: 60456

13 years agoEina: Adding images for latex docs.
Jonas M. Gastal [Fri, 17 Jun 2011 14:20:59 +0000 (14:20 +0000)]
Eina: Adding images for latex docs.

SVN revision: 60452

13 years agoallow getting ot table packing child too.
Carsten Haitzler [Fri, 17 Jun 2011 11:34:30 +0000 (11:34 +0000)]
allow getting ot table packing child too.

SVN revision: 60447

13 years agoevas table -> allow packing of same object again to update packing
Carsten Haitzler [Fri, 17 Jun 2011 11:25:30 +0000 (11:25 +0000)]
evas table -> allow packing of same object again to update packing
parameters

SVN revision: 60446

13 years agoecore_con_server_timeout_g/set now apply to client-type servers
Mike Blumenkrantz [Fri, 17 Jun 2011 11:16:50 +0000 (11:16 +0000)]
ecore_con_server_timeout_g/set now apply to client-type servers
CAN'T SLEEP
MUST HACK

SVN revision: 60445

13 years agoevas: warn dev to clip on a rect and not on an other object
Michael BOUCHAUD [Fri, 17 Jun 2011 10:55:26 +0000 (10:55 +0000)]
evas: warn dev to clip on a rect and not on an other object

SVN revision: 60443

13 years agonote features that are disabled.
Carsten Haitzler [Fri, 17 Jun 2011 10:15:27 +0000 (10:15 +0000)]
note features that are disabled.

SVN revision: 60441

13 years agoeina: rename eina_hash_free_set as eina_hash_free_cb_set.
Cedric BAIL [Fri, 17 Jun 2011 09:49:15 +0000 (09:49 +0000)]
eina: rename eina_hash_free_set as eina_hash_free_cb_set.

SVN revision: 60439

13 years agoeina: forgotten commit.
Cedric BAIL [Fri, 17 Jun 2011 08:55:22 +0000 (08:55 +0000)]
eina: forgotten commit.

SVN revision: 60428

13 years agoeina: disabling Eina_Object until 1.1 is released.
Cedric BAIL [Fri, 17 Jun 2011 08:48:02 +0000 (08:48 +0000)]
eina: disabling Eina_Object until 1.1 is released.

SVN revision: 60427

13 years agowhitespaces--------
Vincent Torri [Fri, 17 Jun 2011 07:47:28 +0000 (07:47 +0000)]
whitespaces--------

SVN revision: 60426

13 years agoevas/evas_map - trivial changes.
ChunEon Park [Fri, 17 Jun 2011 07:12:20 +0000 (07:12 +0000)]
evas/evas_map - trivial changes.

SVN revision: 60425

13 years agoremove unused variable
Mike Blumenkrantz [Fri, 17 Jun 2011 04:00:28 +0000 (04:00 +0000)]
remove unused variable

SVN revision: 60417

13 years agoUpdate .gitignore files
Mike McCormack [Fri, 17 Jun 2011 01:59:49 +0000 (01:59 +0000)]
Update .gitignore files

SVN revision: 60416

13 years agoevas/evas_map - stuffed trivial missing things.
ChunEon Park [Fri, 17 Jun 2011 01:16:16 +0000 (01:16 +0000)]
evas/evas_map - stuffed trivial missing things.

SVN revision: 60415

13 years agoecore: fix dnd for 'shaped' windows. added rect offset to 'inside' check
Hannes Janetzek [Thu, 16 Jun 2011 21:10:41 +0000 (21:10 +0000)]
ecore: fix dnd for 'shaped' windows. added rect offset to 'inside' check

SVN revision: 60409

13 years agoSince the SVN revision is now included in %{version}, it's redundant
Michael Jennings [Thu, 16 Jun 2011 20:36:43 +0000 (20:36 +0000)]
Since the SVN revision is now included in %{version}, it's redundant
to have it in %{release} also.  So let's just tag the package as ours
and try to make sure it doesn't interfere with vendor releases.

SVN revision: 60407

13 years agoevas - updated AUTHORS
ChunEon Park [Thu, 16 Jun 2011 17:10:21 +0000 (17:10 +0000)]
evas - updated AUTHORS

SVN revision: 60402

13 years agoemotion: temporary fix gstreamer uri to match other engine behaviour.
Cedric BAIL [Thu, 16 Jun 2011 15:29:29 +0000 (15:29 +0000)]
emotion: temporary fix gstreamer uri to match other engine behaviour.

SVN revision: 60398

13 years agoecore ecore_x_test.c: Fixed warnings.
Daniel Juyung Seo [Thu, 16 Jun 2011 15:11:30 +0000 (15:11 +0000)]
ecore ecore_x_test.c: Fixed warnings.

SVN revision: 60396

13 years agoevas/evas_map - modified to use Eina_Bool values.
ChunEon Park [Thu, 16 Jun 2011 12:18:19 +0000 (12:18 +0000)]
evas/evas_map - modified to use Eina_Bool values.

SVN revision: 60392

13 years agoevas/main.c - added Evas_GL magic_string_get
ChunEon Park [Thu, 16 Jun 2011 12:11:41 +0000 (12:11 +0000)]
evas/main.c - added Evas_GL magic_string_get

SVN revision: 60391

13 years agoevas/evas_map - added magic check
ChunEon Park [Thu, 16 Jun 2011 12:08:46 +0000 (12:08 +0000)]
evas/evas_map - added magic check

SVN revision: 60390

13 years agoevas/evas_map - just removed unused lines and moved internal function position
ChunEon Park [Thu, 16 Jun 2011 11:48:41 +0000 (11:48 +0000)]
evas/evas_map - just removed unused lines and moved internal function position

SVN revision: 60389

13 years agoevas/evas_private.h - just removed white spaces and fixed indentation.
ChunEon Park [Thu, 16 Jun 2011 11:19:30 +0000 (11:19 +0000)]
evas/evas_private.h - just removed white spaces and fixed indentation.

SVN revision: 60388

13 years agoevas/evas_gl - fixed to release magic field and it's data type
ChunEon Park [Thu, 16 Jun 2011 11:12:40 +0000 (11:12 +0000)]
evas/evas_gl - fixed to release magic field and it's data type

SVN revision: 60387

13 years agoevas/canvas - ok. it works fine. modified to use the standard computation again.
ChunEon Park [Thu, 16 Jun 2011 10:03:37 +0000 (10:03 +0000)]
evas/canvas - ok. it works fine. modified to use the standard computation again.

SVN revision: 60386

13 years agoecore: fix ecore_x_selection_convert not taking selection length into account.
Cedric BAIL [Thu, 16 Jun 2011 09:16:03 +0000 (09:16 +0000)]
ecore: fix ecore_x_selection_convert not taking selection length into account.

SVN revision: 60382

13 years agoevas/canvas - reverted evas_map since some texture mapping is incorrect.
ChunEon Park [Thu, 16 Jun 2011 08:46:16 +0000 (08:46 +0000)]
evas/canvas - reverted evas_map since some texture mapping is incorrect.

SVN revision: 60381

13 years agoevas/canvas - just made standard computation.
ChunEon Park [Thu, 16 Jun 2011 08:21:39 +0000 (08:21 +0000)]
evas/canvas - just made standard computation.

SVN revision: 60379

13 years agotabs --> spaces
Vincent Torri [Thu, 16 Jun 2011 06:24:25 +0000 (06:24 +0000)]
tabs --> spaces

SVN revision: 60375

13 years agoEmotion : gstreamer backend
Vincent Torri [Thu, 16 Jun 2011 06:20:46 +0000 (06:20 +0000)]
Emotion : gstreamer backend
Fix gstreamer assertion when the creation of the pipeline fails
Improve error message when the pipeline can not pause (usually,
the media file can not be found)

SVN revision: 60374

13 years agoevas: Spelling fix
Mike McCormack [Thu, 16 Jun 2011 05:32:23 +0000 (05:32 +0000)]
evas: Spelling fix

SVN revision: 60370

13 years ago@since 1.1
Mike Blumenkrantz [Wed, 15 Jun 2011 21:57:47 +0000 (21:57 +0000)]
@since 1.1

SVN revision: 60366

13 years ago+ecore_con_ssl_server_upgrade
Mike Blumenkrantz [Wed, 15 Jun 2011 18:58:34 +0000 (18:58 +0000)]
+ecore_con_ssl_server_upgrade
+ecore_con_ssl_client_upgrade
+ECORE_CON_EVENT_SERVER_UPGRADE
+ECORE_CON_EVENT_CLIENT_UPGRADE
new functions for upgrading an existing plaintext connection to SSL/TLS, as seen in STARTTLS and my nightmares

SVN revision: 60359

13 years agoeina: @since
Cedric BAIL [Wed, 15 Jun 2011 15:54:42 +0000 (15:54 +0000)]
eina: @since

SVN revision: 60356

13 years agostat was a bad choice
Mike Blumenkrantz [Wed, 15 Jun 2011 15:48:41 +0000 (15:48 +0000)]
stat was a bad choice

SVN revision: 60355

13 years agoeina: +eina_hash_free_set.
Cedric BAIL [Wed, 15 Jun 2011 15:46:10 +0000 (15:46 +0000)]
eina: +eina_hash_free_set.

SVN revision: 60354

13 years agoEvas textblock: Should invalidate before declaring the object as changed.
Tom Hacohen [Wed, 15 Jun 2011 14:57:38 +0000 (14:57 +0000)]
Evas textblock: Should invalidate before declaring the object as changed.

SVN revision: 60353

13 years agoEvas textblock: Fixed scale update.
Tom Hacohen [Wed, 15 Jun 2011 14:57:21 +0000 (14:57 +0000)]
Evas textblock: Fixed scale update.

SVN revision: 60352

13 years agoFrom: Ulrich Eckhardt <doomster@knuut.de>
Ulrich Eckhardt [Wed, 15 Jun 2011 09:38:08 +0000 (09:38 +0000)]
From: Ulrich Eckhardt <doomster@knuut.de>
Subject: [E-devel] Provide sensible errors for edje utilities

If you start edje_player or edje_inspector with a path to a file that doesn't
exist you get a bogus error message saying that the file doesn't contain any
groups. The attached patch uses access() to check if the program can read the
file, giving a sensible error message if not.

I have checked the other utilities there, too, and they work, with the
exception of edje_external_inspector. I'm not sure how this one works at all,
but it seems not to take a file but a list of modules, maybe someone with
greater insight can take a look at that.

Going through things installed under bin, I'll take a look if those behave
properly and create patches for those, too, if this one is okay.

SVN revision: 60338

13 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
Jiyoun Park [Wed, 15 Jun 2011 09:34:16 +0000 (09:34 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: [E-devel] [Patch] Evas_image_load_gif bug fix

I found if gif file didn't have colormap, evas make segmentation fault.
So I add null check code of the gif color map .

SVN revision: 60337

13 years agoevas/canvas - sorry i added two lines should not be added.
ChunEon Park [Wed, 15 Jun 2011 09:02:04 +0000 (09:02 +0000)]
evas/canvas - sorry i added two lines should not be added.

SVN revision: 60334

13 years agoevas/canvas - it will be more standard computation. and compute less than before.
ChunEon Park [Wed, 15 Jun 2011 08:57:45 +0000 (08:57 +0000)]
evas/canvas - it will be more standard computation. and compute less than before.

SVN revision: 60333

13 years agoevas/canvas - just removed white trailings
ChunEon Park [Wed, 15 Jun 2011 00:48:38 +0000 (00:48 +0000)]
evas/canvas - just removed white trailings

SVN revision: 60321

13 years ago[evas] Using @b where possible on docs.
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:13:05 +0000 (20:13 +0000)]
[evas] Using @b where possible on docs.

SVN revision: 60319

13 years ago[evas] "the the" -> "the" on docs.
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:59 +0000 (20:12 +0000)]
[evas] "the the" -> "the" on docs.

SVN revision: 60318

13 years ago[evas] Example files for basic object manipulation
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:53 +0000 (20:12 +0000)]
[evas] Example files for basic object manipulation
 functions.

SVN revision: 60317

13 years ago[evas] Missing reference for an example.
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:46 +0000 (20:12 +0000)]
[evas] Missing reference for an example.
And ditching unused variable on it.

SVN revision: 60316

13 years ago[evas] Samsung's note on doc contributions.
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:39 +0000 (20:12 +0000)]
[evas] Samsung's note on doc contributions.

SVN revision: 60315

13 years ago[evas] Docs: fixing a doxygen group placement.
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:33 +0000 (20:12 +0000)]
[evas] Docs: fixing a doxygen group placement.

SVN revision: 60314

13 years ago[evas] Docs: evas object -> Evas object
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:28 +0000 (20:12 +0000)]
[evas] Docs: evas object -> Evas object

SVN revision: 60313

13 years ago[evas] Documentation fixes for object manipulation
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:20 +0000 (20:12 +0000)]
[evas] Documentation fixes for object manipulation
 functions.

SVN revision: 60312

13 years agoeina: Add detailed description and some examples to Eina_Inlist.
Rafael Antognolli [Tue, 14 Jun 2011 17:43:53 +0000 (17:43 +0000)]
eina: Add detailed description and some examples to Eina_Inlist.

SVN revision: 60310

13 years agoSlight improvement to Eet documentation.
Iván Briano [Tue, 14 Jun 2011 16:14:35 +0000 (16:14 +0000)]
Slight improvement to Eet documentation.

It was mostly done already and examples were there, but some things were
revamped, clarified and now there's a detailed explanation on more important
groups.

SVN revision: 60308

13 years agoEvas: Fixed some annoying Wshadow warnings.
Tom Hacohen [Tue, 14 Jun 2011 14:04:07 +0000 (14:04 +0000)]
Evas: Fixed some annoying Wshadow warnings.

SVN revision: 60305

13 years agoEvas bidi: Fix line reordering.
Tom Hacohen [Tue, 14 Jun 2011 12:34:42 +0000 (12:34 +0000)]
Evas bidi: Fix line reordering.

We passed the wrong offset of the embedding level, moved to just using
the offset part of the API. Also, Fribidi expects v_to_l to point to the
start of a (start + len) sized buffer, fixed that as well.

SVN revision: 60304

13 years agoFrom: Vincent Torri <vtorri@univ-evry.fr>
Vincent Torri [Tue, 14 Jun 2011 07:02:14 +0000 (07:02 +0000)]
From: Vincent Torri <vtorri@univ-evry.fr>
Subject: [E-devel] Edje: using fdopen instead of fopen in edje_cc

On windows, using open() followed by fopen() does not work. Hence, in
edje_cc, where mkstemp (which uses open) is followed by fopen, edje_cc
fails.

Instead of fopen, we can use fdopen. I pasted a  patch below. Can you
comment it (like, instead of keeping the filename in the function that
i  modified, why not using it for the fd?

(changes - closefd) removed from data_write_scripts() as fclose()
handles that)

SVN revision: 60299

13 years agofix DSO build.
Gustavo Sverzut Barbieri [Mon, 13 Jun 2011 20:11:00 +0000 (20:11 +0000)]
fix DSO build.

SVN revision: 60295

13 years agoembryo: add missing Doxyfile.in.
Rafael Antognolli [Mon, 13 Jun 2011 19:30:32 +0000 (19:30 +0000)]
embryo: add missing Doxyfile.in.

SVN revision: 60294

13 years agoeeze: fix doc build when srcdir != builddir.
Rafael Antognolli [Mon, 13 Jun 2011 18:28:39 +0000 (18:28 +0000)]
eeze: fix doc build when srcdir != builddir.

SVN revision: 60292

13 years agoefreet: fix doc build when srcdir != builddir.
Rafael Antognolli [Mon, 13 Jun 2011 18:03:52 +0000 (18:03 +0000)]
efreet: fix doc build when srcdir != builddir.

SVN revision: 60290

13 years agoedje: fix doc build when srcdir != builddir.
Rafael Antognolli [Mon, 13 Jun 2011 17:53:28 +0000 (17:53 +0000)]
edje: fix doc build when srcdir != builddir.

SVN revision: 60289

13 years agoeina: A few fixes for the Eina_List doc.
Jonas M. Gastal [Mon, 13 Jun 2011 17:46:22 +0000 (17:46 +0000)]
eina: A few fixes for the Eina_List doc.

SVN revision: 60288

13 years agoembryo: fix doc build when srcdir != builddir.
Rafael Antognolli [Mon, 13 Jun 2011 17:42:55 +0000 (17:42 +0000)]
embryo: fix doc build when srcdir != builddir.

SVN revision: 60287

13 years agoecore: fix doc build when srcdir != builddir.
Rafael Antognolli [Mon, 13 Jun 2011 17:31:21 +0000 (17:31 +0000)]
ecore: fix doc build when srcdir != builddir.

SVN revision: 60286

13 years agoeina: Add acknowledgment of Samsung's patronage to
Jonas M. Gastal [Mon, 13 Jun 2011 16:44:08 +0000 (16:44 +0000)]
eina: Add acknowledgment of Samsung's patronage to
 documentation project.

SVN revision: 60285

13 years agoeina: Eina_Accessor documentation.
Jonas M. Gastal [Mon, 13 Jun 2011 16:42:25 +0000 (16:42 +0000)]
eina: Eina_Accessor documentation.

SVN revision: 60284

13 years agoEvas textblock: Fixed a rare issue with line wrapping and white stripping.
Tom Hacohen [Mon, 13 Jun 2011 16:04:55 +0000 (16:04 +0000)]
Evas textblock: Fixed a rare issue with line wrapping and white stripping.

SVN revision: 60275

13 years agoshould now handle implicit object grabs with multi touch too..
Carsten Haitzler [Mon, 13 Jun 2011 10:00:25 +0000 (10:00 +0000)]
should now handle implicit object grabs with multi touch too..

SVN revision: 60265

13 years agoRevert "Edje min_restricted_calc: Fixed min height calculation for textblock."
Tom Hacohen [Mon, 13 Jun 2011 09:31:58 +0000 (09:31 +0000)]
Revert "Edje min_restricted_calc: Fixed min height calculation for textblock."

This reverts commit 60239

I guess the world is not ready for correct min height calculation, too
many things depend on the current behavior. Will re-apply sometime in
the future.

SVN revision: 60264

13 years agoevas: reorder accessing Evas_Object to prevent accessing them after their death.
Cedric BAIL [Mon, 13 Jun 2011 07:34:44 +0000 (07:34 +0000)]
evas: reorder accessing Evas_Object to prevent accessing them after their death.

SVN revision: 60260

13 years agofrom sungwoo <- fix gl context setup with evas_gl when working between
Carsten Haitzler [Mon, 13 Jun 2011 06:03:00 +0000 (06:03 +0000)]
from sungwoo <- fix gl context setup with evas_gl when working between
windows.

SVN revision: 60257

13 years agoecore: Fix glib main loop busy waiting
Mike McCormack [Mon, 13 Jun 2011 02:58:20 +0000 (02:58 +0000)]
ecore: Fix glib main loop busy waiting

SVN revision: 60253

13 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
Jiyoun Park [Mon, 13 Jun 2011 02:57:01 +0000 (02:57 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: [E-devel] [Patch] evas scale function overflow problem.

patch in with modifications to be "nicer" to deal with.

SVN revision: 60252

13 years agoremove .cvsignore files
Boris Faure [Sun, 12 Jun 2011 21:38:37 +0000 (21:38 +0000)]
remove .cvsignore files

SVN revision: 60246

13 years agoEdje text: Fix a rare issue causing ellipsis not to work.
Tom Hacohen [Sun, 12 Jun 2011 14:12:52 +0000 (14:12 +0000)]
Edje text: Fix a rare issue causing ellipsis not to work.

SVN revision: 60240

13 years agoEdje min_restricted_calc: Fixed min height calculation for textblock.
Tom Hacohen [Sun, 12 Jun 2011 12:17:52 +0000 (12:17 +0000)]
Edje min_restricted_calc: Fixed min height calculation for textblock.

SVN revision: 60239

13 years agoEina strbuf: Add csize to documentation.
Tom Hacohen [Sun, 12 Jun 2011 07:58:59 +0000 (07:58 +0000)]
Eina strbuf: Add csize to documentation.

Thanks to Ulrich Eckhardt for the patch

SVN revision: 60236

13 years agoEina ustrbuf: Fixed eina_ustrbuf_prepend_char.
Tom Hacohen [Sun, 12 Jun 2011 07:58:55 +0000 (07:58 +0000)]
Eina ustrbuf: Fixed eina_ustrbuf_prepend_char.

Thanks to Ulrich Eckhardt for the report.

SVN revision: 60235

13 years agohmm not much testing of these ecore_x calls with backlight... at least
Carsten Haitzler [Sun, 12 Jun 2011 01:09:09 +0000 (01:09 +0000)]
hmm not much testing of these ecore_x calls with backlight... at least
none of ecore_x_randr_window_outputs_get()

SVN revision: 60232