platform/upstream/efl.git
12 years agoeina: abort early on free(NULL).
Cedric BAIL [Tue, 3 Apr 2012 13:31:29 +0000 (13:31 +0000)]
eina: abort early on free(NULL).

SVN revision: 69897

12 years agoeina: improve debugging message.
Cedric BAIL [Tue, 3 Apr 2012 13:28:04 +0000 (13:28 +0000)]
eina: improve debugging message.

SVN revision: 69896

12 years agoupdate date
Vincent Torri [Tue, 3 Apr 2012 08:03:47 +0000 (08:03 +0000)]
update date

SVN revision: 69890

12 years agothis variable was unused and confusing
Mike Blumenkrantz [Tue, 3 Apr 2012 05:30:35 +0000 (05:30 +0000)]
this variable was unused and confusing

SVN revision: 69886

12 years agoEvas.h: fix doxygen
Jihoon Kim [Tue, 3 Apr 2012 04:15:44 +0000 (04:15 +0000)]
Evas.h: fix doxygen

SVN revision: 69885

12 years agoecore_imf: fix doxygen
Jihoon Kim [Tue, 3 Apr 2012 04:10:24 +0000 (04:10 +0000)]
ecore_imf: fix doxygen

SVN revision: 69884

12 years agoecore: Fixed documentation.
Daniel Juyung Seo [Mon, 2 Apr 2012 23:47:00 +0000 (23:47 +0000)]
ecore: Fixed documentation.

SVN revision: 69875

12 years agoImproved ecore event docs.
Jonas M. Gastal [Mon, 2 Apr 2012 20:51:51 +0000 (20:51 +0000)]
Improved ecore event docs.

SVN revision: 69873

12 years agoFixing typo in docs.
Jonas M. Gastal [Mon, 2 Apr 2012 20:51:47 +0000 (20:51 +0000)]
Fixing typo in docs.

SVN revision: 69872

12 years agoEio: add file monitoring on Windows (might contain bugs, though)
Vincent Torri [Mon, 2 Apr 2012 16:46:16 +0000 (16:46 +0000)]
Eio: add file monitoring on Windows (might contain bugs, though)

SVN revision: 69867

12 years agoEio: eio_monitor_inotify : fix fallback on errors
Vincent Torri [Mon, 2 Apr 2012 16:31:50 +0000 (16:31 +0000)]
Eio: eio_monitor_inotify : fix fallback on errors

SVN revision: 69865

12 years agoEthumb: Patch that fixes:
Vincent Torri [Sun, 1 Apr 2012 05:33:25 +0000 (05:33 +0000)]
Ethumb: Patch that fixes:

warning: Tag `DETAILS_AT_TOP' at line 163 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
/tmp/ethumb/src/lib/client/ethumb_client.c:1597: warning: argument 'f' of command @param is not found in the argument list of ethumb_client_orientation_set(Ethumb_Client *client, Ethumb_Thumb_Orientation o)
/tmp/ethumb/src/lib/client/ethumb_client.c:1597: warning: The following parameters of ethumb_client_orientation_set(Ethumb_Client *client, Ethumb_Thumb_Orientation o) are not documented:
 parameter 'o'
/tmp/ethumb/src/lib/client/ethumb_client.c:1752: warning: return type of member ethumb_client_frame_set is not documented

Patch by Jérôme Pinot

SVN revision: 69826

12 years agoEeze: Patch to fix this:
Vincent Torri [Sun, 1 Apr 2012 05:30:28 +0000 (05:30 +0000)]
Eeze: Patch to fix this:

warning: Tag `DETAILS_AT_TOP' at line 15 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 94 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 95 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
/tmp/eeze/src/lib/Eeze.h:313: warning: argument 'etype' of command @param is not found in the argument list of eeze_udev_find_by_type(Eeze_Udev_Type type, const char *name)
/tmp/eeze/src/lib/Eeze.h:314: warning: explicit link request to 'NULL' could not be resolved
/tmp/eeze/src/lib/Eeze.h:315: warning: explicit link request to 'NULL' could not be resolved
/tmp/eeze/src/lib/Eeze.h:313: warning: The following parameters of eeze_udev_find_by_type(Eeze_Udev_Type type, const char *name) are not documented:
 parameter 'type'

