platform/upstream/efl.git
12 years agoeio: use new Eina_File infra to detect IO error during mmap copy.
Cedric BAIL [Tue, 3 Jan 2012 15:00:30 +0000 (15:00 +0000)]
eio: use new Eina_File infra to detect IO error during mmap copy.

SVN revision: 66800

12 years agoeina: detect fault during Eina_File mmap memory access and improve Xattr functions.
Cedric BAIL [Tue, 3 Jan 2012 14:59:07 +0000 (14:59 +0000)]
eina: detect fault during Eina_File mmap memory access and improve Xattr functions.

SVN revision: 66799

12 years agoEvas textblock: Fixed a possible bug with generic poppers removal.
Tom Hacohen [Tue, 3 Jan 2012 14:33:35 +0000 (14:33 +0000)]
Evas textblock: Fixed a possible bug with generic poppers removal.

Patch by Hyoyoung Chang.

SVN revision: 66798

12 years agoEdje: Updated changelog.
Tom Hacohen [Tue, 3 Jan 2012 12:18:16 +0000 (12:18 +0000)]
Edje: Updated changelog.

SVN revision: 66793

12 years agoemotion - fixed typo
ChunEon Park [Tue, 3 Jan 2012 11:59:01 +0000 (11:59 +0000)]
emotion - fixed typo

SVN revision: 66791

12 years agoevas: use Eina_File for PSD loader.
Cedric BAIL [Tue, 3 Jan 2012 10:26:53 +0000 (10:26 +0000)]
evas: use Eina_File for PSD loader.

SVN revision: 66787

12 years agoEdje entry: Fix undo/redo with imf.
Tom Hacohen [Tue, 3 Jan 2012 09:55:59 +0000 (09:55 +0000)]
Edje entry: Fix undo/redo with imf.

Many thanks to Jihoon Kim and SeoZ for reporting this issue.

SVN revision: 66784

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 3 Jan 2012 03:58:48 +0000 (03:58 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel]  [Patch][ecore_con] Fix return value checking
Date: Tue, 3 Jan 2012 10:01:17 +0900

Hi,

There is invalid return value checking of curl_multi_perform() in ecore_con_url.
Because CURLM_CALL_MULTI_PERFORM is also not  CURLM_OK,
CURLM_CALL_MULTI_PERFORM checking  should precede CURLM_OK checking.
It's simple fix. Please review this

--
BRs,
Kim.

SVN revision: 66771

12 years agoEcore_Wayland: Quiet down output by disabling LOGFNs.
Christopher Michael [Tue, 3 Jan 2012 01:08:43 +0000 (01:08 +0000)]
Ecore_Wayland: Quiet down output by disabling LOGFNs.

SVN revision: 66765

12 years agoEcore_Evas (wayland): A bit of restructure to make prep for the egl
Christopher Michael [Tue, 3 Jan 2012 01:08:06 +0000 (01:08 +0000)]
Ecore_Evas (wayland): A bit of restructure to make prep for the egl
stuffs.

SVN revision: 66764

12 years agoEcore_Evas (Wayland): Quiet down the output by disabling LOGFN.
Christopher Michael [Tue, 3 Jan 2012 01:06:47 +0000 (01:06 +0000)]
Ecore_Evas (Wayland): Quiet down the output by disabling LOGFN.
Implement 'ecore_evas_move' for wayland_shm engine.

SVN revision: 66763

12 years agoEvas: Framespace width & height Could be zero (it is possible), so
Christopher Michael [Tue, 3 Jan 2012 01:01:58 +0000 (01:01 +0000)]
Evas: Framespace width & height Could be zero (it is possible), so
remove checks.

SVN revision: 66762

