Daniel Kolesa [Wed, 2 Jul 2014 20:07:22 +0000 (21:07 +0100)]
autotools: so it seems like the space is required after all.
Daniel Kolesa [Wed, 2 Jul 2014 20:02:48 +0000 (21:02 +0100)]
autotools: sed portability
Savio Sena [Wed, 2 Jul 2014 14:57:53 +0000 (11:57 -0300)]
autotools/eolian-cxx: Added variable to avoid code duplication.
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.
Savio Sena [Tue, 1 Jul 2014 20:08:47 +0000 (17:08 -0300)]
autotools/eolian-cxx: Fixed the dependencies in some rules.
Daniel Kolesa [Tue, 1 Jul 2014 17:25:17 +0000 (18:25 +0100)]
eolian: some dirty janitoring
Daniel Kolesa [Tue, 1 Jul 2014 17:02:54 +0000 (18:02 +0100)]
eolian: keep the struct keyword in the regular type name
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).
Daniel Kolesa [Tue, 1 Jul 2014 16:55:34 +0000 (17:55 +0100)]
eolian: restrict own() for pointers only
Daniel Kolesa [Tue, 1 Jul 2014 15:10:21 +0000 (16:10 +0100)]
eolian_cxx: no need to normalize
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>
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.
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 11:25:04 +0000 (20:25 +0900)]
fix tabe/whitespace format issues in evas module
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
Carsten Haitzler (Rasterman) [Tue, 1 Jul 2014 10:57:04 +0000 (19:57 +0900)]
formatting - convert tabs to whitespace
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
Carsten Haitzler (Rasterman) [Mon, 23 Jun 2014 03:57:52 +0000 (12:57 +0900)]
update po files
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
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
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>
Daniel Kolesa [Mon, 30 Jun 2014 22:21:36 +0000 (23:21 +0100)]
eolian: also allow void in @out params
Daniel Kolesa [Mon, 30 Jun 2014 22:17:05 +0000 (23:17 +0100)]
eolian: remove superfluous macros
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)
Daniel Kolesa [Mon, 30 Jun 2014 22:07:32 +0000 (23:07 +0100)]
eolian: support for void as separate type type
Daniel Kolesa [Mon, 30 Jun 2014 21:07:13 +0000 (22:07 +0100)]
eolian: different syntax for functions (func ret_type (arg_types))
Daniel Kolesa [Mon, 30 Jun 2014 20:53:08 +0000 (21:53 +0100)]
eolian/generator: shadow fix
Daniel Kolesa [Mon, 30 Jun 2014 20:52:57 +0000 (21:52 +0100)]
eolian: function type parsing
Daniel Kolesa [Mon, 30 Jun 2014 20:29:50 +0000 (21:29 +0100)]
eolian: _CLASS -> _CLASS/INTERFACE/MIXIN
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.
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.
Daniel Kolesa [Mon, 30 Jun 2014 17:10:29 +0000 (18:10 +0100)]
eolian: @own -> own
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.
Tom Hacohen [Fri, 27 Jun 2014 22:25:20 +0000 (23:25 +0100)]
Evas object eolian: Fix namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:22:28 +0000 (23:22 +0100)]
Evas object smart eolian: Update namespace.
Tom Hacohen [Fri, 27 Jun 2014 22:14:09 +0000 (23:14 +0100)]
Evas smart clipped eolian: Update namespace.
Tom Hacohen [Fri, 27 Jun 2014 21:13:09 +0000 (22:13 +0100)]
Evas eolian: Fix namespace for many more classes.
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.
Tom Hacohen [Thu, 26 Jun 2014 19:15:41 +0000 (20:15 +0100)]
Edje eolian: Fix namespaces for all of the edje classes.
Tom Hacohen [Thu, 26 Jun 2014 18:37:40 +0000 (19:37 +0100)]
Ecore eolian: Fix namespaces for all of the ecore classes.
Tom Hacohen [Thu, 26 Jun 2014 18:32:09 +0000 (19:32 +0100)]
Eo abstract class: Fix namespace.
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.
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.
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.
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.
Daniel Kolesa [Fri, 27 Jun 2014 14:41:06 +0000 (15:41 +0100)]
eolian/tests: warning fixes
Daniel Kolesa [Fri, 27 Jun 2014 14:39:19 +0000 (15:39 +0100)]
eolian: make tests pass
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
Daniel Kolesa [Fri, 27 Jun 2014 11:49:21 +0000 (12:49 +0100)]
eolian: transform tests to the new @own syntax
Daniel Kolesa [Fri, 27 Jun 2014 10:06:27 +0000 (11:06 +0100)]
eolian: preparation for new type API
Daniel Kolesa [Fri, 27 Jun 2014 09:55:54 +0000 (10:55 +0100)]
eolian: type -> typedef
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
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
Daniel Kolesa [Thu, 26 Jun 2014 13:11:52 +0000 (14:11 +0100)]
eolian: builtin fixed size integer types, floating point types and void
Daniel Kolesa [Thu, 26 Jun 2014 11:02:19 +0000 (12:02 +0100)]
eolian: support for C type translation in eo lexer
Daniel Kolesa [Thu, 26 Jun 2014 10:51:08 +0000 (11:51 +0100)]
eolian: handle new type syntax in parser
Daniel Kolesa [Thu, 26 Jun 2014 10:50:29 +0000 (11:50 +0100)]
eolian: remove all occurences of unsigned
Daniel Kolesa [Thu, 26 Jun 2014 09:52:17 +0000 (10:52 +0100)]
eolian: modify all eo files according to the new type syntax
Daniel Kolesa [Tue, 24 Jun 2014 16:23:13 +0000 (17:23 +0100)]
elua: use the new dedup API in lualian
Daniel Kolesa [Tue, 24 Jun 2014 16:20:33 +0000 (17:20 +0100)]
eolian_cxx: use the new eolian dedup API
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
Daniel Kolesa [Tue, 24 Jun 2014 15:34:21 +0000 (16:34 +0100)]
eolian: free the iterator
Daniel Kolesa [Tue, 24 Jun 2014 13:21:32 +0000 (14:21 +0100)]
eolian_cxx/generator: support for eot files
Daniel Kolesa [Tue, 24 Jun 2014 12:56:41 +0000 (13:56 +0100)]
elua: update lualian against latest changes
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
Daniel Kolesa [Mon, 23 Jun 2014 18:04:20 +0000 (19:04 +0100)]
eolian: process classes and typedefs in order
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.
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.
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.
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.
Stefan Schmidt [Fri, 27 Jun 2014 13:29:38 +0000 (15:29 +0200)]
ecore_drm: Use CLOEXEC option when openning drm device
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.
Boris Faure [Sun, 29 Jun 2014 21:11:15 +0000 (23:11 +0200)]
lz4: fix shadow issue
@fix
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
Vincent Torri [Sun, 29 Jun 2014 15:33:43 +0000 (17:33 +0200)]
ecore_win32: activate an Ecore window when raising it
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
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.
Cedric BAIL [Sun, 29 Jun 2014 17:56:12 +0000 (19:56 +0200)]
ecore_win32: fix typo.
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>
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
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
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
Cedric BAIL [Fri, 27 Jun 2014 14:59:51 +0000 (16:59 +0200)]
windows: make those warning explicit about what they imply.
ChunEon Park [Fri, 27 Jun 2014 12:47:00 +0000 (21:47 +0900)]
evas/gl - ... removed white trailing.
ChunEon Park [Fri, 27 Jun 2014 12:38:30 +0000 (21:38 +0900)]
evas/gl: fix indentation.
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
Cedric BAIL [Fri, 27 Jun 2014 11:49:59 +0000 (13:49 +0200)]
evas: fix warning and remove useless code.
Cedric BAIL [Fri, 27 Jun 2014 11:47:44 +0000 (13:47 +0200)]
evas: read fullscreen flags from initialized value.
Cedric BAIL [Fri, 27 Jun 2014 10:30:28 +0000 (12:30 +0200)]
evas: fix warning in DDraw backend.
Cedric BAIL [Fri, 27 Jun 2014 11:45:06 +0000 (13:45 +0200)]
evas: silent some warning during Windows backend build.
Cedric BAIL [Fri, 27 Jun 2014 11:41:39 +0000 (13:41 +0200)]
ecore_file: this parameter is indeed not used.
Cedric BAIL [Fri, 27 Jun 2014 11:41:20 +0000 (13:41 +0200)]
ecore_con: just a reminder to look at later.
Cedric BAIL [Fri, 27 Jun 2014 11:34:02 +0000 (13:34 +0200)]
ecore_win32: another forgotten read that is unecessary in current setup.
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.
Cedric BAIL [Fri, 27 Jun 2014 11:23:37 +0000 (13:23 +0200)]
eina: silence warning of unused parameter on Windows.
Cedric BAIL [Fri, 27 Jun 2014 11:22:37 +0000 (13:22 +0200)]
eina: use the right function prototype on Windows.
Cedric BAIL [Fri, 27 Jun 2014 11:20:39 +0000 (13:20 +0200)]
ecore_evas: remove warning from Windows backend.
Tom Hacohen [Thu, 26 Jun 2014 19:14:42 +0000 (20:14 +0100)]
Edje C++: Fix Edje.hh generation to update correctly.
Andrii Kroitor [Thu, 26 Jun 2014 10:34:35 +0000 (19:34 +0900)]
edje: textblock style loading changed
Summary:
Keeping "font=", "font_size=" and "text_class" in tag->value fixes
style loading issues (after saving edj file with edje_edit_save method).
Reviewers: cedric, raster, seoz, Hermet, tasn
CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D940
@fix
ChunEon Park [Thu, 26 Jun 2014 08:00:37 +0000 (17:00 +0900)]
evas/png - better way to support png grayscale with transparency format.
suggested by cedric.
Chris Michael [Wed, 25 Jun 2014 17:20:13 +0000 (13:20 -0400)]
ecore-evas: Fix formatting and remove whitespace
Signed-off-by: Chris Michael <cp.michael@samsung.com>