platform/upstream/efl.git
13 years agoFrom: Jeonghyun Yun <jh0506.yun@samsung.com>
Jeonghyun Yun [Wed, 16 Feb 2011 05:44:01 +0000 (05:44 +0000)]
From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: Re: [E-devel] [Patch] evas_image_load_bmp small patch

When I tested some bmp files on evas, I found one bmp file is not displayed.
But this bmp file is displayed on windows and linux gimp and etc.
So I checked this bmp file, this file have 208 data per line despite 207
pixel per line!!

I fixed code to skip the data when data is more than width instead of
break. I think this is not bug but evas policy problem.

SVN revision: 57076

13 years agoonly log error events for actual errors
Mike Blumenkrantz [Tue, 15 Feb 2011 20:17:48 +0000 (20:17 +0000)]
only log error events for actual errors

SVN revision: 57065

13 years agoadd more descriptive error messages for epoll flag mod failure
Mike Blumenkrantz [Tue, 15 Feb 2011 19:51:06 +0000 (19:51 +0000)]
add more descriptive error messages for epoll flag mod failure

SVN revision: 57063

13 years agoTODO++
Sebastian Dransfeld [Tue, 15 Feb 2011 18:51:06 +0000 (18:51 +0000)]
TODO++

SVN revision: 57061

13 years ago * evas: prevent early death of stringshare.
Cedric BAIL [Tue, 15 Feb 2011 17:24:55 +0000 (17:24 +0000)]
* evas: prevent early death of stringshare.

SPANK ! SPANK ! SPANK !

PLEASE USE STRINGSHARE REPLACE EVERY TIME YOU DO
A STRINGSHARE_DEL FOLLOWED BY A STRINGSHARE_ADD.

SVN revision: 57057

13 years agoEvas textblock: Fixed a small calculation in format item's size calculation. Was...
Tom Hacohen [Tue, 15 Feb 2011 16:50:14 +0000 (16:50 +0000)]
Evas textblock: Fixed a small calculation in format item's size calculation. Was correct, but too complex, simplified it.

SVN revision: 57056

13 years agoEvas textblock: Fixed a bug that caused format item positions to be wrong in some...
Tom Hacohen [Tue, 15 Feb 2011 16:50:07 +0000 (16:50 +0000)]
Evas textblock: Fixed a bug that caused format item positions to be wrong in some cases.
Just sanitized some of the item coordinates calculation.

SVN revision: 57055

13 years agoFrom: Eduardo Felipe <eduardofelipe87@gmail.com>
Eduardo Felipe [Tue, 15 Feb 2011 09:31:18 +0000 (09:31 +0000)]
From: Eduardo Felipe <eduardofelipe87@gmail.com>
Subject: [E-devel] [PATCH] Fix ethumbd FDO and orientation support

FDO was a noop and orientation was partially implemented on the master
and not at all on the slave. These patches fix both bugs.

Fix-FDO-support-in-ethumbd

SVN revision: 57043

13 years agoFrom: Eduardo Felipe <eduardofelipe87@gmail.com>
Eduardo Felipe [Tue, 15 Feb 2011 09:29:58 +0000 (09:29 +0000)]
From: Eduardo Felipe <eduardofelipe87@gmail.com>
Subject: [E-devel] [PATCH] Fix ethumbd FDO and orientation support

Add-orientation-support-to-ethumbd

SVN revision: 57042

13 years agoBetter fix for invalid variable usage.
Sebastian Dransfeld [Mon, 14 Feb 2011 20:21:10 +0000 (20:21 +0000)]
Better fix for invalid variable usage.

No point in having to pointers, and fix formatting.

SVN revision: 57037

13 years agoEvas textblock: Fixed evas_textblock_cursor_range_geometry_get which didn't work...
Tom Hacohen [Mon, 14 Feb 2011 16:14:26 +0000 (16:14 +0000)]
Evas textblock: Fixed evas_textblock_cursor_range_geometry_get which didn't work when across multiple paragraphs.

SVN revision: 57027

13 years agoEvas textblock: strcpy->strncpy in a place we use a cached len, to be on the safe...
Tom Hacohen [Mon, 14 Feb 2011 15:02:58 +0000 (15:02 +0000)]
Evas textblock: strcpy->strncpy in a place we use a cached len, to be on the safe side.

SVN revision: 57025

13 years agoEvas font: Fixed wrong condition that may cause an invalid read when using OT.
Tom Hacohen [Mon, 14 Feb 2011 15:02:52 +0000 (15:02 +0000)]
Evas font: Fixed wrong condition that may cause an invalid read when using OT.

SVN revision: 57024

13 years agoEvas textblock: Fixed compilation error, I don't understand what went wrong in my...
Tom Hacohen [Mon, 14 Feb 2011 14:44:47 +0000 (14:44 +0000)]
Evas textblock: Fixed compilation error, I don't understand what went wrong in my last two commits, sorry for the spam.

SVN revision: 57023

13 years agoEvas textblock: Fix compilation warning, for some reason this wasn't included in...
Tom Hacohen [Mon, 14 Feb 2011 14:42:22 +0000 (14:42 +0000)]
Evas textblock: Fix compilation warning, for some reason this wasn't included in the previous patch.

SVN revision: 57022

13 years agofix: size < ret_size is always false. scale icons less
Hannes Janetzek [Mon, 14 Feb 2011 14:28:21 +0000 (14:28 +0000)]
fix: size < ret_size is always false. scale icons less

SVN revision: 57021

13 years agoEvas: updated changelog.
Tom Hacohen [Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)]
Evas: updated changelog.

SVN revision: 57020

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