platform/upstream/efl.git
10 years agoeolian: show column information when matching balanced braces
Daniel Kolesa [Wed, 2 Jul 2014 23:00:02 +0000 (00:00 +0100)]
eolian: show column information when matching balanced braces

10 years agoautotools: Fixed 'make examples' and 'make examples-install'
Savio Sena [Wed, 2 Jul 2014 15:09:20 +0000 (12:09 -0300)]
autotools: Fixed 'make examples' and 'make examples-install'

It was broken in set-ups with ($(builddir) != $(srcdir)) && ($(builddir) !=
$(srcdir)/build)

10 years agoeolian: column information in error messages
Daniel Kolesa [Wed, 2 Jul 2014 22:39:35 +0000 (23:39 +0100)]
eolian: column information in error messages

10 years agoautotools: do not use sed -i
Daniel Kolesa [Wed, 2 Jul 2014 21:16:16 +0000 (22:16 +0100)]
autotools: do not use sed -i

10 years agoautotools: seems like GNU sed is incompatible... will fix later
Daniel Kolesa [Wed, 2 Jul 2014 20:41:53 +0000 (21:41 +0100)]
autotools: seems like GNU sed is incompatible... will fix later

10 years agoautotools: so it seems like the space is required after all.
Daniel Kolesa [Wed, 2 Jul 2014 20:07:22 +0000 (21:07 +0100)]
autotools: so it seems like the space is required after all.

10 years agoautotools: sed portability
Daniel Kolesa [Wed, 2 Jul 2014 20:02:48 +0000 (21:02 +0100)]
autotools: sed portability

10 years agoautotools/eolian-cxx: Added variable to avoid code duplication.
Savio Sena [Wed, 2 Jul 2014 14:57:53 +0000 (11:57 -0300)]
autotools/eolian-cxx: Added variable to avoid code duplication.

10 years agoremove edje file changed monitoring as it's nothing but a bug vector
Carsten Haitzler (Rasterman) [Wed, 2 Jul 2014 02:28:42 +0000 (11:28 +0900)]
remove edje file changed monitoring as it's nothing but a bug vector

so this has to go. reloading edje files is nothing but trouble.
example - if you update your os your theme files get updated and then
all sorts of stuff goes wrong. jeff is right. this makes it an
intractible problem. we have an open file handle on the edj file. we
share that anre reuse it via eina_file - keep it. this keeps tyhe edje
file stable and consistant.

<Jef91> Elementary applications freak the fuck out
<Jef91> if you change the theme file
<Jef91> that they are using
<Jef91> SeoZ,
http://forums.bodhilinux.com/index.php?/topic/10629-eepdater-display-issue/
<Jef91> that happens when my theme file that is in use changes

we will get nothing but continued issues and complains if we keep
doing this. it's a fairly pointless mis-feature. thank god its got no
apis - just signals and internals.

10 years agoautotools/eolian-cxx: Fixed the dependencies in some rules.
Savio Sena [Tue, 1 Jul 2014 20:08:47 +0000 (17:08 -0300)]
autotools/eolian-cxx: Fixed the dependencies in some rules.

10 years agoeolian: some dirty janitoring
Daniel Kolesa [Tue, 1 Jul 2014 17:25:17 +0000 (18:25 +0100)]
eolian: some dirty janitoring

10 years agoeolian: keep the struct keyword in the regular type name
Daniel Kolesa [Tue, 1 Jul 2014 17:02:54 +0000 (18:02 +0100)]
eolian: keep the struct keyword in the regular type name

10 years agoautotools: Fixed 'make clean' for Eolian-Cxx.
Savio Sena [Tue, 1 Jul 2014 16:38:49 +0000 (13:38 -0300)]
autotools: Fixed 'make clean' for Eolian-Cxx.

Included all generated C++ headers in CLEANFILES (Automake).

10 years agoeolian: restrict own() for pointers only
Daniel Kolesa [Tue, 1 Jul 2014 16:55:34 +0000 (17:55 +0100)]
eolian: restrict own() for pointers only

10 years agoeolian_cxx: no need to normalize
Daniel Kolesa [Tue, 1 Jul 2014 15:10:21 +0000 (16:10 +0100)]
eolian_cxx: no need to normalize

10 years agoecore-drm: Fix formatting from a7428edeb41efe67b0a
Chris Michael [Tue, 1 Jul 2014 14:58:44 +0000 (10:58 -0400)]
ecore-drm: Fix formatting from a7428edeb41efe67b0a

