ChunEon Park [Mon, 14 Feb 2011 13:59:36 +0000 (13:59 +0000)]
evas/engines - fixed invalid variable usage.
SVN revision: 57017
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
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
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
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
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
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
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
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
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
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
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
Mike Blumenkrantz [Mon, 14 Feb 2011 01:47:37 +0000 (01:47 +0000)]
add filter for exe events
SVN revision: 57000
Mike Blumenkrantz [Mon, 14 Feb 2011 01:32:40 +0000 (01:32 +0000)]
disregard previous commit, must have been high
SVN revision: 56999
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
Tom Hacohen [Sun, 13 Feb 2011 16:35:03 +0000 (16:35 +0000)]
Evas font: removed an obsolete comment.
SVN revision: 56989
Tom Hacohen [Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)]
Evas textblock: Improved error message.
SVN revision: 56984
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
Brett Nash [Sun, 13 Feb 2011 00:27:03 +0000 (00:27 +0000)]
Fix the semicolon, and small optimisation.
SVN revision: 56975
Carsten Haitzler [Sat, 12 Feb 2011 14:50:25 +0000 (14:50 +0000)]
fix silly sized scaling issue.
SVN revision: 56962
Sebastian Dransfeld [Fri, 11 Feb 2011 13:49:25 +0000 (13:49 +0000)]
TODO++
SVN revision: 56951
Mike Blumenkrantz [Fri, 11 Feb 2011 07:38:27 +0000 (07:38 +0000)]
+ecore_con_client_port_get
SVN revision: 56950
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
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
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
Mike Blumenkrantz [Fri, 11 Feb 2011 03:11:09 +0000 (03:11 +0000)]
formatting
SVN revision: 56945
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
Mike Blumenkrantz [Thu, 10 Feb 2011 19:44:18 +0000 (19:44 +0000)]
changelog for previous commit
SVN revision: 56935
Mike Blumenkrantz [Thu, 10 Feb 2011 19:22:30 +0000 (19:22 +0000)]
avoid double printing errors
SVN revision: 56934
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
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
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
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
Sebastian Dransfeld [Thu, 10 Feb 2011 14:41:36 +0000 (14:41 +0000)]
remove wrong comment, fixed
SVN revision: 56919
Sebastian Dransfeld [Thu, 10 Feb 2011 14:37:59 +0000 (14:37 +0000)]
TODO--
Fixed
SVN revision: 56918
Sebastian Dransfeld [Thu, 10 Feb 2011 14:34:03 +0000 (14:34 +0000)]
move NON_EXISTING define to efreet_cache
SVN revision: 56917
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
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
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:54 +0000 (14:25 +0000)]
Add more testing to tests
SVN revision: 56913
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:44 +0000 (14:25 +0000)]
Move desktop cache to efreet_cache.c
SVN revision: 56912
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:33 +0000 (14:25 +0000)]
Delay cache recreation with a timer
SVN revision: 56911
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
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:13 +0000 (14:25 +0000)]
Fix memleak in desktop cache create
SVN revision: 56909
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:00 +0000 (14:25 +0000)]
efreet_cache_icon -> efreet_icon
SVN revision: 56908
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:50 +0000 (14:24 +0000)]
Free hashes on init error
SVN revision: 56907
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
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:30 +0000 (14:24 +0000)]
Move struct only used for cache
SVN revision: 56905
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:20 +0000 (14:24 +0000)]
move around some code
SVN revision: 56904
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:09 +0000 (14:24 +0000)]
Make efreet_cache_icon_theme_free static
SVN revision: 56903
Sebastian Dransfeld [Thu, 10 Feb 2011 14:23:31 +0000 (14:23 +0000)]
Remove unneeded EAPI
SVN revision: 56902
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
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
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
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
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
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
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
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
Mike Blumenkrantz [Wed, 9 Feb 2011 21:36:37 +0000 (21:36 +0000)]
demonstrate eeze_disk_mountopts_get for coverage
SVN revision: 56883
Mike Blumenkrantz [Wed, 9 Feb 2011 21:36:14 +0000 (21:36 +0000)]
switch EEZE_DISK_MOUNTOPT_DEFAULTS to a define
SVN revision: 56882
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
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
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
Sebastian Dransfeld [Wed, 9 Feb 2011 21:20:42 +0000 (21:20 +0000)]
Check for special "*" glob
SVN revision: 56878
Sebastian Dransfeld [Wed, 9 Feb 2011 21:20:28 +0000 (21:20 +0000)]
Remove unneeded header
SVN revision: 56877
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
Sebastian Dransfeld [Wed, 9 Feb 2011 20:43:43 +0000 (20:43 +0000)]
Don't free strings from eet
SVN revision: 56874
Mike Blumenkrantz [Wed, 9 Feb 2011 20:38:09 +0000 (20:38 +0000)]
forgot a safety check here
SVN revision: 56873
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
Sebastian Dransfeld [Wed, 9 Feb 2011 18:36:12 +0000 (18:36 +0000)]
Don't deref NULL pointer
SVN revision: 56868
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
Sebastian Dransfeld [Wed, 9 Feb 2011 17:10:12 +0000 (17:10 +0000)]
Wait for caches to update, then quit.
SVN revision: 56857
Sebastian Dransfeld [Wed, 9 Feb 2011 17:10:00 +0000 (17:10 +0000)]
renmae variable to prevent name clash
SVN revision: 56856
Sebastian Dransfeld [Wed, 9 Feb 2011 17:09:49 +0000 (17:09 +0000)]
check >= to close fd
SVN revision: 56855
Sebastian Dransfeld [Wed, 9 Feb 2011 17:09:38 +0000 (17:09 +0000)]
Add free callback to eet hashes
Fixes memleak
SVN revision: 56854
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
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
Sebastian Dransfeld [Wed, 9 Feb 2011 17:08:50 +0000 (17:08 +0000)]
These TODO's are done
SVN revision: 56851
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
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
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
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
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
Tom Hacohen [Tue, 8 Feb 2011 13:47:41 +0000 (13:47 +0000)]
Eina: Updated changelog.
SVN revision: 56809
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
Tom Hacohen [Tue, 8 Feb 2011 13:43:03 +0000 (13:43 +0000)]
Eina unicode: Added eina_unicode_strndup.
SVN revision: 56807
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
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
Carsten Haitzler [Tue, 8 Feb 2011 11:41:38 +0000 (11:41 +0000)]
improvement to gl engine wrt. caching.
SVN revision: 56801
Carsten Haitzler [Tue, 8 Feb 2011 11:37:48 +0000 (11:37 +0000)]
hey... no printfs during all that lighting calcing :)
SVN revision: 56800
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
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
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
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
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:22 +0000 (21:33 +0000)]
Move lock creation to own function for cache
SVN revision: 56786
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:11 +0000 (21:33 +0000)]
Do init efreet before using efreet_*() functions
SVN revision: 56785
Sebastian Dransfeld [Mon, 7 Feb 2011 21:33:01 +0000 (21:33 +0000)]
Don't create cache dir several times
SVN revision: 56784
Sebastian Dransfeld [Mon, 7 Feb 2011 21:19:36 +0000 (21:19 +0000)]
Fix doc
SVN revision: 56783
Brett Nash [Mon, 7 Feb 2011 04:27:48 +0000 (04:27 +0000)]
Clean up for proxies.
SVN revision: 56781
Brett Nash [Mon, 7 Feb 2011 04:18:37 +0000 (04:18 +0000)]
Manual merge of proxy code (inc ChangeLog)
SVN revision: 56780