platform/upstream/efl.git
13 years agoEvas textblock: Added a mode for setting newline behavior.
Tom Hacohen [Mon, 14 Feb 2011 14:17:12 +0000 (14:17 +0000)]
Evas textblock: Added a mode for setting newline behavior.
Can either be normal, or PS mode which means newline character behaves as a PS.

SVN revision: 57019

13 years agoevas/engines - fixed invalid variable usage.
ChunEon Park [Mon, 14 Feb 2011 13:59:36 +0000 (13:59 +0000)]
evas/engines - fixed invalid variable usage.

SVN revision: 57017

13 years agoEvas textblock: Fixed it so there's an Evas_Text_Props field only for text objects.
Tom Hacohen [Mon, 14 Feb 2011 13:09:41 +0000 (13:09 +0000)]
Evas textblock: Fixed it so there's an Evas_Text_Props field only for text objects.
Saves some memory.

SVN revision: 57016

13 years agoEvas textblock: Wrapping - used a less correct approach that appears to be 3 times...
Tom Hacohen [Mon, 14 Feb 2011 12:44:38 +0000 (12:44 +0000)]
Evas textblock: Wrapping - used a less correct approach that appears to be 3 times faster.

SVN revision: 57015

13 years agoEvas textblock: don't force calc utf8 string in evas_textblock_style_set. Only calc...
Tom Hacohen [Mon, 14 Feb 2011 12:44:31 +0000 (12:44 +0000)]
Evas textblock: don't force calc utf8 string in evas_textblock_style_set. Only calc it when used.

SVN revision: 57014

13 years ago * eet: improve speed and memory usage when decoding EET_G_UNION,
Cedric BAIL [Mon, 14 Feb 2011 10:57:13 +0000 (10:57 +0000)]
* eet: improve speed and memory usage when decoding EET_G_UNION,
EET_G_VAR_ARRAY and EET_G_ARRAY.

This change has a direct impact on load time for Edje file. So
please test it and report any issue.

SVN revision: 57013

13 years agoEvas textblock: Fixed issue with incorrect sizes in textblock, _text_item_update_size...
Tom Hacohen [Mon, 14 Feb 2011 10:49:14 +0000 (10:49 +0000)]
Evas textblock: Fixed issue with incorrect sizes in textblock, _text_item_update_sizes should be called after merging.

SVN revision: 57012

13 years agoEvas textblock: Use eina_unicode_strndup instead of eina_unicode_strdup beacuse we...
Tom Hacohen [Mon, 14 Feb 2011 10:49:09 +0000 (10:49 +0000)]
Evas textblock: Use eina_unicode_strndup instead of eina_unicode_strdup beacuse we already have the lentgth.

SVN revision: 57011

13 years agoEvas textblock: Replaced all the calls to eina_unicode_strlen with the cached text_len.
Tom Hacohen [Mon, 14 Feb 2011 10:49:05 +0000 (10:49 +0000)]
Evas textblock: Replaced all the calls to eina_unicode_strlen with the cached text_len.
This also fixes an issue with ellip_char text pos.

SVN revision: 57010

13 years agoEvas textblock: speeded things up by using the cached text_len
Tom Hacohen [Mon, 14 Feb 2011 10:09:27 +0000 (10:09 +0000)]
Evas textblock: speeded things up by using the cached text_len
instead of calling eina_unicode_strlen all the time.
Also fixed an issue with size calculation.

SVN revision: 57009

13 years agoEvas textblock: Used eina_list_append_relative_list instead of eina_list_append_relative
Tom Hacohen [Mon, 14 Feb 2011 09:37:49 +0000 (09:37 +0000)]
Evas textblock: Used eina_list_append_relative_list instead of eina_list_append_relative
in some places, which obviously made things way faster.

SVN revision: 57008

13 years agomissing semicolon. you never cease to amaze me, edev.
Mike Blumenkrantz [Mon, 14 Feb 2011 05:21:17 +0000 (05:21 +0000)]
missing semicolon. you never cease to amaze me, edev.

SVN revision: 57004

13 years agoevas/evas_object_image - fixed an inccorect word in doxygen
ChunEon Park [Mon, 14 Feb 2011 04:42:53 +0000 (04:42 +0000)]
evas/evas_object_image - fixed an inccorect word in doxygen

SVN revision: 57003

