Commit Graph

13830 Commits

Author SHA1 Message Date
Mike Blumenkrantz 13673082e0 stat was a bad choice
SVN revision: 60355
2011-06-15 15:48:41 +00:00
Cedric BAIL 7decbe6825 eina: +eina_hash_free_set.
SVN revision: 60354
2011-06-15 15:46:10 +00:00
Tom Hacohen 4d13de35e9 Evas textblock: Should invalidate before declaring the object as changed.
SVN revision: 60353
2011-06-15 14:57:38 +00:00
Tom Hacohen 2da2cd7611 Evas textblock: Fixed scale update.
SVN revision: 60352
2011-06-15 14:57:21 +00:00
Ulrich Eckhardt daabb017dc 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
2011-06-15 09:38:08 +00:00
Jiyoun Park 8729820393 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
2011-06-15 09:34:16 +00:00
ChunEon Park 21713b5991 evas/canvas - sorry i added two lines should not be added.
SVN revision: 60334
2011-06-15 09:02:04 +00:00
ChunEon Park b310df818a evas/canvas - it will be more standard computation. and compute less than before.
SVN revision: 60333
2011-06-15 08:57:45 +00:00
ChunEon Park bca5315dca evas/canvas - just removed white trailings
SVN revision: 60321
2011-06-15 00:48:38 +00:00
Gustavo Lima Chaves 3f57d86df3 [evas] Using @b where possible on docs.
SVN revision: 60319
2011-06-14 20:13:05 +00:00
Gustavo Lima Chaves aa0922e547 [evas] "the the" -> "the" on docs.
SVN revision: 60318
2011-06-14 20:12:59 +00:00
Gustavo Lima Chaves 4d8c554a08 [evas] Example files for basic object manipulation
functions.



SVN revision: 60317
2011-06-14 20:12:53 +00:00
Gustavo Lima Chaves b61a6eea67 [evas] Missing reference for an example.
And ditching unused variable on it.



SVN revision: 60316
2011-06-14 20:12:46 +00:00
Gustavo Lima Chaves 7f20733fd5 [evas] Samsung's note on doc contributions.
SVN revision: 60315
2011-06-14 20:12:39 +00:00
Gustavo Lima Chaves 2205a21281 [evas] Docs: fixing a doxygen group placement.
SVN revision: 60314
2011-06-14 20:12:33 +00:00
Gustavo Lima Chaves 07416c0e20 [evas] Docs: evas object -> Evas object
SVN revision: 60313
2011-06-14 20:12:28 +00:00
Gustavo Lima Chaves 9618de0653 [evas] Documentation fixes for object manipulation
functions.



SVN revision: 60312
2011-06-14 20:12:20 +00:00
Rafael Antognolli 5ab79258a2 eina: Add detailed description and some examples to Eina_Inlist.
SVN revision: 60310
2011-06-14 17:43:53 +00:00
Iván Briano cb94f911a4 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
2011-06-14 16:14:35 +00:00
Tom Hacohen 80a5464888 Evas: Fixed some annoying Wshadow warnings.
SVN revision: 60305
2011-06-14 14:04:07 +00:00
Tom Hacohen cd91e94255 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
2011-06-14 12:34:42 +00:00
Vincent Torri 36b21249d9 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
2011-06-14 07:02:14 +00:00
Gustavo Sverzut Barbieri 9155b5633f fix DSO build.
SVN revision: 60295
2011-06-13 20:11:00 +00:00
Rafael Antognolli 3921f4a27f embryo: add missing Doxyfile.in.
SVN revision: 60294
2011-06-13 19:30:32 +00:00
Rafael Antognolli a112e3a622 eeze: fix doc build when srcdir != builddir.
SVN revision: 60292
2011-06-13 18:28:39 +00:00
Rafael Antognolli 568175ab49 efreet: fix doc build when srcdir != builddir.
SVN revision: 60290
2011-06-13 18:03:52 +00:00
Rafael Antognolli 8becb43df7 edje: fix doc build when srcdir != builddir.
SVN revision: 60289
2011-06-13 17:53:28 +00:00
Jonas M. Gastal aab43b7ead eina: A few fixes for the Eina_List doc.
SVN revision: 60288
2011-06-13 17:46:22 +00:00
Rafael Antognolli 245716afe5 embryo: fix doc build when srcdir != builddir.
SVN revision: 60287
2011-06-13 17:42:55 +00:00
Rafael Antognolli 4a8437d838 ecore: fix doc build when srcdir != builddir.
SVN revision: 60286
2011-06-13 17:31:21 +00:00
Jonas M. Gastal d3ee1a3353 eina: Add acknowledgment of Samsung's patronage to
documentation project.



