Sebastian Dransfeld
5e106f5cd6
Move desktop cache to efreet_cache.c
...
SVN revision: 56912
12 years ago
Sebastian Dransfeld
2dd1fe0d41
Delay cache recreation with a timer
...
SVN revision: 56911
12 years ago
Sebastian Dransfeld
b17640ba62
Pass dirs to desktop cache process as arguments
...
And store the extra dirs in the desktop eet cache.
SVN revision: 56910
12 years ago
Sebastian Dransfeld
c5669b308e
Fix memleak in desktop cache create
...
SVN revision: 56909
12 years ago
Sebastian Dransfeld
049fee06f1
efreet_cache_icon -> efreet_icon
...
SVN revision: 56908
12 years ago
Sebastian Dransfeld
09203ef10a
Free hashes on init error
...
SVN revision: 56907
12 years ago
Sebastian Dransfeld
23c5801400
Move all eet cache handling to efreet_cache.c
...
SVN revision: 56906
12 years ago
Sebastian Dransfeld
72ab08256a
Move struct only used for cache
...
SVN revision: 56905
12 years ago
Sebastian Dransfeld
3997e75aa9
move around some code
...
SVN revision: 56904
12 years ago
Sebastian Dransfeld
45aebcb121
Make efreet_cache_icon_theme_free static
...
SVN revision: 56903
12 years ago
Sebastian Dransfeld
c999910e15
Remove unneeded EAPI
...
SVN revision: 56902
12 years ago
Cedric BAIL
546dba4856
* 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
12 years ago
Tom Hacohen
b4f5d791a5
Evas text: Fixed compilation warning introduced in last commit.
...
SVN revision: 56896
12 years ago
Tom Hacohen
6e68ec8b42
Evas font-engine: Fixed inset to use the string objects instead of strings.
...
SVN revision: 56895
12 years ago
Mike Blumenkrantz
daafddb571
implement full event-driven error messaging api for all non-curl ecore_con
...
docs are in the header, happy birthday cedric
SVN revision: 56894
12 years ago
Mike Blumenkrantz
54baacb790
added some more possibly useless safety checks to ecore_con_ares
...
SVN revision: 56892
12 years ago
Carsten Haitzler
aaad5f7319
fix most of nash's mess. 2 added aborts that nash has to fix.
...
SVN revision: 56891
12 years ago
Carsten Haitzler
1e58115de6
make font cache flush 0 out font cache size first
...
SVN revision: 56890
12 years ago
Brett Nash
290e6c430d
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
12 years ago
Mike Blumenkrantz
345e17dbfa
demonstrate eeze_disk_mountopts_get for coverage
...
SVN revision: 56883
12 years ago
Mike Blumenkrantz
9d811df5b2
switch EEZE_DISK_MOUNTOPT_DEFAULTS to a define
...
SVN revision: 56882
12 years ago
Brett Nash
9c927de649
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
12 years ago
Brett Nash
1415635f94
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
12 years ago
Mike Blumenkrantz
178cda4124
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
12 years ago
Sebastian Dransfeld
6067dad09e
Check for special "*" glob
...
SVN revision: 56878
12 years ago
Sebastian Dransfeld
6ad5b0111e
Remove unneeded header
...
SVN revision: 56877
12 years ago
Mike Blumenkrantz
a2b2f60c07
slightly more descriptive error messages for TAsns who think mount apps magically know where disks should be mounted
...
SVN revision: 56875
12 years ago
Sebastian Dransfeld
8c9ac9c967
Don't free strings from eet
...
SVN revision: 56874
12 years ago
Mike Blumenkrantz
5feb32f820
forgot a safety check here
...
SVN revision: 56873
12 years ago
Christopher Michael
0bee0601e1
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
12 years ago
Sebastian Dransfeld
851fcce119
Don't deref NULL pointer
...
SVN revision: 56868
12 years ago
Lucas De Marchi
81cc0b0cd5
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
12 years ago
Sebastian Dransfeld
01a9d81096
Wait for caches to update, then quit.
...
SVN revision: 56857
12 years ago
Sebastian Dransfeld
bd1b8e9985
renmae variable to prevent name clash
...
SVN revision: 56856
12 years ago
Sebastian Dransfeld
68c11a1c76
check >= to close fd
...
SVN revision: 56855
12 years ago
Sebastian Dransfeld
8c9083f65d
Add free callback to eet hashes
...
Fixes memleak
SVN revision: 56854
12 years ago
Sebastian Dransfeld
2728c70bc3
Don't free data from efreet_util_cache_names
...
SVN revision: 56853
12 years ago
Sebastian Dransfeld
021beae781
Move theme hash from efreet_icon to efreet_cache
...
SVN revision: 56852
12 years ago
Sebastian Dransfeld
2344ff9520
These TODO's are done
...
SVN revision: 56851
12 years ago
Sebastian Dransfeld
88efa51928
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
12 years ago
Brett Nash
8b90ca9676
Hardcode directfb and sdl to use 4 point maps.
...
SVN revision: 56828
12 years ago
Hannes Janetzek
0f47e4a0eb
fix segv of e's icon theme chooser. please review
...
SVN revision: 56818
12 years ago
Tom Hacohen
eaa25d4784
Evas font-query: Fixed compilation warnings. Cedric's compiler doesn't trust me like me compiler trusts me.
...
SVN revision: 56813
12 years ago
Cedric BAIL
80aae072ef
* edje: fix invalid memory access by edje alias code.
...
Reported by Jonathan Atton "Watchwolf".
SVN revision: 56810
12 years ago
Tom Hacohen
7c1e687056
Eina: Updated changelog.
...
SVN revision: 56809
12 years ago
Tom Hacohen
cb2587c8f6
Evas textblock: started using the new eina_unicode_strndup.
...
SVN revision: 56808
12 years ago
Tom Hacohen
9fcf0b3c46
Eina unicode: Added eina_unicode_strndup.
...
SVN revision: 56807
12 years ago
Tom Hacohen
5ceb0ce407
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
12 years ago
Carsten Haitzler
c743e4f56c
methinks nash you missed doing the pipe pipeline for map changes.
...
SVN revision: 56805
12 years ago
Carsten Haitzler
7881c0b849
improvement to gl engine wrt. caching.
...
SVN revision: 56801
12 years ago