platform/upstream/efl.git
12 years agoefreet: Align coverage generation with eina, eet and evas.
Stefan Schmidt [Wed, 27 Jun 2012 13:26:21 +0000 (13:26 +0000)]
efreet: Align coverage generation with eina, eet and evas.

SVN revision: 72946

12 years agoeet: fix name.
Cedric BAIL [Wed, 27 Jun 2012 13:11:58 +0000 (13:11 +0000)]
eet: fix name.

SVN revision: 72944

12 years agoecore: ChangeLog for last commit
Sebastian Dransfeld [Wed, 27 Jun 2012 11:00:28 +0000 (11:00 +0000)]
ecore: ChangeLog for last commit

SVN revision: 72939

12 years agoecore: Fix support for intl keyboards
Sebastian Dransfeld [Wed, 27 Jun 2012 10:47:57 +0000 (10:47 +0000)]
ecore: Fix support for intl keyboards

Map XK_Mode_switch to new modifier and use it to match AltGr key. In
ecore_imf xim module this key should be reported as Mod5Mask, and
windows key as Mod4Mask.

Does none of the e developers use international keyboards?

SVN revision: 72937

12 years agoefreet: efreet_suite also needs the libs for coverage
Stefan Schmidt [Wed, 27 Jun 2012 09:55:38 +0000 (09:55 +0000)]
efreet: efreet_suite also needs the libs for coverage

Its one of these days where it only comes together in small pieces.

SVN revision: 72934

12 years agoefreet: Pass the correct ld flags to the test.
Stefan Schmidt [Wed, 27 Jun 2012 09:21:22 +0000 (09:21 +0000)]
efreet: Pass the correct ld flags to the test.

This fixes coverage on freet

SVN revision: 72930

12 years agoedje: Pass in coverage ld flags for all programs in src/bin as well
Stefan Schmidt [Wed, 27 Jun 2012 09:09:11 +0000 (09:09 +0000)]
edje: Pass in coverage ld flags for all programs in src/bin as well

SVN revision: 72929

12 years agoEvasGL: Fixed a few minor bugs.
Sung Park [Wed, 27 Jun 2012 08:19:25 +0000 (08:19 +0000)]
EvasGL: Fixed a few minor bugs.
- Added (w,h) <=0 dimension check for evas_gl_surface_create()
- Changed evas_gl_make_current to return error when either
  surface or context is NULL.  Semantically, this was allowed
  before but it was changed to reflect eglMakeCurrent behavior.
- evas_gl_make_current - detached any previously attached
  buffers before attaching new ones to an FBO during a make_current.
- Used dynamic memory for extension string allocation for safety.

SVN revision: 72926

12 years agoEvil: force -mms-bitfields for all the lib compiled with Evil
Vincent Torri [Wed, 27 Jun 2012 05:12:37 +0000 (05:12 +0000)]
Evil: force -mms-bitfields for all the lib compiled with Evil

SVN revision: 72919

12 years agoEo: Removed the const op concept.
Tom Hacohen [Wed, 27 Jun 2012 03:58:45 +0000 (03:58 +0000)]
Eo: Removed the const op concept.

Too ambiguous to be worth it...

SVN revision: 72914

12 years agoEo: Fixed wrong kls_itr inits and error message prints.
Tom Hacohen [Wed, 27 Jun 2012 03:58:39 +0000 (03:58 +0000)]
Eo: Fixed wrong kls_itr inits and error message prints.

SVN revision: 72913

12 years agoeet: fix crash when cyphering hyge amount of data.
Cedric BAIL [Wed, 27 Jun 2012 00:37:05 +0000 (00:37 +0000)]
eet: fix crash when cyphering hyge amount of data.

Patch by Leandro Sansilva.

SVN revision: 72906

12 years agoEPhysics: a new library comes to E world
Bruno Dilly [Tue, 26 Jun 2012 22:36:12 +0000 (22:36 +0000)]
EPhysics: a new library comes to E world

It’s a wrapper between Bullet Physics and EFL to add physics effects
in a simple way.

