platform/upstream/efl.git
12 years agoEPhysics: fix missing const on some getters
Bruno Dilly [Fri, 6 Jul 2012 14:36:40 +0000 (14:36 +0000)]
EPhysics: fix missing const on some getters

spotted by k-s

SVN revision: 73419

12 years agoevas: catch bad map early on.
Cedric BAIL [Fri, 6 Jul 2012 14:03:38 +0000 (14:03 +0000)]
evas: catch bad map early on.

SVN revision: 73416

12 years agofix binary search for "bitmap font drawing chars" to actually work all
Carsten Haitzler [Fri, 6 Jul 2012 09:53:58 +0000 (09:53 +0000)]
fix binary search for "bitmap font drawing chars" to actually work all
the time! :) (this went in since last release so no chlog)

SVN revision: 73405

12 years agoevas, ecore: fix crash when sdl doesn't init properly.
Cedric BAIL [Fri, 6 Jul 2012 08:16:03 +0000 (08:16 +0000)]
evas, ecore: fix crash when sdl doesn't init properly.

SVN revision: 73400

12 years agoEPhysics: add missing damping getter
Bruno Dilly [Thu, 5 Jul 2012 22:53:56 +0000 (22:53 +0000)]
EPhysics: add missing damping getter

SVN revision: 73386

12 years agoEPhysics: add no gravity test
Bruno Dilly [Thu, 5 Jul 2012 22:53:40 +0000 (22:53 +0000)]
EPhysics: add no gravity test

This test covers linear and angular velocity setters, stop,
gravity set, and damping.

SVN revision: 73385

12 years agoEPhysics: properly initializes library
Bruno Dilly [Thu, 5 Jul 2012 22:53:28 +0000 (22:53 +0000)]
EPhysics: properly initializes library

It wasn't initializing required libs.

SVN revision: 73384

12 years agoEPhysics: worlds solver mode
Leandro Dorileo [Thu, 5 Jul 2012 22:53:14 +0000 (22:53 +0000)]
EPhysics: worlds solver mode

Add a function to enable/disable the world constraint solver mode.
Also add wrappers for bullets solver modes enumerations, and a function
to query the current status.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73383

12 years agoEPhysics: body damping set
Leandro Dorileo [Thu, 5 Jul 2012 22:52:53 +0000 (22:52 +0000)]
EPhysics: body damping set

This patch introduces a function for rigid body damping.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73382

12 years agoEina Log: don't remove a domain from env var list on the first register
Bruno Dilly [Thu, 5 Jul 2012 21:06:05 +0000 (21:06 +0000)]
Eina Log: don't remove a domain from env var list on the first register

Let say you pass a log level 4 for a domain on env var.

So if you, for some reason, register a domain, unregister it, and register
it again, the log level will be set as 1 instead of 4.
And you'll miss info and debug msgs...

Now only remove this information when cleaning pending list,
on eina_log_shutdown().

SVN revision: 73380

12 years agoevas/cserve2: Always return FALSE to can_do_region when
Rafael Antognolli [Thu, 5 Jul 2012 18:42:30 +0000 (18:42 +0000)]
evas/cserve2: Always return FALSE to can_do_region when
 using cserve2.
Return always FALSE since we are not implementing this load option yet.

SVN revision: 73374

12 years agoevas/cserve2: The slave should measure the time spent
Rafael Antognolli [Thu, 5 Jul 2012 18:42:22 +0000 (18:42 +0000)]
evas/cserve2: The slave should measure the time spent
 loading glyphs.
Instead of measuring the time spent by the server between asking and
receiving the glyphs rendered, we measure now the time spent by the
slave to load the glyph, and then to render it, and then we report this
time to the server.

SVN revision: 73373

12 years agofix 2 more things in ecore-fb
Carsten Haitzler [Thu, 5 Jul 2012 14:51:29 +0000 (14:51 +0000)]
fix 2 more things in ecore-fb

SVN revision: 73361

12 years agoMake old doxygen versions able to find evas example files.
Jonas M. Gastal [Thu, 5 Jul 2012 14:37:06 +0000 (14:37 +0000)]
Make old doxygen versions able to find evas example files.