Patch by Jérôme Pinot, modified by myself

SVN revision: 69825

12 years agoEmotion: Patch that correct this:
Vincent Torri [Sun, 1 Apr 2012 05:26:00 +0000 (05:26 +0000)]
Emotion: Patch that correct this:

warning: Tag `DETAILS_AT_TOP' at line 46 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 137 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 138 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: tag INPUT: input source `emotion.dox' does not exist
warning: source emotion.dox is not a readable file or directory... skipping.
/tmp/emotion/src/lib/Emotion.h:1232: warning: missing title after \defgroup Emotion_Webcam
/tmp/emotion/src/lib/Emotion.h:819: warning: The following parameters of emotion_object_size_get(const Evas_Object *obj, int *iw, int *ih) are not documented:
 parameter 'ih'

Patch by Jérôme Pinot

SVN revision: 69824

12 years agoadd to authors
Carsten Haitzler [Sat, 31 Mar 2012 12:04:26 +0000 (12:04 +0000)]
add to authors

SVN revision: 69822

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Sat, 31 Mar 2012 12:04:02 +0000 (12:04 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] embryo doxygen doc

Update doxyfile and fix a param name.

SVN revision: 69821

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Sat, 31 Mar 2012 12:03:05 +0000 (12:03 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] ecore doxygen doc

Here is a patch to correct some problems in ecore doxygen doc.
It fixes:

/tmp/ecore/doc/examples.dox:1173: warning: Unsupported xml/html tag
<some_num> found
/tmp/ecore/doc/examples.dox:1174: warning: Unsupported xml/html tag
<some_path> found
/tmp/ecore/doc/examples.dox:1176: warning: Unsupported xml/html tag
<some_num> found
/tmp/ecore/src/lib/ecore_con/ecore_con_ssl.c:714: warning: The
following parameters of
ecore_con_ssl_server_privkey_add(Ecore_Con_Server *svr, const char
*key_file) are not documented:
  parameter 'svr'
  /tmp/ecore/src/lib/ecore_con/Ecore_Con.h:1360: warning: The
following parameters of ecore_con_url_http_version_set(Ecore_Con_Url
*url_con, Ecore_Con_Url_Http_Version version) are not documented:
  parameter 'url_con'
  /tmp/ecore/src/lib/ecore_evas/Ecore_Evas.h:530: warning: argument
'demand_attention' of command @param is not found in the argument list
of ecore_evas_demand_attention_set(Ecore_Evas *ee, Eina_Bool demand)
/tmp/ecore/src/lib/ecore_evas/Ecore_Evas.h:530: warning: The following
parameters of ecore_evas_demand_attention_set(Ecore_Evas *ee,
Eina_Bool demand) are not documented:
  parameter 'demand'
  /tmp/ecore/src/lib/ecore_x/xcb/ecore_xcb_damage.c:129: warning:
Unsupported xml/html tag <empty> found

There are more things to fix due to API change but it's not so obvious
for me. I will first continue to check/correct trivial things in the
others efl doxygen doc.

SVN revision: 69820

12 years agowhitespaces--
Vincent Torri [Sat, 31 Mar 2012 10:44:19 +0000 (10:44 +0000)]
whitespaces--

SVN revision: 69819

12 years agoEio: rename files
Vincent Torri [Sat, 31 Mar 2012 10:41:11 +0000 (10:41 +0000)]
Eio: rename files

SVN revision: 69818

12 years agoformatting
Vincent Torri [Sat, 31 Mar 2012 10:12:05 +0000 (10:12 +0000)]
formatting

SVN revision: 69817

12 years agoEfreet : doc fixes
Vincent Torri [Sat, 31 Mar 2012 08:12:22 +0000 (08:12 +0000)]
Efreet : doc fixes

Patch by Jérôme Pinot

SVN revision: 69816

12 years agoEdje : Small fixes for edje doxygen doc
Vincent Torri [Sat, 31 Mar 2012 07:53:47 +0000 (07:53 +0000)]
Edje : Small fixes for edje doxygen doc

