Tom Hacohen [Wed, 15 Jun 2011 14:57:21 +0000 (14:57 +0000)]
Evas textblock: Fixed scale update.
SVN revision: 60352
Ulrich Eckhardt [Wed, 15 Jun 2011 09:38:08 +0000 (09:38 +0000)]
From: Ulrich Eckhardt <doomster@knuut.de>
Subject: [E-devel] Provide sensible errors for edje utilities
If you start edje_player or edje_inspector with a path to a file that doesn't
exist you get a bogus error message saying that the file doesn't contain any
groups. The attached patch uses access() to check if the program can read the
file, giving a sensible error message if not.
I have checked the other utilities there, too, and they work, with the
exception of edje_external_inspector. I'm not sure how this one works at all,
but it seems not to take a file but a list of modules, maybe someone with
greater insight can take a look at that.
Going through things installed under bin, I'll take a look if those behave
properly and create patches for those, too, if this one is okay.
SVN revision: 60338
Jiyoun Park [Wed, 15 Jun 2011 09:34:16 +0000 (09:34 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: [E-devel] [Patch] Evas_image_load_gif bug fix
I found if gif file didn't have colormap, evas make segmentation fault.
So I add null check code of the gif color map .
SVN revision: 60337
ChunEon Park [Wed, 15 Jun 2011 09:02:04 +0000 (09:02 +0000)]
evas/canvas - sorry i added two lines should not be added.
SVN revision: 60334
ChunEon Park [Wed, 15 Jun 2011 08:57:45 +0000 (08:57 +0000)]
evas/canvas - it will be more standard computation. and compute less than before.
SVN revision: 60333
ChunEon Park [Wed, 15 Jun 2011 00:48:38 +0000 (00:48 +0000)]
evas/canvas - just removed white trailings
SVN revision: 60321
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:13:05 +0000 (20:13 +0000)]
[evas] Using @b where possible on docs.
SVN revision: 60319
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:59 +0000 (20:12 +0000)]
[evas] "the the" -> "the" on docs.
SVN revision: 60318
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:53 +0000 (20:12 +0000)]
[evas] Example files for basic object manipulation
functions.
SVN revision: 60317
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:46 +0000 (20:12 +0000)]
[evas] Missing reference for an example.
And ditching unused variable on it.
SVN revision: 60316
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:39 +0000 (20:12 +0000)]
[evas] Samsung's note on doc contributions.
SVN revision: 60315
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:33 +0000 (20:12 +0000)]
[evas] Docs: fixing a doxygen group placement.
SVN revision: 60314
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:28 +0000 (20:12 +0000)]
[evas] Docs: evas object -> Evas object
SVN revision: 60313
Gustavo Lima Chaves [Tue, 14 Jun 2011 20:12:20 +0000 (20:12 +0000)]
[evas] Documentation fixes for object manipulation
functions.
SVN revision: 60312
Rafael Antognolli [Tue, 14 Jun 2011 17:43:53 +0000 (17:43 +0000)]
eina: Add detailed description and some examples to Eina_Inlist.
SVN revision: 60310
Iván Briano [Tue, 14 Jun 2011 16:14:35 +0000 (16:14 +0000)]
Slight improvement to Eet documentation.
It was mostly done already and examples were there, but some things were
revamped, clarified and now there's a detailed explanation on more important
groups.
SVN revision: 60308
Tom Hacohen [Tue, 14 Jun 2011 14:04:07 +0000 (14:04 +0000)]
Evas: Fixed some annoying Wshadow warnings.
SVN revision: 60305
Tom Hacohen [Tue, 14 Jun 2011 12:34:42 +0000 (12:34 +0000)]
Evas bidi: Fix line reordering.
We passed the wrong offset of the embedding level, moved to just using
the offset part of the API. Also, Fribidi expects v_to_l to point to the
start of a (start + len) sized buffer, fixed that as well.
SVN revision: 60304
Vincent Torri [Tue, 14 Jun 2011 07:02:14 +0000 (07:02 +0000)]
From: Vincent Torri <vtorri@univ-evry.fr>
Subject: [E-devel] Edje: using fdopen instead of fopen in edje_cc
On windows, using open() followed by fopen() does not work. Hence, in
edje_cc, where mkstemp (which uses open) is followed by fopen, edje_cc
fails.
Instead of fopen, we can use fdopen. I pasted a patch below. Can you
comment it (like, instead of keeping the filename in the function that
i modified, why not using it for the fd?
(changes - closefd) removed from data_write_scripts() as fclose()
handles that)
SVN revision: 60299
Gustavo Sverzut Barbieri [Mon, 13 Jun 2011 20:11:00 +0000 (20:11 +0000)]
fix DSO build.
SVN revision: 60295
Rafael Antognolli [Mon, 13 Jun 2011 19:30:32 +0000 (19:30 +0000)]
embryo: add missing Doxyfile.in.
SVN revision: 60294
Rafael Antognolli [Mon, 13 Jun 2011 18:28:39 +0000 (18:28 +0000)]
eeze: fix doc build when srcdir != builddir.
SVN revision: 60292
Rafael Antognolli [Mon, 13 Jun 2011 18:03:52 +0000 (18:03 +0000)]
efreet: fix doc build when srcdir != builddir.
SVN revision: 60290
Rafael Antognolli [Mon, 13 Jun 2011 17:53:28 +0000 (17:53 +0000)]
edje: fix doc build when srcdir != builddir.
SVN revision: 60289
Jonas M. Gastal [Mon, 13 Jun 2011 17:46:22 +0000 (17:46 +0000)]
eina: A few fixes for the Eina_List doc.
SVN revision: 60288
Rafael Antognolli [Mon, 13 Jun 2011 17:42:55 +0000 (17:42 +0000)]
embryo: fix doc build when srcdir != builddir.
SVN revision: 60287
Rafael Antognolli [Mon, 13 Jun 2011 17:31:21 +0000 (17:31 +0000)]
ecore: fix doc build when srcdir != builddir.
SVN revision: 60286
Jonas M. Gastal [Mon, 13 Jun 2011 16:44:08 +0000 (16:44 +0000)]
eina: Add acknowledgment of Samsung's patronage to
documentation project.
SVN revision: 60285
Jonas M. Gastal [Mon, 13 Jun 2011 16:42:25 +0000 (16:42 +0000)]
eina: Eina_Accessor documentation.
SVN revision: 60284
Tom Hacohen [Mon, 13 Jun 2011 16:04:55 +0000 (16:04 +0000)]
Evas textblock: Fixed a rare issue with line wrapping and white stripping.
SVN revision: 60275
Carsten Haitzler [Mon, 13 Jun 2011 10:00:25 +0000 (10:00 +0000)]
should now handle implicit object grabs with multi touch too..
SVN revision: 60265
Tom Hacohen [Mon, 13 Jun 2011 09:31:58 +0000 (09:31 +0000)]
Revert "Edje min_restricted_calc: Fixed min height calculation for textblock."
This reverts commit 60239
I guess the world is not ready for correct min height calculation, too
many things depend on the current behavior. Will re-apply sometime in
the future.
SVN revision: 60264
Cedric BAIL [Mon, 13 Jun 2011 07:34:44 +0000 (07:34 +0000)]
evas: reorder accessing Evas_Object to prevent accessing them after their death.
SVN revision: 60260
Carsten Haitzler [Mon, 13 Jun 2011 06:03:00 +0000 (06:03 +0000)]
from sungwoo <- fix gl context setup with evas_gl when working between
windows.
SVN revision: 60257
Mike McCormack [Mon, 13 Jun 2011 02:58:20 +0000 (02:58 +0000)]
ecore: Fix glib main loop busy waiting
SVN revision: 60253
Jiyoun Park [Mon, 13 Jun 2011 02:57:01 +0000 (02:57 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: [E-devel] [Patch] evas scale function overflow problem.
patch in with modifications to be "nicer" to deal with.
SVN revision: 60252
Boris Faure [Sun, 12 Jun 2011 21:38:37 +0000 (21:38 +0000)]
remove .cvsignore files
SVN revision: 60246
Tom Hacohen [Sun, 12 Jun 2011 14:12:52 +0000 (14:12 +0000)]
Edje text: Fix a rare issue causing ellipsis not to work.
SVN revision: 60240
Tom Hacohen [Sun, 12 Jun 2011 12:17:52 +0000 (12:17 +0000)]
Edje min_restricted_calc: Fixed min height calculation for textblock.
SVN revision: 60239
Tom Hacohen [Sun, 12 Jun 2011 07:58:59 +0000 (07:58 +0000)]
Eina strbuf: Add csize to documentation.
Thanks to Ulrich Eckhardt for the patch
SVN revision: 60236
Tom Hacohen [Sun, 12 Jun 2011 07:58:55 +0000 (07:58 +0000)]
Eina ustrbuf: Fixed eina_ustrbuf_prepend_char.
Thanks to Ulrich Eckhardt for the report.
SVN revision: 60235
Carsten Haitzler [Sun, 12 Jun 2011 01:09:09 +0000 (01:09 +0000)]
hmm not much testing of these ecore_x calls with backlight... at least
none of ecore_x_randr_window_outputs_get()
SVN revision: 60232
Daniel Juyung Seo [Sat, 11 Jun 2011 09:17:31 +0000 (09:17 +0000)]
eina examples/eina_list_01.c: Added new line to explicitly separate
two outputs.
SVN revision: 60229
Daniel Juyung Seo [Sat, 11 Jun 2011 09:16:45 +0000 (09:16 +0000)]
eina: Fixed doxygen.
SVN revision: 60228
Carsten Haitzler [Sat, 11 Jun 2011 03:52:30 +0000 (03:52 +0000)]
wrn--
SVN revision: 60222
Daniel Juyung Seo [Sat, 11 Jun 2011 01:24:04 +0000 (01:24 +0000)]
Eina examples: Removed trailing whitespaces.
SVN revision: 60212
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:32:09 +0000 (21:32 +0000)]
[evas] Pretifying NULL on docs.
SVN revision: 60210
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:32:02 +0000 (21:32 +0000)]
[evas] Examples on the last block of documented
functions.
SVN revision: 60209
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:31:52 +0000 (21:31 +0000)]
[evas] Use this doxygen trick.
SVN revision: 60208
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:31:44 +0000 (21:31 +0000)]
[evas] Remove warnings.
SVN revision: 60207
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:31:26 +0000 (21:31 +0000)]
[evas] Typos here.
SVN revision: 60206
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:31:17 +0000 (21:31 +0000)]
[evas] No need to double check dependencies of external
libs on examples.
SVN revision: 60205
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:31:09 +0000 (21:31 +0000)]
[evas] Document one more block of functions.
Examples for them come next.
SVN revision: 60204
Gustavo Lima Chaves [Fri, 10 Jun 2011 21:31:01 +0000 (21:31 +0000)]
[evas] Fixing typo.
SVN revision: 60203
Christopher Michael [Fri, 10 Jun 2011 16:43:23 +0000 (16:43 +0000)]
Edje: Fix 'variable may be used uninitialized' warning.
SVN revision: 60197
Christopher Michael [Fri, 10 Jun 2011 16:41:45 +0000 (16:41 +0000)]
Edje: Fix 'variable may be used uninitialized' warning. Fix some
formatting.
SVN revision: 60196
Jonas M. Gastal [Fri, 10 Jun 2011 14:54:01 +0000 (14:54 +0000)]
eina: Add missing hash table image and make imgs work for
latex docs.
SVN revision: 60194
Jonas M. Gastal [Fri, 10 Jun 2011 13:42:19 +0000 (13:42 +0000)]
eina: Eina_Iterator documentation.
SVN revision: 60193
Jonas M. Gastal [Fri, 10 Jun 2011 13:41:59 +0000 (13:41 +0000)]
eina: Eina_Array documentation.
SVN revision: 60192
Jonas M. Gastal [Fri, 10 Jun 2011 13:40:50 +0000 (13:40 +0000)]
eina: Documentation for Eina_List.
SVN revision: 60191
Cedric BAIL [Fri, 10 Jun 2011 10:33:59 +0000 (10:33 +0000)]
eet: add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper.
SVN revision: 60188
Tom Hacohen [Fri, 10 Jun 2011 10:12:51 +0000 (10:12 +0000)]
Evas textblock: Fixed charwrap for very small textblocks.
SVN revision: 60185
Daniel Juyung Seo [Fri, 10 Jun 2011 07:26:56 +0000 (07:26 +0000)]
Ecore ecore_events.c: Fixed indentation.
SVN revision: 60179
Carsten Haitzler [Fri, 10 Jun 2011 05:50:45 +0000 (05:50 +0000)]
fix epp case for:
#define AA(x) x
#define BB(a,b) \
AA(a+b)
BB(1,1)
SVN revision: 60173
Fabiano Fidêncio [Fri, 10 Jun 2011 03:41:48 +0000 (03:41 +0000)]
Ooops! Fixing eina_list_sorted doc, again!
SVN revision: 60162
Fabiano Fidêncio [Fri, 10 Jun 2011 03:33:01 +0000 (03:33 +0000)]
Fixing eina_list_sort docs
SVN revision: 60161
Christopher Michael [Thu, 9 Jun 2011 19:25:21 +0000 (19:25 +0000)]
Evas: GL_X11 engine: Do not set UNUSED on variables that we actually
use and remove some extra whitespace between functions.
SVN revision: 60153
Rafael Antognolli [Thu, 9 Jun 2011 18:53:38 +0000 (18:53 +0000)]
eina: add autotools rules to building and installing examples.
SVN revision: 60150
Rafael Antognolli [Thu, 9 Jun 2011 18:52:45 +0000 (18:52 +0000)]
[eina] Add high-level documentation and examples for Eina_Hash.
SVN revision: 60149
Gustavo Lima Chaves [Thu, 9 Jun 2011 17:01:34 +0000 (17:01 +0000)]
[evas] No cscope files tracked by git.
SVN revision: 60146
Gustavo Lima Chaves [Thu, 9 Jun 2011 17:01:27 +0000 (17:01 +0000)]
[evas] Fixing placement of key input funcions' doc
group.
Documentation comes later.
SVN revision: 60145
Gustavo Lima Chaves [Thu, 9 Jun 2011 17:01:21 +0000 (17:01 +0000)]
[evas] Reorganizing evas events documenting blocks.
SVN revision: 60144
Gustavo Lima Chaves [Thu, 9 Jun 2011 17:01:14 +0000 (17:01 +0000)]
[evas] Documentation bumps on
evas{_init,_shutdown,_load_error_str}.
SVN revision: 60143
Gustavo Lima Chaves [Thu, 9 Jun 2011 17:00:24 +0000 (17:00 +0000)]
[evas] Example code for evas{_init,_shutdown,_load_error_str}.
SVN revision: 60142
Gustavo Lima Chaves [Thu, 9 Jun 2011 16:48:31 +0000 (16:48 +0000)]
[evas] Lots of documentation groups didn't have end
delimiters set.
SVN revision: 60141
Gustavo Lima Chaves [Thu, 9 Jun 2011 16:48:24 +0000 (16:48 +0000)]
[evas] Tell doxygen how our example files are.
SVN revision: 60140
Gustavo Lima Chaves [Thu, 9 Jun 2011 16:48:16 +0000 (16:48 +0000)]
[evas] Cleaning whitespaces at doxyfile.
SVN revision: 60139
Cedric BAIL [Thu, 9 Jun 2011 15:32:08 +0000 (15:32 +0000)]
ecore: since...
SVN revision: 60136
Cedric BAIL [Thu, 9 Jun 2011 14:54:24 +0000 (14:54 +0000)]
ecore: add ecore_pipe_wait.
SVN revision: 60135
Cedric BAIL [Thu, 9 Jun 2011 10:26:55 +0000 (10:26 +0000)]
edje: forgotten ChangeLog, if no side effect, should backport it.
SVN revision: 60129
Cedric BAIL [Thu, 9 Jun 2011 10:16:00 +0000 (10:16 +0000)]
eet: correctly protect Eina_File during eet_close.
SVN revision: 60127
Tom Hacohen [Thu, 9 Jun 2011 08:08:43 +0000 (08:08 +0000)]
Edje text: Fix part_text_append to work with not editable textblocks.
SVN revision: 60119
ChunEon Park [Thu, 9 Jun 2011 03:08:50 +0000 (03:08 +0000)]
evas/canvas - removed white trailing
SVN revision: 60112
ChunEon Park [Thu, 9 Jun 2011 02:45:59 +0000 (02:45 +0000)]
evas/canvas - removed white spaces / fixed indentation
SVN revision: 60109
Carsten Haitzler [Wed, 8 Jun 2011 03:04:12 +0000 (03:04 +0000)]
neon rendering bug - fix by disabling
SVN revision: 60068
Carsten Haitzler [Wed, 8 Jun 2011 02:59:52 +0000 (02:59 +0000)]
fix eina prefix - somehow using elm_init make it find the wrong prefix
for the lib. weird.
SVN revision: 60066
Vincent Torri [Tue, 7 Jun 2011 22:21:25 +0000 (22:21 +0000)]
Ecore: ecore_thread : free resources, spotted by Ulrich Eckhardt
SVN revision: 60057
Vincent Torri [Tue, 7 Jun 2011 22:17:09 +0000 (22:17 +0000)]
Ecore : ecore_wince : remove useless casts. Spotted by Ulrich Eckhardt
SVN revision: 60056
Vincent Torri [Tue, 7 Jun 2011 22:12:58 +0000 (22:12 +0000)]
fix doc
SVN revision: 60054
Christopher Michael [Tue, 7 Jun 2011 22:09:18 +0000 (22:09 +0000)]
Evas: Make sure we return a value from image_load_orientation_get.
SVN revision: 60052
Vincent Torri [Tue, 7 Jun 2011 21:59:08 +0000 (21:59 +0000)]
Ecore : ecore_win32 : remove useless casts. Spotted by Ulrich Eckhardt
SVN revision: 60051
Cedric BAIL [Tue, 7 Jun 2011 16:30:10 +0000 (16:30 +0000)]
eio: associate data to a file behing listed assynchronously.
SVN revision: 60043
Cedric BAIL [Tue, 7 Jun 2011 13:39:13 +0000 (13:39 +0000)]
evas: add evas_object_image_load_orientation_set, evas_object_image_load_orientation_get.
SVN revision: 60040
Cedric BAIL [Tue, 7 Jun 2011 13:34:18 +0000 (13:34 +0000)]
evas: use Eina_File for JPEG loader.
SVN revision: 60039
Tom Hacohen [Tue, 7 Jun 2011 11:38:07 +0000 (11:38 +0000)]
Evas textblock: Fixed two ellipsis issues.
1. If there's no wrapping enabled, do ellipsis even if we still have vertical
room left.
2. Fixed updating of o->have_ellipsis.
SVN revision: 60038
Mike McCormack [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files
SVN revision: 60034
Cedric BAIL [Tue, 7 Jun 2011 07:43:32 +0000 (07:43 +0000)]
edje: update hints after loading GROUP.
SVN revision: 60026
Vincent Torri [Tue, 7 Jun 2011 06:37:25 +0000 (06:37 +0000)]
Ecore: ecore_pipe : fix function name in magic check. Reported by Ulrich Eckhardt
SVN revision: 60023
ChunEon Park [Tue, 7 Jun 2011 04:30:25 +0000 (04:30 +0000)]
evas/evas_gl - removed white spaces / fixed identation
SVN revision: 60019
Rafael Antognolli [Mon, 6 Jun 2011 20:29:10 +0000 (20:29 +0000)]
eet: fix 'make doc' when srcdir != builddir.
SVN revision: 60006