platform/upstream/efl.git
11 years agoFix evas_gl's internal resource surface bug. For optimzation evas_gl
Sung Park [Thu, 2 Aug 2012 01:15:38 +0000 (01:15 +0000)]
Fix evas_gl's internal resource surface bug. For optimzation evas_gl
was using evas' window surface to do its resource creation and it
wans't properly updated when a window is destroyed and recreated.

Also, deleted some whitespaces.

SVN revision: 74771

11 years agoFix building with epoll disabled. Also set the right values for the constants, for...
Iván Briano [Thu, 2 Aug 2012 00:37:58 +0000 (00:37 +0000)]
Fix building with epoll disabled. Also set the right values for the constants, for pedantic reasons.

SVN revision: 74770

11 years agothanks vtorri :-)
Gustavo Sverzut Barbieri [Wed, 1 Aug 2012 17:15:10 +0000 (17:15 +0000)]
thanks vtorri :-)

SVN revision: 74750

11 years agomake leandro happy and use cross platform console color set.
Gustavo Sverzut Barbieri [Wed, 1 Aug 2012 15:53:10 +0000 (15:53 +0000)]
make leandro happy and use cross platform console color set.

SVN revision: 74746

11 years agomake cedric happy: show warnings by default.
Gustavo Sverzut Barbieri [Wed, 1 Aug 2012 15:49:57 +0000 (15:49 +0000)]
make cedric happy: show warnings by default.

SVN revision: 74745

11 years agoimprove docs about eina_log_domain_level_check().
Gustavo Sverzut Barbieri [Wed, 1 Aug 2012 15:46:55 +0000 (15:46 +0000)]
improve docs about eina_log_domain_level_check().

SVN revision: 74744

11 years agoops, last minute api change was not updated...
Gustavo Sverzut Barbieri [Wed, 1 Aug 2012 15:35:28 +0000 (15:35 +0000)]
ops, last minute api change was not updated...

SVN revision: 74743

11 years agoeina log: expose cross platform way to set console colors.
Gustavo Sverzut Barbieri [Wed, 1 Aug 2012 15:34:13 +0000 (15:34 +0000)]
eina log: expose cross platform way to set console colors.

changed the win32 color parse to be malloc-less and also support more
colors. It should be more correct, but I have no windows machine to
test.

SVN revision: 74742

11 years agoadd ecore_main_fd_handler_file_add() for use with regular files.
Mike Blumenkrantz [Wed, 1 Aug 2012 14:37:24 +0000 (14:37 +0000)]
add ecore_main_fd_handler_file_add() for use with regular files.
epoll does not handle reading from files since it is only a mechanism for determining whether a fd is ready for read/write/error, and regular files are always ready. as a result, we must select on them explicitly without adding to the epoll fd

I realize that this is a feature freeze, but it's rather non-invasive and this is an absolute must-have to fix mounting for e17 so...sorry!

SVN revision: 74741

11 years agoEvas: Fix evas build from botched copy/paste.
Christopher Michael [Wed, 1 Aug 2012 14:32:26 +0000 (14:32 +0000)]
Evas: Fix evas build from botched copy/paste.