More details on README, TODO, and edevelop mail list =)

SVN revision: 72896

12 years agoeio: Ignore all libtool output
Mike McCormack [Tue, 26 Jun 2012 20:52:40 +0000 (20:52 +0000)]
eio: Ignore all libtool output

SVN revision: 72893

12 years agoRevert "ecore/xinerama: Don't do an assingment after return."
Stefan Schmidt [Tue, 26 Jun 2012 11:48:35 +0000 (11:48 +0000)]
Revert "ecore/xinerama: Don't do an assingment after return."

This reverts commit 47fe99646f879b555b1048b900e27e67dc20bd98.

SVN revision: 72877

12 years agoRevert "ecore/gesture: Don't do dead assignments after return."
Stefan Schmidt [Tue, 26 Jun 2012 11:48:24 +0000 (11:48 +0000)]
Revert "ecore/gesture: Don't do dead assignments after return."

This reverts commit b18eddb5a74e84e05e0f797b659d0719f56d9434.

SVN revision: 72876

12 years agoecore/xinerama: Don't do an assingment after return.
Stefan Schmidt [Tue, 26 Jun 2012 10:55:13 +0000 (10:55 +0000)]
ecore/xinerama: Don't do an assingment after return.

It's dead baby, it's dead.

SVN revision: 72873

12 years agoecore/gesture: Don't do dead assignments after return.
Stefan Schmidt [Tue, 26 Jun 2012 10:55:09 +0000 (10:55 +0000)]
ecore/gesture: Don't do dead assignments after return.

Raster added this for some unused param warnings in 65142. Now we have complains about dead
assigments and I hope this finally mutes both of them. Thanks to Tom for pointing it out.

SVN revision: 72872

12 years agoemotion: Remove dead assigment and commented out code
Stefan Schmidt [Tue, 26 Jun 2012 10:55:02 +0000 (10:55 +0000)]
emotion: Remove dead assigment and commented out code

Thanks to scan-build.

SVN revision: 72871

12 years agoembryo: Avoid shadowing of the global index variable
Stefan Schmidt [Tue, 26 Jun 2012 09:08:54 +0000 (09:08 +0000)]
embryo: Avoid shadowing of the global index variable

SVN revision: 72865

12 years agoeeze: Initial docs fopr Eeze_UDev_Watch and callback types
Stefan Schmidt [Tue, 26 Jun 2012 09:08:49 +0000 (09:08 +0000)]
eeze: Initial docs fopr Eeze_UDev_Watch and callback types

SVN revision: 72864

12 years agoevas/cserve2: Don't use var names that are used as global. Index is one of them.
Stefan Schmidt [Tue, 26 Jun 2012 09:08:45 +0000 (09:08 +0000)]
evas/cserve2: Don't use var names that are used as global. Index is one of them.

SVN revision: 72863

12 years agoEvas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
Christopher Michael [Tue, 26 Jun 2012 07:08:09 +0000 (07:08 +0000)]
Evas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
engine surface.

SVN revision: 72851

12 years agocasting for windows
Mike Blumenkrantz [Tue, 26 Jun 2012 06:57:00 +0000 (06:57 +0000)]
casting for windows

SVN revision: 72849

12 years agocast warnings--
Mike Blumenkrantz [Tue, 26 Jun 2012 06:53:00 +0000 (06:53 +0000)]
cast warnings--

SVN revision: 72847

12 years agouse correct format string
Mike Blumenkrantz [Tue, 26 Jun 2012 06:50:36 +0000 (06:50 +0000)]
use correct format string

SVN revision: 72845

12 years agounused--
Mike Blumenkrantz [Tue, 26 Jun 2012 06:49:28 +0000 (06:49 +0000)]
unused--

SVN revision: 72844

12 years agoEvil: compile with -mms-bitfields
Vincent Torri [Tue, 26 Jun 2012 05:08:17 +0000 (05:08 +0000)]
Evil: compile with -mms-bitfields

SVN revision: 72840

12 years agoedje: destroy child and group correctly.
Cedric BAIL [Tue, 26 Jun 2012 03:44:30 +0000 (03:44 +0000)]
edje: destroy child and group correctly.

