platform/upstream/efl.git
13 years agooooh evil start on trying to get real vsync interrupts from x!!!! :)
Carsten Haitzler [Sat, 14 May 2011 04:11:13 +0000 (04:11 +0000)]
oooh evil start on trying to get real vsync interrupts from x!!!! :)

SVN revision: 59376

13 years agooptimization: don't need to get loop time so often in ecore main loop.
Carsten Haitzler [Sat, 14 May 2011 03:26:28 +0000 (03:26 +0000)]
optimization: don't need to get loop time so often in ecore main loop.

SVN revision: 59374

13 years agoeina: always put map in memory when requested and use HUGETLB when available.
Cedric BAIL [Fri, 13 May 2011 10:44:29 +0000 (10:44 +0000)]
eina: always put map in memory when requested and use HUGETLB when available.

SVN revision: 59366

13 years agoEvas textblock: Fix segfault with evas_textblock_cursor_content_get.
Tom Hacohen [Thu, 12 May 2011 15:12:10 +0000 (15:12 +0000)]
Evas textblock: Fix segfault with evas_textblock_cursor_content_get.

Patch by Brian Wang.

SVN revision: 59347

13 years agoAdd a custom Ecore Aniamtor source and tick ability to be able
Carsten Haitzler [Thu, 12 May 2011 09:11:36 +0000 (09:11 +0000)]
Add a custom Ecore Aniamtor source and tick ability to be able
to plug in external animator tick sources like vblank interrupts
and so on.

SVN revision: 59345

13 years agoEvas font-engine: Fix usage of font cache (= -> ==).
Tom Hacohen [Thu, 12 May 2011 08:38:24 +0000 (08:38 +0000)]
Evas font-engine: Fix usage of font cache (= -> ==).

SVN revision: 59344

13 years agoEvas font-engine: abort font load even sooner if name is NULL.
Tom Hacohen [Thu, 12 May 2011 08:38:21 +0000 (08:38 +0000)]
Evas font-engine: abort font load even sooner if name is NULL.

SVN revision: 59343

13 years agowrn--!
Carsten Haitzler [Thu, 12 May 2011 08:30:49 +0000 (08:30 +0000)]
wrn--!

SVN revision: 59342

13 years agoEvas Smart: add ability to get usage count
Carsten Haitzler [Thu, 12 May 2011 08:28:25 +0000 (08:28 +0000)]
Evas Smart: add ability to get usage count

SVN revision: 59341

13 years agochlog++
Carsten Haitzler [Wed, 11 May 2011 11:29:21 +0000 (11:29 +0000)]
chlog++

SVN revision: 59330

13 years agofix svg load WITH scaling - scale down size request broken. 2
Carsten Haitzler [Wed, 11 May 2011 11:26:51 +0000 (11:26 +0000)]
fix svg load WITH scaling - scale down size request broken. 2
different sizing methods.

SVN revision: 59329

13 years agoEdje entry: Use the new textblock _format_list_get in anchors_get.
Tom Hacohen [Wed, 11 May 2011 10:19:01 +0000 (10:19 +0000)]
Edje entry: Use the new textblock _format_list_get in anchors_get.

SVN revision: 59326

13 years agoEvas textblock: Added _format_list_get for fast retrieval of anchors.
Tom Hacohen [Wed, 11 May 2011 10:18:24 +0000 (10:18 +0000)]
Evas textblock: Added _format_list_get for fast retrieval of anchors.

This is very useful in edje_entry that keeps a list of anchors.
Currently only "a" and "item" are supported, and unless something
drastic will happen, it will stay this way.

SVN revision: 59325

13 years agochlog++
Carsten Haitzler [Wed, 11 May 2011 09:55:08 +0000 (09:55 +0000)]
chlog++

SVN revision: 59324

13 years agoFix: egl mode in engine forgot to call pre/post swap callback. thanks
Carsten Haitzler [Wed, 11 May 2011 09:14:59 +0000 (09:14 +0000)]
Fix: egl mode in engine forgot to call pre/post swap callback. thanks
guanglim!

SVN revision: 59322

13 years agoEvas textblock: Don't allow overwriting the format stack.
Tom Hacohen [Wed, 11 May 2011 08:35:09 +0000 (08:35 +0000)]
Evas textblock: Don't allow overwriting the format stack.

SVN revision: 59320

13 years agoEvas textblock: Only parse formats that can change the format stack.
Tom Hacohen [Wed, 11 May 2011 08:34:57 +0000 (08:34 +0000)]
Evas textblock: Only parse formats that can change the format stack.