Patch by Jérôme Pinot

SVN revision: 69815

12 years agoEina: update ChangeLog (NEWS already filled)
Vincent Torri [Sat, 31 Mar 2012 07:38:01 +0000 (07:38 +0000)]
Eina: update ChangeLog (NEWS already filled)

SVN revision: 69814

12 years agoEina: more doc
Vincent Torri [Sat, 31 Mar 2012 07:32:51 +0000 (07:32 +0000)]
Eina: more doc

SVN revision: 69813

12 years agoEio: formatting
Vincent Torri [Sat, 31 Mar 2012 07:01:24 +0000 (07:01 +0000)]
Eio: formatting

SVN revision: 69812

12 years agoEina: add missing API on Windows. Do I need to update ChangeLog and NEWS ?
Vincent Torri [Sat, 31 Mar 2012 06:32:11 +0000 (06:32 +0000)]
Eina: add missing API on Windows. Do I need to update ChangeLog and NEWS ?

SVN revision: 69811

12 years agoformatting
Vincent Torri [Sat, 31 Mar 2012 06:30:53 +0000 (06:30 +0000)]
formatting

SVN revision: 69810

12 years agoEio: fix shadow var warnings and make it compile on Windows. Needs more love though
Vincent Torri [Sat, 31 Mar 2012 06:30:08 +0000 (06:30 +0000)]
Eio: fix shadow var warnings and make it compile on Windows. Needs more love though

SVN revision: 69809

12 years agoEio: fix variable name
Vincent Torri [Fri, 30 Mar 2012 17:08:14 +0000 (17:08 +0000)]
Eio: fix variable name

SVN revision: 69800

12 years agoEio: useless include
Vincent Torri [Fri, 30 Mar 2012 17:07:38 +0000 (17:07 +0000)]
Eio: useless include

SVN revision: 69799

12 years agoEio: minor autotools cleanup
Vincent Torri [Fri, 30 Mar 2012 17:06:53 +0000 (17:06 +0000)]
Eio: minor autotools cleanup

SVN revision: 69798

12 years agoEvil: add an include, no need for changelog update
Vincent Torri [Fri, 30 Mar 2012 16:38:43 +0000 (16:38 +0000)]
Evil: add an include, no need for changelog update

SVN revision: 69797

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Fri, 30 Mar 2012 10:13:38 +0000 (10:13 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] eina doc leftover

Forgot this one

SVN revision: 69792

12 years agoedje: better debugging message when triggering infinite program loop.
Cedric BAIL [Fri, 30 Mar 2012 09:22:12 +0000 (09:22 +0000)]
edje: better debugging message when triggering infinite program loop.

NOTE: one day we should really go over all edje error message and
make them all meaningfull...

SVN revision: 69787

12 years ago * NEWS:
Vincent Torri [Fri, 30 Mar 2012 09:04:26 +0000 (09:04 +0000)]
* NEWS:
* configure.ac:
Prepare 1.1 release.
* src/lib/Evil.h:
Add S_ISLNK macro (always set to 0).

SVN revision: 69786

12 years agoFix number isn't inserted when NUMLOCK is locked and KEYPAD is pressed
Jihoon Kim [Fri, 30 Mar 2012 06:34:45 +0000 (06:34 +0000)]
Fix number isn't inserted when NUMLOCK is locked and KEYPAD is pressed

SVN revision: 69784

12 years agoEvas.h: fix doxygen
Jihoon Kim [Thu, 29 Mar 2012 23:59:03 +0000 (23:59 +0000)]
Evas.h: fix doxygen

SVN revision: 69774

12 years agoHack to avoid freeing old data when calling eina_hash_set() with new_data == NULL...
Iván Briano [Thu, 29 Mar 2012 17:46:17 +0000 (17:46 +0000)]
Hack to avoid freeing old data when calling eina_hash_set() with new_data == NULL. Let's have a minute of silence for all the innocent children that died because of this very grave error.

SVN revision: 69763

12 years agoAdding text, drag and perspective tutorial
Guilherme Iscaro [Thu, 29 Mar 2012 17:39:01 +0000 (17:39 +0000)]
Adding text, drag and perspective tutorial

Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69762