SVN revision: 72838

12 years agoquick initial flag fdor double width char cells in textgrid -
Carsten Haitzler [Tue, 26 Jun 2012 01:28:15 +0000 (01:28 +0000)]
quick initial flag fdor double width char cells in textgrid -
important to api. does nothing special right now

SVN revision: 72835

12 years agoefreet: correct desktop cache update on lang reset
Sebastian Dransfeld [Mon, 25 Jun 2012 20:54:46 +0000 (20:54 +0000)]
efreet: correct desktop cache update on lang reset

As we only build the cache for the current language, we need to trigger
cache rebuild on language change, as the cache might not exist or it is
old.

SVN revision: 72832

12 years agoevas/cserve2: Don't take "used glyphs" messages into
Rafael Antognolli [Mon, 25 Jun 2012 20:19:28 +0000 (20:19 +0000)]
evas/cserve2: Don't take "used glyphs" messages into
 account.
When considering glyphs loading saved time, just use the load glyphs
requests.

SVN revision: 72831

12 years agoevas/cserve2: Calculate average time saved on glyph
Rafael Antognolli [Mon, 25 Jun 2012 20:06:50 +0000 (20:06 +0000)]
evas/cserve2: Calculate average time saved on glyph
 rendering.

SVN revision: 72829

12 years agoevas/cserve2: Add entries loading saved time.
Rafael Antognolli [Mon, 25 Jun 2012 20:06:44 +0000 (20:06 +0000)]
evas/cserve2: Add entries loading saved time.
Still must add glyphs loading saved time.

SVN revision: 72828

12 years agoDon't free file entries while there are still images pending from them
Iván Briano [Mon, 25 Jun 2012 19:27:59 +0000 (19:27 +0000)]
Don't free file entries while there are still images pending from them

SVN revision: 72826

12 years agoRe-enable the used glyphs message now that it doesn't crash or leak
Iván Briano [Mon, 25 Jun 2012 17:42:58 +0000 (17:42 +0000)]
Re-enable the used glyphs message now that it doesn't crash or leak

SVN revision: 72819

12 years agochangelog/news updates for seb's work
Mike Blumenkrantz [Mon, 25 Jun 2012 17:18:08 +0000 (17:18 +0000)]
changelog/news updates for seb's work

SVN revision: 72818

12 years agoefreet: Improve language reset
Sebastian Dransfeld [Mon, 25 Jun 2012 17:12:35 +0000 (17:12 +0000)]
efreet: Improve language reset

efreet.c: Reset parsed locale, and force a reparse of LANG env
efreet_cache.c: Close desktop cache so we reopen cache with correct
language

SVN revision: 72817

12 years agoignore++
Sebastian Dransfeld [Mon, 25 Jun 2012 17:12:21 +0000 (17:12 +0000)]
ignore++

SVN revision: 72816

12 years agoeeze: MArk all docs for Eeze Disk with @since 1.1
Stefan Schmidt [Mon, 25 Jun 2012 15:11:04 +0000 (15:11 +0000)]
eeze: MArk all docs for Eeze Disk with @since 1.1

Once again well spotted by Vincent.

SVN revision: 72814

12 years agoevas/cserve2: Add image size and loading time stats.
Rafael Antognolli [Mon, 25 Jun 2012 14:40:30 +0000 (14:40 +0000)]
evas/cserve2: Add image size and loading time stats.

SVN revision: 72812

12 years agoeeze: Add doxgen for different enums and typedefs
Stefan Schmidt [Mon, 25 Jun 2012 13:57:32 +0000 (13:57 +0000)]
eeze: Add doxgen for different enums and typedefs

SVN revision: 72811

12 years agoeeze: Add missing part for Eeze_Disk_Type doxygen.
Stefan Schmidt [Mon, 25 Jun 2012 13:57:29 +0000 (13:57 +0000)]
eeze: Add missing part for Eeze_Disk_Type doxygen.

SVN revision: 72810