12 years agoEvas: Fix move/resize of smart objects when using a frame (fixes elm
Christopher Michael [Mon, 2 Jan 2012 21:27:46 +0000 (21:27 +0000)]
Evas: Fix move/resize of smart objects when using a frame (fixes elm
borders in wayland).

SVN revision: 66761

12 years agoEcore_Evas: Fix resize recursion when using wayland framespace.
Christopher Michael [Mon, 2 Jan 2012 19:36:11 +0000 (19:36 +0000)]
Ecore_Evas: Fix resize recursion when using wayland framespace.

SVN revision: 66760

12 years agoevas: use Eina_File when openning XPM files.
Cedric BAIL [Mon, 2 Jan 2012 14:32:21 +0000 (14:32 +0000)]
evas: use Eina_File when openning XPM files.

SVN revision: 66756

12 years agoevas: fix unitialized data with generic loader.
Cedric BAIL [Mon, 2 Jan 2012 14:18:14 +0000 (14:18 +0000)]
evas: fix unitialized data with generic loader.

SVN revision: 66754

12 years agofix bad func protocype - it returned a duplicated string, not internal.
Carsten Haitzler [Mon, 2 Jan 2012 11:32:06 +0000 (11:32 +0000)]
fix bad func protocype - it returned a duplicated string, not internal.

SVN revision: 66745

12 years agoclarify docs that you must free when done.
Carsten Haitzler [Mon, 2 Jan 2012 11:29:51 +0000 (11:29 +0000)]
clarify docs that you must free when done.

SVN revision: 66744

12 years agoTYpo--, and a new comment!
David Walter Seikel [Mon, 2 Jan 2012 10:19:49 +0000 (10:19 +0000)]
TYpo--, and a new comment!

Nothing to see here, move along.

SVN revision: 66738

12 years agooops dont enable copy path!
Carsten Haitzler [Mon, 2 Jan 2012 03:32:57 +0000 (03:32 +0000)]
oops dont enable copy path!

SVN revision: 66727

12 years agomake some more notes for partial swap (copy gabk to front) but still
Carsten Haitzler [Mon, 2 Jan 2012 03:30:23 +0000 (03:30 +0000)]
make some more notes for partial swap (copy gabk to front) but still
doesnt work.. just sits there and does nothing. wtf.

SVN revision: 66726

12 years agofound nvidia eat-cpu-bug. glXWaitGL() spins using all cpu it can find,
Carsten Haitzler [Sun, 1 Jan 2012 06:47:16 +0000 (06:47 +0000)]
found nvidia eat-cpu-bug. glXWaitGL() spins using all cpu it can find,
though nvidia fixed the spinning on glXSwapBuffers() long ago, they
didn't fix this one.

SVN revision: 66710

12 years agoevas: Avoid crash when there's no GL implementation
Mike McCormack [Sat, 31 Dec 2011 23:07:22 +0000 (23:07 +0000)]
evas: Avoid crash when there's no GL implementation

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

12 years agoformatting
Vincent Torri [Fri, 30 Dec 2011 15:53:20 +0000 (15:53 +0000)]
formatting

SVN revision: 66702

12 years agoeio: fix starting of documentation block.
Cedric BAIL [Fri, 30 Dec 2011 15:31:16 +0000 (15:31 +0000)]
eio: fix starting of documentation block.

SVN revision: 66701

12 years agoeio: add some documentation.
Cedric BAIL [Fri, 30 Dec 2011 15:22:42 +0000 (15:22 +0000)]
eio: add some documentation.

SVN revision: 66700

12 years agofix mouse out handler to out all objects mouse is in - right thing to
Carsten Haitzler [Fri, 30 Dec 2011 15:20:15 +0000 (15:20 +0000)]
fix mouse out handler to out all objects mouse is in - right thing to
do.

SVN revision: 66699

12 years agonotes.
Carsten Haitzler [Fri, 30 Dec 2011 15:17:13 +0000 (15:17 +0000)]
notes.

SVN revision: 66698

12 years agoemotion: fix build with Eina_Semaphore.
Cedric BAIL [Fri, 30 Dec 2011 15:06:24 +0000 (15:06 +0000)]
emotion: fix build with Eina_Semaphore.

SVN revision: 66697

12 years agoEmotion: use eina_semaphore API and update EFL versions
Vincent Torri [Fri, 30 Dec 2011 14:17:56 +0000 (14:17 +0000)]
Emotion: use eina_semaphore API and update EFL versions

SVN revision: 66696

12 years agoshhhhh warnings
Carsten Haitzler [Fri, 30 Dec 2011 13:46:55 +0000 (13:46 +0000)]
shhhhh warnings

SVN revision: 66695

12 years agoeina: let eina_hash_free behave like free.
Cedric BAIL [Fri, 30 Dec 2011 13:41:37 +0000 (13:41 +0000)]
eina: let eina_hash_free behave like free.

SVN revision: 66694

12 years agoeina: add Eina_Semaphore API.
Cedric BAIL [Fri, 30 Dec 2011 13:38:53 +0000 (13:38 +0000)]
eina: add Eina_Semaphore API.

Patch by Vincent Torri.

SVN revision: 66693

12 years agoEmotion: stop breaking compilation on Windows please
Vincent Torri [Fri, 30 Dec 2011 13:26:46 +0000 (13:26 +0000)]
Emotion: stop breaking compilation on Windows please

SVN revision: 66692

12 years agowarning--
Carsten Haitzler [Fri, 30 Dec 2011 13:24:30 +0000 (13:24 +0000)]
warning--

SVN revision: 66691

12 years agoEmotion: add ecore_x stuff when needed
Vincent Torri [Fri, 30 Dec 2011 13:19:02 +0000 (13:19 +0000)]
Emotion: add ecore_x stuff when needed

SVN revision: 66690

12 years agoemotion_gst... compile again on linux.. and remove warnings (bugs
Carsten Haitzler [Fri, 30 Dec 2011 13:17:26 +0000 (13:17 +0000)]
emotion_gst... compile again on linux.. and remove warnings (bugs
waiting to possibly happen)

SVN revision: 66689

12 years agono - now you need Emotion.h too. this is why i like simple single
Carsten Haitzler [Fri, 30 Dec 2011 13:07:09 +0000 (13:07 +0000)]
no - now you need Emotion.h too. this is why i like simple single
"lib_priv.h"'s you include... then everythingg keeps working. :(

SVN revision: 66688

12 years agoEmotion: try to fix linux code
Vincent Torri [Fri, 30 Dec 2011 13:02:37 +0000 (13:02 +0000)]
Emotion: try to fix linux code

SVN revision: 66687

12 years agoEmotion:fix compilation on Windows
Vincent Torri [Fri, 30 Dec 2011 11:46:29 +0000 (11:46 +0000)]
Emotion:fix compilation on Windows

Note1: disable generic plugin on Windows as shm_open like
function note implemented on that platform yet.

Note2: want_module stuff must be fixed in the m4 macro

Note3: abstract semaphore code in Eina ?

SVN revision: 66686

12 years agoThe Evil gets all 6's.
Sanjeev BA [Fri, 30 Dec 2011 07:06:40 +0000 (07:06 +0000)]
The Evil gets all 6's.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 66666

12 years agoEvas: Send proper intercept size based on 'is_frame' or not.
Christopher Michael [Thu, 29 Dec 2011 18:02:23 +0000 (18:02 +0000)]
Evas: Send proper intercept size based on 'is_frame' or not.

SVN revision: 66637

12 years agoeina: let eina_hash_free() behave like free().
Cedric BAIL [Thu, 29 Dec 2011 14:06:33 +0000 (14:06 +0000)]
eina: let eina_hash_free() behave like free().

SVN revision: 66636

12 years agoeina: forgotten ChangeLog update in trunk.
Cedric BAIL [Thu, 29 Dec 2011 14:03:42 +0000 (14:03 +0000)]
eina: forgotten ChangeLog update in trunk.

SVN revision: 66635

12 years agoincrease eet_connection max msg size to 1Mb - more reasonable
Carsten Haitzler [Thu, 29 Dec 2011 13:06:30 +0000 (13:06 +0000)]
increase eet_connection max msg size to 1Mb - more reasonable

SVN revision: 66634

12 years agomore formatting improvements
Carsten Haitzler [Thu, 29 Dec 2011 13:04:28 +0000 (13:04 +0000)]
more formatting improvements

SVN revision: 66632

12 years agoformatting niceness.
Carsten Haitzler [Thu, 29 Dec 2011 12:59:55 +0000 (12:59 +0000)]
formatting niceness.

SVN revision: 66631

12 years agoevas - removed white spaces
ChunEon Park [Thu, 29 Dec 2011 11:18:44 +0000 (11:18 +0000)]
evas - removed white spaces

SVN revision: 66624

12 years agoeio: call eina_file_* on Eina_File pointer.
Cedric BAIL [Thu, 29 Dec 2011 10:46:56 +0000 (10:46 +0000)]
eio: call eina_file_* on Eina_File pointer.

SVN revision: 66622

12 years agoFix massive post data probile in ecore-con that would cause
Carsten Haitzler [Thu, 29 Dec 2011 08:55:11 +0000 (08:55 +0000)]
Fix massive post data probile in ecore-con that would cause
post data to be corrupted (as it was never copied into the
ecore con url struct) or could cause crashes if the memory
pointed to became invalid.

SVN revision: 66619

12 years agoevas Evas.h: Fixed typo.
Daniel Juyung Seo [Thu, 29 Dec 2011 04:45:30 +0000 (04:45 +0000)]
evas Evas.h: Fixed typo.

SVN revision: 66618

12 years agoethumb: reorder parameter to match other EFL callback API.
Cedric BAIL [Wed, 28 Dec 2011 16:27:08 +0000 (16:27 +0000)]
ethumb: reorder parameter to match other EFL callback API.

SVN revision: 66608

12 years agoethumb: make plugin API fully assynchronous and use it in emotion backend.
Cedric BAIL [Wed, 28 Dec 2011 16:10:10 +0000 (16:10 +0000)]
ethumb: make plugin API fully assynchronous and use it in emotion backend.

NOTE: epdf isn't asynchronous at the moment, so no need to fix its ethumb plugin.

SVN revision: 66607

12 years agoemotion: properly test the existence of an X connection in gstreamer backend.
Cedric BAIL [Wed, 28 Dec 2011 16:08:38 +0000 (16:08 +0000)]
emotion: properly test the existence of an X connection in gstreamer backend.

SVN revision: 66606

12 years agoDefine EMOTION_BUILD on compile so EAPI is defined correctly
Iván Briano [Wed, 28 Dec 2011 15:50:40 +0000 (15:50 +0000)]
Define EMOTION_BUILD on compile so EAPI is defined correctly

SVN revision: 66605

12 years agoeina: got to aggressive on that one.
Cedric BAIL [Wed, 28 Dec 2011 15:01:13 +0000 (15:01 +0000)]
eina: got to aggressive on that one.

SVN revision: 66603

12 years agoeina: this arg could really be NULL and really simplify our code.
Cedric BAIL [Wed, 28 Dec 2011 14:55:19 +0000 (14:55 +0000)]
eina: this arg could really be NULL and really simplify our code.

SVN revision: 66601

12 years agoEAPIfy external variables
Iván Briano [Wed, 28 Dec 2011 14:44:38 +0000 (14:44 +0000)]
EAPIfy external variables

SVN revision: 66600

12 years agoDon't override standard variables, it looks weird. In turn, fix building with automak...
Iván Briano [Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)]
Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2

SVN revision: 66599

12 years agoedje/edje_entry : Fix a bug. Wrong calculation for text length.
WooHyun Jung [Wed, 28 Dec 2011 10:27:06 +0000 (10:27 +0000)]
edje/edje_entry : Fix a bug. Wrong calculation for text length.

SVN revision: 66596

12 years ago eina: indent.
Chidambar Zinnoury [Wed, 28 Dec 2011 09:42:40 +0000 (09:42 +0000)]
 eina: indent.

SVN revision: 66595

12 years agowarn--
Carsten Haitzler [Wed, 28 Dec 2011 06:02:53 +0000 (06:02 +0000)]
warn--

SVN revision: 66592

12 years agoactually allow cursion levels to be set/limited.
Carsten Haitzler [Wed, 28 Dec 2011 06:00:37 +0000 (06:00 +0000)]
actually allow cursion levels to be set/limited.

SVN revision: 66590

12 years agoadd recursive name fund func evas_object_name_child_find()
Carsten Haitzler [Wed, 28 Dec 2011 05:07:31 +0000 (05:07 +0000)]
add recursive name fund func evas_object_name_child_find()

SVN revision: 66587

12 years agoand fix my "mouse grab+hide_mouse out" fix to not break e17 dnd :)
Carsten Haitzler [Wed, 28 Dec 2011 03:07:39 +0000 (03:07 +0000)]
and fix my "mouse grab+hide_mouse out" fix to not break e17 dnd :)

