Tom Hacohen [Sun, 27 Feb 2011 18:09:00 +0000 (18:09 +0000)]
Edje text: Fixed a bug with fit_x and cleaned everything up.
There was a bug that cause bad sizing (by 1pt) when fit was set, this is
now fixed.
Furthermore, for some reason we had a loop although we already jumped
to the last value right at the start. That didn't make any sense,
so I removed that as well.
SVN revision: 57394
Carsten Haitzler [Sun, 27 Feb 2011 16:21:39 +0000 (16:21 +0000)]
avoid segv on file set (zero imge data)
SVN revision: 57391
Carsten Haitzler [Sun, 27 Feb 2011 14:40:54 +0000 (14:40 +0000)]
remove.
SVN revision: 57387
Carsten Haitzler [Sun, 27 Feb 2011 11:27:02 +0000 (11:27 +0000)]
make label not have nothing after it. fix err when valgrind and
threads disabled.
SVN revision: 57373
Jihoon Kim [Sun, 27 Feb 2011 11:20:35 +0000 (11:20 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add
ecore_imf_context_preedit_string_with_attributes_get API
This is patch for adding
ecore_imf_context_preedit_string_with_attributes_get API.
In ecore_imf, there is ecore_imf_context_preedit_string_get API, but the
attribute info from input method engine cannot be got from it.
After discussing rater, we decided to add new API.
Attribute infomation can be got as Eina_List type containing
Ecore_IMF_Preedit_Attr structure items.
In this patch, ECORE_IMF_PREEDIT_TYPE_SUB1,2,3 means the depth of
preedit
style.
SVN revision: 57372
Vincent Torri [Sun, 27 Feb 2011 10:32:52 +0000 (10:32 +0000)]
formatting
SVN revision: 57368
Vincent Torri [Sun, 27 Feb 2011 10:31:18 +0000 (10:31 +0000)]
final fix for the static jpeg build on Windows
SVN revision: 57367
Tom Hacohen [Sun, 27 Feb 2011 10:25:22 +0000 (10:25 +0000)]
Edje entry: Added edje_object_part_text_cursor_pos_get/set.
This adds the ability to control the text position of an edje_entry.
Patch by Jihoon Kim.
SVN revision: 57365
Vincent Torri [Sun, 27 Feb 2011 10:04:19 +0000 (10:04 +0000)]
whitespaces--
SVN revision: 57362
Vincent Torri [Sun, 27 Feb 2011 10:02:59 +0000 (10:02 +0000)]
Evas jpeg saver: don't build and fix static build on Windows (jpeg saver does not compile)
SVN revision: 57361
Vincent Torri [Sun, 27 Feb 2011 09:37:14 +0000 (09:37 +0000)]
formatting and spell
SVN revision: 57359
Vincent Torri [Sun, 27 Feb 2011 09:31:00 +0000 (09:31 +0000)]
Actually, it's important and it's a compilation failure. Users
will know when it has been fixed
SVN revision: 57358
Vincent Torri [Sun, 27 Feb 2011 09:19:24 +0000 (09:19 +0000)]
Evas: fix static build of *bmp and tga loaders
not sure it needs a changelog entry. If yes, tell.
backport to 1.0 needed for bmp and tga
SVN revision: 57356
Vincent Torri [Sun, 27 Feb 2011 09:06:04 +0000 (09:06 +0000)]
* configure.ac:
force libtool >= 2.4
SVN revision: 57354
Massimo Maiurana [Fri, 25 Feb 2011 20:26:34 +0000 (20:26 +0000)]
updating various translations
SVN revision: 57327
Christopher Michael [Fri, 25 Feb 2011 18:42:44 +0000 (18:42 +0000)]
Ecore_Thread: Fix yet another doxy typo.
SVN revision: 57326
Christopher Michael [Fri, 25 Feb 2011 18:41:37 +0000 (18:41 +0000)]
Ecore_Thread: Fix doxy typo.
SVN revision: 57325
Cedric BAIL [Fri, 25 Feb 2011 11:33:19 +0000 (11:33 +0000)]
emotion: override engine by setting EMOTION_ENGINE environ.
SVN revision: 57320
Cedric BAIL [Fri, 25 Feb 2011 11:29:15 +0000 (11:29 +0000)]
ecore: fix timeline.
SVN revision: 57318
Boris Faure [Thu, 24 Feb 2011 21:55:00 +0000 (21:55 +0000)]
eina: typo in doc
SVN revision: 57312
Vincent Torri [Thu, 24 Feb 2011 19:37:21 +0000 (19:37 +0000)]
Ecore ecore_evas:
Fix Ecore_WinCE window type
SVN revision: 57310
Vincent Torri [Thu, 24 Feb 2011 19:24:39 +0000 (19:24 +0000)]
fix Windows CE compilation
SVN revision: 57308
Massimo Maiurana [Thu, 24 Feb 2011 17:28:12 +0000 (17:28 +0000)]
updating slovenian translation
SVN revision: 57305
Tom Hacohen [Thu, 24 Feb 2011 15:18:10 +0000 (15:18 +0000)]
Evas textblock: Added a workaround for a segfault.
The problem is that we currently do try to split even if we can't.
We should overview things and fix it in a more proper way, but this is
a good enough solution in the meanwhile, because this part will be fixed
soon.
SVN revision: 57301
Cedric BAIL [Thu, 24 Feb 2011 14:41:08 +0000 (14:41 +0000)]
edje: fix signal comming from box/table part.
Thanks to the report by Jonathan "Watchwolf" Atton.
SVN revision: 57299
Tom Hacohen [Thu, 24 Feb 2011 08:43:38 +0000 (08:43 +0000)]
Evas textblock: Don't set style if it's the same.
SVN revision: 57296
Tom Hacohen [Thu, 24 Feb 2011 08:43:34 +0000 (08:43 +0000)]
Evas textblock: Stringshare the style text of each style.
SVN revision: 57295
Tom Hacohen [Thu, 24 Feb 2011 08:43:30 +0000 (08:43 +0000)]
Evas textblock: Fix wrong behavior when updating style.
When updating style we should not clear the utf8 text but we should relayout.
And definitely not reset it.
SVN revision: 57294
Vincent Torri [Thu, 24 Feb 2011 07:52:25 +0000 (07:52 +0000)]
Ecore ecore_file:
fix compilation when ecore_con and curl are not available
When ecore_con and curl are not available, a callback using them
is still compiled.
SVN revision: 57293
Vincent Torri [Thu, 24 Feb 2011 07:46:43 +0000 (07:46 +0000)]
Ecore ecore_wince: fix compilation on Windows CE
SVN revision: 57291
Vincent Torri [Thu, 24 Feb 2011 07:05:50 +0000 (07:05 +0000)]
Eina chained mempool:
Fix a compilation failure when --disable-posix-threads
--disable-valgrind are passed to configure
When --disable-posix-threads --disable-valgrind are passed
to configure, a label is at the end of a block. Just add a
return to fix that problem.
SVN revision: 57290
Vincent Torri [Wed, 23 Feb 2011 20:57:30 +0000 (20:57 +0000)]
re-add autopoint for gettext stuff
SVN revision: 57287
Vincent Torri [Wed, 23 Feb 2011 20:56:29 +0000 (20:56 +0000)]
revert...
SVN revision: 57286
Vincent Torri [Wed, 23 Feb 2011 20:40:28 +0000 (20:40 +0000)]
re-add autopoint for gettext stuff
SVN revision: 57285
Mike Blumenkrantz [Wed, 23 Feb 2011 20:30:14 +0000 (20:30 +0000)]
Subject: Re: [E-devel] E SVN: discomfitor trunk/edje/src/bin
Date: Wed, 23 Feb 2011 20:25:38 +0100 (CET)
On Wed, 23 Feb 2011, Mike Blumenkrantz wrote:
> vtorri! help!!!! :(
try the attached patch
Vincent
SVN revision: 57284
Vincent Torri [Wed, 23 Feb 2011 19:34:27 +0000 (19:34 +0000)]
* src/lib/evil_stdio.c:
make vasprintf() compile on Windows CE
* src/lib/evil_time.c:
* src/lib/evil_time.h:
add stub tzset() for Windows CE
SVN revision: 57273
Mike Blumenkrantz [Wed, 23 Feb 2011 19:07:13 +0000 (19:07 +0000)]
whoops
SVN revision: 57272
Tom Hacohen [Wed, 23 Feb 2011 16:50:59 +0000 (16:50 +0000)]
Evas textblock: Remove a redundant cast.
SVN revision: 57268
Tom Hacohen [Wed, 23 Feb 2011 16:49:31 +0000 (16:49 +0000)]
Evas textblock: Fix the false-positive strict-aliasing issue with gcc.
Only happens with some versions of gcc. I think it's a false positive
because both of the items are compatible.
SVN revision: 57267
Tom Hacohen [Wed, 23 Feb 2011 11:53:29 +0000 (11:53 +0000)]
Evas font-engine: Also unref the fs->file (see last commit).
SVN revision: 57262
Tom Hacohen [Wed, 23 Feb 2011 11:50:09 +0000 (11:50 +0000)]
Evas font-engine: Ref fs->file if we use it.
SVN revision: 57261
Sebastian Dransfeld [Wed, 23 Feb 2011 09:33:24 +0000 (09:33 +0000)]
Efreet: Add comment for unchached desktop files
SVN revision: 57257
Mike Blumenkrantz [Wed, 23 Feb 2011 08:05:59 +0000 (08:05 +0000)]
kill off edje_cc on wince again
SVN revision: 57256
Mike Blumenkrantz [Wed, 23 Feb 2011 06:32:20 +0000 (06:32 +0000)]
fix install dir
SVN revision: 57254
Mike Blumenkrantz [Wed, 23 Feb 2011 02:51:32 +0000 (02:51 +0000)]
edje: change epp installdir
SVN revision: 57252
Cedric BAIL [Tue, 22 Feb 2011 18:09:19 +0000 (18:09 +0000)]
edje: fix propagation of recursive events.
SVN revision: 57248
Tom Hacohen [Tue, 22 Feb 2011 14:58:47 +0000 (14:58 +0000)]
Ecore imf: Added 'since 1.1.0' to doc of new funcs.
Patch by Jihoon Kim.
SVN revision: 57242
Tom Hacohen [Tue, 22 Feb 2011 13:00:02 +0000 (13:00 +0000)]
Evas font-engine: Fixed walking to use ptrs instead of indexes.
I.e walk using a ptr instead of arr[i] all the time. This should make
things faster. Also as part of the change, fixed char_index to be
an offset inside the string object, and not a general offset which was
bad.
SVN revision: 57241
Sebastian Dransfeld [Tue, 22 Feb 2011 12:52:58 +0000 (12:52 +0000)]
Efreet: Reset changed before scanning fallback
Changed must be EINA_FALSE before scanning fallback to not create false
positive.
SVN revision: 57240
Sebastian Dransfeld [Tue, 22 Feb 2011 12:52:46 +0000 (12:52 +0000)]
Efreet: Always trigger change file
changed flag isn't global, and is set to EINA_FALSE for each theme.
SVN revision: 57239
Sebastian Dransfeld [Tue, 22 Feb 2011 12:42:58 +0000 (12:42 +0000)]
Always trigger desktop cache update
E init process waits for this and must always get it.
SVN revision: 57238
Sebastian Dransfeld [Tue, 22 Feb 2011 12:42:46 +0000 (12:42 +0000)]
formatting
SVN revision: 57237
Cedric BAIL [Tue, 22 Feb 2011 12:23:12 +0000 (12:23 +0000)]
eet: remove warning of unused code.
NOTE: keeping the code around as it may be usefull.
SVN revision: 57236
Cedric BAIL [Tue, 22 Feb 2011 12:15:54 +0000 (12:15 +0000)]
ecore: forgot that we do use gettext somewhere in ecore.
SVN revision: 57235
Carsten Haitzler [Tue, 22 Feb 2011 12:12:37 +0000 (12:12 +0000)]
* Fixed bug smart calc array where it'd nuke the array when nested
process calls hapen and leave some objects uncalculated, but
removed from the array and marked as needing a calc thus never
getting back into the array.
SVN revision: 57234
Cedric BAIL [Tue, 22 Feb 2011 10:43:58 +0000 (10:43 +0000)]
efreet: write once cache to disk and notify only when needed.
NOTE: eet_sync just force the write of the eet file to the disk.
That's exactly what eet_close will do also. eet_sync is just to
be used when you are planning to still use it and don't want to
close it soon.
SVN revision: 57233
Cedric BAIL [Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)]
efl: add back touch on configure time generated file.
SVN revision: 57232
Tom Hacohen [Tue, 22 Feb 2011 09:33:22 +0000 (09:33 +0000)]
Evas: Updated changelog.
SVN revision: 57230
Tom Hacohen [Tue, 22 Feb 2011 09:31:19 +0000 (09:31 +0000)]
Evas textblock: Fixed setting cursor in evas_textblock_cursor_paragraph_char_last.
On empty paragraphs the cursor position was set to values < 0 which
is bad and caused issues in other places as well.
SVN revision: 57229
Carsten Haitzler [Tue, 22 Feb 2011 06:09:46 +0000 (06:09 +0000)]
Fix: ecore-file inotify fd would be duplicated in children
on fork. Have it detecti this on next monitor add and re-init
the inotify fd and fd handler.
SVN revision: 57228
Cedric BAIL [Mon, 21 Feb 2011 14:56:49 +0000 (14:56 +0000)]
efl: turn on cached result, that will reduce your configure time a lot !
SVN revision: 57213
Mike Blumenkrantz [Mon, 21 Feb 2011 08:04:44 +0000 (08:04 +0000)]
edje now uses (and installs if not previously found) epp as its default C preprocessor, providing consistent output across all platforms and allowing edje_cc to run on windows (vtorri!!)
fallbacks exist to use old behavior if epp fails.
SVN revision: 57210
Carsten Haitzler [Mon, 21 Feb 2011 06:38:44 +0000 (06:38 +0000)]
fix up chlog.
SVN revision: 57205
Carsten Haitzler [Mon, 21 Feb 2011 06:38:36 +0000 (06:38 +0000)]
default 300sec fix from raoul
SVN revision: 57204
Jihoon Kim [Mon, 21 Feb 2011 06:22:37 +0000 (06:22 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] ecore_imf_context_canvas_get,
ecore_imf_context_window_get
This patch includes the code to add ecore_imf_context_canvas_get and
ecore_imf_context_window_get.
These APIs are coupled with the ecore_imf_context_canvas_set and
ecore_imf_context_window_set.
SVN revision: 57203
Carsten Haitzler [Mon, 21 Feb 2011 06:12:28 +0000 (06:12 +0000)]
fix bug with prev/cur text state access in text obj for utf8 string.
SVN revision: 57201
Carsten Haitzler [Mon, 21 Feb 2011 05:56:28 +0000 (05:56 +0000)]
chlog++
SVN revision: 57200
WooHyun Jung [Mon, 21 Feb 2011 05:53:23 +0000 (05:53 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: RE: [E-devel] One bug in _edje_key_down_cb func (in
edje_entry.c)
I found one bug in _edje_key_down_cb func (in edje_entry.c)
When I input "Backspace" in an entry object, _signal_cursor_chagned_func(in
elm_entry.c) is not called.
This is because the following code in _edje_key_down_cb func (in edje_entry.c)
is not called.
if ((evas_textblock_cursor_compare(tc, en->cursor)) && (!cursor_changed))
_edje_emit(ed, "cursor,changed", rp->part->name);
Why not called ? Because ~ evas_textblock_cursor_compare(tc, en->cursor)
returns 0.
(i.e. old cursor and current cursor have the same position information)
I think old cursor should keep its position without any updating.
But in evas_textblock_cursor_char_delete() func, called by _backsapce func
(in edje_entry.c) -
old cursor's postion is updated as the current position.
SVN revision: 57199
Daniel Juyung Seo [Mon, 21 Feb 2011 01:48:41 +0000 (01:48 +0000)]
Edje edje_entry.c: Removed trailing whitespaces. Patch by Jihoon Kim <jihoon48.kim@samsung.com>
SVN revision: 57198
Christopher Michael [Sun, 20 Feb 2011 16:39:43 +0000 (16:39 +0000)]
Ecore_Evas: Add UNUSED where missing.
When building ecore_evas for gl, some functions had unused parameters.
Add UNUSED to those.
SVN revision: 57196
Vincent Torri [Sun, 20 Feb 2011 10:26:05 +0000 (10:26 +0000)]
formatting and warnings--
SVN revision: 57188
Vincent Torri [Sun, 20 Feb 2011 10:02:23 +0000 (10:02 +0000)]
Ecore_WinCE: do not erase a window background
SVN revision: 57186
Vincent Torri [Sun, 20 Feb 2011 08:37:43 +0000 (08:37 +0000)]
* fix a bug in the key up event ('space' key was not handled)
* Greatly improve the resize. Plain, without flickering, etc...
SVN revision: 57182
Mike Frysinger [Sun, 20 Feb 2011 01:21:33 +0000 (01:21 +0000)]
evas: fix building with libpng-1.5
this should work with libpng-1.[245].x; dont know about older versions
SVN revision: 57178
Sebastian Dransfeld [Sat, 19 Feb 2011 20:54:15 +0000 (20:54 +0000)]
TODO++
SVN revision: 57176
Sebastian Dransfeld [Sat, 19 Feb 2011 20:54:03 +0000 (20:54 +0000)]
Only print if verbose and TODO++
SVN revision: 57175
Sebastian Dransfeld [Sat, 19 Feb 2011 20:52:10 +0000 (20:52 +0000)]
Remove debug ouput
SVN revision: 57173
Carsten Haitzler [Sat, 19 Feb 2011 15:55:04 +0000 (15:55 +0000)]
changelog for todays fixes
SVN revision: 57164
Carsten Haitzler [Sat, 19 Feb 2011 15:53:47 +0000 (15:53 +0000)]
fix convert to a8. someone fixed this badly. fix right now.
SVN revision: 57163
Carsten Haitzler [Sat, 19 Feb 2011 15:48:46 +0000 (15:48 +0000)]
fix off by 1!
SVN revision: 57162
Carsten Haitzler [Sat, 19 Feb 2011 12:37:12 +0000 (12:37 +0000)]
add an ellipsis alias.
SVN revision: 57159
Mathieu Taillefumier [Sat, 19 Feb 2011 12:27:48 +0000 (12:27 +0000)]
From: Mathieu Taillefumier <mathieu.taillefumier@free.fr>
Subject: Re: [E-devel] [PATCH][Ecore] second version of the backlight
functions
Add backlight support impl - thanks mathieu
SVN revision: 57158
Vincent Torri [Fri, 18 Feb 2011 22:23:06 +0000 (22:23 +0000)]
add ethumb.spec back in dist
SVN revision: 57152
Vincent Torri [Fri, 18 Feb 2011 07:41:26 +0000 (07:41 +0000)]
don't add generated files in the distribution !
you were lucky, you broke distribution but the autotools
automatically add the files AUTHORS README and COPIYNG
SVN revision: 57145
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