The only two available versions of doxygen for e2(debian sid), where
online docs are generated, are borked. The newest version(1.8.1.1) is
extremely borked so best to just use the old one(1.7.1.1-2) which
doesn't properly parse EXAMPLE_PATTERNS.

SVN revision: 73358

12 years agoMake old doxygen versions able to find eina example files.
Jonas M. Gastal [Thu, 5 Jul 2012 14:30:45 +0000 (14:30 +0000)]
Make old doxygen versions able to find eina example files.

The only two available versions of doxygen for e2(debian sid), where
online docs are generated, are borked. The newest version(1.8.1.1) is
extremely borked so best to just use the old one(1.7.1.1-2) which
doesn't properly parse EXAMPLE_PATTERNS.

SVN revision: 73357

12 years agoMake old doxygen versions able to find eet example files.
Jonas M. Gastal [Thu, 5 Jul 2012 14:29:46 +0000 (14:29 +0000)]
Make old doxygen versions able to find eet example files.

The only two available versions of doxygen for e2(debian sid), where
online docs are generated, are borked. The newest version(1.8.1.1) is
extremely borked so best to just use the old one(1.7.1.1-2) which
doesn't properly parse EXAMPLE_PATTERNS.

SVN revision: 73356

12 years agofix ecore-fb.. so terminology works 100% perfectly in fb!
Carsten Haitzler [Thu, 5 Jul 2012 14:18:29 +0000 (14:18 +0000)]
fix ecore-fb.. so terminology works 100% perfectly in fb!

SVN revision: 73354

12 years agoEcore_Evas_Wayland_Egl: Actually implement the screen_dpi_get function
Christopher Michael [Thu, 5 Jul 2012 14:17:04 +0000 (14:17 +0000)]
Ecore_Evas_Wayland_Egl: Actually implement the screen_dpi_get function
inside the Ecore_Evas_Engine_Functions.

SVN revision: 73353

12 years agoEcore_Evas_Wayland: Add code to handle the ecore_evas_screen_dpi_get
Christopher Michael [Thu, 5 Jul 2012 14:09:32 +0000 (14:09 +0000)]
Ecore_Evas_Wayland: Add code to handle the ecore_evas_screen_dpi_get
function recently added. NB: This only gets the xdpi currently from
ecore_wayland.

SVN revision: 73352

12 years agoEcore_Wayland: Fix some typos in the doxygen with regard to dpi get.
Christopher Michael [Thu, 5 Jul 2012 14:06:20 +0000 (14:06 +0000)]
Ecore_Wayland: Fix some typos in the doxygen with regard to dpi get.
Add a comment pending future investigation with regard to how dpi is
calculated here.

SVN revision: 73351

12 years agoecore/imf_context: Fix up docs.
Stefan Schmidt [Thu, 5 Jul 2012 13:55:57 +0000 (13:55 +0000)]
ecore/imf_context: Fix up docs.

Copy and paste is only the first step. The second, and more important, is to actually adjust the
docs to the new function.

SVN revision: 73349

12 years agoecore/examples: Follow E coding style here as a good example for others.
Stefan Schmidt [Thu, 5 Jul 2012 13:44:29 +0000 (13:44 +0000)]
ecore/examples: Follow E coding style here as a good example for others.

I had a look at the ecore_events examples and the indent was mixed with tabs and spaces. Made it
really unreadable on the HTML output. Give newcomers a hand and start with the E coding style here.

SVN revision: 73347

12 years agoa WTF i noticed!
Carsten Haitzler [Thu, 5 Jul 2012 13:07:33 +0000 (13:07 +0000)]
a WTF i noticed!

SVN revision: 73344

12 years agoecore evas gets func to get dpi and frix x screen size get.
Carsten Haitzler [Thu, 5 Jul 2012 12:51:05 +0000 (12:51 +0000)]
ecore evas gets func to get dpi and frix x screen size get.

SVN revision: 73341

12 years agoemotion: let work around embedded device limitation.
Cedric BAIL [Thu, 5 Jul 2012 12:40:56 +0000 (12:40 +0000)]
emotion: let work around embedded device limitation.