No need to parse all the newlines when all we want is just to modify the
format stack.

SVN revision: 59319

13 years agoevas: fix typos.
Cedric BAIL [Tue, 10 May 2011 07:55:22 +0000 (07:55 +0000)]
evas: fix typos.

SVN revision: 59306

13 years agoEdje text: fix issue with ellipsis causing text to disappear.
Tom Hacohen [Mon, 9 May 2011 17:23:03 +0000 (17:23 +0000)]
Edje text: fix issue with ellipsis causing text to disappear.

Thanks to Brian Wang for the report.

SVN revision: 59305

13 years agoevas: fix xcb build.
Cedric BAIL [Mon, 9 May 2011 15:18:03 +0000 (15:18 +0000)]
evas: fix xcb build.

SVN revision: 59302

13 years agoevas: don't use dead condition.
Cedric BAIL [Mon, 9 May 2011 14:42:12 +0000 (14:42 +0000)]
evas: don't use dead condition.

SVN revision: 59300

13 years agoeina: check condition is still alive when debugging threads.
Cedric BAIL [Mon, 9 May 2011 14:41:39 +0000 (14:41 +0000)]
eina: check condition is still alive when debugging threads.

SVN revision: 59299

13 years agoeina: have same behaviour on windows and linux.
Cedric BAIL [Mon, 9 May 2011 13:12:36 +0000 (13:12 +0000)]
eina: have same behaviour on windows and linux.

SVN revision: 59297

13 years agoeina: oops, need to protect inside #ifdef.
Cedric BAIL [Mon, 9 May 2011 13:06:03 +0000 (13:06 +0000)]
eina: oops, need to protect inside #ifdef.

SVN revision: 59295

13 years agoevas: we should not rely on mutex recursive stuff. fix potential source of bug.
Cedric BAIL [Mon, 9 May 2011 12:55:57 +0000 (12:55 +0000)]
evas: we should not rely on mutex recursive stuff. fix potential source of bug.

SVN revision: 59294

13 years agoeina: improve lock debugging.
Cedric BAIL [Mon, 9 May 2011 12:54:47 +0000 (12:54 +0000)]
eina: improve lock debugging.

SVN revision: 59293

13 years agogrammar fix
Lucas De Marchi [Mon, 9 May 2011 11:53:45 +0000 (11:53 +0000)]
grammar fix

SVN revision: 59292

13 years agoevas: fix evas_pipe and use eina_condition.
Cedric BAIL [Mon, 9 May 2011 11:05:04 +0000 (11:05 +0000)]
evas: fix evas_pipe and use eina_condition.

SVN revision: 59291

13 years agoevas: fix software 16 sdl.
Cedric BAIL [Mon, 9 May 2011 10:56:32 +0000 (10:56 +0000)]
evas: fix software 16 sdl.

SVN revision: 59290

13 years agoeina: more check.
Cedric BAIL [Mon, 9 May 2011 10:42:42 +0000 (10:42 +0000)]
eina: more check.

SVN revision: 59289

13 years agoevas: use Eina_Condition.
Cedric BAIL [Mon, 9 May 2011 10:33:21 +0000 (10:33 +0000)]
evas: use Eina_Condition.

SVN revision: 59288

13 years agoeina: add Eina_Condition.
Cedric BAIL [Mon, 9 May 2011 10:32:56 +0000 (10:32 +0000)]
eina: add Eina_Condition.

SVN revision: 59287

13 years agoeina: check pending lock at the right time.
Cedric BAIL [Mon, 9 May 2011 10:29:55 +0000 (10:29 +0000)]
eina: check pending lock at the right time.

SVN revision: 59286

13 years agoEdje entry: Speed up anchor calculation.
Tom Hacohen [Mon, 9 May 2011 08:40:15 +0000 (08:40 +0000)]
Edje entry: Speed up anchor calculation.

SVN revision: 59285

13 years agoEvas text: clean up evas_text_style_pad_get a bit further.
Tom Hacohen [Mon, 9 May 2011 07:40:14 +0000 (07:40 +0000)]
Evas text: clean up evas_text_style_pad_get a bit further.

SVN revision: 59284

13 years agoEvas text: Made evas_text_style_pad_get faster.
Tom Hacohen [Sun, 8 May 2011 15:43:44 +0000 (15:43 +0000)]
Evas text: Made evas_text_style_pad_get faster.

SVN revision: 59282

