Rui Seabra [Thu, 17 Feb 2011 23:21:02 +0000 (23:21 +0000)]
Oops :)
SVN revision: 57141
Rui Seabra [Thu, 17 Feb 2011 23:13:36 +0000 (23:13 +0000)]
Add rpm spec to eio and one more entry to svn:ignore.
SVN revision: 57140
Rui Seabra [Thu, 17 Feb 2011 23:05:11 +0000 (23:05 +0000)]
Add an rpm spec and a few more svn:ignore references.
SVN revision: 57139
Christopher Michael [Thu, 17 Feb 2011 20:11:20 +0000 (20:11 +0000)]
Ecore_X_Image: Add missing LOGFN for ecore_x_image_put.
SVN revision: 57134
Christopher Michael [Thu, 17 Feb 2011 18:38:56 +0000 (18:38 +0000)]
Ecore_X_Image: Add trap for potential missing XImage.
if Ecore_X_Image-->XImage does not exist, we call
_ecore_x_image_shm_create to create it via shm, BUT that function
can return a NULL XImage if shm is not supported, so we need to check
the return of that, else we are calling XShmPutImage with no XImage.
(NB: This should probably be backported to 1.0...if someone could
handle that please ?)
SVN revision: 57130
Cedric BAIL [Thu, 17 Feb 2011 15:59:07 +0000 (15:59 +0000)]
eio: add eio_dir_stat_ls.
SVN revision: 57129
Tom Hacohen [Thu, 17 Feb 2011 11:49:37 +0000 (11:49 +0000)]
Eina ut8: Made the utf8 parser tests more complete.
Added standalone continuation bytes tests.
Added isolated starting sequences tests
Added incomplete sequences tests
Added Overlong representations tests.
And I think that's it. Still need to add tests for surrogate pairs.
SVN revision: 57123
Vincent Torri [Thu, 17 Feb 2011 08:34:42 +0000 (08:34 +0000)]
Better headers check.
Btw, should we include inttypes.h where we include stdint.h ?
SVN revision: 57114
Tom Hacohen [Thu, 17 Feb 2011 07:53:49 +0000 (07:53 +0000)]
Eina utf8: Handle overlong representations in the parser.
SVN revision: 57112
Mike Blumenkrantz [Thu, 17 Feb 2011 07:29:12 +0000 (07:29 +0000)]
+eina_list_move* for moving list node data to another list
SVN revision: 57110
Tom Hacohen [Wed, 16 Feb 2011 16:43:49 +0000 (16:43 +0000)]
Evas: Updated changelog.
SVN revision: 57098
Tom Hacohen [Wed, 16 Feb 2011 16:36:16 +0000 (16:36 +0000)]
Evas font: Draw the replacement char whan the glyph can't be found.
SVN revision: 57097
Tom Hacohen [Wed, 16 Feb 2011 16:00:17 +0000 (16:00 +0000)]
Evas encoding: Removed Evas_Encoding and moved to eina_unicode_utf8* instead.
SVN revision: 57096
Tom Hacohen [Wed, 16 Feb 2011 15:43:29 +0000 (15:43 +0000)]
Eina coverage: Added eina_unicode_utf8_* and utf8<->Eina_Unicode testing coverage.
SVN revision: 57094
Tom Hacohen [Wed, 16 Feb 2011 15:43:25 +0000 (15:43 +0000)]
Eina unicode: Added utf8 handling functions and also added Eina_Unicode<->UTF-8 conversions.
It's the functions from Evas_Encoding that have been renamed.
I also added support for 6byte UTF-8 conversion (Eina_Unicode->UTF-8).
SVN revision: 57093
Tom Hacohen [Wed, 16 Feb 2011 14:59:36 +0000 (14:59 +0000)]
Evas encoding: Should be bitwise AND and not logical AND.
SVN revision: 57092
Tom Hacohen [Wed, 16 Feb 2011 13:17:09 +0000 (13:17 +0000)]
Evas encoding: Fixed an issue with the return value of prev_get when at the start.
SVN revision: 57091
Tom Hacohen [Wed, 16 Feb 2011 13:00:50 +0000 (13:00 +0000)]
Evas encoding: Made the utf8 parser more robust.
In now handles more error cases in a more correct way.
SVN revision: 57090
Tom Hacohen [Wed, 16 Feb 2011 13:00:41 +0000 (13:00 +0000)]
Evas textblock: Fixed possible issue with word/mixed wrapping.
SVN revision: 57089
Cedric BAIL [Wed, 16 Feb 2011 12:46:24 +0000 (12:46 +0000)]
ecore: oops, forgotten return.
SVN revision: 57088
Cedric BAIL [Wed, 16 Feb 2011 12:44:34 +0000 (12:44 +0000)]
ecore: Add ecore_file_download_full patch by Sangho Park <gouache95@gmail.com>
SVN revision: 57087
Tom Hacohen [Wed, 16 Feb 2011 11:33:32 +0000 (11:33 +0000)]
Eina Changelog: Updated changelog (zmike's change)
SVN revision: 57086
Tom Hacohen [Wed, 16 Feb 2011 09:43:57 +0000 (09:43 +0000)]
Evas textblock: Fixed an issue with item size calculation.
This caused some issues in some cases. Just switch continue with a goto to the end of the loop so we'll be able to calculate the sizes even when we don't need to format the format item.
SVN revision: 57081
Mike Blumenkrantz [Wed, 16 Feb 2011 09:34:27 +0000 (09:34 +0000)]
+EINA_INLIST_FOREACH_SAFE
it looks crazy, but it works somehow
SVN revision: 57080
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
Mike Blumenkrantz [Tue, 15 Feb 2011 20:17:48 +0000 (20:17 +0000)]
only log error events for actual errors
SVN revision: 57065
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
Sebastian Dransfeld [Tue, 15 Feb 2011 18:51:06 +0000 (18:51 +0000)]
TODO++
SVN revision: 57061
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
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
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
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
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
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
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
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
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
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
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
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
Tom Hacohen [Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)]
Evas: updated changelog.
SVN revision: 57020
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
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