platform/upstream/efl.git
12 years agofixc new recalc cb to be able to call size min recalc in cb.
Carsten Haitzler [Thu, 5 Jan 2012 05:21:02 +0000 (05:21 +0000)]
fixc new recalc cb to be able to call size min recalc in cb.

SVN revision: 66893

12 years agoFix Ecore evas extn for multi client model.
Jiyoun Park [Thu, 5 Jan 2012 05:08:24 +0000 (05:08 +0000)]
Fix Ecore evas extn for multi client model.
It is possible that several process want to show same canvas.
For support this, I changed Ecore buffer canvas to server(socket)
If some application want to show this canvas,
it create plug image object.

SVN revision: 66892

12 years agoevas Evas.h: Fixed documentation.
Daniel Juyung Seo [Thu, 5 Jan 2012 02:07:50 +0000 (02:07 +0000)]
evas Evas.h: Fixed documentation.

SVN revision: 66888

12 years agoedje multisense_factory.c: Changed file format to unix. Removed build warning. Remove...
Daniel Juyung Seo [Thu, 5 Jan 2012 01:11:15 +0000 (01:11 +0000)]
edje multisense_factory.c: Changed file format to unix. Removed build warning. Removed trailing whitespace.

SVN revision: 66887

12 years agoquietly move this news item to the right version before anyone notices
Mike Blumenkrantz [Wed, 4 Jan 2012 16:25:33 +0000 (16:25 +0000)]
quietly move this news item to the right version before anyone notices

SVN revision: 66873

12 years agoevas: disable dead code.
Cedric BAIL [Wed, 4 Jan 2012 11:46:39 +0000 (11:46 +0000)]
evas: disable dead code.

SVN revision: 66867

12 years agoevas: forgotten inclusion of config.h.
Cedric BAIL [Wed, 4 Jan 2012 11:45:22 +0000 (11:45 +0000)]
evas: forgotten inclusion of config.h.

SVN revision: 66866

12 years agoeina: fix build without Xattr.
Cedric BAIL [Wed, 4 Jan 2012 09:41:15 +0000 (09:41 +0000)]
eina: fix build without Xattr.

SVN revision: 66864

12 years agoEcore_Evas (wayland): Implement EE functions for iconified & maximized.
Christopher Michael [Wed, 4 Jan 2012 09:28:36 +0000 (09:28 +0000)]
Ecore_Evas (wayland): Implement EE functions for iconified & maximized.

SVN revision: 66861

12 years agoEcore_Evas (Wayland): Add functions for raise, lower, activate, layer,
Christopher Michael [Wed, 4 Jan 2012 08:28:23 +0000 (08:28 +0000)]
Ecore_Evas (Wayland): Add functions for raise, lower, activate, layer,
and focus setting.

SVN revision: 66860

12 years agoEcore_Wayland: Fix mouse & focus send functions to support passing of
Christopher Michael [Wed, 4 Jan 2012 08:27:31 +0000 (08:27 +0000)]
Ecore_Wayland: Fix mouse & focus send functions to support passing of
specific 'surface' and 'time'.
Add function (internal) to send a mouse_move (cleans up code).
Add event 'multi' stuff for mouse button down.
Fix handle_pointer_focus function to not send 'focus' events (handled
differently).
Fix handle_keyboard_focus function to actually send 'focus' to new
windows.

NB: This fixes most of the focus issues I was having earlier.

SVN revision: 66859

12 years agodont call recalc if doing calc only
Carsten Haitzler [Wed, 4 Jan 2012 05:17:11 +0000 (05:17 +0000)]
dont call recalc if doing calc only

SVN revision: 66849

12 years agoupdate authors in edje docs
Carsten Haitzler [Wed, 4 Jan 2012 04:45:33 +0000 (04:45 +0000)]
update authors in edje docs

SVN revision: 66844

12 years agoadd the actual recalc smart callback code and docs.
Carsten Haitzler [Wed, 4 Jan 2012 04:35:37 +0000 (04:35 +0000)]
add the actual recalc smart callback code and docs.

SVN revision: 66843

12 years agoecore Ecore.h: Sync authors with AUTHOR file.
Daniel Juyung Seo [Wed, 4 Jan 2012 04:20:21 +0000 (04:20 +0000)]
ecore Ecore.h: Sync authors with AUTHOR file.

SVN revision: 66841

12 years agoversion docs for new "recalc" signal in next commit
Mike Blumenkrantz [Wed, 4 Jan 2012 04:00:33 +0000 (04:00 +0000)]
version docs for new "recalc" signal in next commit

SVN revision: 66838

12 years agoAdd HEX, TERMINAL and PASSWORD layouts
Carsten Haitzler [Wed, 4 Jan 2012 03:41:19 +0000 (03:41 +0000)]
Add HEX, TERMINAL and PASSWORD layouts

SVN revision: 66837

12 years agoAdd HEX, TERMINAL and PASSWORD layouts
Carsten Haitzler [Wed, 4 Jan 2012 03:41:10 +0000 (03:41 +0000)]
Add HEX, TERMINAL and PASSWORD layouts

SVN revision: 66836

12 years agoFix typos.
Sanjeev BA [Wed, 4 Jan 2012 00:11:55 +0000 (00:11 +0000)]
Fix typos.

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

12 years agoEcore_Evas (Wayland): Don't feed mouse_move twice
Christopher Michael [Tue, 3 Jan 2012 20:39:10 +0000 (20:39 +0000)]
Ecore_Evas (Wayland): Don't feed mouse_move twice
(_ecore_evas_mouse_move_process already feeds to evas).

Add variable to store the 'timestamp' of when mouse button gets
pressed (needed for 'moving' a surface).

SVN revision: 66808

12 years agoEcore (Wayland): Add function to get current mouse position (screen
Christopher Michael [Tue, 3 Jan 2012 20:37:30 +0000 (20:37 +0000)]
Ecore (Wayland): Add function to get current mouse position (screen
coords).
Rename some variables for clarity of their purpose.

SVN revision: 66807

12 years agoeet: act like the rest of the EFL.
Cedric BAIL [Tue, 3 Jan 2012 17:42:33 +0000 (17:42 +0000)]
eet: act like the rest of the EFL.

SVN revision: 66804

12 years agoeet: remove useless code.
Cedric BAIL [Tue, 3 Jan 2012 17:13:00 +0000 (17:13 +0000)]
eet: remove useless code.

SVN revision: 66803

12 years agoedje: follow the rest of the EFL.
Cedric BAIL [Tue, 3 Jan 2012 17:04:44 +0000 (17:04 +0000)]
edje: follow the rest of the EFL.

SVN revision: 66802

12 years agoeina: warning--.
Cedric BAIL [Tue, 3 Jan 2012 15:24:15 +0000 (15:24 +0000)]
eina: warning--.

SVN revision: 66801

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