13 years agoadd filter for exe events
Mike Blumenkrantz [Mon, 14 Feb 2011 01:47:37 +0000 (01:47 +0000)]
add filter for exe events

SVN revision: 57000

13 years agodisregard previous commit, must have been high
Mike Blumenkrantz [Mon, 14 Feb 2011 01:32:40 +0000 (01:32 +0000)]
disregard previous commit, must have been high

SVN revision: 56999

13 years agouse an id pointer to differentiate eeze_mount events and avoid segvs
Mike Blumenkrantz [Mon, 14 Feb 2011 00:50:29 +0000 (00:50 +0000)]
use an id pointer to differentiate eeze_mount events and avoid segvs

SVN revision: 56997

13 years agoEvas font: removed an obsolete comment.
Tom Hacohen [Sun, 13 Feb 2011 16:35:03 +0000 (16:35 +0000)]
Evas font: removed an obsolete comment.

SVN revision: 56989

13 years agoEvas textblock: Improved error message.
Tom Hacohen [Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)]
Evas textblock: Improved error message.

SVN revision: 56984

13 years agoEvas font-engine: Added text_len to text_props which fixes
Tom Hacohen [Sun, 13 Feb 2011 12:57:37 +0000 (12:57 +0000)]
Evas font-engine: Added text_len to text_props which fixes
a bug with cursor position and ligatures.

SVN revision: 56983

13 years agoFix the semicolon, and small optimisation.
Brett Nash [Sun, 13 Feb 2011 00:27:03 +0000 (00:27 +0000)]
Fix the semicolon, and small optimisation.

SVN revision: 56975

13 years agofix silly sized scaling issue.
Carsten Haitzler [Sat, 12 Feb 2011 14:50:25 +0000 (14:50 +0000)]
fix silly sized scaling issue.

SVN revision: 56962

13 years agoTODO++
Sebastian Dransfeld [Fri, 11 Feb 2011 13:49:25 +0000 (13:49 +0000)]
TODO++

SVN revision: 56951

13 years ago+ecore_con_client_port_get
Mike Blumenkrantz [Fri, 11 Feb 2011 07:38:27 +0000 (07:38 +0000)]
+ecore_con_client_port_get

SVN revision: 56950

13 years agofix up gl side image cache to cleanly ref/deref and shadow image
Carsten Haitzler [Fri, 11 Feb 2011 06:23:10 +0000 (06:23 +0000)]
fix up gl side image cache to cleanly ref/deref and shadow image
cache. yes - changelog - this is just fixing up whats already
changelogged.

SVN revision: 56949

13 years agosupport libmount 2.19, fix some bugs here and there, automatically grab fstab/mtab...
Mike Blumenkrantz [Fri, 11 Feb 2011 03:14:00 +0000 (03:14 +0000)]
support libmount 2.19, fix some bugs here and there, automatically grab fstab/mtab mount flags when using eeze_disk_mountopts_get with new libmount

SVN revision: 56947

13 years agoadd new option for verbose to print some debug info, parse options a bit better,...
Mike Blumenkrantz [Fri, 11 Feb 2011 03:12:34 +0000 (03:12 +0000)]
add new option for verbose to print some debug info, parse options a bit better, grab+use fstab mount opts where available

SVN revision: 56946

13 years agoformatting
Mike Blumenkrantz [Fri, 11 Feb 2011 03:11:09 +0000 (03:11 +0000)]
formatting

SVN revision: 56945

13 years agoonly enable eeze 1.1 with libmount 2.18.0 for now
Mike Blumenkrantz [Thu, 10 Feb 2011 21:11:54 +0000 (21:11 +0000)]
only enable eeze 1.1 with libmount 2.18.0 for now

SVN revision: 56936

13 years agochangelog for previous commit
Mike Blumenkrantz [Thu, 10 Feb 2011 19:44:18 +0000 (19:44 +0000)]
changelog for previous commit

SVN revision: 56935

13 years agoavoid double printing errors
Mike Blumenkrantz [Thu, 10 Feb 2011 19:22:30 +0000 (19:22 +0000)]
avoid double printing errors

SVN revision: 56934

13 years agorewrite all event handler code to be unified, always increment server event count...
Mike Blumenkrantz [Thu, 10 Feb 2011 19:17:30 +0000 (19:17 +0000)]
rewrite all event handler code to be unified, always increment server event count for client events (previously was only incremented on some events randomly)

SVN revision: 56933