12 years agoAdded note tag at Edje.h and all tutorials revised
Guilherme Iscaro [Thu, 29 Mar 2012 17:38:58 +0000 (17:38 +0000)]
Added note tag at Edje.h and all tutorials revised

Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69761

12 years agoAdding corrections for the examples, because some of them were not showing.
Guilherme Iscaro [Thu, 29 Mar 2012 17:38:55 +0000 (17:38 +0000)]
Adding corrections for the examples, because some of them were not showing.

Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69760

12 years agoAdding compiling instructions for the tutorials
Guilherme Iscaro [Thu, 29 Mar 2012 17:38:53 +0000 (17:38 +0000)]
Adding compiling instructions for the tutorials
and removing some whitespaces from examples.dox.

Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69759

12 years agoAdding a note saying where the example files are located in the introduction section
Guilherme Iscaro [Thu, 29 Mar 2012 17:38:49 +0000 (17:38 +0000)]
Adding a note saying where the example files are located in the introduction section

Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69758

12 years agoPatch by: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 29 Mar 2012 13:51:05 +0000 (13:51 +0000)]
Patch by: Jérôme Pinot <ngc891@gmail.com>

There is a reference to evas-load-error-str.c in
the evas_load_error_str doc, but this file doesn't exist
anymore so I made the doc link to evas-images.c which use
several times this function.

SVN revision: 69754

12 years agoeet: always set size.
Cedric BAIL [Thu, 29 Mar 2012 13:48:53 +0000 (13:48 +0000)]
eet: always set size.

SVN revision: 69753

12 years agoeet: remove shadow warning.
Cedric BAIL [Thu, 29 Mar 2012 13:48:09 +0000 (13:48 +0000)]
eet: remove shadow warning.

SVN revision: 69752

12 years agoI gote the version wrong, even after asking. lol
David Walter Seikel [Thu, 29 Mar 2012 13:11:44 +0000 (13:11 +0000)]
I gote the version wrong, even after asking.  lol

SVN revision: 69751

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 29 Mar 2012 11:41:22 +0000 (11:41 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] evas doxygen doc (1)

There are a lot of small things to fix in the evas doc. Here is a first
batch. Fixes are trivial and obvious. Just a question about the first
hunk, I removed the <tdb> that replaced valid email for companies
because it makes doxygen complain about the unknown tag and, well, it
doesn't give any information either. Was there an explanation about
adding this ?

Joined is the patch along with the doc build log diff.

SVN revision: 69749

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 29 Mar 2012 11:38:01 +0000 (11:38 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] eet doxygen doc

Here is a small fix for eet doxygen doc, escaping a # that shutdown a
build warning.

SVN revision: 69747

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 29 Mar 2012 11:35:34 +0000 (11:35 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] eina doxygen doc

Here is a patch that fix several links in the eina doxygen doc. Most of
the problems come from unescaped special characters.

SVN revision: 69746

12 years agoAdded a new macro for adding variable arrays of basic types.
David Walter Seikel [Thu, 29 Mar 2012 11:18:52 +0000 (11:18 +0000)]
Added a new macro for adding variable arrays of basic types.
EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY

SVN revision: 69745

12 years agotry fix to refactor of ecore where thread_count went negative as it
Carsten Haitzler [Thu, 29 Mar 2012 11:05:59 +0000 (11:05 +0000)]
try fix to refactor of ecore where thread_count went negative as it
was --'d when a no_queue thread finished too.

SVN revision: 69741

12 years agoevas doxyfile deprecated values from Jérôme Pinot
Jihoon Kim [Thu, 29 Mar 2012 11:04:06 +0000 (11:04 +0000)]
evas doxyfile deprecated values from Jérôme Pinot

The doxyfile of evas contains some variables that have been deprecated a
long time ago (6 years for some of them). Here is a patch that fix this
build warning:

make -C doc doc
make[1]: Entering directory `/tmp/evas/doc'
rm -rf html/ latex/ man/ xml/ evas-1.2.0-alpha-doc.tar*
doxygen
warning: Tag `DETAILS_AT_TOP' at line 44 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 135 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 136 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"

