platform/upstream/efl.git
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

11 years agoEmotion: Fix 'engine' may be used uninitialized warning.
Christopher Michael [Mon, 23 Jul 2012 08:20:14 +0000 (08:20 +0000)]
Emotion: Fix 'engine' may be used uninitialized warning.

SVN revision: 74309

11 years agoevas: make evas_object_smart_type_check more resilient.
Cedric BAIL [Sun, 22 Jul 2012 07:03:29 +0000 (07:03 +0000)]
evas: make evas_object_smart_type_check more resilient.

Issue reported by JPeg.

SVN revision: 74295

11 years agoevil: why sed when rm works ? Get rid of the stupid .la files
Vincent Torri [Sat, 21 Jul 2012 18:44:50 +0000 (18:44 +0000)]
evil: why sed when rm works ? Get rid of the stupid .la files

SVN revision: 74290

11 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:36:18 +0000 (18:36 +0000)]
remove workaround

SVN revision: 74289

11 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:35:46 +0000 (18:35 +0000)]
remove workaround

SVN revision: 74288

11 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:33:38 +0000 (18:33 +0000)]
remove workaround

SVN revision: 74287

11 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:33:02 +0000 (18:33 +0000)]
remove workaround

SVN revision: 74286

11 years ago * src/lib/Makefile.am:
Vincent Torri [Sat, 21 Jul 2012 18:31:43 +0000 (18:31 +0000)]
* src/lib/Makefile.am:
* src/lib/dlfcn/Makefile.am:
work around a problem with libtool and the creation
of the DLL. libtool developpers should be impaled.

SVN revision: 74285

11 years agoEina: Set CFLAGS in the configure to allow AC_CHECK_HEADERS to find sys/mman.h instal...
Youness Alaoui [Sat, 21 Jul 2012 16:50:36 +0000 (16:50 +0000)]
Eina: Set CFLAGS in the configure to allow AC_CHECK_HEADERS to find sys/mman.h installed in exotic/escape

SVN revision: 74274

11 years agoEina: oups, typo in #ifdef for including Escape.h
Youness Alaoui [Sat, 21 Jul 2012 16:50:26 +0000 (16:50 +0000)]
Eina: oups, typo in #ifdef for including Escape.h

SVN revision: 74273

11 years agoand eezes-scaanner didnt del the polelr it added per device(cdrom one)
Carsten Haitzler [Sat, 21 Jul 2012 09:24:11 +0000 (09:24 +0000)]
and eezes-scaanner didnt del the polelr it added per device(cdrom one)
when the dev is deleted.. crash waiting to happen. in addition it
didnt start a new polelr when it added one again. start one too.

SVN revision: 74263

11 years ago1. let us not install eeze_scanner in e17's utils dir. really not nice
Carsten Haitzler [Sat, 21 Jul 2012 09:11:00 +0000 (09:11 +0000)]
1. let us not install eeze_scanner in e17's utils dir. really not nice
to do that.
2. just use regular ecore-con naming of the socket. it will handle if
someone else has it. no need to do tmpdir and filename stuff by hand.

SVN revision: 74261

12 years agoecore/examples: Fix build of ecore_exe example.
Rafael Antognolli [Fri, 20 Jul 2012 18:23:38 +0000 (18:23 +0000)]
ecore/examples: Fix build of ecore_exe example.

SVN revision: 74258

12 years agoIf there's a filter and a program running don't execute another one.
Jonas M. Gastal [Fri, 20 Jul 2012 14:05:22 +0000 (14:05 +0000)]
If there's a filter and a program running don't execute another one.

SVN revision: 74249

12 years agoecore_con: fix compilation on Windows
Vincent Torri [Fri, 20 Jul 2012 11:05:25 +0000 (11:05 +0000)]
ecore_con: fix compilation on Windows

SVN revision: 74240