12 years agominor improvbement to evas gl engine -> blacklist software rendering
Carsten Haitzler [Mon, 25 Jun 2012 10:01:03 +0000 (10:01 +0000)]
minor improvbement to evas gl engine -> blacklist software rendering
on egl too.

SVN revision: 72794

12 years agoEo: Added an eo_isa example.
Tom Hacohen [Mon, 25 Jun 2012 09:07:39 +0000 (09:07 +0000)]
Eo: Added an eo_isa example.

SVN revision: 72793

12 years agoefreet: nls
Jerome Pinot [Mon, 25 Jun 2012 08:39:18 +0000 (08:39 +0000)]
efreet: nls

Add some translations and improve the "make maintainer-clean".

SVN revision: 72789

12 years agoEo: Added a simple example.
Tom Hacohen [Mon, 25 Jun 2012 06:52:08 +0000 (06:52 +0000)]
Eo: Added a simple example.

SVN revision: 72781

12 years agounused--
Mike Blumenkrantz [Mon, 25 Jun 2012 06:50:16 +0000 (06:50 +0000)]
unused--

SVN revision: 72780

12 years agounused--
Mike Blumenkrantz [Mon, 25 Jun 2012 06:48:17 +0000 (06:48 +0000)]
unused--

SVN revision: 72779

12 years agoint -> ptr more correctly
Mike Blumenkrantz [Mon, 25 Jun 2012 06:46:57 +0000 (06:46 +0000)]
int -> ptr more correctly

SVN revision: 72778

12 years agoefreet: Add nls support
Sebastian Dransfeld [Sun, 24 Jun 2012 18:26:12 +0000 (18:26 +0000)]
efreet: Add nls support

SVN revision: 72773

12 years agoedje: forgottten @since.
Cedric BAIL [Sun, 24 Jun 2012 13:46:43 +0000 (13:46 +0000)]
edje: forgottten @since.

SVN revision: 72768

12 years agoedje: implement per part limit.
Cedric BAIL [Sun, 24 Jun 2012 13:23:37 +0000 (13:23 +0000)]
edje: implement per part limit.

SVN revision: 72767

12 years agoedje: Resistance is futile. The B0rk.
Cedric BAIL [Sun, 24 Jun 2012 06:01:12 +0000 (06:01 +0000)]
edje: Resistance is futile. The B0rk.

SVN revision: 72754

12 years agolets turn off comp sync by default for now. much smoother in fact... :/
Carsten Haitzler [Sun, 24 Jun 2012 03:11:10 +0000 (03:11 +0000)]
lets turn off comp sync by default for now. much smoother in fact... :/

SVN revision: 72749

12 years agosince frame queue removed from evas -> no need to have in ecore-evas
Carsten Haitzler [Sun, 24 Jun 2012 01:39:52 +0000 (01:39 +0000)]
since frame queue removed from evas -> no need to have in ecore-evas
anymore.

SVN revision: 72743

12 years agoFrom: Raphael Kubo da Costa <rakuco@FreeBSD.org>
Raphael Kubo da Costa [Sat, 23 Jun 2012 20:22:44 +0000 (20:22 +0000)]
From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
To: enlightenment-devel@lists.sourceforge.net
Subject: [E-devel] [PATCH] Import upstream commit to dns.c to fix the build on some BSDs
Date: Sat, 23 Jun 2012 16:04:56 -0300

Hi there,

The attached patch includes upstream commit
bae230201ace92141a1f43f655013f4ee22cd45a to dns.c, which should fix the
build for both FreeBSD (where _XOPEN_SOURCE should not need to be
tweaked) and NetBSD.

SVN revision: 72733

12 years agoedje: improve use of aliases
Michael BOUCHAUD [Sat, 23 Jun 2012 18:39:08 +0000 (18:39 +0000)]
edje: improve use of aliases

SVN revision: 72732

12 years agofix xim immodule crash.
Carsten Haitzler [Sat, 23 Jun 2012 08:14:23 +0000 (08:14 +0000)]
fix xim immodule crash.

SVN revision: 72716