As suggested, it would be good to run again doxygen -u Doxyfile.in

SVN revision: 69740

12 years agoFrom: 이병우 <bw80.lee@samsung.com>
이병우 [Thu, 29 Mar 2012 10:36:23 +0000 (10:36 +0000)]
From: 이병우 <bw80.lee@samsung.com>

I found a bug in ecore main loop while debuging cpu 100% issue on RSS
application.

 1. [RSS] RSS application register two io watch callbacks(for G_IO_IN,
    G_IO_OUT seperately)  for a GIOChannel with g_io_add_watch().
 2. [ecore] In _ecore_glib_context_query() function, g_main_context_query()
    returns a fd list, and it has 2 fd items for the GIOChannel (channel
    id = 20).

    itr[0] (16, 1, 0)
    itr[1] (15, 1, 0)
    itr[2] (20, 1, 0) (G_IO_IN, 0)
    itr[3] (20, 4, 0) (G_IO_OUT, 0)
    itr[4] (18, 1, 0)

3. [ecore] In _ecore_glib_context_poll_from() function, create read, write,
   exception fd list according to the events flags of each fd item.

   [6 15 16 18 20], [20], []

4. [ecore] in _ecore_glib_select__locked() function, get active fd number from
   select() call

   select(21, [6 15 16 18 20], [20], [], NULL) = 1 (out [20])

5. [ecore] In _ecore_glib_context_poll_to() function, there is a bug on
   setting revents flag.

   (because of incorrect condition check - currently, the logic of the
   function cannot handle this case)

   itr[0] (16, 1, 0)
   itr[1] (15, 1, 0)
   itr[2] (20, 1, 4) (set incorrectly)
   itr[3] (20, 4, 0)  => this should be set as (20, 4, 4)!!!!
   itr[4] (18, 1, 0)

6. [ecore] In _ecore_glib_select__locked(), g_main_context_check() function
   returns false because of the above bug, so g_main_context_dispatch()
   function will not be called.

>> After this, the 2~6 flow is executed repeatedly on ecore main loop
   (because 20 out is still active fd) and this makes cpu 100% problem.

SVN revision: 69739

12 years agoremvoe unused func too
Carsten Haitzler [Thu, 29 Mar 2012 09:25:48 +0000 (09:25 +0000)]
remvoe unused func too

SVN revision: 69733

12 years agoecore_x: fix some typos
Jihoon Kim [Thu, 29 Mar 2012 09:02:22 +0000 (09:02 +0000)]
ecore_x: fix some typos

SVN revision: 69729

12 years agoand kill warnings (-Wshadow) in ecore_getopt. pointed out that
Carsten Haitzler [Thu, 29 Mar 2012 08:56:10 +0000 (08:56 +0000)]
and kill warnings (-Wshadow) in ecore_getopt. pointed out that
ecore_getopt_help() cant be called from a thread either in the process.

SVN revision: 69728

12 years agomain loop checks for all of ecore -> back. (removed by cedric last year)
Carsten Haitzler [Thu, 29 Mar 2012 08:52:25 +0000 (08:52 +0000)]
main loop checks for all of ecore -> back. (removed by cedric last year)

SVN revision: 69727

12 years agopur RAPI's on the .c file funcs.. TOO! so we can see which are api
Carsten Haitzler [Thu, 29 Mar 2012 08:43:11 +0000 (08:43 +0000)]
pur RAPI's on the .c file funcs.. TOO! so we can see which are api
calls and whats internal!

SVN revision: 69726

12 years agoadd reg_get api for evas objects in order to help fix elm bug.
Carsten Haitzler [Thu, 29 Mar 2012 07:46:30 +0000 (07:46 +0000)]
add reg_get api for evas objects in order to help fix elm bug.

SVN revision: 69722

12 years ago* Fix range of issues with ecore_fb and even ecore_evas where
Carsten Haitzler [Thu, 29 Mar 2012 05:57:41 +0000 (05:57 +0000)]
* Fix range of issues with ecore_fb and even ecore_evas where
it didn't work right on the fb. (timestamps wrong, focus
handling etc.). This makes it work fully again.