12 years ago libtool authors must be impaled (#4)
Vincent Torri [Fri, 20 Jul 2012 11:04:45 +0000 (11:04 +0000)]
 libtool authors must be impaled (#4)

SVN revision: 74239

12 years ago libtool authors must be impaled (#3)
Vincent Torri [Fri, 20 Jul 2012 11:04:22 +0000 (11:04 +0000)]
 libtool authors must be impaled (#3)

SVN revision: 74238

12 years agoI like alphabetical order
Vincent Torri [Fri, 20 Jul 2012 11:01:36 +0000 (11:01 +0000)]
I like alphabetical order

SVN revision: 74237

12 years agolibtool authors must be impaled (#2)
Vincent Torri [Fri, 20 Jul 2012 11:00:49 +0000 (11:00 +0000)]
libtool authors must be impaled (#2)

SVN revision: 74236

12 years agolibtool authors must be impaled (#1)
Vincent Torri [Fri, 20 Jul 2012 11:00:24 +0000 (11:00 +0000)]
libtool authors must be impaled (#1)

SVN revision: 74235

12 years agotypo
Vincent Torri [Fri, 20 Jul 2012 10:45:25 +0000 (10:45 +0000)]
typo

SVN revision: 74232

12 years agoadd docs for exe line buffer.
Carsten Haitzler [Fri, 20 Jul 2012 09:42:11 +0000 (09:42 +0000)]
add docs for exe line buffer.

SVN revision: 74227

12 years agofix bug in example of assuming 0 termination of "data" as its not a
Carsten Haitzler [Fri, 20 Jul 2012 09:40:03 +0000 (09:40 +0000)]
fix bug in example of assuming 0 termination of "data" as its not a
string.

SVN revision: 74226

12 years ago * configure.ac:
Vincent Torri [Fri, 20 Jul 2012 09:00:48 +0000 (09:00 +0000)]
* configure.ac:
* src/bin/Makefile.am:
* src/lib/Makefile.am:
Fix compilation with mingw-w64 gcc 4.8

SVN revision: 74223

12 years agowhitespaces--
Vincent Torri [Fri, 20 Jul 2012 07:38:40 +0000 (07:38 +0000)]
whitespaces--

SVN revision: 74212

12 years agoevas/image - trivial changes
ChunEon Park [Fri, 20 Jul 2012 05:41:25 +0000 (05:41 +0000)]
evas/image - trivial changes

SVN revision: 74204

12 years agoedje: remove dead code.
Cedric BAIL [Fri, 20 Jul 2012 02:12:06 +0000 (02:12 +0000)]
edje: remove dead code.

SVN revision: 74199

12 years agoevas: little cosmetic fix.
Cedric BAIL [Thu, 19 Jul 2012 11:07:54 +0000 (11:07 +0000)]
evas: little cosmetic fix.

SVN revision: 74181

12 years agoevas: try to unbork previous map fix.
Cedric BAIL [Thu, 19 Jul 2012 11:07:14 +0000 (11:07 +0000)]
evas: try to unbork previous map fix.

NOTE: That one is nasty and I do admit that this doesn't
sounds like the proper fix, but as it doesn't trigger other
issue and is simple/reasonable I took to defeat that damn
beast.

SVN revision: 74180

12 years agoedje/edje_entry : Just fixed a comment.
WooHyun Jung [Thu, 19 Jul 2012 08:26:02 +0000 (08:26 +0000)]
edje/edje_entry : Just fixed a comment.

SVN revision: 74168

12 years agoEvas tests: Fixed warnings.
Tom Hacohen [Thu, 19 Jul 2012 08:17:20 +0000 (08:17 +0000)]
Evas tests: Fixed warnings.

SVN revision: 74166

12 years agoEvas textblock: Fixed memory leak on tb deletion.
Tom Hacohen [Thu, 19 Jul 2012 08:17:17 +0000 (08:17 +0000)]
Evas textblock: Fixed memory leak on tb deletion.

Thanks to k-s for reporting this.

SVN revision: 74165

12 years agoEvas font: Add missing include.
Tom Hacohen [Thu, 19 Jul 2012 06:43:21 +0000 (06:43 +0000)]
Evas font: Add missing include.

Seriously, I don't know why or how, but it got removed from my previous
commit. Anyhow, it's fixed now.

SVN revision: 74159

12 years agofix bug in jpeg saver.
Jiyoun Park [Thu, 19 Jul 2012 03:04:47 +0000 (03:04 +0000)]
fix bug in jpeg saver.
it override error handler before creation.
modify override error hanler after creation

SVN revision: 74153