SVN revision: 60285
2011-06-13 16:44:08 +00:00
Jonas M. Gastal 0be4917595 eina: Eina_Accessor documentation.
SVN revision: 60284
2011-06-13 16:42:25 +00:00
Tom Hacohen b403eb49e0 Evas textblock: Fixed a rare issue with line wrapping and white stripping.
SVN revision: 60275
2011-06-13 16:04:55 +00:00
Carsten Haitzler cb74d132fb should now handle implicit object grabs with multi touch too..
SVN revision: 60265
2011-06-13 10:00:25 +00:00
Tom Hacohen 92bf12c773 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
2011-06-13 09:31:58 +00:00
Cedric BAIL 937cbfe675 evas: reorder accessing Evas_Object to prevent accessing them after their death.
SVN revision: 60260
2011-06-13 07:34:44 +00:00
Carsten Haitzler 6b8645a8b4 from sungwoo <- fix gl context setup with evas_gl when working between
windows.



SVN revision: 60257
2011-06-13 06:03:00 +00:00
Mike McCormack ad350741a0 ecore: Fix glib main loop busy waiting
SVN revision: 60253
2011-06-13 02:58:20 +00:00
Jiyoun Park fd68d7fdb6 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
2011-06-13 02:57:01 +00:00
Boris Faure e6119fa4d9 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Tom Hacohen 4489f92cf3 Edje text: Fix a rare issue causing ellipsis not to work.
SVN revision: 60240
2011-06-12 14:12:52 +00:00
Tom Hacohen 343a17c08c Edje min_restricted_calc: Fixed min height calculation for textblock.
SVN revision: 60239
2011-06-12 12:17:52 +00:00
Tom Hacohen ed8dd1c1d4 Eina strbuf: Add csize to documentation.
Thanks to Ulrich Eckhardt for the patch

SVN revision: 60236
2011-06-12 07:58:59 +00:00
Tom Hacohen 1fc8976439 Eina ustrbuf: Fixed eina_ustrbuf_prepend_char.
Thanks to Ulrich Eckhardt for the report.

SVN revision: 60235
2011-06-12 07:58:55 +00:00
Carsten Haitzler 724f2a70ef hmm not much testing of these ecore_x calls with backlight... at least
none of ecore_x_randr_window_outputs_get()



SVN revision: 60232
2011-06-12 01:09:09 +00:00
Daniel Juyung Seo 4c7bc3890e eina examples/eina_list_01.c: Added new line to explicitly separate
two outputs.


SVN revision: 60229
2011-06-11 09:17:31 +00:00
Daniel Juyung Seo bb41b4530a eina: Fixed doxygen.
SVN revision: 60228
2011-06-11 09:16:45 +00:00
Carsten Haitzler cf92b358ae wrn--
SVN revision: 60222
2011-06-11 03:52:30 +00:00
Daniel Juyung Seo 25b5223e6c Eina examples: Removed trailing whitespaces.
SVN revision: 60212
2011-06-11 01:24:04 +00:00
Gustavo Lima Chaves d6d4006e72 [evas] Pretifying NULL on docs.
SVN revision: 60210
2011-06-10 21:32:09 +00:00