platform/upstream/efl.git
13 years agoecore: remove user of deprecated Evas Quartz backend.
Cedric BAIL [Tue, 5 Apr 2011 12:08:53 +0000 (12:08 +0000)]
ecore: remove user of deprecated Evas Quartz backend.

SVN revision: 58355

13 years agoEvas textblock: Removed deprecated code.
Tom Hacohen [Tue, 5 Apr 2011 10:39:24 +0000 (10:39 +0000)]
Evas textblock: Removed deprecated code.

This logic is already done elsewhere, no need for this function (which is
broken anyway).

SVN revision: 58349

13 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
Leif Middelschulte [Tue, 5 Apr 2011 08:31:42 +0000 (08:31 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] EDID decoding functionality

find attached a patch for EDID data extraction. My display's
manufacturer didn't comply with the standard too much, so I can't test
it entirely. But it should work.

... with modifications to make it actually compile and api be cleaner,
code more robust etc.

SVN revision: 58348

13 years agoEcore_X: XLib: Add missing EAPI in front of
Christopher Michael [Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)]
Ecore_X: XLib: Add missing EAPI in front of
ecore_x_dnd_source_action_set function.

SVN revision: 58340

13 years agoEcore: Ecore_X: Xlib: Fix memory leak.
Christopher Michael [Mon, 4 Apr 2011 17:06:40 +0000 (17:06 +0000)]
Ecore: Ecore_X: Xlib: Fix memory leak.

When handling xdnd_enter event(s), if we do not support the dnd target
version, then we issue a warning and return from the handling
function. If we are going to return (and not issue the ecore_x_event),
then free the allocated memory of the ecore_x_event_xdnd_enter
structure that we previously allocated.

SVN revision: 58337

13 years agoEfreet: Updated changelog.
Tom Hacohen [Mon, 4 Apr 2011 13:43:06 +0000 (13:43 +0000)]
Efreet: Updated changelog.

SVN revision: 58330

13 years agoEfreet desktop: Fixed URI creation when opening files.
Tom Hacohen [Mon, 4 Apr 2011 13:43:01 +0000 (13:43 +0000)]
Efreet desktop: Fixed URI creation when opening files.

URI should be escaped before passed to the application being
executed. This fixes runnig videos with vlc from paths with
utf8 values in them.

SVN revision: 58329

13 years agoEfreet uri: Fixed efreet_uri_encode.
Tom Hacohen [Mon, 4 Apr 2011 13:42:55 +0000 (13:42 +0000)]
Efreet uri: Fixed efreet_uri_encode.

it doesn't work well if the value passed is negative (utf8 text for example).

SVN revision: 58328

13 years agoecore: put recommandation about asynchronous dns resolution and curl.
Cedric BAIL [Mon, 4 Apr 2011 12:33:41 +0000 (12:33 +0000)]
ecore: put recommandation about asynchronous dns resolution and curl.

SVN revision: 58325

13 years agoAPI add: From <dunamis.park@samsung.com> - sungwoo
Carsten Haitzler [Mon, 4 Apr 2011 11:48:36 +0000 (11:48 +0000)]
API add: From <dunamis.park@samsung.com> - sungwoo
    start of evas gl api (with compile warning fixes). (part 2)

SVN revision: 58321

13 years agoEvas textblock: clean up render_pre a bit.
Tom Hacohen [Mon, 4 Apr 2011 11:14:38 +0000 (11:14 +0000)]
Evas textblock: clean up render_pre a bit.

* _relayout is the way to go when we want to relayout.
* no need to mark content_changed=0 all over the place, it's already
  set in the first if.
* no need to call evas_object_render_pre_prev_cur_add more than once.

SVN revision: 58319

13 years agoAPI add: From <dunamis.park@samsung.com> - sungwoo
Carsten Haitzler [Mon, 4 Apr 2011 10:23:12 +0000 (10:23 +0000)]
API add: From <dunamis.park@samsung.com> - sungwoo
  start of evas gl api (with compile warning fixes).

SVN revision: 58318

13 years agoedje_cc now only will use epp. makes for consistent output on all
Carsten Haitzler [Mon, 4 Apr 2011 08:30:02 +0000 (08:30 +0000)]
edje_cc now only will use epp. makes for consistent output on all
platforms since we ship our own cpp.. err.. epp. :)

SVN revision: 58315