13 years agodox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Daniel Juyung Seo [Thu, 10 Feb 2011 16:50:18 +0000 (16:50 +0000)]
dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.

SVN revision: 56926

13 years agoEvas text_utils: make the text_props_content_ref/unref more robust.
Tom Hacohen [Thu, 10 Feb 2011 15:29:13 +0000 (15:29 +0000)]
Evas text_utils: make the text_props_content_ref/unref more robust.
Don't allocate a text info if the length is 0. No point in that because
content won't be allocated anyway.

SVN revision: 56924

13 years agoEvas text_utils: fixed a bug with splitting.
Tom Hacohen [Thu, 10 Feb 2011 15:02:26 +0000 (15:02 +0000)]
Evas text_utils: fixed a bug with splitting.
Cutoff is the position in the string, not in the string object.

SVN revision: 56920

13 years agoremove wrong comment, fixed
Sebastian Dransfeld [Thu, 10 Feb 2011 14:41:36 +0000 (14:41 +0000)]
remove wrong comment, fixed

SVN revision: 56919

13 years agoTODO--
Sebastian Dransfeld [Thu, 10 Feb 2011 14:37:59 +0000 (14:37 +0000)]
TODO--

Fixed

SVN revision: 56918

13 years agomove NON_EXISTING define to efreet_cache
Sebastian Dransfeld [Thu, 10 Feb 2011 14:34:03 +0000 (14:34 +0000)]
move NON_EXISTING define to efreet_cache

SVN revision: 56917

13 years agoSearch for theme directly in hash
Sebastian Dransfeld [Thu, 10 Feb 2011 14:26:30 +0000 (14:26 +0000)]
Search for theme directly in hash

If not found directly in hash, use efreet_cache_icon_theme_find

SVN revision: 56916

13 years agoTODO--
Sebastian Dransfeld [Thu, 10 Feb 2011 14:26:20 +0000 (14:26 +0000)]
TODO--

We can't check in cache, as the path might not exist on disk.

SVN revision: 56915

13 years agoAdd more testing to tests
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:54 +0000 (14:25 +0000)]
Add more testing to tests

SVN revision: 56913

13 years agoMove desktop cache to efreet_cache.c
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:44 +0000 (14:25 +0000)]
Move desktop cache to efreet_cache.c

SVN revision: 56912

13 years agoDelay cache recreation with a timer
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:33 +0000 (14:25 +0000)]
Delay cache recreation with a timer

SVN revision: 56911

13 years agoPass dirs to desktop cache process as arguments
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:23 +0000 (14:25 +0000)]
Pass dirs to desktop cache process as arguments

And store the extra dirs in the desktop eet cache.

SVN revision: 56910

13 years agoFix memleak in desktop cache create
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:13 +0000 (14:25 +0000)]
Fix memleak in desktop cache create

SVN revision: 56909

13 years agoefreet_cache_icon -> efreet_icon
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:00 +0000 (14:25 +0000)]
efreet_cache_icon -> efreet_icon

SVN revision: 56908

13 years agoFree hashes on init error
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:50 +0000 (14:24 +0000)]
Free hashes on init error

SVN revision: 56907

13 years agoMove all eet cache handling to efreet_cache.c
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:40 +0000 (14:24 +0000)]
Move all eet cache handling to efreet_cache.c

SVN revision: 56906

13 years agoMove struct only used for cache
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:30 +0000 (14:24 +0000)]
Move struct only used for cache

SVN revision: 56905

13 years agomove around some code
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:20 +0000 (14:24 +0000)]
move around some code

SVN revision: 56904

13 years agoMake efreet_cache_icon_theme_free static
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:09 +0000 (14:24 +0000)]
Make efreet_cache_icon_theme_free static

SVN revision: 56903

13 years agoRemove unneeded EAPI
Sebastian Dransfeld [Thu, 10 Feb 2011 14:23:31 +0000 (14:23 +0000)]
Remove unneeded EAPI

SVN revision: 56902

13 years ago * edje: fix case with recursive alias.
Cedric BAIL [Thu, 10 Feb 2011 12:27:15 +0000 (12:27 +0000)]
* edje: fix case with recursive alias.

With that patch Enki should be working well and all
application using alias for part in edje should be fine
too.

SVN revision: 56899

13 years agoEvas text: Fixed compilation warning introduced in last commit.
Tom Hacohen [Thu, 10 Feb 2011 09:11:30 +0000 (09:11 +0000)]
Evas text: Fixed compilation warning introduced in last commit.