SVN revision: 69715

12 years agoecore Ecore.h: Fixed documentation typo.
Daniel Juyung Seo [Thu, 29 Mar 2012 05:09:58 +0000 (05:09 +0000)]
ecore Ecore.h: Fixed documentation typo.

SVN revision: 69713

12 years agolet's use ()'s to group our logic better?
Carsten Haitzler [Thu, 29 Mar 2012 03:15:36 +0000 (03:15 +0000)]
let's use ()'s to group our logic better?

SVN revision: 69712

12 years agoEcore_Evas (wayland): Be sure to call 'iterate' if this is the first
Christopher Michael [Thu, 29 Mar 2012 01:28:28 +0000 (01:28 +0000)]
Ecore_Evas (wayland): Be sure to call 'iterate' if this is the first
initialize of ecore_wl (needed for running clients under the Weston
Compositor). Remove extra flush call when rendering.

SVN revision: 69708

12 years agoEcore_Wayland: Add an API function which calls wl_display_iterate(readable).
Christopher Michael [Thu, 29 Mar 2012 01:26:30 +0000 (01:26 +0000)]
Ecore_Wayland: Add an API function which calls wl_display_iterate(readable).

Fix ecore_wl_window surface attach of the buffer for shm and egl types.

NB: This ensures that both efl/elm clients work under the Wayland
Compositor AND the E17 Compositor.

NB: The issue here is that clients (when run under the Wayland
compositor) need to make sure 'iterate' has
been called before creating surfaces so that the wl_compositor is
setup. However, the actual E17 Compositor will hang if 'iterate' is called
to early.

SVN revision: 69707

12 years agoEvas: Fix wayland_shm engine canvas_alpha return.
Christopher Michael [Wed, 28 Mar 2012 13:01:54 +0000 (13:01 +0000)]
Evas: Fix wayland_shm engine canvas_alpha return.

SVN revision: 69706

12 years agoeina: plenty of place set EINA_CFLAGS before that line.
Cedric BAIL [Wed, 28 Mar 2012 12:58:50 +0000 (12:58 +0000)]
eina: plenty of place set EINA_CFLAGS before that line.

SVN revision: 69705

12 years agoecore_imf: remove NULL check prior to EINA_LIST_FREE
Jihoon Kim [Wed, 28 Mar 2012 11:03:11 +0000 (11:03 +0000)]
ecore_imf: remove NULL check prior to EINA_LIST_FREE
EINA_LIST_FREE checks whether its parameter is NULL or not
Thanks, Sebastian.

SVN revision: 69703

12 years agoevas evas_object_main.c: Revised code. Use EINA_TRUE/EINA_FALSE for Eina_Bool type...
Daniel Juyung Seo [Wed, 28 Mar 2012 07:17:39 +0000 (07:17 +0000)]
evas evas_object_main.c: Revised code. Use EINA_TRUE/EINA_FALSE for Eina_Bool type variable.

SVN revision: 69693

12 years agoecore_imf: describe about Ecore IMF Context more detail
Jihoon Kim [Wed, 28 Mar 2012 02:23:57 +0000 (02:23 +0000)]
ecore_imf: describe about Ecore IMF Context more detail

SVN revision: 69683

12 years agoEcore_Wayland: Remove dependency on egl (handled in compositors).
Christopher Michael [Tue, 27 Mar 2012 17:50:40 +0000 (17:50 +0000)]
Ecore_Wayland: Remove dependency on egl (handled in compositors).
Handle 'axis' events from multi-touch devices (also handles mouse
wheel).
Remove wl_buffer_damage calls (obsolete in newest wayland).

NB: This will require the 'latest' wayland code from their git repo as
of 2012-03-27.

SVN revision: 69672

12 years agoEcore_Wayland: Add doxy & since for dpi function.
Christopher Michael [Tue, 27 Mar 2012 15:15:21 +0000 (15:15 +0000)]
Ecore_Wayland: Add doxy & since for dpi function.

SVN revision: 69670

12 years agoscim-immodule: fix bug candidate window covers the preedit string when preedit string...
Jihoon Kim [Tue, 27 Mar 2012 09:05:00 +0000 (09:05 +0000)]
scim-immodule: fix bug candidate window covers the preedit string when preedit string appears in 2 line.