NOTE: I am going to accept more of this work around. So if you
preferred device doesn't come with a proper nice implementation of
gstreamer, let's start working around in emotion :'(

SVN revision: 73340

12 years agoevas: disable pipe rendering for release as it doesn't help enough.
Cedric BAIL [Thu, 5 Jul 2012 12:04:47 +0000 (12:04 +0000)]
evas: disable pipe rendering for release as it doesn't help enough.

NOTE: It will be enable again when async rendering will be in.

SVN revision: 73338

12 years agoevas - missed updating Changelog
ChunEon Park [Thu, 5 Jul 2012 09:01:08 +0000 (09:01 +0000)]
evas - missed updating Changelog

SVN revision: 73332

12 years agoevas/gl - fixed Evas_Map NightMare.
ChunEon Park [Thu, 5 Jul 2012 08:41:59 +0000 (08:41 +0000)]
evas/gl - fixed Evas_Map NightMare.

Trvial mistake but I wasted much time to find out it.

SVN revision: 73331

12 years agoevas/gl - indentation fix
ChunEon Park [Thu, 5 Jul 2012 08:37:16 +0000 (08:37 +0000)]
evas/gl - indentation fix

SVN revision: 73330

12 years agoedje: multisense
Jerome Pinot [Thu, 5 Jul 2012 06:03:37 +0000 (06:03 +0000)]
edje: multisense

Add a key in edje.pc to help third-party applications detect if the library
has been compiled with multisense support. This will be eventually reverted
if multisense becomes a requirement for edje. For the time being, people can
check multisense availability by "pkg-config edje --variable=multisense".

SVN revision: 73324

12 years agoevas: fix clipping issue with pipe rendering.
Cedric BAIL [Thu, 5 Jul 2012 03:11:47 +0000 (03:11 +0000)]
evas: fix clipping issue with pipe rendering.

SVN revision: 73322

12 years agoBAD CEDRIC!
Carsten Haitzler [Thu, 5 Jul 2012 01:22:58 +0000 (01:22 +0000)]
BAD CEDRIC!

SVN revision: 73321

12 years agoeina: handle gracefully eina_*_free with NULL.
Cedric BAIL [Thu, 5 Jul 2012 01:12:27 +0000 (01:12 +0000)]
eina: handle gracefully eina_*_free with NULL.

Patch by Raphael Kubo da Costa <rakuco@freebsd.org>.

SVN revision: 73320

12 years agoibus-immodule: remove trailing whitespaces and fix indentation
Jihoon Kim [Thu, 5 Jul 2012 01:03:15 +0000 (01:03 +0000)]
ibus-immodule: remove trailing whitespaces and fix indentation

SVN revision: 73319

12 years agoEPhysics: add shoot button to collision test
Bruno Dilly [Wed, 4 Jul 2012 22:06:07 +0000 (22:06 +0000)]
EPhysics: add shoot button to collision test

Style was missing.

SVN revision: 73314

12 years agoEPhysics: expose linear factor
Bruno Dilly [Wed, 4 Jul 2012 22:05:52 +0000 (22:05 +0000)]
EPhysics: expose linear factor

Makes it possible to restrict movement on specific axises.

SVN revision: 73313

12 years agoEPhysics: velocity setters and stop
Bruno Dilly [Wed, 4 Jul 2012 22:04:37 +0000 (22:04 +0000)]
EPhysics: velocity setters and stop

SVN revision: 73312

12 years ago[evas] Updating changelog and news.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:35:32 +0000 (21:35 +0000)]
[evas] Updating changelog and news.

Thanks for pointing out, vtorri.

SVN revision: 73305

12 years ago[evas] Example of Evas interfaces.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:25:57 +0000 (21:25 +0000)]
[evas] Example of Evas interfaces.

SVN revision: 73304

12 years ago[evas] Removing warnings from an example.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:23:13 +0000 (21:23 +0000)]
[evas] Removing warnings from an example.

Patch by: Gustavo Lima Chaves <glima@profusion.mobi>

SVN revision: 73303

12 years agoEvas_Smart_Interface support.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:23:03 +0000 (21:23 +0000)]
Evas_Smart_Interface support.

This gives Evas simple (smart object) interfaces, to extend the object behaviorextension beyond the limits of mere sub-classing.

Patch by: Gustavo Lima Chaves <glima@profusion.mobi>

SVN revision: 73302