SVN revision: 56896

13 years agoEvas font-engine: Fixed inset to use the string objects instead of strings.
Tom Hacohen [Thu, 10 Feb 2011 09:03:14 +0000 (09:03 +0000)]
Evas font-engine: Fixed inset to use the string objects instead of strings.

SVN revision: 56895

13 years agoimplement full event-driven error messaging api for all non-curl ecore_con
Mike Blumenkrantz [Thu, 10 Feb 2011 08:49:23 +0000 (08:49 +0000)]
implement full event-driven error messaging api for all non-curl ecore_con
docs are in the header, happy birthday cedric

SVN revision: 56894

13 years agoadded some more possibly useless safety checks to ecore_con_ares
Mike Blumenkrantz [Thu, 10 Feb 2011 07:50:20 +0000 (07:50 +0000)]
added some more possibly useless safety checks to ecore_con_ares

SVN revision: 56892

13 years agofix most of nash's mess. 2 added aborts that nash has to fix.
Carsten Haitzler [Thu, 10 Feb 2011 06:52:53 +0000 (06:52 +0000)]
fix most of nash's mess. 2 added aborts that nash has to fix.

SVN revision: 56891

13 years agomake font cache flush 0 out font cache size first
Carsten Haitzler [Thu, 10 Feb 2011 06:12:09 +0000 (06:12 +0000)]
make font cache flush 0 out font cache size first

SVN revision: 56890

13 years agoRemove the old 'proxy' functions.
Brett Nash [Wed, 9 Feb 2011 21:38:57 +0000 (21:38 +0000)]
Remove the old 'proxy' functions.

Now I know git-svn decided to not merge everything.
Anyway the proxy functions are not part of images.  Use them there.

SVN revision: 56884

13 years agodemonstrate eeze_disk_mountopts_get for coverage
Mike Blumenkrantz [Wed, 9 Feb 2011 21:36:37 +0000 (21:36 +0000)]
demonstrate eeze_disk_mountopts_get for coverage

SVN revision: 56883

13 years agoswitch EEZE_DISK_MOUNTOPT_DEFAULTS to a define
Mike Blumenkrantz [Wed, 9 Feb 2011 21:36:14 +0000 (21:36 +0000)]
switch EEZE_DISK_MOUNTOPT_DEFAULTS to a define

SVN revision: 56882

13 years agoAdd evas_object_image_source_get, and fix NOTNULL() args to _source_set
Brett Nash [Wed, 9 Feb 2011 21:36:10 +0000 (21:36 +0000)]
Add evas_object_image_source_get, and fix NOTNULL() args to _source_set