Fix horrible formatting before it gets too far...
Bad Stefan, no cookie ;)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoecore_drm: Check for currently used CRTC first before searching others
Stefan Schmidt [Tue, 1 Jul 2014 13:01:38 +0000 (15:01 +0200)]
ecore_drm: Check for currently used CRTC first before searching others

If we have a CRTC already configured save the work to search for a new
crtc and encoder combination that works with this connector. Just use what
we have.

Also always check if the CRTC is already allocated for a different connection
before using it.

10 years agofix tabe/whitespace format issues in evas module
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 11:25:04 +0000 (20:25 +0900)]
fix tabe/whitespace format issues in evas module

10 years agofix static jpeg saver usage due to defines being removed from config.h
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 11:22:42 +0000 (20:22 +0900)]
fix static jpeg saver usage due to defines being removed from config.h

10 years agoformatting - convert tabs to whitespace
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 10:57:04 +0000 (19:57 +0900)]
formatting - convert tabs to whitespace

10 years agoecore_x - add some minor calls to be able to suspend/resume screensaver
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 06:44:12 +0000 (15:44 +0900)]
ecore_x - add some minor calls to be able to suspend/resume screensaver

10 years agoupdate po files
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 03:57:52 +0000 (12:57 +0900)]
update po files

10 years agoedje - fix self feed complaint to be an ERR so we see it
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 00:42:03 +0000 (09:42 +0900)]
edje - fix self feed complaint to be an ERR so we see it

10 years agoeolian-cxx: Make proper handling of namespaces.
Savio Sena [Tue, 1 Jul 2014 09:55:45 +0000 (10:55 +0100)]
eolian-cxx: Make proper handling of namespaces.

Summary:
The generation of class prefixes was not taking into account the full
classname -- the namespace was not being prepended to it. Fixed that and
also re-organized the code a bit, removed some Wshadow warnings also.

This commit fixes 'make examples' and 'make check'.

Reviewers: tasn, cedric, q66

CC: felipealmeida, smohanty, cedric
Differential Revision: https://phab.enlightenment.org/D1100

10 years agocore_fb: Fix crash on tablet with removable kbd
Olivier Guiter [Mon, 30 Jun 2014 14:32:36 +0000 (16:32 +0200)]
core_fb: Fix crash on tablet with removable kbd

On tablet with removable keyboard (e.g.: T100), as the FB support
in ecore is very limited, the lib crashes when you remove the kbd.
This patch disabled gracefully a "not anymore present" keyboard...

Signed-off-by: Olivier Guiter <olivier.guiter@linux.intel.com>
10 years agoeolian: also allow void in @out params
Daniel Kolesa [Mon, 30 Jun 2014 22:21:36 +0000 (23:21 +0100)]
eolian: also allow void in @out params

10 years agoeolian: remove superfluous macros
Daniel Kolesa [Mon, 30 Jun 2014 22:17:05 +0000 (23:17 +0100)]
eolian: remove superfluous macros

10 years agoeolian: allow void return in getter accessors (to force the return to be an out param)
Daniel Kolesa [Mon, 30 Jun 2014 22:13:04 +0000 (23:13 +0100)]
eolian: allow void return in getter accessors (to force the return to be an out param)

10 years agoeolian: support for void as separate type type
Daniel Kolesa [Mon, 30 Jun 2014 22:07:32 +0000 (23:07 +0100)]
eolian: support for void as separate type type

10 years agoeolian: different syntax for functions (func ret_type (arg_types))
Daniel Kolesa [Mon, 30 Jun 2014 21:07:13 +0000 (22:07 +0100)]
eolian: different syntax for functions (func ret_type (arg_types))

10 years agoeolian/generator: shadow fix
Daniel Kolesa [Mon, 30 Jun 2014 20:53:08 +0000 (21:53 +0100)]
eolian/generator: shadow fix

10 years agoeolian: function type parsing
Daniel Kolesa [Mon, 30 Jun 2014 20:52:57 +0000 (21:52 +0100)]
eolian: function type parsing

10 years agoeolian: _CLASS -> _CLASS/INTERFACE/MIXIN
Daniel Kolesa [Mon, 30 Jun 2014 20:29:50 +0000 (21:29 +0100)]
eolian: _CLASS -> _CLASS/INTERFACE/MIXIN