12 years agoEina: implement eina_file_map_lines() on Windows
Vincent Torri [Wed, 4 Jul 2012 18:47:19 +0000 (18:47 +0000)]
Eina: implement eina_file_map_lines() on Windows

SVN revision: 73298

12 years agoEfreet: can not implement efreet_fsetowner() and efreet_setowner() on Windows
Vincent Torri [Wed, 4 Jul 2012 18:38:46 +0000 (18:38 +0000)]
Efreet: can not implement efreet_fsetowner() and efreet_setowner() on Windows

Seb: is it annoying ?

SVN revision: 73296

12 years agoEfreet: winsock2.h needed on Windows
Vincent Torri [Wed, 4 Jul 2012 18:37:37 +0000 (18:37 +0000)]
Efreet: winsock2.h needed on Windows

SVN revision: 73295

12 years agoEfreet: use ecore_exe_run() on Windows, as it is available for quite some time now
Vincent Torri [Wed, 4 Jul 2012 18:36:34 +0000 (18:36 +0000)]
Efreet: use ecore_exe_run() on Windows, as it is available for quite some time now

SVN revision: 73294

12 years agoEfreet: errno.h is not always indirectly included
Vincent Torri [Wed, 4 Jul 2012 18:35:31 +0000 (18:35 +0000)]
Efreet: errno.h is not always indirectly included

SVN revision: 73293

12 years agoEvas: update README
Vincent Torri [Wed, 4 Jul 2012 18:33:07 +0000 (18:33 +0000)]
Evas: update README

SVN revision: 73292

12 years agoEvas: missing decl for Windows engines
Vincent Torri [Wed, 4 Jul 2012 18:32:08 +0000 (18:32 +0000)]
Evas: missing decl for Windows engines

SVN revision: 73291

12 years agofix reallyu minor thing - border_scale_by wasnt interpolated.
Carsten Haitzler [Wed, 4 Jul 2012 14:45:13 +0000 (14:45 +0000)]
fix reallyu minor thing - border_scale_by wasnt interpolated.

SVN revision: 73289

12 years agoEvas (xcb engine): Port cedric's changes for pipe rendering to the xcb
Christopher Michael [Wed, 4 Jul 2012 12:52:31 +0000 (12:52 +0000)]
Evas (xcb engine): Port cedric's changes for pipe rendering to the xcb
engine.

SVN revision: 73283

12 years agoEvas (wayland_egl): Fix image_draw_map prototype & function code to
Christopher Michael [Wed, 4 Jul 2012 12:36:39 +0000 (12:36 +0000)]
Evas (wayland_egl): Fix image_draw_map prototype & function code to
match cedric changes.

SVN revision: 73280

12 years agoevas: more compiler fix.
Cedric BAIL [Wed, 4 Jul 2012 12:29:14 +0000 (12:29 +0000)]
evas: more compiler fix.

SVN revision: 73278

12 years agoevas: remove dh compiler warning.
Cedric BAIL [Wed, 4 Jul 2012 12:25:53 +0000 (12:25 +0000)]
evas: remove dh compiler warning.

SVN revision: 73277

12 years agoEvas: Remove unused variables.
Christopher Michael [Wed, 4 Jul 2012 12:23:35 +0000 (12:23 +0000)]
Evas: Remove unused variables.

SVN revision: 73276

12 years agoevas: move evas_common_pipe_init out of the #if.
Cedric BAIL [Wed, 4 Jul 2012 12:17:18 +0000 (12:17 +0000)]
evas: move evas_common_pipe_init out of the #if.

SVN revision: 73274

12 years agoevas: remove this from the configure as we don't have the code anymore.
Cedric BAIL [Wed, 4 Jul 2012 11:33:29 +0000 (11:33 +0000)]
evas: remove this from the configure as we don't have the code anymore.

SVN revision: 73268

12 years agoevas: remove duplication.
Cedric BAIL [Wed, 4 Jul 2012 11:25:18 +0000 (11:25 +0000)]
evas: remove duplication.

SVN revision: 73267

12 years agoevas: fix back line and polygon draw with pipe rendering.
Cedric BAIL [Wed, 4 Jul 2012 10:32:38 +0000 (10:32 +0000)]
evas: fix back line and polygon draw with pipe rendering.

SVN revision: 73266

