Commit Graph

363 Commits

Author SHA1 Message Date
Savio Sena ab1945dc31 Add EFL_CXX_NO_EXCEPTIONS flag to compilation. 2014-09-16 19:35:20 -03:00
Savio Sena e60ba2ee1f Added more image/C++ tests. 2014-09-16 19:35:20 -03:00
Savio Sena 7975d43856 Added more image/C++ tests. 2014-09-16 19:35:19 -03:00
Savio Sena 2edb6402d6 Added more image/C++ tests. 2014-09-16 19:35:19 -03:00
Savio Sena a6d52a1876 Added missing function. 2014-09-16 19:35:19 -03:00
Savio Sena 7a3096883d Added C++ image_blend_border_recolor. 2014-09-16 19:35:19 -03:00
Savio Sena 6940737f17 Fixed evas image example. 2014-09-16 19:35:19 -03:00
Savio Sena f1ce0c028f Refactored around a bit. 2014-09-16 19:35:18 -03:00
Savio Sena 7e8108ad75 Add some logs to help investigating evas::image. 2014-09-16 19:35:18 -03:00
Savio Sena a9145b99c8 Fixed global variables. 2014-09-16 19:35:18 -03:00
Savio Sena 23aefd6470 Removed include-once guards from test file. 2014-09-16 19:35:18 -03:00
Savio Sena 2351346646 Fixed cxx/image_blend_border test. 2014-09-16 19:35:18 -03:00
Savio Sena 22f097ed64 Fixed missing evas -> G_evas. 2014-09-16 19:35:17 -03:00
Savio Sena 43516b12df Deleted main.hh. We can now work properly with main.h. 2014-09-16 19:35:17 -03:00
Savio Sena e4c333f3eb Renamed global variable evas to G_evas. 2014-09-16 19:35:17 -03:00
Savio Sena f0dbeca426 expedite++: First C++ test. 2014-09-16 19:35:17 -03:00
Savio Sena 1a3b5e8d7d autotools: Introduce C++11 requirement. 2014-09-16 19:35:17 -03:00
Cedric BAIL 578c0b4318 fix wrong ordering of report. 2014-09-04 14:21:20 +02:00
Cedric BAIL 12a8257451 update configuration version to EFL number. 2014-08-22 18:29:02 +02:00
Cedric BAIL 74d732c094 Move to EFL 1.12 interface. 2014-08-22 18:29:02 +02:00
Cedric BAIL 3ef31223f6 cleanup, remove warning, useless if and tab . 2014-08-22 18:29:02 +02:00
Cedric BAIL 281bbd90fd move to use Ecore and Ecore_Evas. 2014-08-22 18:28:59 +02:00
Stefan Schmidt ec0863e6ed engine_drm: Fix typo in error message 2014-07-10 12:34:08 +02:00
Cedric BAIL bacba21ab0 eo: fix build due to change in the Eo API.
Apparently nobody is running expedite this days...
2014-06-25 10:47:42 +02:00
Tom Hacohen acf7130b52 Update code according to the recent eolian generation changes. 2014-06-03 14:21:17 +01:00
Tom Hacohen 4848c66d47 Adjust code to use the slightly different Eo2 API.
With Eo2 you can return values directly without the need to use
a pointer
(use the C return).

For example:
eo_do(obj, elm_object_text_get(&text));
becomes:
eo_do(obj, text = elm_object_text_get());

@feature
2014-04-10 09:54:23 +01:00
Tom Hacohen ea387769f5 Adjusted code to use the Eo2 API. 2014-04-03 12:27:57 +01:00
ChunEon Park 4e5cac21bf added Jaeun Choi to author list. 2014-03-25 14:03:03 +09:00
Jean-Philippe Andre 26ba629f00 Fix previous commit's API usage and improve layout
Font effects now have "padding_set" which will fix the geometry
of the text object. Thanks to Jaeun for preparing this work :)
2014-03-25 11:56:29 +09:00
Jaeun Choi c3890ffeb1 Add font effect tests (alpha blur, rgba blur)
Patch by eunue (Jaeun Choi): D658
2014-03-25 11:34:27 +09:00
Chris Michael d68739908f expedite: Use proper engine field name
@bugfix: The engine field name for Drm engine changed in master.
Update expedite drm engine code to match.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-03-06 14:39:54 +00:00
Carsten Haitzler c52f943e6e add 1050p mode for output res 2014-03-04 14:56:06 +09:00
Cedric Bail 01ff7df1f2 expedite: report the resolution size in pixels in help. 2014-02-28 13:05:11 -03:00
Cedric Bail 21d03f8a61 expedite: add Samsung Serie 9 resolution. 2014-02-28 12:59:54 -03:00
Cedric Bail 5aa277e4d8 expedite: report when building drm support. 2014-02-28 12:58:25 -03:00
Chris Michael d846790c37 expedite: Add support for setting vsync in drm engine
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-28 12:42:35 +00:00
Chris Michael 3571eef532 Add expedite drm engine files
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:22:48 +00:00
Chris Michael 64cdd1677e Add expedite drm engine functions if built with drm engine support
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:22:11 +00:00
Chris Michael e6442777a4 Add expedite drm header to includes if building with drm support
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:21:22 +00:00
Chris Michael ac729f10f4 Add drm build sources for expedite drm tests
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:20:48 +00:00
Chris Michael bccac2adec Add build option for drm engine
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:20:05 +00:00
Chris Michael 5174c08f1f Fix expedite to build for wayland engines
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:18:04 +00:00
Chris Michael 196b527d51 Fix expedite to build for wayland engines
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:17:49 +00:00
Chris Michael 5f70cec6e5 Fix expedite to build for wayland engines
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:16:27 +00:00
Chris Michael 840686042a Fix expedite building with wayland engines.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-02-12 08:10:04 +00:00
Thanatermesis a5e6af917a document the -y option in the default help output 2013-12-02 17:12:30 +01:00
Daniel Zaoui 19e674eeef Fix (from devilhorns) expedite built in the case that we have wayland libraries installed,
but do not have EFL built with wayland support

Hey Devilhorns, I am drunk and I just want to sleep but I promised you
to push it so...
2013-10-23 02:37:10 +03:00
Cedric Bail 36fa887496 expedite: use beta API. 2013-07-23 11:29:11 +09:00
Cedric Bail a829f37b83 expedite: request Eo EFL API. 2013-06-28 10:21:21 +09:00
Cedric Bail 1a9f0c74ae expedite: cleanup formatting. 2013-06-28 10:20:52 +09:00