13 years agoEvas textblock: Do a bit of uchar -> Eina_Bool and setting as bitfield.
Tom Hacohen [Sun, 8 May 2011 15:33:23 +0000 (15:33 +0000)]
Evas textblock: Do a bit of uchar -> Eina_Bool and setting as bitfield.

SVN revision: 59281

13 years agoEvas textblock: Remove unused alloca.
Tom Hacohen [Sun, 8 May 2011 15:33:20 +0000 (15:33 +0000)]
Evas textblock: Remove unused alloca.

SVN revision: 59280

13 years agoEvas textblock: Clean up clipping and render a bit.
Tom Hacohen [Sun, 8 May 2011 14:54:27 +0000 (14:54 +0000)]
Evas textblock: Clean up clipping and render a bit.

SVN revision: 59279

13 years agoEvas table: fix ui-mirroring with homogeneous tables.
Tom Hacohen [Sun, 8 May 2011 12:26:44 +0000 (12:26 +0000)]
Evas table: fix ui-mirroring with homogeneous tables.

SVN revision: 59277

13 years agoEvas textblock: Break on mandatory and allowed break options.
Tom Hacohen [Sun, 8 May 2011 11:20:19 +0000 (11:20 +0000)]
Evas textblock: Break on mandatory and allowed break options.

SVN revision: 59274

13 years agoEvas textblock: Moved format text_node invalidation to it's own function.
Tom Hacohen [Sun, 8 May 2011 11:20:16 +0000 (11:20 +0000)]
Evas textblock: Moved format text_node invalidation to it's own function.

SVN revision: 59273

13 years agoEvas textblock: Move ellipsis handling to a different function.
Tom Hacohen [Sun, 8 May 2011 11:20:13 +0000 (11:20 +0000)]
Evas textblock: Move ellipsis handling to a different function.

SVN revision: 59272

13 years agoEvas textblock: clean up mixed/word wrap a bit.
Tom Hacohen [Sun, 8 May 2011 09:13:59 +0000 (09:13 +0000)]
Evas textblock: clean up mixed/word wrap a bit.

SVN revision: 59271

13 years agoEvas textblock: Fix possible issues with charwrap not wrapping correctly.
Tom Hacohen [Sun, 8 May 2011 09:13:56 +0000 (09:13 +0000)]
Evas textblock: Fix possible issues with charwrap not wrapping correctly.

SVN revision: 59270

13 years agoEdje: Improved vim syntax file edc.vim.
Daniel Juyung Seo [Sun, 8 May 2011 06:21:33 +0000 (06:21 +0000)]
Edje: Improved vim syntax file edc.vim.

SVN revision: 59264

13 years agoEvas evas_object_smart.c: Fixed indentation.
Daniel Juyung Seo [Sat, 7 May 2011 08:01:42 +0000 (08:01 +0000)]
Evas evas_object_smart.c: Fixed indentation.

SVN revision: 59258

13 years agoevas / evas_object_smart - mistook! spank my ass!
ChunEon Park [Fri, 6 May 2011 11:04:32 +0000 (11:04 +0000)]
evas / evas_object_smart - mistook! spank my ass!

SVN revision: 59242

13 years agoevas/evas_object_smart - fixed parent cache invalidation logic error.
ChunEon Park [Fri, 6 May 2011 10:55:24 +0000 (10:55 +0000)]
evas/evas_object_smart - fixed parent cache invalidation logic error.

SVN revision: 59241

13 years agoEvas textblock: Fix seg with empty textblocks that cause wrapping.
Tom Hacohen [Fri, 6 May 2011 10:00:21 +0000 (10:00 +0000)]
Evas textblock: Fix seg with empty textblocks that cause wrapping.

Revert "evas: don't assume anymore that text_node is != NULL."
This reverts commit 59231

Thanks to cedric for the report + initial fix.

SVN revision: 59237

13 years agoevas: don't try all loader on directory.
Cedric BAIL [Fri, 6 May 2011 09:36:24 +0000 (09:36 +0000)]
evas: don't try all loader on directory.

SVN revision: 59235

13 years agoeina: remove flood of debugging information.
Cedric BAIL [Fri, 6 May 2011 09:16:40 +0000 (09:16 +0000)]
eina: remove flood of debugging information.

SVN revision: 59234

13 years agoeina: remove useless lock.
Cedric BAIL [Fri, 6 May 2011 09:07:26 +0000 (09:07 +0000)]
eina: remove useless lock.

SVN revision: 59233