12 years agoevas: make the code do what we expect by destroying Glyph at the right time.
Cedric BAIL [Wed, 4 Jul 2012 10:21:06 +0000 (10:21 +0000)]
evas: make the code do what we expect by destroying Glyph at the right time.

This fix the leak issue that was added lately and make the code
more easy to follow.

SVN revision: 73265

12 years agoevas: add more infrastructure to the prepare stage of pipe rendering.
Cedric BAIL [Wed, 4 Jul 2012 09:39:23 +0000 (09:39 +0000)]
evas: add more infrastructure to the prepare stage of pipe rendering.

NOTE: this improve some test by 10 to 15% some other are down by 5%.
Their is still more tunning and improvement possible now (Particularly
with Map), but it will do for now.

SVN revision: 73264

12 years agoEcore_Wayland: Updates to work with latest Wayland:
Christopher Michael [Wed, 4 Jul 2012 07:16:29 +0000 (07:16 +0000)]
Ecore_Wayland: Updates to work with latest Wayland:
  Add pointer frame callback. Add pointer surface listener.
  Use doubles for input surface position.
  Fix dnd function prototype to use wl_data_offer now.
  Fix dnd_add function to not use proxy_create anymore.
  Fix regression where window resizing down would leave artifacts.
    - Need to update the window allocation size before attaching the
new buffer.
  Fix set_transient & set_popup to use the parent surface, not the
shell surface.

SVN revision: 73254

12 years agoEvas (wayland_shm): Fix regression where resizing window down would
Christopher Michael [Wed, 4 Jul 2012 07:12:46 +0000 (07:12 +0000)]
Evas (wayland_shm): Fix regression where resizing window down would
leave artifacts.

SVN revision: 73253