10 years agoeolian-cxx: Added namespaces and more (see below)
Daniel Kolesa [Mon, 30 Jun 2014 18:32:52 +0000 (19:32 +0100)]
eolian-cxx: Added namespaces and more (see below)

Implemented namespaces
Added eolian_wrappers.hh with C++ code wrapping Eolain API
Changed eolian_cxx program options. Now they're eolian_gen's
Added functions to safe_str.hh (safe_lower, safe_upper, normalize_spaces, path_base)
Added a mocked version of type_lookup.hh in advance. The full
version will come as soon as complex-types are added.

Made apply again by Daniel Kolesa, original implementation by Savio Sena.

10 years agoEvas: Fix object_top_at_pointer_get().
Tom Hacohen [Mon, 30 Jun 2014 18:29:54 +0000 (19:29 +0100)]
Evas: Fix object_top_at_pointer_get().

I accidentally changed that function in a previous commit.

Thanks to davemds for reporting.

10 years agoeolian: @own -> own
Daniel Kolesa [Mon, 30 Jun 2014 17:10:29 +0000 (18:10 +0100)]
eolian: @own -> own

10 years agoEolian: Fix most of the .eo files to have namespaces.
Tom Hacohen [Mon, 30 Jun 2014 16:49:50 +0000 (17:49 +0100)]
Eolian: Fix most of the .eo files to have namespaces.

Eolian (.eo) supports splitting the class name to namespaces. These
commits fix most of the existing .eo files accordingly.

10 years agoEvas object eolian: Fix namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:25:20 +0000 (23:25 +0100)]
Evas object eolian: Fix namespace.

10 years agoEvas object smart eolian: Update namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:22:28 +0000 (23:22 +0100)]
Evas object smart eolian: Update namespace.

10 years agoEvas smart clipped eolian: Update namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:14:09 +0000 (23:14 +0100)]
Evas smart clipped eolian: Update namespace.

10 years agoEvas eolian: Fix namespace for many more classes.
Tom Hacohen [Fri, 27 Jun 2014 21:13:09 +0000 (22:13 +0100)]
Evas eolian: Fix namespace for many more classes.

10 years agoEvas canvas eolian: Fix namespace and class name for the evas canvas.
Tom Hacohen [Thu, 26 Jun 2014 21:29:46 +0000 (22:29 +0100)]
Evas canvas eolian: Fix namespace and class name for the evas canvas.

10 years agoEdje eolian: Fix namespaces for all of the edje classes.
Tom Hacohen [Thu, 26 Jun 2014 19:15:41 +0000 (20:15 +0100)]
Edje eolian: Fix namespaces for all of the edje classes.

10 years agoEcore eolian: Fix namespaces for all of the ecore classes.
Tom Hacohen [Thu, 26 Jun 2014 18:37:40 +0000 (19:37 +0100)]
Ecore eolian: Fix namespaces for all of the ecore classes.

10 years agoEo abstract class: Fix namespace.
Tom Hacohen [Thu, 26 Jun 2014 18:32:09 +0000 (19:32 +0100)]
Eo abstract class: Fix namespace.

10 years agoEo (base class): Fix .eo file to have proper namespacing for the class naem.
Tom Hacohen [Fri, 20 Jun 2014 10:14:59 +0000 (11:14 +0100)]
Eo (base class): Fix .eo file to have proper namespacing for the class naem.

10 years agoEcore examples: Add ecore_compose_get() example.
Tom Hacohen [Fri, 27 Jun 2014 18:25:45 +0000 (19:25 +0100)]
Ecore examples: Add ecore_compose_get() example.

Example created by Vincent Torri.

10 years agoMerging 'devs/q66/eolian_types'
Daniel Kolesa [Mon, 30 Jun 2014 16:41:30 +0000 (17:41 +0100)]
Merging 'devs/q66/eolian_types'

This gets in new type syntax in eo files as well as brand new
API for handling types and updated generators.

10 years agoMerging 'devs/q66/eolian_experimental'
Daniel Kolesa [Mon, 30 Jun 2014 16:40:09 +0000 (17:40 +0100)]
Merging 'devs/q66/eolian_experimental'

This gets in several changes - such as new eolian API for deduplication
of names, support for eot files and processing of classes and typedefs
in sequence.

10 years agoeolian/tests: warning fixes
Daniel Kolesa [Fri, 27 Jun 2014 14:41:06 +0000 (15:41 +0100)]
eolian/tests: warning fixes