13 years agoevas: actually check if loading header was fine.
Cedric BAIL [Fri, 6 May 2011 09:01:18 +0000 (09:01 +0000)]
evas: actually check if loading header was fine.

SVN revision: 59232

13 years agoevas: don't assume anymore that text_node is != NULL.
Cedric BAIL [Fri, 6 May 2011 09:00:44 +0000 (09:00 +0000)]
evas: don't assume anymore that text_node is != NULL.

SVN revision: 59231

13 years agoEvas liblinebreak: Don't ship it's headers. Oops, missed that one.
Tom Hacohen [Thu, 5 May 2011 17:57:31 +0000 (17:57 +0000)]
Evas liblinebreak: Don't ship it's headers. Oops, missed that one.

SVN revision: 59220

13 years agoEvas textblock: Fix linewrap to only wrap if there's a wrap point.
Tom Hacohen [Thu, 5 May 2011 16:35:39 +0000 (16:35 +0000)]
Evas textblock: Fix linewrap to only wrap if there's a wrap point.

For example before the fix, "aaa<b>cccc</>aaa" would have 2 possible
wrap points, <b> and </>, after the fix, those are no longer valid.
Also fixed another issue with wrapping not working.

SVN revision: 59219

13 years agoEvas textblock: Updated a FIXME.
Tom Hacohen [Thu, 5 May 2011 16:35:36 +0000 (16:35 +0000)]
Evas textblock: Updated a FIXME.

SVN revision: 59218

13 years agoEvas textblock: Until we actually use it in charwrap, don't malloc line_breaks.
Tom Hacohen [Thu, 5 May 2011 16:35:32 +0000 (16:35 +0000)]
Evas textblock: Until we actually use it in charwrap, don't malloc line_breaks.

SVN revision: 59217

13 years agoEvas textblock: Wrapping is now absolute to the paragraph.
Tom Hacohen [Thu, 5 May 2011 13:38:09 +0000 (13:38 +0000)]
Evas textblock: Wrapping is now absolute to the paragraph.

This is not yet noticable, still need to use the new info.

SVN revision: 59215

13 years agoEvas textblock: Use more relevant replacement chars for formats.
Tom Hacohen [Thu, 5 May 2011 13:38:04 +0000 (13:38 +0000)]
Evas textblock: Use more relevant replacement chars for formats.

For example we use 0x2029 (PS char) for paragraph separator, \n for newline
and \t for tab. This lets us handle their bidi and line break properties
in a more correct manner.

SVN revision: 59214

13 years agofix it so it's extensible and we'll avoid errors in future.
Gustavo Sverzut Barbieri [Thu, 5 May 2011 13:33:12 +0000 (13:33 +0000)]
fix it so it's extensible and we'll avoid errors in future.

Often people will copy, paste and modify the "if" block, so let's do
it right from beginning.  What was wrong was the "" (empty string) as
initial SUBDIR.

SVN revision: 59213

13 years agoEvas static_deps: And now fix the Makefile.am.
Tom Hacohen [Thu, 5 May 2011 12:50:36 +0000 (12:50 +0000)]
Evas static_deps: And now fix the Makefile.am.

SVN revision: 59211

13 years agoEvas: Actually add the static_deps make file.
Tom Hacohen [Thu, 5 May 2011 12:42:46 +0000 (12:42 +0000)]
Evas: Actually add the static_deps make file.

SVN revision: 59210

13 years agoEvas: Updated changelog.
Tom Hacohen [Thu, 5 May 2011 11:06:09 +0000 (11:06 +0000)]
Evas: Updated changelog.

SVN revision: 59209

13 years agoEvas textblock: Clean up word/mixed wrap and add liblinebreak support.
Tom Hacohen [Thu, 5 May 2011 11:06:06 +0000 (11:06 +0000)]
Evas textblock: Clean up word/mixed wrap and add liblinebreak support.

SVN revision: 59208

13 years agoEvas font-engine: Made the cutoff error more verbose.
Tom Hacohen [Thu, 5 May 2011 11:06:03 +0000 (11:06 +0000)]
Evas font-engine: Made the cutoff error more verbose.

SVN revision: 59207

13 years agoEvas font-query: Fixed documentation error.
Tom Hacohen [Thu, 5 May 2011 11:05:59 +0000 (11:05 +0000)]
Evas font-query: Fixed documentation error.

SVN revision: 59206