13 years agoEvas Evas.h: Removed trailing whitespaces.
Daniel Juyung Seo [Mon, 4 Apr 2011 08:10:06 +0000 (08:10 +0000)]
Evas Evas.h: Removed trailing whitespaces.

SVN revision: 58314

13 years agoevas / evas_smart - removed white spaces
ChunEon Park [Sun, 3 Apr 2011 16:15:21 +0000 (16:15 +0000)]
evas / evas_smart - removed white spaces

SVN revision: 58305

13 years agoEcore_X: Xlib - Set correct doxy group for function.
Christopher Michael [Sun, 3 Apr 2011 16:06:37 +0000 (16:06 +0000)]
Ecore_X: Xlib - Set correct doxy group for function.

SVN revision: 58304

13 years agoecore: redundant declaration with Ecore_X_Atoms.h
Boris Faure [Sun, 3 Apr 2011 09:50:51 +0000 (09:50 +0000)]
ecore: redundant declaration with Ecore_X_Atoms.h

SVN revision: 58294

13 years agoEdje Edje.h: Removed trailing whitespaces.
Daniel Juyung Seo [Sun, 3 Apr 2011 09:29:40 +0000 (09:29 +0000)]
Edje Edje.h: Removed trailing whitespaces.

SVN revision: 58292

13 years agoEvas textblock: Fixed native size calculation.
Tom Hacohen [Sun, 3 Apr 2011 09:14:03 +0000 (09:14 +0000)]
Evas textblock: Fixed native size calculation.