10 years agoeolian: make tests pass
Daniel Kolesa [Fri, 27 Jun 2014 14:39:19 +0000 (15:39 +0100)]
eolian: make tests pass

10 years agoeolian: new type API
Daniel Kolesa [Fri, 27 Jun 2014 13:47:40 +0000 (14:47 +0100)]
eolian: new type API

This new API supports function pointer types, multiple type subtypes, const attribute without parsing
the name string, own attribute for any partial type and more. This commit also updates the C and C++
generators so that they compile and generate correct code.

@feature

10 years agoeolian: transform tests to the new @own syntax
Daniel Kolesa [Fri, 27 Jun 2014 11:49:21 +0000 (12:49 +0100)]
eolian: transform tests to the new @own syntax

10 years agoeolian: preparation for new type API
Daniel Kolesa [Fri, 27 Jun 2014 10:06:27 +0000 (11:06 +0100)]
eolian: preparation for new type API

10 years agoeolian: type -> typedef
Daniel Kolesa [Fri, 27 Jun 2014 09:55:54 +0000 (10:55 +0100)]
eolian: type -> typedef

10 years agoeolian: allow multiple subtypes by reorganizing the type structure - preparation...
Daniel Kolesa [Thu, 26 Jun 2014 14:55:18 +0000 (15:55 +0100)]
eolian: allow multiple subtypes by reorganizing the type structure - preparation for new API

10 years agoeolian/lexer: new keyword (func) plus new token (->) - for function pointer types
Daniel Kolesa [Thu, 26 Jun 2014 13:27:45 +0000 (14:27 +0100)]
eolian/lexer: new keyword (func) plus new token (->) - for function pointer types

10 years agoeolian: builtin fixed size integer types, floating point types and void
Daniel Kolesa [Thu, 26 Jun 2014 13:11:52 +0000 (14:11 +0100)]
eolian: builtin fixed size integer types, floating point types and void

10 years agoeolian: support for C type translation in eo lexer
Daniel Kolesa [Thu, 26 Jun 2014 11:02:19 +0000 (12:02 +0100)]
eolian: support for C type translation in eo lexer

10 years agoeolian: handle new type syntax in parser
Daniel Kolesa [Thu, 26 Jun 2014 10:51:08 +0000 (11:51 +0100)]
eolian: handle new type syntax in parser

10 years agoeolian: remove all occurences of unsigned
Daniel Kolesa [Thu, 26 Jun 2014 10:50:29 +0000 (11:50 +0100)]
eolian: remove all occurences of unsigned

10 years agoeolian: modify all eo files according to the new type syntax
Daniel Kolesa [Thu, 26 Jun 2014 09:52:17 +0000 (10:52 +0100)]
eolian: modify all eo files according to the new type syntax

10 years agoelua: use the new dedup API in lualian
Daniel Kolesa [Tue, 24 Jun 2014 16:23:13 +0000 (17:23 +0100)]
elua: use the new dedup API in lualian

10 years agoeolian_cxx: use the new eolian dedup API
Daniel Kolesa [Tue, 24 Jun 2014 16:20:33 +0000 (17:20 +0100)]
eolian_cxx: use the new eolian dedup API

10 years agoeolian: new API: eolian_function_full_c_name_get - reduces duplication of code
Daniel Kolesa [Tue, 24 Jun 2014 16:15:17 +0000 (17:15 +0100)]
eolian: new API: eolian_function_full_c_name_get - reduces duplication of code

10 years agoeolian: free the iterator
Daniel Kolesa [Tue, 24 Jun 2014 15:34:21 +0000 (16:34 +0100)]
eolian: free the iterator

10 years agoeolian_cxx/generator: support for eot files
Daniel Kolesa [Tue, 24 Jun 2014 13:21:32 +0000 (14:21 +0100)]
eolian_cxx/generator: support for eot files

10 years agoelua: update lualian against latest changes
Daniel Kolesa [Tue, 24 Jun 2014 12:56:41 +0000 (13:56 +0100)]
elua: update lualian against latest changes

10 years agoeolian: introducing support for .eot files
Daniel Kolesa [Tue, 24 Jun 2014 12:45:51 +0000 (13:45 +0100)]
eolian: introducing support for .eot files

.eot files are similar to .eo, but they can't contain classes; all .eot files found in include paths
are parsed and information is added into the database. They're there for typedefs and eventually also
enums, structs and constants.

@feature