SVN revision: 69664

12 years agoscim_imcontext.cpp: remove trailing whitespace
Jihoon Kim [Tue, 27 Mar 2012 08:58:35 +0000 (08:58 +0000)]
scim_imcontext.cpp: remove trailing whitespace

SVN revision: 69663

12 years agoEcore: Fix botched merge of ChangeLog.
Christopher Michael [Tue, 27 Mar 2012 07:09:03 +0000 (07:09 +0000)]
Ecore: Fix botched merge of ChangeLog.

SVN revision: 69655

12 years agoEcore: Update ChangeLog
Christopher Michael [Tue, 27 Mar 2012 02:36:00 +0000 (02:36 +0000)]
Ecore: Update ChangeLog

SVN revision: 69647

12 years agoEcore: Fix configure.ac detection of the egl library (needs version >=
Christopher Michael [Tue, 27 Mar 2012 02:18:40 +0000 (02:18 +0000)]
Ecore: Fix configure.ac detection of the egl library (needs version >=
7.10).

SVN revision: 69646

12 years agoEcore_Evas (wayland):
Christopher Michael [Tue, 27 Mar 2012 02:17:22 +0000 (02:17 +0000)]
Ecore_Evas (wayland):

- Add ecore_wl_sync to ecore_evas_wayland_* (needed for some
compositors).
- Implement ecore_evas_wayland_type_set (for setting window types).
- Implement ecore_evas_wayland_pointer_set (for setting pointer
hotspots).
- Fix ecore_evas_alpha/transparent set.

SVN revision: 69645

12 years agoEcore_Wayland:
Christopher Michael [Tue, 27 Mar 2012 02:13:34 +0000 (02:13 +0000)]
Ecore_Wayland:

- Comment out display_iterate during intialize (hangs compositor
initialize).
- Simplify ecore_wl_flush routine and avoid possible hangs in
wl_display_roundtrip.
- Add function (for trip ;) ) to be able to return the screen dpi.
- Implement functions for input grab/ungrab.
- Set root.x/y in mouse events.
- Remove freeing of mouse_move event (already handled generically).
- Handle setting output mm width/height (for calc of dpi).
- Implement setting surface input & opaque regions.
- Implement popup windows.
- Implement ecore_wl_window_transparent_set function.
- Implement function to allow setting Ecore_Wl_Window type.
- Implement setting the wayland mouse pointer to an image (via
ecore_wl_window_pointer_set).
- Comment out wl_display_iterate during initialize (can cause hangs in
compositor).
- Simplify ecore_wl_flush (to avoid compositor hangs).

SVN revision: 69644

12 years agoEcore_Win32/WinCE: also do not autorepeat the Win key
Vincent Torri [Mon, 26 Mar 2012 17:33:10 +0000 (17:33 +0000)]
Ecore_Win32/WinCE: also do not autorepeat the Win key

Patch by Shinwoo Kim

SVN revision: 69638

12 years agoedje - + NULL check
ChunEon Park [Mon, 26 Mar 2012 12:44:33 +0000 (12:44 +0000)]
edje - + NULL check

Signed-Off-By: ShilpaOnkar Singh(shilpa.singh@samsung.com)
SVN revision: 69637

12 years agoedje - + null checking.
ChunEon Park [Mon, 26 Mar 2012 11:00:25 +0000 (11:00 +0000)]
edje - + null checking.

SVN revision: 69635

12 years agosomeone somewhere along the way broke evas_render_method_list(). FIX!
Carsten Haitzler [Mon, 26 Mar 2012 10:56:55 +0000 (10:56 +0000)]
someone somewhere along the way broke evas_render_method_list(). FIX!

SVN revision: 69634

12 years agoedje_entry.c: remove trailing whitespace
Jihoon Kim [Mon, 26 Mar 2012 08:31:05 +0000 (08:31 +0000)]
edje_entry.c: remove trailing whitespace

SVN revision: 69629