13 years agoEvas canvas: use liblinebreak when available.
Tom Hacohen [Thu, 5 May 2011 11:05:54 +0000 (11:05 +0000)]
Evas canvas: use liblinebreak when available.

SVN revision: 59205

13 years agoEvas linebraek: Fix liblinebreak's CB class at sot handling.
Tom Hacohen [Thu, 5 May 2011 11:05:50 +0000 (11:05 +0000)]
Evas linebraek: Fix liblinebreak's CB class at sot handling.

SVN revision: 59204

13 years agoEvas: Added liblinebreak (static dep) to the build process.
Tom Hacohen [Thu, 5 May 2011 11:05:44 +0000 (11:05 +0000)]
Evas: Added liblinebreak (static dep) to the build process.

SVN revision: 59203

13 years agoEvas text_utils: Added evas_common_text_props_can_split
Tom Hacohen [Thu, 5 May 2011 11:05:37 +0000 (11:05 +0000)]
Evas text_utils: Added evas_common_text_props_can_split

SVN revision: 59202

13 years agoeina: improve on/off and debugging lock.
Cedric BAIL [Wed, 4 May 2011 13:53:22 +0000 (13:53 +0000)]
eina: improve on/off and debugging lock.

Now if a lock is still taken when shutdown occur, you will know
where it come from !

SVN revision: 59191

13 years agoevas / canvas - removed useless line.
ChunEon Park [Wed, 4 May 2011 11:19:49 +0000 (11:19 +0000)]
evas / canvas - removed useless line.

SVN revision: 59190

13 years agoEvas font: only "bidi-shape" RTL strings.
Tom Hacohen [Wed, 4 May 2011 08:46:17 +0000 (08:46 +0000)]
Evas font: only "bidi-shape" RTL strings.

SVN revision: 59183

13 years agoEvas font-engine: Moved non-draw related from font_draw.c to font_main.c
Tom Hacohen [Wed, 4 May 2011 08:27:19 +0000 (08:27 +0000)]
Evas font-engine: Moved non-draw related from font_draw.c to font_main.c

SVN revision: 59180

13 years agoEvas font-engine: Use Eina_Unicode instead of int for unicode codepoints
Tom Hacohen [Wed, 4 May 2011 08:27:13 +0000 (08:27 +0000)]
Evas font-engine: Use Eina_Unicode instead of int for unicode codepoints

SVN revision: 59179

13 years agomake get program binary able to be disabled via env var and display if
Carsten Haitzler [Wed, 4 May 2011 08:05:46 +0000 (08:05 +0000)]
make get program binary able to be disabled via env var and display if
wee find the extn too. tested on gles now too.

SVN revision: 59178

13 years agoEvas language: Fixed a warning and a comment.
Tom Hacohen [Wed, 4 May 2011 06:57:45 +0000 (06:57 +0000)]
Evas language: Fixed a warning and a comment.

SVN revision: 59173

13 years agoEvas text: Don't save unicode text, no use for it.
Tom Hacohen [Wed, 4 May 2011 06:57:35 +0000 (06:57 +0000)]
Evas text: Don't save unicode text, no use for it.

SVN revision: 59172

13 years agofix warning.
Carsten Haitzler [Wed, 4 May 2011 06:29:30 +0000 (06:29 +0000)]
fix warning.

SVN revision: 59169

13 years agochlog++
Carsten Haitzler [Wed, 4 May 2011 06:15:11 +0000 (06:15 +0000)]
chlog++

SVN revision: 59168