SVN revision: 66582

12 years agoEcore_Wayland: Start work on drag-n-drop code (just a start, not
Christopher Michael [Wed, 28 Dec 2011 02:49:32 +0000 (02:49 +0000)]
Ecore_Wayland: Start work on drag-n-drop code (just a start, not
actually functional yet).

Implement the data device manager.
Implement the data device itself.
Fixes for shutdown so we destroy everything correctly (data device,
device manager, shell, etc).

SVN revision: 66581

12 years agoedje/edje_entry : By this commit, preediting texts will be shown
WooHyun Jung [Wed, 28 Dec 2011 02:40:16 +0000 (02:40 +0000)]
edje/edje_entry : By this commit, preediting texts will be shown
differently. When inputting Korean text, preediting text will be shown
as selected. When inputting Japaneses text, preediting text will be
shown with underline. (Sometimes shown as selected for changing whole
preediting text to another text)

SVN revision: 66580

12 years agoEcore_Evas (Wayland_Shm):
Christopher Michael [Tue, 27 Dec 2011 19:25:38 +0000 (19:25 +0000)]
Ecore_Evas (Wayland_Shm):

Add an actual 'frame' to ecore_evas_wayland. (just a boring rectangle frame w/ the title).
Add support for size_min/max/base/step setting.
Add support for title & name_class setting.
Add support for setting a cursor.
Add support for hiding an ecore_evas.

SVN revision: 66578

12 years agoeio: make eio_file_map_* api more usefull.
Cedric BAIL [Tue, 27 Dec 2011 16:45:07 +0000 (16:45 +0000)]
eio: make eio_file_map_* api more usefull.

SVN revision: 66573

12 years agoFix warnings in scim module and indent Makefile.am correctly. By Jihoon Kim
Iván Briano [Tue, 27 Dec 2011 14:12:02 +0000 (14:12 +0000)]
Fix warnings in scim module and indent Makefile.am correctly. By Jihoon Kim

SVN revision: 66572

12 years agofix some formatting i spotted.
Carsten Haitzler [Tue, 27 Dec 2011 12:03:03 +0000 (12:03 +0000)]
fix some formatting i spotted.

SVN revision: 66570

12 years agoupdate po's
Carsten Haitzler [Tue, 27 Dec 2011 12:02:27 +0000 (12:02 +0000)]
update po's

SVN revision: 66569

12 years agofix mouse down grab coutns if window minimized or hidden (especially
Carsten Haitzler [Tue, 27 Dec 2011 12:02:18 +0000 (12:02 +0000)]
fix mouse down grab coutns if window minimized or hidden (especially
the second).

SVN revision: 66568

12 years agoadd feature to help fix bug in ecore-evas
Carsten Haitzler [Tue, 27 Dec 2011 12:01:17 +0000 (12:01 +0000)]
add feature to help fix bug in ecore-evas

SVN revision: 66567

12 years agoecore: include header only when required.
Cedric BAIL [Tue, 27 Dec 2011 10:10:47 +0000 (10:10 +0000)]
ecore: include header only when required.

SVN revision: 66563

12 years agoedje/edje_entry : fix small bug when inputting password.
WooHyun Jung [Tue, 27 Dec 2011 08:02:39 +0000 (08:02 +0000)]
edje/edje_entry : fix small bug when inputting password.

SVN revision: 66561

12 years agoEvas: Add missing evas-wayland-egl.pc file. Thanks for the report Seoz
Christopher Michael [Tue, 27 Dec 2011 00:45:52 +0000 (00:45 +0000)]
Evas: Add missing evas-wayland-egl.pc file. Thanks for the report Seoz
:)

SVN revision: 66549

12 years agoEcore: Add news & changelog entries (for people who actually read
Christopher Michael [Mon, 26 Dec 2011 23:47:33 +0000 (23:47 +0000)]
Ecore: Add news & changelog entries (for people who actually read
these things).

SVN revision: 66547

12 years agoEvas: Update news file.
Christopher Michael [Mon, 26 Dec 2011 23:43:42 +0000 (23:43 +0000)]
Evas: Update news file.

SVN revision: 66546

12 years agoEvas: Update ChangeLog.
Christopher Michael [Mon, 26 Dec 2011 23:42:33 +0000 (23:42 +0000)]
Evas: Update ChangeLog.

SVN revision: 66545

12 years agoEvas: Add 'since' on new functions.
Christopher Michael [Mon, 26 Dec 2011 23:41:24 +0000 (23:41 +0000)]
Evas: Add 'since' on new functions.

SVN revision: 66544

12 years agoEcore_Wayland: Remove 'ecore_wl_window' (not used or needed).
Christopher Michael [Mon, 26 Dec 2011 23:29:49 +0000 (23:29 +0000)]
Ecore_Wayland: Remove 'ecore_wl_window' (not used or needed).

SVN revision: 66543

12 years agoEcore: Add Ecore_Wayland (Wayland backend like ecore_x).
Christopher Michael [Mon, 26 Dec 2011 23:27:20 +0000 (23:27 +0000)]
Ecore: Add Ecore_Wayland (Wayland backend like ecore_x).

Ecore_Evas: Add 'drame_frame' functions.
Add ecore_evas_wayland code (for creating ecore_evas' in wayland).

NB: Merry Christmas EFL !!, Here is you're gift :)

SVN revision: 66542

12 years agoEvas: Add Wayland EGL engine (still experimental).
Christopher Michael [Mon, 26 Dec 2011 23:13:52 +0000 (23:13 +0000)]
Evas: Add Wayland EGL engine (still experimental).

SVN revision: 66541

12 years agoEvas (Wayland Shm Engine): Cleanup of commented out code. Fix
Christopher Michael [Mon, 26 Dec 2011 23:12:50 +0000 (23:12 +0000)]
Evas (Wayland Shm Engine): Cleanup of commented out code. Fix
calculation of update region.

SVN revision: 66540

12 years agoEvas (Wayland_Shm Engine): Check for valid RGBA_Image before trying to
Christopher Michael [Mon, 26 Dec 2011 23:12:05 +0000 (23:12 +0000)]
Evas (Wayland_Shm Engine): Check for valid RGBA_Image before trying to
use it. Use correct stride calculation for bytes.

SVN revision: 66539

12 years agoEvas: Default framespace to zero on new canvas creation.
Christopher Michael [Mon, 26 Dec 2011 23:11:07 +0000 (23:11 +0000)]
Evas: Default framespace to zero on new canvas creation.
Some cleanup of commented out code.
Fix some formatting.

SVN revision: 66538

12 years agoEvas: Fix calculations for framespce when changed.
Christopher Michael [Mon, 26 Dec 2011 23:10:27 +0000 (23:10 +0000)]
Evas: Fix calculations for framespce when changed.

SVN revision: 66537

12 years agoEvas: Default 'is_frame' to false for new objects.
Christopher Michael [Mon, 26 Dec 2011 23:09:45 +0000 (23:09 +0000)]
Evas: Default 'is_frame' to false for new objects.
Handle 'moving' nad 'resizing' of objects if they are not 'frame objects'
Add code for frame_object_get/set functions.
Fix some formatting.

SVN revision: 66536

12 years agoEvas: Add functions to get/set if an object is a 'frame object'.
Christopher Michael [Mon, 26 Dec 2011 23:08:17 +0000 (23:08 +0000)]
Evas: Add functions to get/set if an object is a 'frame object'.

SVN revision: 66535

12 years agoEvas: Add 'is_frame' property for objects (used in wayland engines).
Christopher Michael [Mon, 26 Dec 2011 23:07:52 +0000 (23:07 +0000)]
Evas: Add 'is_frame' property for objects (used in wayland engines).

SVN revision: 66534

12 years agoevas: check the availability of the generic loader before execing it.
Cedric BAIL [Mon, 26 Dec 2011 15:23:30 +0000 (15:23 +0000)]
evas: check the availability of the generic loader before execing it.

Patch requested by Guillaume Friloux.

SVN revision: 66532

12 years agoPatch from Jihoon Kim to fix building of SCIM module on 64 bits systems
Iván Briano [Mon, 26 Dec 2011 12:57:27 +0000 (12:57 +0000)]
Patch from Jihoon Kim to fix building of SCIM module on 64 bits systems

SVN revision: 66528

12 years agoadd missing scim immodule header.
Carsten Haitzler [Mon, 26 Dec 2011 04:26:15 +0000 (04:26 +0000)]
add missing scim immodule header.

SVN revision: 66508

12 years agoFrom: Jihoon Kim <imfine98@gmail.com>
Jihoon Kim [Mon, 26 Dec 2011 04:25:55 +0000 (04:25 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Subject: Re: [E-devel] [PATCH] scim-EFL immodule

I'd like to contribute EFL-scim immodule.

It will be useful to users who wants to input Chinese, Japanese, Korean,
and a variety of languages that SCIM provides.

When you run, you should set environment variable 'ECORE_IMF_MODULE'
# export ECORE_IMF_MODULE=scim

SVN revision: 66507

12 years agoshit - seb - u're right! typo. :)
Carsten Haitzler [Sat, 24 Dec 2011 02:42:27 +0000 (02:42 +0000)]
shit - seb - u're right! typo. :)

SVN revision: 66487

12 years agoEina: better autotools for dirfd
Vincent Torri [Fri, 23 Dec 2011 18:59:24 +0000 (18:59 +0000)]
Eina: better autotools for dirfd

SVN revision: 66483

12 years agoevas: forget to overide this in gl, fix evas_object_image_region_support_get
Michael BOUCHAUD [Fri, 23 Dec 2011 12:00:52 +0000 (12:00 +0000)]
evas: forget to overide this in gl, fix evas_object_image_region_support_get

SVN revision: 66480

12 years agoactually no chglog - that was a bug aded to ico loader during 1.1 by
Carsten Haitzler [Fri, 23 Dec 2011 12:00:31 +0000 (12:00 +0000)]
actually no chglog - that was a bug aded to ico loader during 1.1 by
someone who moved to eina_file too...

SVN revision: 66479

12 years agoFrom: Sanghee Park <sh15.park@samsung.com>
Sanghee Park [Fri, 23 Dec 2011 11:50:29 +0000 (11:50 +0000)]
From: Sanghee Park <sh15.park@samsung.com>
Subject: Drawing objects by pixman

        * Extend pixman support to allow other operations to use
          pixman when doing software rendering. On x86 this isn't useful
          but on ARMv7 with NEON pixman happens to do better with image
          blending and nearest scale blending.
        * Add tiled rotator for 32bit display as an option.

SVN revision: 66478