Source set of 'NULL' is the equivelent of source_unset (actually source_unset
is an alias to source_set with a second NULL arg.

And I still want to know why these are in my tree, but not upstream.

SVN revision: 56881

13 years agoAdd header for image proxy.
Brett Nash [Wed, 9 Feb 2011 21:36:07 +0000 (21:36 +0000)]
Add header for image proxy.

Not sure why this didn't merge then either.
No changelog since it's adding a missing header.

SVN revision: 56880

13 years agoimplement actual handling of mountopts, add utf8 to default mountopts, allow iso...
Mike Blumenkrantz [Wed, 9 Feb 2011 21:31:11 +0000 (21:31 +0000)]
implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount
+EEZE_DISK_MOUNTOPT_UTF8 = (1 << 2)
+EEZE_DISK_MOUNTOPT_NOEXEC = (1 << 3)
+EEZE_DISK_MOUNTOPT_NOSUID = (1 << 4)
+EEZE_DISK_MOUNTOPT_REMOUNT = (1 << 5)
+EAPI Eina_Bool      eeze_disk_mountopts_set(Eeze_Disk *disk, int opts);
+EAPI int            eeze_disk_mountopts_get(Eeze_Disk *disk);

SVN revision: 56879

13 years agoCheck for special "*" glob
Sebastian Dransfeld [Wed, 9 Feb 2011 21:20:42 +0000 (21:20 +0000)]
Check for special "*" glob

SVN revision: 56878

13 years agoRemove unneeded header
Sebastian Dransfeld [Wed, 9 Feb 2011 21:20:28 +0000 (21:20 +0000)]
Remove unneeded header

SVN revision: 56877

13 years agoslightly more descriptive error messages for TAsns who think mount apps magically...
Mike Blumenkrantz [Wed, 9 Feb 2011 20:44:21 +0000 (20:44 +0000)]
slightly more descriptive error messages for TAsns who think mount apps magically know where disks should be mounted

SVN revision: 56875

13 years agoDon't free strings from eet
Sebastian Dransfeld [Wed, 9 Feb 2011 20:43:43 +0000 (20:43 +0000)]
Don't free strings from eet

SVN revision: 56874

13 years agoforgot a safety check here
Mike Blumenkrantz [Wed, 9 Feb 2011 20:38:09 +0000 (20:38 +0000)]
forgot a safety check here

SVN revision: 56873

13 years agoEvas: Fixed a few 'implicit declaration' warnings.
Christopher Michael [Wed, 9 Feb 2011 18:39:54 +0000 (18:39 +0000)]
Evas: Fixed a few 'implicit declaration' warnings.

    Add missing evas_object_image_source functions.
      (was giving nasty 'implicit declarations' prior to this change)
    Add UNUSED to evas_common_map_rgba for npoints variable
      (wasn't used in that function)
    Fixed a little formatting in evas_object_main.c
    Add UNUSED to the eng_image_map_draw function of the gl_x11 engine.
      (npoints variable not used there)
    Fixed a little formatting in gl_x11 engine.

SVN revision: 56869

13 years agoDon't deref NULL pointer
Sebastian Dransfeld [Wed, 9 Feb 2011 18:36:12 +0000 (18:36 +0000)]
Don't deref NULL pointer

SVN revision: 56868

13 years agoevas: make less noise when configuring
Lucas De Marchi [Wed, 9 Feb 2011 17:53:00 +0000 (17:53 +0000)]
evas: make less noise when configuring
Remove the following warning during bootstrap:

configure.ac:790: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body

Reference:
http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html

SVN revision: 56861

13 years agoWait for caches to update, then quit.
Sebastian Dransfeld [Wed, 9 Feb 2011 17:10:12 +0000 (17:10 +0000)]
Wait for caches to update, then quit.

SVN revision: 56857

13 years agorenmae variable to prevent name clash
Sebastian Dransfeld [Wed, 9 Feb 2011 17:10:00 +0000 (17:10 +0000)]
renmae variable to prevent name clash

SVN revision: 56856

13 years agocheck >= to close fd
Sebastian Dransfeld [Wed, 9 Feb 2011 17:09:49 +0000 (17:09 +0000)]
check >= to close fd

SVN revision: 56855

13 years agoAdd free callback to eet hashes
Sebastian Dransfeld [Wed, 9 Feb 2011 17:09:38 +0000 (17:09 +0000)]
Add free callback to eet hashes

Fixes memleak

SVN revision: 56854

13 years agoDon't free data from efreet_util_cache_names
Sebastian Dransfeld [Wed, 9 Feb 2011 17:09:27 +0000 (17:09 +0000)]
Don't free data from efreet_util_cache_names

SVN revision: 56853

13 years agoMove theme hash from efreet_icon to efreet_cache
Sebastian Dransfeld [Wed, 9 Feb 2011 17:09:16 +0000 (17:09 +0000)]
Move theme hash from efreet_icon to efreet_cache

SVN revision: 56852

13 years agoThese TODO's are done
Sebastian Dransfeld [Wed, 9 Feb 2011 17:08:50 +0000 (17:08 +0000)]
These TODO's are done

SVN revision: 56851

13 years agoFix segv correctly
Sebastian Dransfeld [Wed, 9 Feb 2011 08:40:39 +0000 (08:40 +0000)]
Fix segv correctly

There should be no key starting with efreet in the cache, but make sure
a theme exists before adding to the theme list.

SVN revision: 56838

13 years agoHardcode directfb and sdl to use 4 point maps.
Brett Nash [Wed, 9 Feb 2011 01:07:52 +0000 (01:07 +0000)]
Hardcode directfb and sdl to use 4 point maps.

SVN revision: 56828

13 years agofix segv of e's icon theme chooser. please review
Hannes Janetzek [Tue, 8 Feb 2011 20:50:29 +0000 (20:50 +0000)]
fix segv of e's icon theme chooser. please review

SVN revision: 56818

13 years agoEvas font-query: Fixed compilation warnings. Cedric's compiler doesn't trust me like...
Tom Hacohen [Tue, 8 Feb 2011 15:23:22 +0000 (15:23 +0000)]
Evas font-query: Fixed compilation warnings. Cedric's compiler doesn't trust me like me compiler trusts me.

SVN revision: 56813

13 years ago * edje: fix invalid memory access by edje alias code.
Cedric BAIL [Tue, 8 Feb 2011 14:11:47 +0000 (14:11 +0000)]
* edje: fix invalid memory access by edje alias code.

Reported by Jonathan Atton "Watchwolf".

SVN revision: 56810

13 years agoEina: Updated changelog.
Tom Hacohen [Tue, 8 Feb 2011 13:47:41 +0000 (13:47 +0000)]
Eina: Updated changelog.

SVN revision: 56809

13 years agoEvas textblock: started using the new eina_unicode_strndup.
Tom Hacohen [Tue, 8 Feb 2011 13:44:41 +0000 (13:44 +0000)]
Evas textblock: started using the new eina_unicode_strndup.

SVN revision: 56808

13 years agoEina unicode: Added eina_unicode_strndup.
Tom Hacohen [Tue, 8 Feb 2011 13:43:03 +0000 (13:43 +0000)]
Eina unicode: Added eina_unicode_strndup.

SVN revision: 56807

13 years agoEvas encoding: Improved evas_common_encoding_utf8_get_len to be more consistent with...
Tom Hacohen [Tue, 8 Feb 2011 13:22:10 +0000 (13:22 +0000)]
Evas encoding: Improved evas_common_encoding_utf8_get_len to be more consistent with evas_common_encoding_utf8_get_next. This is a semi fix to the issue with malformed utf8 strings (#670)

SVN revision: 56806

13 years agomethinks nash you missed doing the pipe pipeline for map changes.
Carsten Haitzler [Tue, 8 Feb 2011 12:10:58 +0000 (12:10 +0000)]
methinks nash you missed doing the pipe pipeline for map changes.

SVN revision: 56805

13 years agoimprovement to gl engine wrt. caching.
Carsten Haitzler [Tue, 8 Feb 2011 11:41:38 +0000 (11:41 +0000)]
improvement to gl engine wrt. caching.

SVN revision: 56801

13 years agohey... no printfs during all that lighting calcing :)
Carsten Haitzler [Tue, 8 Feb 2011 11:37:48 +0000 (11:37 +0000)]
hey... no printfs during all that lighting calcing :)

SVN revision: 56800

13 years agoEvas textblock: #if 0 a couple of debugging functions.
Tom Hacohen [Tue, 8 Feb 2011 08:13:35 +0000 (08:13 +0000)]
Evas textblock: #if 0 a couple of debugging functions.

SVN revision: 56797

13 years agoEvas font-engine: Fixed the issue of text not showing when using pipe-rendering....
Tom Hacohen [Tue, 8 Feb 2011 08:12:55 +0000 (08:12 +0000)]
Evas font-engine: Fixed the issue of text not showing when using pipe-rendering. For some reason I put the parameters as "src, dst" instead of "dst, src" and I also missed the compilation warning about the passing const as non-const.

SVN revision: 56796

13 years agooops somehow missed this commit - part of adding wbmp support. limit
Carsten Haitzler [Mon, 7 Feb 2011 23:06:22 +0000 (23:06 +0000)]
oops somehow missed this commit - part of adding wbmp support. limit
image size macro used. (so no point with a changelog - part of existing).

SVN revision: 56791

13 years agoSet file owner to calling user
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:33 +0000 (21:33 +0000)]
Set file owner to calling user

This fixes cache problems when running programs utilizing efreet with
sudo.

SVN revision: 56787

13 years agoMove lock creation to own function for cache
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:22 +0000 (21:33 +0000)]
Move lock creation to own function for cache

SVN revision: 56786

13 years agoDo init efreet before using efreet_*() functions
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:11 +0000 (21:33 +0000)]
Do init efreet before using efreet_*() functions

SVN revision: 56785

13 years agoDon't create cache dir several times
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:01 +0000 (21:33 +0000)]
Don't create cache dir several times

SVN revision: 56784

13 years agoFix doc
Sebastian Dransfeld [Mon, 7 Feb 2011 21:19:36 +0000 (21:19 +0000)]
Fix doc

SVN revision: 56783

13 years agoClean up for proxies.
Brett Nash [Mon, 7 Feb 2011 04:27:48 +0000 (04:27 +0000)]
Clean up for proxies.

SVN revision: 56781