There was a bug (visible in elementary_test's Entry for example) that
made native size calculation of the textblock wrong in some cases.

SVN revision: 58289

13 years agoEvil: evil_stdlib.c
Vincent Torri [Sat, 2 Apr 2011 12:29:32 +0000 (12:29 +0000)]
Evil: evil_stdlib.c
fix mkstemp() which didn't remove the file when the last
file descriptor was closed

SVN revision: 58274

13 years agosame for old libmount...
Mike Blumenkrantz [Sat, 2 Apr 2011 03:30:56 +0000 (03:30 +0000)]
same for old libmount...

SVN revision: 58269

13 years agonull variable on shutdown
Mike Blumenkrantz [Sat, 2 Apr 2011 03:05:00 +0000 (03:05 +0000)]
null variable on shutdown

SVN revision: 58268

13 years agoecore: Add pipelining support for HTTP 1.1.
Cedric BAIL [Fri, 1 Apr 2011 16:37:55 +0000 (16:37 +0000)]
ecore: Add pipelining support for HTTP 1.1.

SVN revision: 58265

13 years agoactually can just mark as changed. let layout happen later when
Carsten Haitzler [Thu, 31 Mar 2011 11:25:39 +0000 (11:25 +0000)]
actually can just mark as changed. let layout happen later when
requested.

SVN revision: 58227

13 years agoummm... tasn.. you broke scaling of tb's! fix.,
Carsten Haitzler [Thu, 31 Mar 2011 11:19:17 +0000 (11:19 +0000)]
ummm... tasn.. you broke scaling of tb's! fix.,

SVN revision: 58226

13 years agoahem! who put unused there? who? screen *IS* used!
Carsten Haitzler [Thu, 31 Mar 2011 10:36:20 +0000 (10:36 +0000)]
ahem! who put unused there? who? screen *IS* used!

SVN revision: 58224

13 years agoFIX: fix render bug when rendering to buffer canvases due to lost
Carsten Haitzler [Thu, 31 Mar 2011 10:26:42 +0000 (10:26 +0000)]
FIX: fix render bug when rendering to buffer canvases due to lost
clipper.

SVN revision: 58223

13 years agoadd new version of efl sync proto between comp and client.
Carsten Haitzler [Thu, 31 Mar 2011 08:13:14 +0000 (08:13 +0000)]
add new version of efl sync proto between comp and client.

SVN revision: 58220

13 years agoEvas font-engine: Removed "use-kerning" from draw code.
Tom Hacohen [Wed, 30 Mar 2011 15:55:10 +0000 (15:55 +0000)]
Evas font-engine: Removed "use-kerning" from draw code.

It hasn't been used for a while. Everything is already calculated in
content_create.

SVN revision: 58215

13 years agoEdje: Updated changelog.
Tom Hacohen [Wed, 30 Mar 2011 13:12:33 +0000 (13:12 +0000)]
Edje: Updated changelog.

SVN revision: 58214

13 years agoEvas textblock: Updated changelog.
Tom Hacohen [Wed, 30 Mar 2011 13:11:04 +0000 (13:11 +0000)]
Evas textblock: Updated changelog.

SVN revision: 58213

13 years agoEvas textblock: Removed duplicated condition.
Tom Hacohen [Wed, 30 Mar 2011 12:58:09 +0000 (12:58 +0000)]
Evas textblock: Removed duplicated condition.

raster: don't drink and code :).

SVN revision: 58212

13 years agoverified. can remove the format forcing.
Carsten Haitzler [Wed, 30 Mar 2011 12:26:07 +0000 (12:26 +0000)]
verified. can remove the format forcing.

SVN revision: 58211

13 years agoselection now works too.
Carsten Haitzler [Wed, 30 Mar 2011 12:20:51 +0000 (12:20 +0000)]
selection now works too.

SVN revision: 58209

13 years agoEvas textblock: Init first paragraph's y correctly.
Tom Hacohen [Wed, 30 Mar 2011 12:19:05 +0000 (12:19 +0000)]
Evas textblock: Init first paragraph's y correctly.

SVN revision: 58208

13 years agonow cursor setting works with newly valigned textbllocks. selection
Carsten Haitzler [Wed, 30 Mar 2011 12:18:21 +0000 (12:18 +0000)]
now cursor setting works with newly valigned textbllocks. selection
next.

SVN revision: 58207

13 years agoprintf--
Carsten Haitzler [Wed, 30 Mar 2011 12:17:45 +0000 (12:17 +0000)]
printf--

SVN revision: 58206

13 years agoEvas textblock: We don't need to mark as changed here.
Tom Hacohen [Wed, 30 Mar 2011 12:08:50 +0000 (12:08 +0000)]
Evas textblock: We don't need to mark as changed here.

SVN revision: 58205

13 years agohandle align and ellipsis re-format right .
Carsten Haitzler [Wed, 30 Mar 2011 12:05:07 +0000 (12:05 +0000)]
handle align and ellipsis re-format right .

SVN revision: 58204

13 years agovalign applied to tetxblock parts. yay!
Carsten Haitzler [Wed, 30 Mar 2011 11:43:22 +0000 (11:43 +0000)]
valign applied to tetxblock parts. yay!

SVN revision: 58203

13 years agouse o->valign.
Carsten Haitzler [Wed, 30 Mar 2011 11:34:06 +0000 (11:34 +0000)]
use o->valign.

SVN revision: 58202

13 years agoEvas textblock: Actually use the valign value when layouting.
Tom Hacohen [Wed, 30 Mar 2011 11:10:23 +0000 (11:10 +0000)]
Evas textblock: Actually use the valign value when layouting.

SVN revision: 58201

13 years agoellipsis re-format on height change too if an ellipsis is set anywhere
Carsten Haitzler [Wed, 30 Mar 2011 10:38:02 +0000 (10:38 +0000)]
ellipsis re-format on height change too if an ellipsis is set anywhere

SVN revision: 58200

13 years agoflesh out valign prop to have real api. untested currently.
Carsten Haitzler [Wed, 30 Mar 2011 10:31:29 +0000 (10:31 +0000)]
flesh out valign prop to have real api. untested currently.

SVN revision: 58199

13 years agoecore-evas: feature++ : support netm sync protocol for clients
Carsten Haitzler [Wed, 30 Mar 2011 10:10:04 +0000 (10:10 +0000)]
ecore-evas: feature++ : support netm sync protocol for clients

SVN revision: 58198

13 years agoecore: add ecore_con_url_ssl_ca_set.
Cedric BAIL [Wed, 30 Mar 2011 09:15:24 +0000 (09:15 +0000)]
ecore: add ecore_con_url_ssl_ca_set.

patch by PnB <Poor.NewBie@gmail.com>

SVN revision: 58197

13 years agoEvas: Textblock: Fix variable may be used uninitialized warning.
Christopher Michael [Wed, 30 Mar 2011 05:48:39 +0000 (05:48 +0000)]
Evas: Textblock: Fix variable may be used uninitialized warning.

SVN revision: 58193

13 years agoEvas textblock: Implemented vertical alignment - no way to set it yet.
Tom Hacohen [Tue, 29 Mar 2011 14:14:29 +0000 (14:14 +0000)]
Evas textblock: Implemented vertical alignment - no way to set it yet.

Implemented the code needed, but there's still no way to set it.
This should be discussed. Not sure whether this should be part of
the API, or should just be set in the default style.

SVN revision: 58185

13 years agoEvas Textblock/text: Add clipping until we fix inset handling.
Tom Hacohen [Tue, 29 Mar 2011 13:52:42 +0000 (13:52 +0000)]
Evas Textblock/text: Add clipping until we fix inset handling.

Currently inset handling is not handled correctly so we just clip
to the left if there's no enough margin to draw the what overflows.
This is the same behavior that was done up until now because of the
global clipper that was applied.

SVN revision: 58184

13 years agoEvas Textblock/text: Fix rendering outsize of zone and speed things up.
Tom Hacohen [Tue, 29 Mar 2011 13:52:35 +0000 (13:52 +0000)]
Evas Textblock/text: Fix rendering outsize of zone and speed things up.

This speeds things up and uses "out of render zone" drawing.
In this commit we also start using width correctly so rendering should
be more exact.

SVN revision: 58183

13 years agoEvas font-engine: Use advance instead of width with whitespace size calc
Tom Hacohen [Tue, 29 Mar 2011 13:52:30 +0000 (13:52 +0000)]
Evas font-engine: Use advance instead of width with whitespace size calc

Advance is the real width of whitespace, not the width of the glyph
which is just 0.

SVN revision: 58182

13 years agoEvas font-engine: Added right_inset_get.
Tom Hacohen [Tue, 29 Mar 2011 13:52:22 +0000 (13:52 +0000)]
Evas font-engine: Added right_inset_get.

This lets us get the difference between the width and the advance
of a string pretty fast, which means we only need to calculate either
advance or width, because we can now calculate one from the other.

SVN revision: 58181

13 years agoRevert "evas: work around text/textblock bug rendering outside of rendering zone."
Tom Hacohen [Tue, 29 Mar 2011 13:52:08 +0000 (13:52 +0000)]
Revert "evas: work around text/textblock bug rendering outside of rendering zone."

This reverts commit 58156

SVN revision: 58180

13 years agofix expansions in macors starting with - losing the - :) jeff! :)
Carsten Haitzler [Tue, 29 Mar 2011 11:56:51 +0000 (11:56 +0000)]
fix expansions in macors starting with - losing the - :) jeff! :)
happiness?