10 years agoeolian: process classes and typedefs in order
Daniel Kolesa [Mon, 23 Jun 2014 18:04:20 +0000 (19:04 +0100)]
eolian: process classes and typedefs in order

10 years agoevas/drm: Remove obsolete tty open function
Stefan Schmidt [Fri, 27 Jun 2014 14:53:54 +0000 (16:53 +0200)]
evas/drm: Remove obsolete tty open function

We use ecore_drm for this already. Remove this non-used version.

10 years agoevas/drm: Make use of ecore_drm for opening DRM device
Stefan Schmidt [Fri, 27 Jun 2014 14:21:32 +0000 (16:21 +0200)]
evas/drm: Make use of ecore_drm for opening DRM device

We use this functionality already from ecore_drm. The evas version does
not even use udev to acquire the device which means we could not support
hotplugging. The only missing feature was the capability check for
DUMB_BUFFER which I added to ecore_drm now.

10 years agoecore_drm: Make struct Ecore_Drm_Device available
Stefan Schmidt [Fri, 27 Jun 2014 14:18:21 +0000 (16:18 +0200)]
ecore_drm: Make struct Ecore_Drm_Device available

Allow the struct to be used by other parts and not only ecore_drm.
This is needed to use ecore_drm in the evas drm engine.

10 years agoecore_drm: Test drm device for DUMB BUFFER capability
Stefan Schmidt [Fri, 27 Jun 2014 13:30:35 +0000 (15:30 +0200)]
ecore_drm: Test drm device for DUMB BUFFER capability

Without this we can't do software rendering on the DRM device.

10 years agoecore_drm: Use CLOEXEC option when openning drm device
Stefan Schmidt [Fri, 27 Jun 2014 13:29:38 +0000 (15:29 +0200)]
ecore_drm: Use CLOEXEC option when openning drm device

10 years agoecore_drm: Iterate over all available connectors not just the first
Stefan Schmidt [Fri, 27 Jun 2014 09:03:55 +0000 (11:03 +0200)]
ecore_drm: Iterate over all available connectors not just the first

Maybe this was here for some debugging? It does not make any sense though
to loop over all connectors but break out of the loop after the first run.

10 years agolz4: fix shadow issue
Boris Faure [Sun, 29 Jun 2014 21:11:15 +0000 (23:11 +0200)]
lz4: fix shadow issue

@fix

10 years agoecore_win32: discard WM_MOUSEMOVE message if it has the same mouse coordinates than...
Vincent Torri [Sun, 29 Jun 2014 15:57:20 +0000 (17:57 +0200)]
ecore_win32: discard WM_MOUSEMOVE message if it has the same mouse coordinates than the previous one. See link in commit for an explanation

10 years agoecore_win32: activate an Ecore window when raising it
Vincent Torri [Sun, 29 Jun 2014 15:33:43 +0000 (17:33 +0200)]
ecore_win32: activate an Ecore window when raising it

10 years agoecore_win32: fix the raise of an Ecore Window overlapped by another window when click...
Vincent Torri [Sun, 29 Jun 2014 15:24:54 +0000 (17:24 +0200)]
ecore_win32: fix the raise of an Ecore Window overlapped by another window when clicking on the title bar

10 years agoecore_win32: simplify logic
Vincent Torri [Sun, 29 Jun 2014 15:01:01 +0000 (17:01 +0200)]
ecore_win32: simplify logic

To avoid flickering, we have to manage WM_ERASEBKGND. This message
is sent because CS_HREDRAW and CS_VREDRAW are used when registering
the window class. So just omit CS_HREDRAW and CS_VREDRAW.

10 years agoecore_win32: fix typo.
Cedric BAIL [Sun, 29 Jun 2014 17:56:12 +0000 (19:56 +0200)]
ecore_win32: fix typo.

10 years agoevas: fix jpeg loader rotation by metadata (exif)
wonguk.jeong [Sun, 29 Jun 2014 13:04:03 +0000 (15:04 +0200)]
evas: fix jpeg loader rotation by metadata (exif)

Summary:
90 or 270 degree rotation is not working properly
width should be regarded as height, and vice versa.

if this patch and D1082 were commited, rotation from metadata will be working properly by using evas_object_image_load_orientation_set()

@fix

Test Plan: add image object and invoke evas_object_image_load_orientation_set() -> load file with orientation metadata -> check whether image is rotated properly or not

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1084

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
10 years agojpeg loader: exif parsing bug fix
wonguk.jeong [Sun, 29 Jun 2014 11:10:15 +0000 (13:10 +0200)]
jpeg loader: exif parsing bug fix