Apologies, I pasted the code in the wrong position :(

SVN revision: 74740

11 years agoEvas: Fix trying to clip objects to the framespace clip if the object
Christopher Michael [Wed, 1 Aug 2012 14:14:34 +0000 (14:14 +0000)]
Evas: Fix trying to clip objects to the framespace clip if the object
is going to be deleted. Patch from eduardo.de.barros.lime@intel.com.

SVN revision: 74739

11 years agoset NONBLOCK on /proc/self/mountinfo file descriptor
Mike Blumenkrantz [Wed, 1 Aug 2012 13:32:38 +0000 (13:32 +0000)]
set NONBLOCK on /proc/self/mountinfo file descriptor

SVN revision: 74738

11 years agoif disk error has already occurred, delete check timer
Mike Blumenkrantz [Wed, 1 Aug 2012 12:53:56 +0000 (12:53 +0000)]
if disk error has already occurred, delete check timer

SVN revision: 74737

11 years agoeeze mount operations will now only retry up to 3 times when they fail before emittin...
Mike Blumenkrantz [Wed, 1 Aug 2012 12:43:55 +0000 (12:43 +0000)]
eeze mount operations will now only retry up to 3 times when they fail before emitting an error event

SVN revision: 74736

11 years agoemotion: prevent race condition during gstreamer module shutdown or file set.
Cedric BAIL [Wed, 1 Aug 2012 08:41:53 +0000 (08:41 +0000)]
emotion: prevent race condition during gstreamer module shutdown or file set.

Patch by Sohyun Kim <anna1014.kim@samsung.com>

SVN revision: 74719

11 years agoand chlog++
Carsten Haitzler [Wed, 1 Aug 2012 06:30:16 +0000 (06:30 +0000)]
and chlog++

SVN revision: 74711

11 years agouse eina_prefix for module finding as well as generic util bins... and
Carsten Haitzler [Wed, 1 Aug 2012 06:29:26 +0000 (06:29 +0000)]
use eina_prefix for module finding as well as generic util bins... and
fix to proviude data file to prefix finding works right with debina
multiarch.

SVN revision: 74710

11 years agofix problem in dealing with debians multiarch on prefix finding.
Carsten Haitzler [Wed, 1 Aug 2012 06:28:37 +0000 (06:28 +0000)]
fix problem in dealing with debians multiarch on prefix finding.

SVN revision: 74709

11 years agoFix evas pointer count problem, if press/release events occurs not pair,
Jiyoun Park [Wed, 1 Aug 2012 05:43:50 +0000 (05:43 +0000)]
Fix evas pointer count problem, if press/release events occurs not pair,
it screws up the evas event process. We are not deal with release event if
there is no pressed pointer

SVN revision: 74705

11 years agoGif loader didn't initialize frame buffer of first frame.
Jiyoun Park [Wed, 1 Aug 2012 04:33:12 +0000 (04:33 +0000)]
Gif loader didn't initialize frame buffer of first frame.
fix gif loader to initialize first frame's image data area

SVN revision: 74704

11 years agoedje log: fix some progname leftovers.
Gustavo Sverzut Barbieri [Tue, 31 Jul 2012 22:45:44 +0000 (22:45 +0000)]
edje log: fix some progname leftovers.

SVN revision: 74702

11 years agofix edje error reporting for once and for all.
Gustavo Sverzut Barbieri [Tue, 31 Jul 2012 22:42:03 +0000 (22:42 +0000)]
fix edje error reporting for once and for all.

edje error was a mess. First someone (maybe myself) added eina log,
then people changed it to be a mix with printf()... then they replaced
eina_log with printf() + colors so it would be less verbose.

It's fixed now! Using eina log infrastructure.

If all that is wanted is specific messages for edje_cc domain, do it
with a specific log print function (eina_log_print_cb_set()). I made
it produce messages in the format:

    <levelcolor><progname>: <levelprefix><message>

Where:
 - levelcolor is defined by eina_log (I hacked the win32 version,
   since no public api to resolve level to color).
 - levelprefix is "Error. " or "Warning. " to cope with traditional
   output.

If it does not look as you wanted, let me know before stuffing some
printf() again.

Bonus point: reduced 2 global variables (progname and verbose),
removed lots of code.

SVN revision: 74701

11 years agoEPhysics: small fixes related to slider constraint
Bruno Dilly [Tue, 31 Jul 2012 22:24:51 +0000 (22:24 +0000)]
EPhysics: small fixes related to slider constraint

SVN revision: 74700

11 years agoEPhysics: slider constraint
Leandro Dorileo [Tue, 31 Jul 2012 22:24:20 +0000 (22:24 +0000)]
EPhysics: slider constraint

This patch introduces the slider constraint, adds an slider constraint
test, move p2p constraint from ephysics_constraint_add to
ephysics_constraint_p2p_add migrates its usage.

Further work will migrate the btConstraint of p2p for Generic6Dof constraint
since it's flexible enough to implement most of constraints.

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

SVN revision: 74699

11 years agoEPhysics: spinner theme
Bruno Dilly [Tue, 31 Jul 2012 20:39:25 +0000 (20:39 +0000)]
EPhysics: spinner theme

SVN revision: 74667

11 years agoEPhysics: update gitignore
Bruno Dilly [Tue, 31 Jul 2012 19:56:01 +0000 (19:56 +0000)]
EPhysics: update gitignore

SVN revision: 74660

11 years agoEPhysics: allow user to configure simulation
Bruno Dilly [Tue, 31 Jul 2012 19:55:52 +0000 (19:55 +0000)]
EPhysics: allow user to configure simulation

Required to fine tunning performance or avoid objects going throught
others.

SVN revision: 74659

11 years agoEvas font: Fixed compilation without fontconfig.
Tom Hacohen [Tue, 31 Jul 2012 10:51:11 +0000 (10:51 +0000)]
Evas font: Fixed compilation without fontconfig.

Thanks a lot to JaMa for reporting this.

SVN revision: 74640

11 years agoeina: fix documentation.
Cedric BAIL [Tue, 31 Jul 2012 08:41:32 +0000 (08:41 +0000)]
eina: fix documentation.

SVN revision: 74624

11 years agoEo: Also fix the case when the chain is not allocated.
Tom Hacohen [Tue, 31 Jul 2012 07:34:27 +0000 (07:34 +0000)]
Eo: Also fix the case when the chain is not allocated.

Continuation to previous commit.

SVN revision: 74619

11 years agoeina: cleanup eina_file_map_lines API before release.
Cedric BAIL [Tue, 31 Jul 2012 07:23:16 +0000 (07:23 +0000)]
eina: cleanup eina_file_map_lines API before release.

SVN revision: 74618

11 years agoEo: Fixed an issue with mixins and super calls.
Tom Hacohen [Tue, 31 Jul 2012 07:15:33 +0000 (07:15 +0000)]
Eo: Fixed an issue with mixins and super calls.

SVN revision: 74617

11 years agoEvas (wayland_egl): Add traps for a NULL rendering engine.
Christopher Michael [Tue, 31 Jul 2012 06:59:35 +0000 (06:59 +0000)]
Evas (wayland_egl): Add traps for a NULL rendering engine.

This can happen when rapidly opening & closing windows and when
engines are swapped between shm & egl programmatically.

SVN revision: 74616

11 years agoecore: fix typo in ecore_main_fd_handler_add
Jihoon Kim [Mon, 30 Jul 2012 10:27:30 +0000 (10:27 +0000)]
ecore: fix typo in ecore_main_fd_handler_add

SVN revision: 74576

11 years agoEcore_Evas (wayland): Account for framespace width & height when
Christopher Michael [Mon, 30 Jul 2012 09:53:43 +0000 (09:53 +0000)]
Ecore_Evas (wayland): Account for framespace width & height when
resizing the Ecore_Evas.

SVN revision: 74566

11 years agoEvas: Fix bugs in Wayland Engine(s) with regard to object geometry &
Christopher Michael [Mon, 30 Jul 2012 09:52:33 +0000 (09:52 +0000)]
Evas: Fix bugs in Wayland Engine(s) with regard to object geometry &
position. Fix bug when clipping to viewport/framespace. These changes
fix Several buggers on Trac which related to the Wayland Engine(s).

Fix minor bug in evas_render where clipping for framespace would
not take into account the frame height and also move the frame clip to
the values specified in framespace (not viewport).

Fix buggers in evas_object_main which was causing objects (when created using
the wayland engines) to be an incorrect size & position (objects will now
be the same size/position in EFL Wayland as they are in X11).

Fix evas_object_geometry_get to return values based on where they were
moved (in relation to framespace). (These fixes are for the Wayland
Engines and do not affect X11).

Remove nw/nh from evas_object_resize (not needed variables anymore).

SVN revision: 74565

11 years agoadd EEZE_DISK_MOUNTOPT_NODEV
Mike Blumenkrantz [Mon, 30 Jul 2012 09:49:05 +0000 (09:49 +0000)]
add EEZE_DISK_MOUNTOPT_NODEV
yes, I realize we're in a freeze, but this is trivial and important

SVN revision: 74564

11 years agonever attempt to use disk label for mounting
Mike Blumenkrantz [Mon, 30 Jul 2012 09:10:35 +0000 (09:10 +0000)]
never attempt to use disk label for mounting

SVN revision: 74563

11 years agoeeze now unmounts using the devnode instead of the mount point
Mike Blumenkrantz [Mon, 30 Jul 2012 08:22:05 +0000 (08:22 +0000)]
eeze now unmounts using the devnode instead of the mount point

SVN revision: 74560

11 years agofailing to create a mount point no longer results in an error since it's possible...
Mike Blumenkrantz [Mon, 30 Jul 2012 08:18:01 +0000 (08:18 +0000)]
failing to create a mount point no longer results in an error since it's possible for this to be handled by certain mount utilities

SVN revision: 74559

11 years agorevert part of 74545 and change fopen to open; somehow this broke reading
Mike Blumenkrantz [Mon, 30 Jul 2012 07:31:34 +0000 (07:31 +0000)]
revert part of 74545 and change fopen to open; somehow this broke reading

SVN revision: 74557

11 years agoadd --enable-mtab to eeze to force use of deprecated mtab for mountinfo (libmount...
Mike Blumenkrantz [Mon, 30 Jul 2012 07:30:46 +0000 (07:30 +0000)]
add --enable-mtab to eeze to force use of deprecated mtab for mountinfo (libmount pre 2.20)

SVN revision: 74556

11 years agoand... first monitor mtab not fstab for MOUNT changes/ mtab is
Carsten Haitzler [Sun, 29 Jul 2012 13:21:09 +0000 (13:21 +0000)]
and... first monitor mtab not fstab for MOUNT changes/ mtab is
"current mounted status" . fstab is "stuff i WANT to mount".

secondly.. if mtab is a symlink.. pretend we arent monitoring. this
then kicks in the poll checker after mount cmd is done.

SVN revision: 74545

11 years agosegv-- on parsing garbage ini files.
Carsten Haitzler [Sun, 29 Jul 2012 07:57:41 +0000 (07:57 +0000)]
segv-- on parsing garbage ini files.

SVN revision: 74542

11 years agoedje: Reduce potential reentrant issue when using edje_object_signal_emit.
Cedric BAIL [Sat, 28 Jul 2012 16:33:37 +0000 (16:33 +0000)]
edje: Reduce potential reentrant issue when using edje_object_signal_emit.

SVN revision: 74539

11 years agoedje: try to make windows happier.
Cedric BAIL [Sat, 28 Jul 2012 16:22:15 +0000 (16:22 +0000)]
edje: try to make windows happier.

SVN revision: 74538

11 years agoedje: compile again on windows.
Cedric BAIL [Sat, 28 Jul 2012 15:53:15 +0000 (15:53 +0000)]
edje: compile again on windows.

Patch half Vincent, half myself.

SVN revision: 74537

11 years agoeet: as pointed by Vincent, remove useless check as we don't use those function any...
Cedric BAIL [Sat, 28 Jul 2012 14:26:47 +0000 (14:26 +0000)]
eet: as pointed by Vincent, remove useless check as we don't use those function any more.

SVN revision: 74530

11 years agoecore_evas: fix typo in ecore_evas.c
Jihoon Kim [Sat, 28 Jul 2012 09:26:06 +0000 (09:26 +0000)]
ecore_evas: fix typo in ecore_evas.c

SVN revision: 74527

11 years agoecore: add Ecore_IMF doxygen link in Ecore Documentation
Jihoon Kim [Sat, 28 Jul 2012 09:25:23 +0000 (09:25 +0000)]
ecore: add Ecore_IMF doxygen link in Ecore Documentation

SVN revision: 74526

11 years agoecore: fix typo in ecore_timer_delay
Jihoon Kim [Sat, 28 Jul 2012 09:24:18 +0000 (09:24 +0000)]
ecore: fix typo in ecore_timer_delay

SVN revision: 74525

11 years agoremove efret private decl of public api.
Carsten Haitzler [Sat, 28 Jul 2012 00:27:14 +0000 (00:27 +0000)]
remove efret private decl of public api.

SVN revision: 74517

11 years agoEPhysics: update todo list
Bruno Dilly [Fri, 27 Jul 2012 14:50:45 +0000 (14:50 +0000)]
EPhysics: update todo list

SVN revision: 74506

11 years agoEPhysics: implement body tracking by camera
Bruno Dilly [Fri, 27 Jul 2012 14:50:36 +0000 (14:50 +0000)]
EPhysics: implement body tracking by camera

It's flicking, code needs to be reviewed.
Theme needs love as well.

SVN revision: 74505

11 years agoEPhysics: fix collision detection point
Bruno Dilly [Fri, 27 Jul 2012 14:50:25 +0000 (14:50 +0000)]
EPhysics: fix collision detection point

Also improve docs and test.

SVN revision: 74504

11 years agoEPhysics: add test for collision filter
Bruno Dilly [Fri, 27 Jul 2012 14:50:14 +0000 (14:50 +0000)]
EPhysics: add test for collision filter

SVN revision: 74503

11 years agoEPhysics: implement camera position handling
Bruno Dilly [Fri, 27 Jul 2012 14:50:03 +0000 (14:50 +0000)]
EPhysics: implement camera position handling

Now it's possibly to keep default updates of evas objects
and has scenes larger than render areas.

SVN revision: 74502

11 years agoEPhysics: collision filter
Leandro Dorileo [Fri, 27 Jul 2012 14:49:53 +0000 (14:49 +0000)]
EPhysics: collision filter

This patch introduces a collision filter API. Once a rigid body
has been added to some group it must just collide against rigid
bodies in the same group, if no group has been attribute it's
going to collide against any other body.

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

SVN revision: 74501

11 years agoEPhysics: body collision data
Leandro Dorileo [Fri, 27 Jul 2012 14:49:37 +0000 (14:49 +0000)]
EPhysics: body collision data

This patch introduces a wrapper(EPhysics_Body_Collision) to hold
the collision data(the contact body and collision position).

This data type is used by EPHYSICS_CALLBACK_BODY_COLLISION callback. The
collision detection test is migrated to the new API as well.

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

SVN revision: 74500

11 years agoEPhysics: small/trivial function return fix
Leandro Dorileo [Fri, 27 Jul 2012 14:49:20 +0000 (14:49 +0000)]
EPhysics: small/trivial function return fix

This patch fix a compilation warning by _ephysics_world_contact_processed_cb
not returning. Bullet doesn't care about what is returned, so this
is just a compilation warning fix.

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

SVN revision: 74499

11 years agoEPhysics: sleeping threshold and max sleep time
Leandro Dorileo [Fri, 27 Jul 2012 14:48:59 +0000 (14:48 +0000)]
EPhysics: sleeping threshold and max sleep time

This patch introduces calls for setting the body's linear and angular
sleeping thresholds and to set the world's max sleeping time.

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

SVN revision: 74498

11 years agoEPhysics: add note regarding body data
Bruno Dilly [Fri, 27 Jul 2012 14:48:41 +0000 (14:48 +0000)]
EPhysics: add note regarding body data

Requested by Ricardo.

SVN revision: 74497

11 years agoEPhysics: only build tests theme if tests are build
Bruno Dilly [Fri, 27 Jul 2012 14:48:19 +0000 (14:48 +0000)]
EPhysics: only build tests theme if tests are build

SVN revision: 74496

11 years agoEPhysics: add data setter / getter for bodies
Bruno Dilly [Fri, 27 Jul 2012 14:47:46 +0000 (14:47 +0000)]
EPhysics: add data setter / getter for bodies

Useful when you need structures per bodies to be updated on
collision callbacks.

SVN revision: 74495

11 years agoEPhysics: fix mass getter
Bruno Dilly [Fri, 27 Jul 2012 14:47:23 +0000 (14:47 +0000)]
EPhysics: fix mass getter

SVN revision: 74494

11 years agoEvas: We can include evas_pipe.h in common even without
Christopher Michael [Fri, 27 Jul 2012 09:49:51 +0000 (09:49 +0000)]
Evas: We can include evas_pipe.h in common even without
BUILD_PIPE_RENDER. Fixes an implicit declaration warning when building
the software_generic engine.

SVN revision: 74481

11 years agoevas: small doc improvement.
Cedric BAIL [Fri, 27 Jul 2012 02:59:24 +0000 (02:59 +0000)]
evas: small doc improvement.

SVN revision: 74468

11 years agoEo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.
Tom Hacohen [Thu, 26 Jul 2012 13:15:28 +0000 (13:15 +0000)]
Eo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.

SVN revision: 74442

11 years agoEo: Make func override warning an error instead (prev commit).
Tom Hacohen [Thu, 26 Jul 2012 12:34:04 +0000 (12:34 +0000)]
Eo: Make func override warning an error instead (prev commit).

Make JackDanielZ happy...

SVN revision: 74437

11 years agoEo: Add a warning when trying to override a function that was already set for a class.
Tom Hacohen [Thu, 26 Jul 2012 12:21:01 +0000 (12:21 +0000)]
Eo: Add a warning when trying to override a function that was already set for a class.

SVN revision: 74436

11 years agoEvas font: Fixed font cache to correctly handle different font sizes.
Tom Hacohen [Thu, 26 Jul 2012 11:31:36 +0000 (11:31 +0000)]
Evas font: Fixed font cache to correctly handle different font sizes.

Used to just go for the first match in the cache which means it would always
think we only have the wrong size in the cache, and it would just add
new entries all the time.

SVN revision: 74435

11 years agoevas: force proxyed objects to stay active so we don't loose update.
Cedric BAIL [Thu, 26 Jul 2012 08:44:54 +0000 (08:44 +0000)]
evas: force proxyed objects to stay active so we don't loose update.

SVN revision: 74427

11 years agoedje_cc shouldnt be using eina-log for almost all its err/wrn/inf
Carsten Haitzler [Thu, 26 Jul 2012 08:21:56 +0000 (08:21 +0000)]
edje_cc shouldnt be using eina-log for almost all its err/wrn/inf
stuff as this is actual user output and done:
  file.c:242 error in blah.edc:232
is just confusing as all heck.

SVN revision: 74424

11 years agoevas/gl - more clean code
ChunEon Park [Thu, 26 Jul 2012 07:43:47 +0000 (07:43 +0000)]
evas/gl - more clean code

SVN revision: 74420

11 years agoEcore_Wayland: Test for a valid surface before we try to process the
Christopher Michael [Thu, 26 Jul 2012 07:23:32 +0000 (07:23 +0000)]
Ecore_Wayland: Test for a valid surface before we try to process the
pointer_enter event.

SVN revision: 74419

11 years agoxim: remove trailing whitespace
Jihoon Kim [Thu, 26 Jul 2012 00:03:51 +0000 (00:03 +0000)]
xim: remove trailing whitespace

SVN revision: 74408

11 years agoibus-immodule: initialize for added interfaces
Jihoon Kim [Wed, 25 Jul 2012 14:50:06 +0000 (14:50 +0000)]
ibus-immodule: initialize for added interfaces

SVN revision: 74396

11 years agoecore_con: Remove duplicate code
Daniel Willmann [Tue, 24 Jul 2012 14:22:00 +0000 (14:22 +0000)]
ecore_con: Remove duplicate code

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 74356

11 years agoEvas: Fix uninitialized variable warning.
Christopher Michael [Tue, 24 Jul 2012 11:36:31 +0000 (11:36 +0000)]
Evas: Fix uninitialized variable warning.

SVN revision: 74353

11 years agoEvas (wayland_egl): Set resource_list to NULL after we free it. Fix
Christopher Michael [Tue, 24 Jul 2012 09:19:23 +0000 (09:19 +0000)]
Evas (wayland_egl): Set resource_list to NULL after we free it. Fix
minor formatting issue.

SVN revision: 74348

11 years agoedje edje_cc_handlers.c: Fixed typo pointed out by PrinceAMD-(Deon Thomas)
Daniel Juyung Seo [Tue, 24 Jul 2012 07:15:22 +0000 (07:15 +0000)]
edje edje_cc_handlers.c: Fixed typo pointed out by PrinceAMD-(Deon Thomas)

SVN revision: 74346

11 years agoconflict--
Carsten Haitzler [Tue, 24 Jul 2012 06:33:56 +0000 (06:33 +0000)]
conflict--

SVN revision: 74344

11 years agofix long standing layer set bug
Carsten Haitzler [Tue, 24 Jul 2012 04:59:22 +0000 (04:59 +0000)]
fix long standing layer set bug

SVN revision: 74342

11 years agoevas: handle proxy with the right context.
Cedric BAIL [Tue, 24 Jul 2012 04:27:17 +0000 (04:27 +0000)]
evas: handle proxy with the right context.

SVN revision: 74340

11 years agoevas/gl - +null & less code
ChunEon Park [Tue, 24 Jul 2012 03:57:27 +0000 (03:57 +0000)]
evas/gl - +null  & less code

This fixes the incorrect operations when evas gl is re-initialized in one same process

SVN revision: 74339

11 years agofix entry shift selection extend with mouse.
Carsten Haitzler [Tue, 24 Jul 2012 03:52:14 +0000 (03:52 +0000)]
fix entry shift selection extend with mouse.

SVN revision: 74338

11 years agoFrom: Ingvaldur Sigurjonsson <rocketiii.scientist@gmail.com>
Ingvaldur Sigurjonsson [Tue, 24 Jul 2012 01:31:50 +0000 (01:31 +0000)]
From: Ingvaldur Sigurjonsson <rocketiii.scientist@gmail.com>
Subject: [E-devel] [PATCH]Evas.h comments patch

When reading the comments of 'evas_object_textgrid_update_add' I
noticed
a little cnp err. The enclosed patch is just a suggestion, but the
misleading comment was driving me nuts...

SVN revision: 74331

11 years agoEvas (wayland_egl): Fix a series of various segfaults with the
Rob Bradford [Mon, 23 Jul 2012 14:33:31 +0000 (14:33 +0000)]
Evas (wayland_egl): Fix a series of various segfaults with the
wayland_egl engine caused by windows being hidden:

From: Rob Bradford <rob@linux.intel.com>
Date: Fri, 13 Jul 2012 19:13:12 +0100
Subject: [PATCH] evas(wayland_egl): Resolve a series of segfaults on
clean-up

The first was that when a window was being hidden the render engine
(e->engine.data.output) was being assigned to NULL (like on an error
path). I
checked other backends and they only free and nullify this pointer on
error
paths. By doing it on a hide it was interfering with cleanup process
for the
object.

This then highlighted a second crash from the derefence of the window
to NULL
when flushing the cache. If the window was hidden this window pointer
would
be NULL.

The third it highlighted was a duplicate call into
evas_gl_common_image_free
and the freeing of the image cache twice. By the time eng_image_free
has been
called the cache has already been freed so we can remove the duplicate
free.

SVN revision: 74330

11 years agoEeze: lets make it buildable once again
Eduardo de Barros Lima [Mon, 23 Jul 2012 14:23:59 +0000 (14:23 +0000)]
Eeze: lets make it buildable once again

SVN revision: 74329

11 years agoEvas (wayland_egl): Fix crashes when flipping window alpha state.
Alex Wu [Mon, 23 Jul 2012 14:16:50 +0000 (14:16 +0000)]
Evas (wayland_egl): Fix crashes when flipping window alpha state.

From: Alex Wu <zhiwen.wu@linux.intel.com>

When calling elm_win_alpha_set(), the global EGLContext object keep
unchanged, but the new EGLSurface object subjects to the new EGLConfig
with changed alpha_size. This makes eng_window_new() failed and hence
free the  Render_Engine object (e->engine.data.output) and nullize it.
Next time other objects reference the output, segfault occurs.

In this patch, I give every Evas_GL_Wl_Window object a EGLContext object
and all these EGLContext objects share the same shader program objects.

A new global EGLContext object "share_context" added, which is
responsible for keeping the shared objects alive. e.g. shader program
objects.At the first time succeeded to create a EGLContext, assign it to
the "share_context", and should not destory it in eng_window_free.

The "share_context" will be taken as the 3rd argument when calling
eglCreateContext(), and then updated to the new created EGLContext to
keep the shared gl objects available.

Thanks for devilhorns' review and suggestion.

SVN revision: 74328

11 years agodon't throw double events for our own disk ops
Mike Blumenkrantz [Mon, 23 Jul 2012 14:11:57 +0000 (14:11 +0000)]
don't throw double events for our own disk ops

SVN revision: 74327

11 years agoadd a third libmount backend for "current" libmount, where we are too cool for /etc...
Mike Blumenkrantz [Mon, 23 Jul 2012 14:08:13 +0000 (14:08 +0000)]
add a third libmount backend for "current" libmount, where we are too cool for /etc/mtab

SVN revision: 74326

11 years agoEcore_wayland: Fix calls to update_modifier state and pass the proper
Christopher Michael [Mon, 23 Jul 2012 14:04:17 +0000 (14:04 +0000)]
Ecore_wayland: Fix calls to update_modifier state and pass the proper
paramaters. Only set input & opaque regions during resize.

SVN revision: 74325

11 years agoEvas: Implement scale_hint_get/set for gl_sdl
Youness Alaoui [Mon, 23 Jul 2012 11:59:18 +0000 (11:59 +0000)]
Evas: Implement scale_hint_get/set for gl_sdl

SVN revision: 74323

11 years agoEvas: Update gl_sdl, gl_cocoa, directfb and software_16_sdl engines to use the new...
Youness Alaoui [Mon, 23 Jul 2012 11:58:37 +0000 (11:58 +0000)]
Evas: Update gl_sdl, gl_cocoa, directfb and software_16_sdl engines to use the new function prototype of image_map_draw
The arguments for image_map_draw changed, and these engines were receiving
the wrong data. In the case of gl_cocoa and gl_sdl, the gl_common would
receive a pointer for 'npoints' and would call abort() because npoints
is not 4.

SVN revision: 74321

11 years agoEcore_Wayland: Update geometry callback function to match new changes
Christopher Michael [Mon, 23 Jul 2012 09:31:49 +0000 (09:31 +0000)]
Ecore_Wayland: Update geometry callback function to match new changes
in wayland. Now passes in a 'transform' also.

SVN revision: 74319

11 years agoedje - updated AUTHORS
ChunEon Park [Mon, 23 Jul 2012 08:54:46 +0000 (08:54 +0000)]
edje - updated AUTHORS

SVN revision: 74315

11 years agoEo: Fixed bug with calling multiple ops in some cases.
Tom Hacohen [Mon, 23 Jul 2012 08:43:35 +0000 (08:43 +0000)]
Eo: Fixed bug with calling multiple ops in some cases.

SVN revision: 74313

11 years agoedje/edje_entry : Only MOUSE_UP should reset character.
WooHyun Jung [Mon, 23 Jul 2012 08:36:36 +0000 (08:36 +0000)]
edje/edje_entry : Only MOUSE_UP should reset character.

SVN revision: 74312

11 years agoEmotion: Add UNUSED to _image_resize function paramaters where missing.
Christopher Michael [Mon, 23 Jul 2012 08:23:31 +0000 (08:23 +0000)]
Emotion: Add UNUSED to _image_resize function paramaters where missing.

SVN revision: 74311