13 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
Jiyoun Park [Wed, 4 May 2011 06:15:00 +0000 (06:15 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: [E-devel] [Patch] Evas gl shader use binary shader

I make patch related with evas gl binary shader.

The concept of binary shader is  compile shader only once.

Some people want to use binary shader because of performance issue.

In current evas gl engine, every application have to compile shader each
time.

But I modify code , so only first running application need compile shader.

Other application use already compiled shader(binary shader)

The binary shader is made under HOME/.evas/gl_common_shaders directory.

Binary shader is created according to GL vendor,GL renderer, GL version and
Module_arch.

The basic flow is

1.     First running application which use gl engine check binary shader
directory, but it can't find binary shader.
2.     After compiling shader, It saves compiled shaders..
3.     Other application checks shader directory, it can use binary
shaders.

In mobile target, using binary shader, I can save 150ms. (that time, there
is 11 shaders).

If there is more shaders and more applications, this flow maybe save more
total time.

(the above is now in, changelog coming, with change to using ~/.cache,
some formatting fixes, make ity do the desktop gl one right with the
retrievable hint parameter ont he program etc. - doesn't break desktop
gl at least. yay. a,so fixes to mke it compile at all).

SVN revision: 59167

13 years agochlog++
Carsten Haitzler [Wed, 4 May 2011 02:28:23 +0000 (02:28 +0000)]
chlog++

SVN revision: 59158

13 years agoimprove table layout for homogneous mode so it rounds correctly if
Carsten Haitzler [Wed, 4 May 2011 02:27:00 +0000 (02:27 +0000)]
improve table layout for homogneous mode so it rounds correctly if
table not a multiple of rows and/or cols in size

SVN revision: 59157

13 years agoEvas font-engine: Fix size activation of fi in content_create.
Tom Hacohen [Tue, 3 May 2011 16:18:17 +0000 (16:18 +0000)]
Evas font-engine: Fix size activation of fi in content_create.

SVN revision: 59153

13 years agoEvas font-engine: Fix glyphs not being drawn.
Tom Hacohen [Tue, 3 May 2011 14:36:47 +0000 (14:36 +0000)]
Evas font-engine: Fix glyphs not being drawn.

Thanks to Brian Wang for the report.

This happened because we were querying for the index of the wrong fi,
this became especially visible after we started caching fi.

SVN revision: 59152

13 years agoeio: add forgotten file.
Cedric BAIL [Tue, 3 May 2011 13:07:26 +0000 (13:07 +0000)]
eio: add forgotten file.

SVN revision: 59149

13 years agoeio: add beginning of xattr support.
Cedric BAIL [Tue, 3 May 2011 10:36:51 +0000 (10:36 +0000)]
eio: add beginning of xattr support.

SVN revision: 59146

13 years agochlog++
Carsten Haitzler [Tue, 3 May 2011 10:00:54 +0000 (10:00 +0000)]
chlog++

SVN revision: 59145

13 years agofix segv! wow. data was null.
Carsten Haitzler [Tue, 3 May 2011 09:46:55 +0000 (09:46 +0000)]
fix segv! wow. data was null.

SVN revision: 59144

13 years agoaaaaah fix my fix for preloading multi-target entry stuff to call per
Carsten Haitzler [Tue, 3 May 2011 09:10:10 +0000 (09:10 +0000)]
aaaaah fix my fix for preloading multi-target entry stuff to call per
preload target again (fix shortcut)

SVN revision: 59143

13 years agoalso conflict with gl2.h (gles2 headers)
Carsten Haitzler [Tue, 3 May 2011 05:53:20 +0000 (05:53 +0000)]
also conflict with gl2.h (gles2 headers)

SVN revision: 59142

13 years agoformatting fix.
Carsten Haitzler [Tue, 3 May 2011 03:24:36 +0000 (03:24 +0000)]
formatting fix.

SVN revision: 59141

13 years agoif you preload the same image more than once.. it may/will cause
Carsten Haitzler [Tue, 3 May 2011 03:20:02 +0000 (03:20 +0000)]
if you preload the same image more than once.. it may/will cause
problems as target is inserter in cache image target list multiple
times. fix by only alloding preload request to go in once.

SVN revision: 59140

13 years agowrn--
Carsten Haitzler [Tue, 3 May 2011 03:11:08 +0000 (03:11 +0000)]
wrn--

SVN revision: 59139

13 years agoEina lock: unused warning suppression is done with (void).
Tom Hacohen [Mon, 2 May 2011 18:19:41 +0000 (18:19 +0000)]
Eina lock: unused warning suppression is done with (void).

Not only that it's uglier doing mutex=0, but also new gcc started
complainig about it.

SVN revision: 59137

13 years agoEvas font-engine: Remove passing of strings to font_draw.
Tom Hacohen [Mon, 2 May 2011 15:33:46 +0000 (15:33 +0000)]
Evas font-engine: Remove passing of strings to font_draw.

This is not needed anymore because we have working string objects.

SVN revision: 59133

13 years agoEvas font-draw: Fix word-cache to not need text.
Tom Hacohen [Mon, 2 May 2011 15:33:38 +0000 (15:33 +0000)]
Evas font-draw: Fix word-cache to not need text.

SVN revision: 59132

13 years agoEvas textblock: Now that we cache fi, we don't need shaped_text anymore.
Tom Hacohen [Mon, 2 May 2011 15:33:35 +0000 (15:33 +0000)]
Evas textblock: Now that we cache fi, we don't need shaped_text anymore.

SVN revision: 59131