Summary:
problem: orientation information was not come out properly

byte align value was wrong. 0x4949 is II not MM

refer to http://www.media.mit.edu/pia/Research/deepview/exif.html

@fix

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1082

10 years agojpeg laoder: exif orientation test added
Wonguk Jeong [Sun, 29 Jun 2014 11:04:16 +0000 (13:04 +0200)]
jpeg laoder: exif orientation test added

Summary:
currently, normal orientation tests are only added.
I'm going to add flipped orientation tests as well after I put related code in jpeg loader (currently it's not supported)

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1098

10 years agolz4: fix possible security issue.
Cedric BAIL [Sun, 29 Jun 2014 10:56:56 +0000 (12:56 +0200)]
lz4: fix possible security issue.

See :
- http://fastcompression.blogspot.fr/2014/06/lets-move-on.html
- http://www.openwall.com/lists/oss-security/2014/06/26/25

@fix

10 years agowindows: make those warning explicit about what they imply.
Cedric BAIL [Fri, 27 Jun 2014 14:59:51 +0000 (16:59 +0200)]
windows: make those warning explicit about what they imply.

10 years agoevas/gl - ... removed white trailing.
ChunEon Park [Fri, 27 Jun 2014 12:47:00 +0000 (21:47 +0900)]
evas/gl - ... removed white trailing.

10 years agoevas/gl: fix indentation.
ChunEon Park [Fri, 27 Jun 2014 12:38:30 +0000 (21:38 +0900)]
evas/gl: fix indentation.

10 years agoevas/gl: improve the rendering quality.
ChunEon Park [Fri, 27 Jun 2014 12:29:24 +0000 (21:29 +0900)]
evas/gl: improve the rendering quality.

To avoid texture bleeding in the texture atlas,
we adjust texture uv point as much as a half uv point.
Especially, this improves the rendering quality when the image has the border
area.

Unless apply this patch,
You might find the rendering result is different with software backened,
if the image has the borders.

In the software backened,
the border line was clear but the gl wasn't.
because the border line was interpolated so the rendering result was not the one we expected.

@fix

10 years agoevas: fix warning and remove useless code.
Cedric BAIL [Fri, 27 Jun 2014 11:49:59 +0000 (13:49 +0200)]
evas: fix warning and remove useless code.

10 years agoevas: read fullscreen flags from initialized value.
Cedric BAIL [Fri, 27 Jun 2014 11:47:44 +0000 (13:47 +0200)]
evas: read fullscreen flags from initialized value.

10 years agoevas: fix warning in DDraw backend.
Cedric BAIL [Fri, 27 Jun 2014 10:30:28 +0000 (12:30 +0200)]
evas: fix warning in DDraw backend.

10 years agoevas: silent some warning during Windows backend build.
Cedric BAIL [Fri, 27 Jun 2014 11:45:06 +0000 (13:45 +0200)]
evas: silent some warning during Windows backend build.

10 years agoecore_file: this parameter is indeed not used.
Cedric BAIL [Fri, 27 Jun 2014 11:41:39 +0000 (13:41 +0200)]
ecore_file: this parameter is indeed not used.

10 years agoecore_con: just a reminder to look at later.
Cedric BAIL [Fri, 27 Jun 2014 11:41:20 +0000 (13:41 +0200)]
ecore_con: just a reminder to look at later.

10 years agoecore_win32: another forgotten read that is unecessary in current setup.
Cedric BAIL [Fri, 27 Jun 2014 11:34:02 +0000 (13:34 +0200)]
ecore_win32: another forgotten read that is unecessary in current setup.

10 years agoecore_win32: silent warning by reading the returned value in a useful way.
Cedric BAIL [Fri, 27 Jun 2014 11:27:33 +0000 (13:27 +0200)]
ecore_win32: silent warning by reading the returned value in a useful way.

10 years agoeina: silence warning of unused parameter on Windows.
Cedric BAIL [Fri, 27 Jun 2014 11:23:37 +0000 (13:23 +0200)]
eina: silence warning of unused parameter on Windows.

10 years agoeina: use the right function prototype on Windows.
Cedric BAIL [Fri, 27 Jun 2014 11:22:37 +0000 (13:22 +0200)]
eina: use the right function prototype on Windows.