SVN revision: 58177

13 years agower can release compiler data if we want when done with glsl compiling.
Carsten Haitzler [Tue, 29 Mar 2011 09:10:57 +0000 (09:10 +0000)]
wer can release compiler data if we want when done with glsl compiling.

SVN revision: 58172

13 years agoprovide edje_player with the ability to set scale factor on cmd-line
Carsten Haitzler [Tue, 29 Mar 2011 03:27:23 +0000 (03:27 +0000)]
provide edje_player with the ability to set scale factor on cmd-line
and use keys to control it during display.

SVN revision: 58170

13 years agoEcore ecore_file.c: NULL check before using strcmp().
Daniel Juyung Seo [Tue, 29 Mar 2011 02:28:41 +0000 (02:28 +0000)]
Ecore ecore_file.c: NULL check before using strcmp().

SVN revision: 58168

13 years agoeina-hash: improve documentation + indent + wibble
Boris Faure [Mon, 28 Mar 2011 21:37:35 +0000 (21:37 +0000)]
eina-hash: improve documentation + indent + wibble

SVN revision: 58157

13 years agoevas: work around text/textblock bug rendering outside of rendering zone.
Cedric BAIL [Mon, 28 Mar 2011 14:32:03 +0000 (14:32 +0000)]
evas: work around text/textblock bug rendering outside of rendering zone.

This fix is temporary and waiting for Tasn to look at the proper fix. It will
be removed once that done.

SVN revision: 58156

13 years agoEina unicode: Removed an old comment.
Tom Hacohen [Mon, 28 Mar 2011 13:33:03 +0000 (13:33 +0000)]
Eina unicode: Removed an old comment.

SVN revision: 58154

13 years agoeina: fix typos in eina_hash doc
Boris Faure [Sun, 27 Mar 2011 20:52:16 +0000 (20:52 +0000)]
eina: fix typos in eina_hash doc