12 years agoclean up terminal char line drawing fallback to be more specific (fall
Carsten Haitzler [Sat, 23 Jun 2012 02:32:30 +0000 (02:32 +0000)]
clean up terminal char line drawing fallback to be more specific (fall
back only if 1 size and num glyphs < 513 and find failed). ALSO make
lookup a binary-search for efficiency.

SVN revision: 72710

12 years agoAdd simple debug client for cserve2
Iván Briano [Fri, 22 Jun 2012 22:39:16 +0000 (22:39 +0000)]
Add simple debug client for cserve2

SVN revision: 72708

12 years agoFix generation of FONT_DEBUG response
Iván Briano [Fri, 22 Jun 2012 22:38:28 +0000 (22:38 +0000)]
Fix generation of FONT_DEBUG response

SVN revision: 72707

12 years agoevas/cserve2: Silent some warnings (and also fix wrong
Rafael Antognolli [Fri, 22 Jun 2012 21:54:26 +0000 (21:54 +0000)]
evas/cserve2: Silent some warnings (and also fix wrong
 code).

SVN revision: 72705

12 years agoevas/cserve2: Rename some stats and add some more for font
Rafael Antognolli [Fri, 22 Jun 2012 21:43:50 +0000 (21:43 +0000)]
evas/cserve2: Rename some stats and add some more for font
 loading.

SVN revision: 72704

12 years agoevas/cserve2: Only declare timeval function if debug is
Rafael Antognolli [Fri, 22 Jun 2012 21:22:34 +0000 (21:22 +0000)]
evas/cserve2: Only declare timeval function if debug is
 enabled.

SVN revision: 72703

12 years agoevas/fonts: Remove warning.
Rafael Antognolli [Fri, 22 Jun 2012 21:19:27 +0000 (21:19 +0000)]
evas/fonts: Remove warning.

SVN revision: 72702

12 years agoevas/cserve2: Change our fash implemenation name.
Rafael Antognolli [Fri, 22 Jun 2012 20:56:53 +0000 (20:56 +0000)]
evas/cserve2: Change our fash implemenation name.
So the names won't clash.

SVN revision: 72701

12 years agoevas/cserve2: CServe2 client side lib modifications.
Rafael Antognolli [Fri, 22 Jun 2012 20:31:31 +0000 (20:31 +0000)]
evas/cserve2: CServe2 client side lib modifications.
Add the calls to request font loading and glyphs on the client lib.

SVN revision: 72700

12 years agoevas/cserve2: Add font and glyphs loading implementation
Rafael Antognolli [Fri, 22 Jun 2012 20:31:17 +0000 (20:31 +0000)]
evas/cserve2: Add font and glyphs loading implementation
 to cserve2.
Big commit that implements the entire functionality. Besides loading
fonts and glyphs, and sharing the glyph bitmaps with clients, it also
adds:
- new request system, with a much better abstraction;
- new working slaves management;
- slaves can be threads or process now;
- started a debugging and statistics implementation on server.

The image caching part still uses the old request and slaves system, but
should be changed to use the new one soon and get more easily
maintainable.

SVN revision: 72699

12 years agoevas/cserve2: Add common fash for glyphs.
Rafael Antognolli [Fri, 22 Jun 2012 20:31:09 +0000 (20:31 +0000)]
evas/cserve2: Add common fash for glyphs.
Fash was made available on a common file, so its implementation is
shared between server and client.

SVN revision: 72698

12 years agofix magic string typo
Mike Blumenkrantz [Fri, 22 Jun 2012 12:17:59 +0000 (12:17 +0000)]
fix magic string typo

SVN revision: 72695

12 years agoecore_exe: fix compilation on fedora 18.
Vincent Torri [Fri, 22 Jun 2012 05:36:00 +0000 (05:36 +0000)]
ecore_exe: fix compilation on fedora 18.

setpriority needs sys/resource.h. See:

http://linux.die.net/man/2/setpriority

I let sys/time.h, it does not hurt on linux and is anyway needed for BSD systems.

SVN revision: 72684

12 years agoedje: oops forgotten data description.
Cedric BAIL [Fri, 22 Jun 2012 01:25:38 +0000 (01:25 +0000)]
edje: oops forgotten data description.

SVN revision: 72679

12 years agoReverting r72552.
Leandro Pereira [Thu, 21 Jun 2012 13:56:42 +0000 (13:56 +0000)]
Reverting r72552.

SVN revision: 72607

12 years agotenative font glyph workaround for fonts not containing gfx drawing
Carsten Haitzler [Thu, 21 Jun 2012 13:48:59 +0000 (13:48 +0000)]
tenative font glyph workaround for fonts not containing gfx drawing
chars.

SVN revision: 72604

12 years agoethumb: autotools
Jerome Pinot [Thu, 21 Jun 2012 13:45:36 +0000 (13:45 +0000)]
ethumb: autotools

Remove the tarballs too when "make maintainer-clean"

SVN revision: 72603

12 years agoEvas: require harfbuzz >= 0.9.0 in configure.ac.
Tom Hacohen [Thu, 21 Jun 2012 11:14:35 +0000 (11:14 +0000)]
Evas: require harfbuzz >= 0.9.0 in configure.ac.

That's what we require anyway, and if mainstream finally started versioning,
I should respect it. :P

SVN revision: 72593

12 years agofix a crash when edje parent is null from _edje_fetch
Mike Blumenkrantz [Thu, 21 Jun 2012 10:23:42 +0000 (10:23 +0000)]
fix a crash when edje parent is null from _edje_fetch

SVN revision: 72585

12 years agouse bin prefix for embryo_cc in edje_cc.
Carsten Haitzler [Thu, 21 Jun 2012 08:55:38 +0000 (08:55 +0000)]
use bin prefix for embryo_cc in edje_cc.

SVN revision: 72580

12 years agoedje: fix previous breakage with auto unswallow.
Cedric BAIL [Thu, 21 Jun 2012 06:38:51 +0000 (06:38 +0000)]
edje: fix previous breakage with auto unswallow.

SVN revision: 72563

12 years agoeio: Fix memory leaks spotted by clang static analyzer
Leandro Pereira [Wed, 20 Jun 2012 19:34:05 +0000 (19:34 +0000)]
eio: Fix memory leaks spotted by clang static analyzer

SVN revision: 72552

12 years agouse proper filter callback type for eio_dir_stat_ls().
Gustavo Sverzut Barbieri [Wed, 20 Jun 2012 18:11:20 +0000 (18:11 +0000)]
use proper filter callback type for eio_dir_stat_ls().

The user is not supposed to change info as it's already fully
populated by stat().

SVN revision: 72551

12 years agoEo: Fix return value of eo_do_super to depend on error_set.
Tom Hacohen [Wed, 20 Jun 2012 15:56:17 +0000 (15:56 +0000)]
Eo: Fix return value of eo_do_super to depend on error_set.

And added tests to check it.

SVN revision: 72550

12 years agoEcore_X(cb): Do not use UTF8_STRING as a valid target unless ICONV
Christopher Michael [Wed, 20 Jun 2012 08:00:44 +0000 (08:00 +0000)]
Ecore_X(cb): Do not use UTF8_STRING as a valid target unless ICONV
support is built in. Fix stefan's segfault wrt terminology pasting.

SVN revision: 72526

12 years agoevas/cserve2: Enums can hold negative values fine. Still gcc complains so cast this.
Stefan Schmidt [Wed, 20 Jun 2012 07:54:14 +0000 (07:54 +0000)]
evas/cserve2: Enums can hold negative values fine. Still gcc complains so cast this.

evas_cserve2_requests.c:369: warning: comparison between signed and unsigned integer expressions

SVN revision: 72523

12 years agoevas/cserve2: Unused parameter warnings--
Stefan Schmidt [Wed, 20 Jun 2012 07:54:07 +0000 (07:54 +0000)]
evas/cserve2: Unused parameter warnings--

SVN revision: 72522

12 years agoedje: add accessibility flags and API.
Cedric BAIL [Wed, 20 Jun 2012 07:29:47 +0000 (07:29 +0000)]
edje: add accessibility flags and API.

Patch by Kim Shinwoo <kimcinoo.efl@gmail.com>

SVN revision: 72521

12 years agoevas: don't forget to destroy all the cached Evas_Text_Props on font change.
Cedric BAIL [Wed, 20 Jun 2012 05:02:57 +0000 (05:02 +0000)]
evas: don't forget to destroy all the cached Evas_Text_Props on font change.

SVN revision: 72516

12 years agoevas: fix working with utf8.
Cedric BAIL [Wed, 20 Jun 2012 04:58:47 +0000 (04:58 +0000)]
evas: fix working with utf8.

SVN revision: 72515

12 years agoprintf-- and keep inset line in case for later
Carsten Haitzler [Wed, 20 Jun 2012 04:54:23 +0000 (04:54 +0000)]
printf-- and keep inset line in case for later

SVN revision: 72514

12 years agowoooow line advance broken for bitmap fonts!
Carsten Haitzler [Wed, 20 Jun 2012 04:53:21 +0000 (04:53 +0000)]
woooow line advance broken for bitmap fonts!

SVN revision: 72513

12 years agofix grid sizing for textgrid with some mono ttf fonts!
Carsten Haitzler [Wed, 20 Jun 2012 04:45:05 +0000 (04:45 +0000)]
fix grid sizing for textgrid with some mono ttf fonts!

SVN revision: 72511

12 years agoevas: small 25% speed up of textgrid (we are still on average 10ms slower than urxvt).
Cedric BAIL [Wed, 20 Jun 2012 04:09:05 +0000 (04:09 +0000)]
evas: small 25% speed up of textgrid (we are still on average 10ms slower than urxvt).

This patch reuse the same Evas_Text_Props across the textgrid (Later we could do that
across the canvas itself, but no test case yet, so not yet). It delay the real destruction
of Evas_Text_Props after the rendering cycle, so they will really die only if they are
not used during the latest frame. We could delay it a little bit more, but that does
the job at the moment.

SVN revision: 72510

12 years agoibusimmodule: NULL check using EINA_SAFETY_ON_RETURN
Jihoon Kim [Wed, 20 Jun 2012 01:45:16 +0000 (01:45 +0000)]
ibusimmodule: NULL check using EINA_SAFETY_ON_RETURN

SVN revision: 72509

12 years agoxim: use EINA_SAFETY_ON_NULL_RETURN. thanks to k-s
Jihoon Kim [Wed, 20 Jun 2012 01:14:00 +0000 (01:14 +0000)]
xim: use EINA_SAFETY_ON_NULL_RETURN. thanks to k-s

SVN revision: 72508

12 years agoforget that one
Vincent Torri [Tue, 19 Jun 2012 17:11:14 +0000 (17:11 +0000)]
forget that one

SVN revision: 72495

12 years agoEvas: remove software DirectDraw 16 bits engine
Vincent Torri [Tue, 19 Jun 2012 17:06:44 +0000 (17:06 +0000)]
Evas: remove software DirectDraw 16 bits engine

Nowadays, this engine is completely useless. Windows users (>= XP) use
only 32 bits depth color, so let's kill that engine. Less code to
maintain for me.

SVN revision: 72494

12 years agoEcore: i'm dumb... fix warning flag check
Vincent Torri [Tue, 19 Jun 2012 16:35:18 +0000 (16:35 +0000)]
Ecore: i'm dumb... fix warning flag check

SVN revision: 72493

12 years agoEcore_con: fix compilation on Windows
Vincent Torri [Tue, 19 Jun 2012 15:56:44 +0000 (15:56 +0000)]
Ecore_con: fix compilation on Windows

ecore_con_dns.c is using EAGAIN. On linux, errno.h is certainly
indirectly included by other header files, it's not the case
on Windows.

SVN revision: 72489

12 years agoxim: add NULL checker
Jihoon Kim [Tue, 19 Jun 2012 15:18:34 +0000 (15:18 +0000)]
xim: add NULL checker

SVN revision: 72487