12 years agoEcore_Evas: Fix missing initializer for for the engine_functions. (was
Christopher Michael [Wed, 4 Jul 2012 06:00:23 +0000 (06:00 +0000)]
Ecore_Evas: Fix missing initializer for for the engine_functions. (was
missing profiles_set).

SVN revision: 73251

12 years agoEPhysics: constraint solver iterations
Bruno Dilly [Tue, 3 Jul 2012 23:24:27 +0000 (23:24 +0000)]
EPhysics: constraint solver iterations

Functions to get and set the constraint solver number of iterations.

Patch by Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73249

12 years agoEPhysics: use elm_layout instead of edje to add cbs
Bruno Dilly [Tue, 3 Jul 2012 23:23:53 +0000 (23:23 +0000)]
EPhysics: use elm_layout instead of edje to add cbs

Oh, I love when weird things got duplicated over all the project.
Use elm_layout_signal_callback_add instead of
edje_object_signal_callback_add.

SVN revision: 73248

12 years agoEPhysics: add test that exposes collision issues
Bruno Dilly [Tue, 3 Jul 2012 23:23:24 +0000 (23:23 +0000)]
EPhysics: add test that exposes collision issues

When objects move fast collision detection fails.
We need to expose an way to configure collision detection
so user can optimize usage for her use case.

Also it leaves the canvas dirty sometimes. We need to
verify that as well.

TODO: make theme for spinner and shoot button

SVN revision: 73247

12 years agoEPhysics: improve log msgs a bit and remove annoying one
Bruno Dilly [Tue, 3 Jul 2012 23:21:11 +0000 (23:21 +0000)]
EPhysics: improve log msgs a bit and remove annoying one

Print world and bodies pointers so it's possible to track them.
And remove annoying "step" debug msg.

SVN revision: 73246

12 years agoEPhysics: support autodel of bodies outside render area
Bruno Dilly [Tue, 3 Jul 2012 23:20:49 +0000 (23:20 +0000)]
EPhysics: support autodel of bodies outside render area

Now it's possible to request a world to delete bodies outside
render area, so we can save some resources and avoid issues
with world stopped event.

SVN revision: 73245

12 years agoEcore_IMF: add @since to enums missed @since
Jihoon Kim [Tue, 3 Jul 2012 14:23:17 +0000 (14:23 +0000)]
Ecore_IMF: add @since to enums missed @since

SVN revision: 73242

12 years agoEcore_IMF: add @since to new enums and functions
Jihoon Kim [Tue, 3 Jul 2012 14:21:01 +0000 (14:21 +0000)]
Ecore_IMF: add @since to new enums and functions

SVN revision: 73241

12 years agounbork edje-lua on 5.2
Daniel Kolesa [Tue, 3 Jul 2012 14:08:09 +0000 (14:08 +0000)]
unbork edje-lua on 5.2

SVN revision: 73240

12 years agoEcore: Remove erroneous ecore_x line.
Christopher Michael [Tue, 3 Jul 2012 12:26:33 +0000 (12:26 +0000)]
Ecore: Remove erroneous ecore_x line.

SVN revision: 73232

12 years agoFrom: "daniel.zaoui@samsung.com" <daniel.zaoui@samsung.com>
daniel.zaoui@samsung.com [Tue, 3 Jul 2012 12:19:40 +0000 (12:19 +0000)]
From: "daniel.zaoui@samsung.com" <daniel.zaoui@samsung.com>
Subject: [E-devel] Patch for Edje: added const to obj parameter of
edje_object_part_table_child_get

The obj parameter is used only for read access so the const can be
added to its type.

SVN revision: 73231

12 years agoEcore: Update NEWS to list Ecore_X_Error_Code enum in the proper
Christopher Michael [Tue, 3 Jul 2012 12:16:09 +0000 (12:16 +0000)]
Ecore: Update NEWS to list Ecore_X_Error_Code enum in the proper
section.

SVN revision: 73230

12 years agoyet another tedious null check for a free function, brought to you by people who...
Mike Blumenkrantz [Tue, 3 Jul 2012 11:32:35 +0000 (11:32 +0000)]
yet another tedious null check for a free function, brought to you by people who think wasting time is a good idea

SVN revision: 73224

12 years agoEcore_X: Add @since to new functions.
Christopher Michael [Tue, 3 Jul 2012 09:43:56 +0000 (09:43 +0000)]
Ecore_X: Add @since to new functions.

SVN revision: 73219

12 years agoEcore: Update news with api additions.
Christopher Michael [Tue, 3 Jul 2012 09:43:06 +0000 (09:43 +0000)]
Ecore: Update news with api additions.

SVN revision: 73218

12 years agoEvas: Update ChangeLog with better description(s) of changes.
Christopher Michael [Tue, 3 Jul 2012 09:26:29 +0000 (09:26 +0000)]
Evas: Update ChangeLog with better description(s) of changes.

NB: These are my own descriptions based on changes as they Tizen git
commit logs are useless.

SVN revision: 73217

12 years agoEcore: And also add entries for ecore_imf changes.
Christopher Michael [Tue, 3 Jul 2012 09:14:50 +0000 (09:14 +0000)]
Ecore: And also add entries for ecore_imf changes.

SVN revision: 73216

12 years agoEcore: Update Changelog for Tizen code merge.
Christopher Michael [Tue, 3 Jul 2012 09:13:11 +0000 (09:13 +0000)]
Ecore: Update Changelog for Tizen code merge.

SVN revision: 73215

12 years agoEvas: Update ChangeLog wrt Tizen Merge.
Christopher Michael [Tue, 3 Jul 2012 09:06:43 +0000 (09:06 +0000)]
Evas: Update ChangeLog wrt Tizen Merge.

NB: This is the commit message inside tizen git for this commit. Don't
blame me if the message is not detailed enough for you. Complain to
the original committer about making more detailed commit messages.

SVN revision: 73213

12 years ago * AUTHORS:
Vincent Torri [Tue, 3 Jul 2012 08:57:07 +0000 (08:57 +0000)]
* AUTHORS:
* src/lib/evil_stdlib.c:
* src/lib/evil_stdlib.h:
Update realpath() code, based on Keith Marshall's implementation.

SVN revision: 73212

12 years agoEdje entry: Fixed anchor update with user insert.
Tom Hacohen [Tue, 3 Jul 2012 08:52:17 +0000 (08:52 +0000)]
Edje entry: Fixed anchor update with user insert.

SVN revision: 73211

12 years agoEcore_X: Add missing function prototypes in Ecore_X header from Tizen
Christopher Michael [Tue, 3 Jul 2012 08:06:10 +0000 (08:06 +0000)]
Ecore_X: Add missing function prototypes in Ecore_X header from Tizen
merge.

SVN revision: 73208

12 years agoEcore_Evas Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:44:17 +0000 (07:44 +0000)]
Ecore_Evas Merge Tizen changes to upstream EFL.