SVN revision: 58128

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:59:17 +0000 (18:59 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58125

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:15:09 +0000 (18:15 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58124

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:12:15 +0000 (18:12 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58122

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:11:40 +0000 (18:11 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58121

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:10:58 +0000 (18:10 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58120

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:10:20 +0000 (18:10 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58119

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:07:42 +0000 (18:07 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58118

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:06:17 +0000 (18:06 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58117

13 years agorename libtool version names to fit libtool doc
Vincent Torri [Sun, 27 Mar 2011 18:03:24 +0000 (18:03 +0000)]
rename libtool version names to fit libtool doc

SVN revision: 58116

13 years agoEvas font-engine: Fix font size updating.
Tom Hacohen [Sun, 27 Mar 2011 12:22:13 +0000 (12:22 +0000)]
Evas font-engine: Fix font size updating.

This commit fixes two types of misupdate of the font size.
1. Not updating all the fonts when not using Harfbuzz.
2. In rare cases update the wrong font when using Harfbuzz.

SVN revision: 58114

13 years agoformatting
Vincent Torri [Sat, 26 Mar 2011 17:13:52 +0000 (17:13 +0000)]
formatting

SVN revision: 58099

13 years agoEvas: improve jpeg m4 macro check
Vincent Torri [Sat, 26 Mar 2011 17:09:44 +0000 (17:09 +0000)]
Evas: improve jpeg m4 macro check
Use AC_LANG_PROGRAM instead of AC_LANG_SOURCE

SVN revision: 58097

13 years agoEdje: (trivial) Put the clipper/evas pointer in the base structure.
Brett Nash [Fri, 25 Mar 2011 03:21:07 +0000 (03:21 +0000)]
Edje: (trivial) Put the clipper/evas pointer in the base structure.

I say trivial in the sense it has no functional changes, however it's a large
patch.  Recommendation from Gustavo.

SVN revision: 58080

13 years agoEdje: Revert those changes ... seems to break edj building for some
Christopher Michael [Thu, 24 Mar 2011 22:15:07 +0000 (22:15 +0000)]
Edje: Revert those changes ... seems to break edj building for some
reason...

SVN revision: 58078

13 years agoEeze: Fix 'mount_point may by used uninitialized'.
Christopher Michael [Thu, 24 Mar 2011 20:27:55 +0000 (20:27 +0000)]
Eeze: Fix 'mount_point may by used uninitialized'.

SVN revision: 58076

13 years agoEeze: Fix 'syspath may be used uninitialized'.
Christopher Michael [Thu, 24 Mar 2011 20:27:09 +0000 (20:27 +0000)]
Eeze: Fix 'syspath may be used uninitialized'.

SVN revision: 58075

13 years agoEdje:EPP: Comment out unused goto line. Fix (some) formatting (but
Christopher Michael [Thu, 24 Mar 2011 20:25:17 +0000 (20:25 +0000)]
Edje:EPP: Comment out unused goto line. Fix (some) formatting (but
needs more fixing as the formatting in this is just horrible).

SVN revision: 58074

13 years agoEdje: Remove unused variable & fix formatting.
Christopher Michael [Thu, 24 Mar 2011 20:22:16 +0000 (20:22 +0000)]
Edje: Remove unused variable & fix formatting.

SVN revision: 58073

13 years agominor change -> dont return void. no chlog
Carsten Haitzler [Thu, 24 Mar 2011 07:58:00 +0000 (07:58 +0000)]
minor change -> dont return void. no chlog

SVN revision: 58064

13 years agoEdje: Start using smart clipper in some places.
Brett Nash [Thu, 24 Mar 2011 03:12:42 +0000 (03:12 +0000)]
Edje: Start using smart clipper in some places.

This makes proxy work for edje.  This shoudl be a good thing.

SVN revision: 58055

13 years agoEdje: Minor: Reorder args to make it compatible with smart_clipper
Brett Nash [Thu, 24 Mar 2011 03:12:39 +0000 (03:12 +0000)]
Edje: Minor: Reorder args to make it compatible with smart_clipper

SVN revision: 58054

13 years agore-disable vlc
Mike Blumenkrantz [Thu, 24 Mar 2011 02:29:55 +0000 (02:29 +0000)]
re-disable vlc

SVN revision: 58053

13 years agook. multi-screen (multihead) support with simultaneous display on 2
Carsten Haitzler [Thu, 24 Mar 2011 01:45:12 +0000 (01:45 +0000)]
ok. multi-screen (multihead) support with simultaneous display on 2
screens with the same gl context is more pain than imagined. revert
attempt to handle it. just use xinerama/twinview if u want the
compositor to not suck.

SVN revision: 58050

13 years agofix vlc module loading, disable slow vmem options, begin work on fast render output
Mike Blumenkrantz [Wed, 23 Mar 2011 22:54:45 +0000 (22:54 +0000)]
fix vlc module loading, disable slow vmem options, begin work on fast render output

SVN revision: 58049

13 years agoupdated build fix for windows from vtorri
Mike Blumenkrantz [Wed, 23 Mar 2011 22:48:09 +0000 (22:48 +0000)]
updated build fix for windows from vtorri

SVN revision: 58047

13 years agounbreak this header by adding inttypes.h...
Mike Blumenkrantz [Wed, 23 Mar 2011 21:36:36 +0000 (21:36 +0000)]
unbreak this header by adding inttypes.h...

SVN revision: 58045

13 years agofix and reenable vlc backend
Mike Blumenkrantz [Wed, 23 Mar 2011 20:19:59 +0000 (20:19 +0000)]
fix and reenable vlc backend
question: is emotion_test supposed to show the video in only a small part of the window?

SVN revision: 58044

13 years agoEfreet: Flush cache if we add new extensions
Sebastian Dransfeld [Wed, 23 Mar 2011 20:02:46 +0000 (20:02 +0000)]
Efreet: Flush cache if we add new extensions

SVN revision: 58043

13 years agoecore: fix ecore_con_url_ftp_upload to upload all the file.
Cedric BAIL [Wed, 23 Mar 2011 17:28:21 +0000 (17:28 +0000)]
ecore: fix ecore_con_url_ftp_upload to upload all the file.

SVN revision: 58036

13 years agoevas: fixed the last issue with clipping.
Cedric BAIL [Wed, 23 Mar 2011 15:50:02 +0000 (15:50 +0000)]
evas: fixed the last issue with clipping.

SVN revision: 58035

13 years agofix associate stuff with interecepts so events come in with
Carsten Haitzler [Wed, 23 Mar 2011 13:31:05 +0000 (13:31 +0000)]
fix associate stuff with interecepts so events come in with
override-redirect windows.

SVN revision: 58033

13 years agoEvas textblock: Updated format_prepend/append docs.
Tom Hacohen [Wed, 23 Mar 2011 11:43:52 +0000 (11:43 +0000)]
Evas textblock: Updated format_prepend/append docs.

SVN revision: 58031

13 years agoEvas: proxy: more agressive pre_rendering of stuff
Brett Nash [Wed, 23 Mar 2011 09:08:36 +0000 (09:08 +0000)]
Evas: proxy: more agressive pre_rendering of stuff

so both for smarts and non-smart objects.  once again thanks to tom/tasn.

SVN revision: 58019

13 years agoevas: proxy: do prerender if not done.
Brett Nash [Wed, 23 Mar 2011 08:49:01 +0000 (08:49 +0000)]
evas: proxy: do prerender if not done.

thanks to tom (tasn) for finding this for me.

SVN revision: 58017

13 years agocorrect compile section in dox
Mike Blumenkrantz [Wed, 23 Mar 2011 08:27:55 +0000 (08:27 +0000)]
correct compile section in dox

SVN revision: 58016

13 years agoDon't create useless modules dir if we're not going to install modules.
Gustavo Sverzut Barbieri [Wed, 23 Mar 2011 03:33:55 +0000 (03:33 +0000)]
Don't create useless modules dir if we're not going to install modules.

SVN revision: 58014

13 years agoFix build with static modules, thanks Gentoo ;-)
Gustavo Sverzut Barbieri [Wed, 23 Mar 2011 02:45:19 +0000 (02:45 +0000)]
Fix build with static modules, thanks Gentoo ;-)

I don't know if this is useful to backport to stable branch, if you
think so please do it as I don't even have that checkout... svn is
annoying :-P

SVN revision: 58012

13 years agoEvas: De-beta readme.
Brett Nash [Wed, 23 Mar 2011 01:37:19 +0000 (01:37 +0000)]
Evas: De-beta readme.

Warning: This change makes evas web2.0 incompatible.  We also lack a wet floor
logo.

SVN revision: 58011

13 years agoEvas: Readme: Make doc clearer for metric and word cache.
Brett Nash [Wed, 23 Mar 2011 01:37:17 +0000 (01:37 +0000)]
Evas: Readme: Make doc clearer for metric and word cache.

Wow, first gentoo related bug fix.

SVN revision: 58010