12 years agoEcore_Win32/WinCE: do not autorepeat Ctrl, Shift and Alt keys
Vincent Torri [Mon, 26 Mar 2012 06:31:39 +0000 (06:31 +0000)]
Ecore_Win32/WinCE: do not autorepeat Ctrl, Shift and Alt keys

Patch by Shinwoo Kim

SVN revision: 69628

12 years agoevas changelog/news fixed/up to date
Carsten Haitzler [Mon, 26 Mar 2012 05:44:18 +0000 (05:44 +0000)]
evas changelog/news fixed/up to date

SVN revision: 69627

12 years agoeet changelog/news update/sync
Carsten Haitzler [Mon, 26 Mar 2012 04:38:01 +0000 (04:38 +0000)]
eet changelog/news update/sync

SVN revision: 69626

12 years agobring eina's NEWS up to date with changelog.
Carsten Haitzler [Mon, 26 Mar 2012 04:33:56 +0000 (04:33 +0000)]
bring eina's NEWS up to date with changelog.

SVN revision: 69625

12 years agoEio: autotools cleanup
Vincent Torri [Sun, 25 Mar 2012 19:15:44 +0000 (19:15 +0000)]
Eio: autotools cleanup

SVN revision: 69619

12 years agoEmotion: Fix shm_open check + various autotools cleaning
Vincent Torri [Sun, 25 Mar 2012 18:43:21 +0000 (18:43 +0000)]
Emotion: Fix shm_open check + various autotools cleaning

   This works in linux, and should fix shm_detection on BSD (including Mac)

   BSD, Mac and solaris users : please check that it compiles and shm_open is detected

SVN revision: 69618

12 years agoEvas: fix static linking
Vincent Torri [Sun, 25 Mar 2012 17:40:44 +0000 (17:40 +0000)]
Evas: fix static linking

SVN revision: 69617

12 years agoEcore: fix shm_open() check (can be in libc or librt)
Vincent Torri [Sun, 25 Mar 2012 17:25:04 +0000 (17:25 +0000)]
Ecore: fix shm_open() check (can be in libc or librt)

  This works in linux and windows, and should fix shm_detection on BSD (including Mac)

  BSD, Mac and solaris users : please check that it compiles and shm_open is detected

SVN revision: 69616

12 years agofix dist
Vincent Torri [Sun, 25 Mar 2012 17:08:33 +0000 (17:08 +0000)]
fix dist

SVN revision: 69615

12 years agofix dist
Vincent Torri [Sun, 25 Mar 2012 17:08:13 +0000 (17:08 +0000)]
fix dist

SVN revision: 69614

12 years agobetter m4 macro
Vincent Torri [Sun, 25 Mar 2012 16:39:51 +0000 (16:39 +0000)]
better m4 macro

SVN revision: 69613

12 years agoEvas: fix shm_open() check (can be in libc or librt)
Vincent Torri [Sun, 25 Mar 2012 16:39:04 +0000 (16:39 +0000)]
Evas: fix shm_open() check (can be in libc or librt)

 This works in linux and windows, and should fix shm_detection on BSD (including Mac)

 BSD, Mac and solaris users : please check that it compiles and shm_open is detected

SVN revision: 69612

12 years agowhitespaces--
Vincent Torri [Sun, 25 Mar 2012 12:08:23 +0000 (12:08 +0000)]
whitespaces--

SVN revision: 69611

12 years agoand -lm in .pc
Vincent Torri [Sun, 25 Mar 2012 11:16:14 +0000 (11:16 +0000)]
and -lm in .pc

SVN revision: 69610

12 years agodidn't mean to commit that
Vincent Torri [Sun, 25 Mar 2012 11:14:48 +0000 (11:14 +0000)]
didn't mean to commit that

SVN revision: 69609

12 years agoEina: fix shm_open() check (can be in libc or librt) + various autotools cleaning
Vincent Torri [Sun, 25 Mar 2012 11:12:32 +0000 (11:12 +0000)]
Eina: fix shm_open() check (can be in libc or librt) + various autotools cleaning

This works in linux and windows, and should fix shm_detection on BSD (including Mac)

BSD, Mac and solaris users : please check that it compiles and shm_open is detected

SVN revision: 69608