SVN revision: 73206

12 years agoEcore_Imf: Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:39:08 +0000 (07:39 +0000)]
Ecore_Imf: Merge Tizen changes to upstream EFL.

SVN revision: 73204

12 years agoEcore_X: Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:36:55 +0000 (07:36 +0000)]
Ecore_X: Merge Tizen changes to upstream EFL.

SVN revision: 73203

12 years agoEvas (gif loader): Merge Tizen changes to upstream EFL. (Support gif
Christopher Michael [Tue, 3 Jul 2012 07:34:35 +0000 (07:34 +0000)]
Evas (gif loader): Merge Tizen changes to upstream EFL. (Support gif
scaling).

SVN revision: 73202

12 years agoEvas (gl_common): Merge Tizen changes to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:33:44 +0000 (07:33 +0000)]
Evas (gl_common): Merge Tizen changes to upstream EFL.

SVN revision: 73201

12 years agoEvas (wayland_shm): Support evas cserve2.
Christopher Michael [Tue, 3 Jul 2012 07:32:52 +0000 (07:32 +0000)]
Evas (wayland_shm): Support evas cserve2.

SVN revision: 73200

12 years agoEvas (gl_x11): Merge changes from Tizen to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:31:03 +0000 (07:31 +0000)]
Evas (gl_x11): Merge changes from Tizen to upstream EFL.

SVN revision: 73199

12 years agoEvas: Merge evas_object_image changes from Tizen to upstream EFL.
Christopher Michael [Tue, 3 Jul 2012 07:30:05 +0000 (07:30 +0000)]
Evas: Merge evas_object_image changes from Tizen to upstream EFL.

SVN revision: 73198

12 years agoEvas: Revert "Evas: Support harfbuzz version checking." (73196)
Tom Hacohen [Tue, 3 Jul 2012 07:29:37 +0000 (07:29 +0000)]
Evas: Revert "Evas: Support harfbuzz version checking." (73196)

1. We already check in configure.ac that harfbuzz is at least 0.9.0, so
those code paths will never get triggered anyway.
2. We don't plan on supporting old harfbuzz anyway. People should just
upgrade harfbuzz (Not really an issue since it's not yet released).

SVN revision: 73197

12 years agoEvas: Support harfbuzz version checking.
Christopher Michael [Tue, 3 Jul 2012 07:23:17 +0000 (07:23 +0000)]
Evas: Support harfbuzz version checking.

NB: Merged from Tizen to upstream EFL.

SVN revision: 73196

12 years agoecore: fix use of unitialized Ecore_X_Atoms.
Cedric BAIL [Tue, 3 Jul 2012 02:41:35 +0000 (02:41 +0000)]
ecore: fix use of unitialized Ecore_X_Atoms.

SVN revision: 73186

12 years agoEPhysics: fix velocity getters
Bruno Dilly [Tue, 3 Jul 2012 02:18:14 +0000 (02:18 +0000)]
EPhysics: fix velocity getters

SVN revision: 73185

12 years agoEPhysics: fix API regarding geometry and acceleration
Bruno Dilly [Tue, 3 Jul 2012 02:17:55 +0000 (02:17 +0000)]
EPhysics: fix API regarding geometry and acceleration
 units
Avoid messing Evas coordinates (pixels) with meters.
Change gravity setter / getter too.

SVN revision: 73184

12 years agoEPhysics: add test for velocity getters
Bruno Dilly [Tue, 3 Jul 2012 02:17:17 +0000 (02:17 +0000)]
EPhysics: add test for velocity getters

SVN revision: 73183

12 years agoEPhysics: implement body velocity get
Bruno Dilly [Tue, 3 Jul 2012 02:15:28 +0000 (02:15 +0000)]
EPhysics: implement body velocity get

Implementation of functions for retrieving both the linear and angular
velocity on x, y and z axis.

Patch by Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73182

12 years agoemotion: fix wrong month.
Cedric BAIL [Tue, 3 Jul 2012 02:14:24 +0000 (02:14 +0000)]
emotion: fix wrong month.

SVN revision: 73181