Commit Graph

14109 Commits

Author SHA1 Message Date
Vincent Torri 01221a32b0 From: Vincent Torri <vtorri@univ-evry.fr>
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] E SVN: raster trunk/edje/src/lib
Date: Wed, 22 Jun 2011 15:32:41 +0200 (CEST)

On Wed, 22 Jun 2011, Enlightenment SVN wrote:

 [...]  

i would have prefered a beautiful colored spank message with ERR

Vincent


SVN revision: 60591
2011-06-22 13:50:59 +00:00
Carsten Haitzler 28dd497f4b for the french.
SVN revision: 60590
2011-06-22 13:28:43 +00:00
Carsten Haitzler 6c96111e0a dont bloody cache files! all this will do is leak them forever. no
cache. JUSt a shared hash. ZERO speculative retention cache. it was
broken before anyway.

grrrrr..........



SVN revision: 60589
2011-06-22 12:47:12 +00:00
Cedric BAIL 2861b7b473 edje: remove debug printf.
SVN revision: 60587
2011-06-22 11:05:02 +00:00
Cedric BAIL 66098e4c82 edje: don't forget to del text_class when destroying object.
SVN revision: 60585
2011-06-22 09:47:16 +00:00
Cedric BAIL 6aade06b3f eina: fix eina_stringshare_dump bug #791 reported by jgastal@profusion.mobi.
SVN revision: 60580
2011-06-22 08:14:32 +00:00
Jonas M. Gastal 7a1da7d624 Eina: Eina_Stringshare documentation.
SVN revision: 60559
2011-06-21 20:45:50 +00:00
Rafael Antognolli 2344ff2a81 ecore/time - Add an example to use the ecore_time_* functions.
It exemplifies the difference between ecore_time_get(), ecore_time_unix_get()
and ecore_loop_time_get(). A description of this example is also provided.



SVN revision: 60557
2011-06-21 17:15:54 +00:00
Rafael Antognolli dcc4859c24 ecore/examples - Add support for building and installing examples.
Also move them from ecore/examples to ecore/src/examples, to match the other
libraries organization.



SVN revision: 60556
2011-06-21 17:14:19 +00:00
Cedric BAIL 7049b23a6f edje: forgotten dup.
SVN revision: 60554
2011-06-21 15:49:08 +00:00
Cedric BAIL 8b674974f6 edje: remove warning.
SVN revision: 60553
2011-06-21 14:31:37 +00:00
Cedric BAIL 68b5402756 edje: make it possible to define part.description.max on only one axis.
SVN revision: 60546
2011-06-21 10:41:20 +00:00
Cedric BAIL 6f7044b93d emotion: oops forgotten file.
SVN revision: 60541
2011-06-21 07:58:34 +00:00
Bruno Dilly 56afa242b4 Edje: fix invalid read on edje embryo get_part_id
It was expecting for a null terminator. But that wasn't the
case. Using parts_count instead.


SVN revision: 60537
2011-06-20 21:59:31 +00:00
Jonas M. Gastal 702eb939d9 Eina: EINA_MAGIC example and documentation.
SVN revision: 60535
2011-06-20 21:15:17 +00:00
Cedric BAIL c1f20d3e6b emotion: add a gstreamer sink.
This work was first started by Vincent Torri and Nicolas Aguirre.
I took the necessary time to make it work and included inside
emotion with Samsung sponsorship.

This code is not yet completly clean and fast, but it work and
make it possible to add more speed improvement later. This was
a needed infrastructure work.


SVN revision: 60532
2011-06-20 17:36:13 +00:00
Gustavo Lima Chaves 2a93705baf [evas] More references to examples on doxygen groups.
SVN revision: 60531
2011-06-20 17:18:39 +00:00
Gustavo Lima Chaves 5fbf57272d [evas] Referencing examples on size hints doxygen group.
SVN revision: 60530
2011-06-20 17:00:44 +00:00
Iván Briano c23e7c1c9e Do show the included header
SVN revision: 60529
2011-06-20 16:19:35 +00:00
Iván Briano 52511e4cfa Remove out-dated info about Eet format
SVN revision: 60528
2011-06-20 16:16:45 +00:00
Gustavo Lima Chaves f175c06b0c [evas] Fixing wrong placement of eps images.
SVN revision: 60526
2011-06-20 16:07:55 +00:00
Carsten Haitzler 8ba3385505 typo--
SVN revision: 60519
2011-06-20 11:10:55 +00:00
Tom Hacohen c0ca25ea91 Evas font: Fix font run len calculation.
Co-fixed with MJ :P. Thanks a lot for your report + help.

SVN revision: 60508
2011-06-20 07:28:57 +00:00
Michael Jennings f742678581 Fix "make dist"
SVN revision: 60506
2011-06-20 07:19:44 +00:00
Jihoon Kim a889ae4997 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add Ecore_IMF API to set the attirbute of
input panel

For supporting virtual keyboard, I'd like to add
ecore_imf_context_input_panel_enabled_set/get APIs. The detail description of
each API is included in the patch file as doxygen format.

If input panel is in 'enabled' status, the immodule will request to
show the input panel automatically When the input widget such as entry is
clicked or has focus. In some case, application programmers want to control
the input panel manually (not automatically), so I implement this API.



SVN revision: 60504
2011-06-20 07:17:24 +00:00
Ulrich Eckhardt 46cdaea3cb From: Ulrich Eckhardt <doomster@knuut.de>
Subject: [E-devel] XRender engine causes ecore build failure

while building ecore. The problem is that this engine was removed from evas 
but not yet completely from ecore. I was on IRC with Vincent Torri (vtorri) 
and Daniel Juyung Seo (SeoZ) and the consensus was to remove the code for the 
XRender engines, both the Xlib and XCB versions.

There is a switch over the different engine types, where there are still a few 
places left where XRender is handled, grep for "xrender" or "XRENDER" and you 
will find them. The question is whether to just return NULL in order to signal 
that this engine is not supported or to remove the whole thing. The latter 
could break binary compatibility, therefore I left those stubs in.



SVN revision: 60502
2011-06-20 06:58:33 +00:00
Carsten Haitzler 36e2d698a4 free on success, not failure of pthread_join.
SVN revision: 60499
2011-06-20 06:44:37 +00:00
Lucas De Marchi cde2bec9f6 eina: fix common misspellings
Common misspellings found by codespell.



SVN revision: 60479
2011-06-18 19:48:28 +00:00
ChunEon Park 8302133e1b hermet - just changed my email address.
SVN revision: 60477
2011-06-18 16:16:28 +00:00
ChunEon Park a76601e123 evas_layer.c - fixed indenation and removed white spaces
SVN revision: 60472
2011-06-18 09:16:22 +00:00
ChunEon Park 8a6f620675 evas/evas_layer.c - added some missed exception handlings.
SVN revision: 60471
2011-06-18 09:08:33 +00:00
Carsten Haitzler 6d7dceeb5c @since 1.1.0++
SVN revision: 60469
2011-06-17 23:50:02 +00:00
Vincent Torri 3914920d09 Ecore : ecore_evas : use correct temporary directory on Windows
SVN revision: 60468
2011-06-17 21:49:47 +00:00
Vincent Torri e91c5a0787 Ecore: remove wrong cast
SVN revision: 60467
2011-06-17 21:45:21 +00:00
Vincent Torri 0b847b7dc5 Evil : don't define open anymore (useless, now)
SVN revision: 60466
2011-06-17 21:44:25 +00:00
Vincent Torri 38bb85fda3 formatting
SVN revision: 60465
2011-06-17 21:43:40 +00:00
Vincent Torri 7bd56b975d useless code
SVN revision: 60464
2011-06-17 21:43:04 +00:00
Vincent Torri 3c4fd94e9d epp : use binary mode for (f)open()
SVN revision: 60463
2011-06-17 21:42:27 +00:00
Gustavo Lima Chaves 5f8f61921b [evas] Examples on the rest of the size hints.
SVN revision: 60461
2011-06-17 21:17:07 +00:00
Gustavo Lima Chaves ded7959193 [evas] Example on aspect hints.
SVN revision: 60460
2011-06-17 21:16:59 +00:00
Gustavo Lima Chaves b3b4adabdf [evas] Documenting our dear size hints.
Examples coming in sequence.



SVN revision: 60459
2011-06-17 21:16:49 +00:00
Gustavo Lima Chaves 665837d7df [evas] Oopsies-- on an example.
SVN revision: 60458
2011-06-17 21:16:25 +00:00
Gustavo Lima Chaves 04180e384d [evas] Fixing scaling functions docs.
SVN revision: 60457
2011-06-17 21:16:17 +00:00
Gustavo Lima Chaves 2bcd0a2cc9 [evas] Let's not forget box and table in the smart
objects.



SVN revision: 60456
2011-06-17 21:16:11 +00:00
Jonas M. Gastal c0d8ef9ede Eina: Adding images for latex docs.
SVN revision: 60452
2011-06-17 14:20:59 +00:00
Carsten Haitzler 8575821c1a allow getting ot table packing child too.
SVN revision: 60447
2011-06-17 11:34:30 +00:00
Carsten Haitzler 5c5581fc95 evas table -> allow packing of same object again to update packing
parameters



SVN revision: 60446
2011-06-17 11:25:30 +00:00
Mike Blumenkrantz d932f0b0c5 ecore_con_server_timeout_g/set now apply to client-type servers
CAN'T SLEEP
MUST HACK


SVN revision: 60445
2011-06-17 11:16:50 +00:00
Michael BOUCHAUD 396e256fc6 evas: warn dev to clip on a rect and not on an other object
SVN revision: 60443
2011-06-17 10:55:26 +00:00
Carsten Haitzler b73f50a97c note features that are disabled.
SVN revision: 60441
2011-06-17 10:15:27 +00:00
Cedric BAIL c2d99295bd eina: rename eina_hash_free_set as eina_hash_free_cb_set.
SVN revision: 60439
2011-06-17 09:49:15 +00:00
Cedric BAIL d70d67c288 eina: forgotten commit.
SVN revision: 60428
2011-06-17 08:55:22 +00:00
Cedric BAIL eb976c2571 eina: disabling Eina_Object until 1.1 is released.
SVN revision: 60427
2011-06-17 08:48:02 +00:00
Vincent Torri 18d1e68924 whitespaces--------
SVN revision: 60426
2011-06-17 07:47:28 +00:00
ChunEon Park 19ef9ecc95 evas/evas_map - trivial changes.
SVN revision: 60425
2011-06-17 07:12:20 +00:00
Mike Blumenkrantz 20634af237 remove unused variable
SVN revision: 60417
2011-06-17 04:00:28 +00:00
Mike McCormack b78bdd3d34 Update .gitignore files
SVN revision: 60416
2011-06-17 01:59:49 +00:00
ChunEon Park bac87b9e06 evas/evas_map - stuffed trivial missing things.
SVN revision: 60415
2011-06-17 01:16:16 +00:00
Hannes Janetzek 8d783d1ee8 ecore: fix dnd for 'shaped' windows. added rect offset to 'inside' check
SVN revision: 60409
2011-06-16 21:10:41 +00:00
Michael Jennings 092d2d861b Since the SVN revision is now included in %{version}, it's redundant
to have it in %{release} also.  So let's just tag the package as ours
and try to make sure it doesn't interfere with vendor releases.



SVN revision: 60407
2011-06-16 20:36:43 +00:00
ChunEon Park 2e73238792 evas - updated AUTHORS
SVN revision: 60402
2011-06-16 17:10:21 +00:00
Cedric BAIL 1dd3a72b94 emotion: temporary fix gstreamer uri to match other engine behaviour.
SVN revision: 60398
2011-06-16 15:29:29 +00:00
Daniel Juyung Seo 5724f5b257 ecore ecore_x_test.c: Fixed warnings.
SVN revision: 60396
2011-06-16 15:11:30 +00:00
ChunEon Park f8bf6ff656 evas/evas_map - modified to use Eina_Bool values.
SVN revision: 60392
2011-06-16 12:18:19 +00:00
ChunEon Park 4eeb5f77fe evas/main.c - added Evas_GL magic_string_get
SVN revision: 60391
2011-06-16 12:11:41 +00:00
ChunEon Park 81672eac1c evas/evas_map - added magic check
SVN revision: 60390
2011-06-16 12:08:46 +00:00
ChunEon Park eac7a5832d evas/evas_map - just removed unused lines and moved internal function position
SVN revision: 60389
2011-06-16 11:48:41 +00:00
ChunEon Park def0aed32f evas/evas_private.h - just removed white spaces and fixed indentation.
SVN revision: 60388
2011-06-16 11:19:30 +00:00
ChunEon Park a5537f4193 evas/evas_gl - fixed to release magic field and it's data type
SVN revision: 60387
2011-06-16 11:12:40 +00:00
ChunEon Park 14e66e3fb8 evas/canvas - ok. it works fine. modified to use the standard computation again.
SVN revision: 60386
2011-06-16 10:03:37 +00:00
Cedric BAIL b414ea97fb ecore: fix ecore_x_selection_convert not taking selection length into account.
SVN revision: 60382
2011-06-16 09:16:03 +00:00
ChunEon Park 6be9967699 evas/canvas - reverted evas_map since some texture mapping is incorrect.
SVN revision: 60381
2011-06-16 08:46:16 +00:00
ChunEon Park 1bece16fc0 evas/canvas - just made standard computation.
SVN revision: 60379
2011-06-16 08:21:39 +00:00
Vincent Torri 439a53bdbd tabs --> spaces
SVN revision: 60375
2011-06-16 06:24:25 +00:00
Vincent Torri dfd0299f5d Emotion : gstreamer backend
Fix gstreamer assertion when the creation of the pipeline fails
Improve error message when the pipeline can not pause (usually,
the media file can not be found)

SVN revision: 60374
2011-06-16 06:20:46 +00:00
Mike McCormack f118d7c853 evas: Spelling fix
SVN revision: 60370
2011-06-16 05:32:23 +00:00
Mike Blumenkrantz bf2fb87d4d @since 1.1
SVN revision: 60366
2011-06-15 21:57:47 +00:00
Mike Blumenkrantz 64731e1dc9 +ecore_con_ssl_server_upgrade
+ecore_con_ssl_client_upgrade
+ECORE_CON_EVENT_SERVER_UPGRADE
+ECORE_CON_EVENT_CLIENT_UPGRADE
new functions for upgrading an existing plaintext connection to SSL/TLS, as seen in STARTTLS and my nightmares


SVN revision: 60359
2011-06-15 18:58:34 +00:00
Cedric BAIL a336a811ec eina: @since
SVN revision: 60356
2011-06-15 15:54:42 +00:00
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
Gustavo Lima Chaves ea4f6225e9 [evas] Examples on the last block of documented
functions.



SVN revision: 60209
2011-06-10 21:32:02 +00:00
Gustavo Lima Chaves d37a9ec355 [evas] Use this doxygen trick.
SVN revision: 60208
2011-06-10 21:31:52 +00:00
Gustavo Lima Chaves e6a4893dfd [evas] Remove warnings.
SVN revision: 60207
2011-06-10 21:31:44 +00:00
Gustavo Lima Chaves 1128ad3f43 [evas] Typos here.
SVN revision: 60206
2011-06-10 21:31:26 +00:00
Gustavo Lima Chaves 75d78f9b6f [evas] No need to double check dependencies of external
libs on examples.



SVN revision: 60205
2011-06-10 21:31:17 +00:00
Gustavo Lima Chaves 8aae6106b1 [evas] Document one more block of functions.
Examples for them come next.



SVN revision: 60204
2011-06-10 21:31:09 +00:00
Gustavo Lima Chaves e20d293856 [evas] Fixing typo.
SVN revision: 60203
2011-06-10 21:31:01 +00:00
Christopher Michael 2cd2227cf3 Edje: Fix 'variable may be used uninitialized' warning.
SVN revision: 60197
2011-06-10 16:43:23 +00:00
Christopher Michael d914f3d711 Edje: Fix 'variable may be used uninitialized' warning. Fix some
formatting.



SVN revision: 60196
2011-06-10 16:41:45 +00:00
Jonas M. Gastal 969e12b320 eina: Add missing hash table image and make imgs work for
latex docs.



SVN revision: 60194
2011-06-10 14:54:01 +00:00
Jonas M. Gastal 160fdb558f eina: Eina_Iterator documentation.
SVN revision: 60193
2011-06-10 13:42:19 +00:00
Jonas M. Gastal 11458e8e08 eina: Eina_Array documentation.
SVN revision: 60192
2011-06-10 13:41:59 +00:00
Jonas M. Gastal 29a7fddf18 eina: Documentation for Eina_List.
SVN revision: 60191
2011-06-10 13:40:50 +00:00
Cedric BAIL 5e8d050184 eet: add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper.
SVN revision: 60188
2011-06-10 10:33:59 +00:00
Tom Hacohen 04207db6b7 Evas textblock: Fixed charwrap for very small textblocks.
SVN revision: 60185
2011-06-10 10:12:51 +00:00
Daniel Juyung Seo 917b378841 Ecore ecore_events.c: Fixed indentation.
SVN revision: 60179
2011-06-10 07:26:56 +00:00
Carsten Haitzler 93e020f7ea fix epp case for:
#define AA(x) x
#define BB(a,b) \
   AA(a+b)
BB(1,1)



SVN revision: 60173
2011-06-10 05:50:45 +00:00
Fabiano Fidêncio 989da2f5c1 Ooops! Fixing eina_list_sorted doc, again!
SVN revision: 60162
2011-06-10 03:41:48 +00:00
Fabiano Fidêncio 59023e6b9d Fixing eina_list_sort docs
SVN revision: 60161
2011-06-10 03:33:01 +00:00
Christopher Michael 01c5c9f340 Evas: GL_X11 engine: Do not set UNUSED on variables that we actually
use and remove some extra whitespace between functions.



SVN revision: 60153
2011-06-09 19:25:21 +00:00
Rafael Antognolli 0213972e5b eina: add autotools rules to building and installing examples.
SVN revision: 60150
2011-06-09 18:53:38 +00:00
Rafael Antognolli 348787c45b [eina] Add high-level documentation and examples for Eina_Hash.
SVN revision: 60149
2011-06-09 18:52:45 +00:00
Gustavo Lima Chaves ecd51ab3c3 [evas] No cscope files tracked by git.
SVN revision: 60146
2011-06-09 17:01:34 +00:00
Gustavo Lima Chaves 07ff60a884 [evas] Fixing placement of key input funcions' doc
group.
Documentation comes later.



SVN revision: 60145
2011-06-09 17:01:27 +00:00
Gustavo Lima Chaves 9d7d17f188 [evas] Reorganizing evas events documenting blocks.
SVN revision: 60144
2011-06-09 17:01:21 +00:00
Gustavo Lima Chaves 8d38f7ad7f [evas] Documentation bumps on
evas{_init,_shutdown,_load_error_str}.



SVN revision: 60143
2011-06-09 17:01:14 +00:00
Gustavo Lima Chaves ef41d78fce [evas] Example code for evas{_init,_shutdown,_load_error_str}.
SVN revision: 60142
2011-06-09 17:00:24 +00:00
Gustavo Lima Chaves e79cc153ea [evas] Lots of documentation groups didn't have end
delimiters set.



SVN revision: 60141
2011-06-09 16:48:31 +00:00
Gustavo Lima Chaves 92d15b99c9 [evas] Tell doxygen how our example files are.
SVN revision: 60140
2011-06-09 16:48:24 +00:00
Gustavo Lima Chaves a3c50952d2 [evas] Cleaning whitespaces at doxyfile.
SVN revision: 60139
2011-06-09 16:48:16 +00:00
Cedric BAIL 9bf62d7383 ecore: since...
SVN revision: 60136
2011-06-09 15:32:08 +00:00
Cedric BAIL 707f908ba1 ecore: add ecore_pipe_wait.
SVN revision: 60135
2011-06-09 14:54:24 +00:00
Cedric BAIL a82325e41d edje: forgotten ChangeLog, if no side effect, should backport it.
SVN revision: 60129
2011-06-09 10:26:55 +00:00
Cedric BAIL bdf7217e3b eet: correctly protect Eina_File during eet_close.
SVN revision: 60127
2011-06-09 10:16:00 +00:00
Tom Hacohen 94cfe6e3ad Edje text: Fix part_text_append to work with not editable textblocks.
SVN revision: 60119
2011-06-09 08:08:43 +00:00
ChunEon Park 9442a38b81 evas/canvas - removed white trailing
SVN revision: 60112
2011-06-09 03:08:50 +00:00
ChunEon Park c982843cb3 evas/canvas - removed white spaces / fixed indentation
SVN revision: 60109
2011-06-09 02:45:59 +00:00
Carsten Haitzler 54afc1bba6 neon rendering bug - fix by disabling
SVN revision: 60068
2011-06-08 03:04:12 +00:00
Carsten Haitzler 210c898e06 fix eina prefix - somehow using elm_init make it find the wrong prefix
for the lib. weird.



SVN revision: 60066
2011-06-08 02:59:52 +00:00
Vincent Torri d9e7ffbf87 Ecore: ecore_thread : free resources, spotted by Ulrich Eckhardt
SVN revision: 60057
2011-06-07 22:21:25 +00:00
Vincent Torri 7ad2e5e0d4 Ecore : ecore_wince : remove useless casts. Spotted by Ulrich Eckhardt
SVN revision: 60056
2011-06-07 22:17:09 +00:00
Vincent Torri 0b57481661 fix doc
SVN revision: 60054
2011-06-07 22:12:58 +00:00
Christopher Michael a96a4c12a0 Evas: Make sure we return a value from image_load_orientation_get.
SVN revision: 60052
2011-06-07 22:09:18 +00:00
Vincent Torri 21fd8a2ba4 Ecore : ecore_win32 : remove useless casts. Spotted by Ulrich Eckhardt
SVN revision: 60051
2011-06-07 21:59:08 +00:00
Cedric BAIL 19d5fb205a eio: associate data to a file behing listed assynchronously.
SVN revision: 60043
2011-06-07 16:30:10 +00:00
Cedric BAIL 260718c700 evas: add evas_object_image_load_orientation_set, evas_object_image_load_orientation_get.
SVN revision: 60040
2011-06-07 13:39:13 +00:00
Cedric BAIL 1e62ad24a3 evas: use Eina_File for JPEG loader.
SVN revision: 60039
2011-06-07 13:34:18 +00:00
Tom Hacohen 59a22ad090 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
2011-06-07 11:38:07 +00:00
Mike McCormack 2b58267396 Add ignore and update files
SVN revision: 60034
2011-06-07 10:26:13 +00:00
Cedric BAIL e8ec9f6c50 edje: update hints after loading GROUP.
SVN revision: 60026
2011-06-07 07:43:32 +00:00
Vincent Torri 50cadd1765 Ecore: ecore_pipe : fix function name in magic check. Reported by Ulrich Eckhardt
SVN revision: 60023
2011-06-07 06:37:25 +00:00
ChunEon Park 431b652da9 evas/evas_gl - removed white spaces / fixed identation
SVN revision: 60019
2011-06-07 04:30:25 +00:00
Rafael Antognolli 8ca07b375e eet: fix 'make doc' when srcdir != builddir.
SVN revision: 60006
2011-06-06 20:29:10 +00:00
Rafael Antognolli 22cfc5e480 evas: "make doc" now works when srcdir != builddir.
SVN revision: 60005
2011-06-06 20:27:01 +00:00
Rafael Antognolli 198f7ee958 eina: fix doc building when srcdir != builddir.
SVN revision: 60004
2011-06-06 20:20:38 +00:00
Mike Blumenkrantz b3b3a6b74d fix configure on captainigloo's system
SVN revision: 60001
2011-06-06 19:14:32 +00:00
Cedric BAIL 8b4793d575 evas: and some doc for the 60000 commits :-)
SVN revision: 60000
2011-06-06 17:49:58 +00:00
Cedric BAIL 3a69fed6f5 edje: trying to add back my small improvements.
SVN revision: 59999
2011-06-06 17:47:32 +00:00
Cedric BAIL fc5d48d169 ethumb: use the right edje_cc.
patch from arrowdodger.


SVN revision: 59998
2011-06-06 17:45:57 +00:00
Cedric BAIL 993b27c50f edje: set parent earlier.
SVN revision: 59996
2011-06-06 17:29:07 +00:00
Cedric BAIL 5fa5eb95cd eina: make Eina_File thread safe.
SVN revision: 59995
2011-06-06 17:08:06 +00:00
Vincent Torri f07605db74 too much po/Makefile.in
SVN revision: 59993
2011-06-06 16:26:49 +00:00
Cedric BAIL 9c22d6a9e9 edje: parent link should be properly set before instantiating sub object.
SVN revision: 59989
2011-06-06 13:10:54 +00:00
Vincent Torri 564f6f272f Ecore: fix gettext stuff
SVN revision: 59986
2011-06-06 07:00:24 +00:00
Tom Hacohen 2e28418051 Evas textblock: make charwrap not force wrap in an illegal position.
SVN revision: 59965
2011-06-05 10:51:39 +00:00
Carsten Haitzler d02f25e1ff whover did table and box support forgot:
1. table to have min.h/v ability like box
2. to ACTUALLY implement box h/v (and well of course implement
tableh/v too)

this basically fixes this working at all and completes the feature to
table too.



SVN revision: 59960
2011-06-04 15:58:02 +00:00
Vincent Torri 5886a2ed27 fix static link of the generic loader and psd loader
SVN revision: 59951
2011-06-04 05:33:37 +00:00
Carsten Haitzler 7a262be257 add new extens to evas known shortcut list
SVN revision: 59950
2011-06-04 05:26:56 +00:00
Carsten Haitzler 22e4f86c96 protext against <0 table lookups. yes eina_unicode can define
Eina_Unicode as wchart_t.. which is SIGNED.. this is the problem of
not having a fixed typedef that is known to always be the same type
with same underlying properties!



SVN revision: 59947
2011-06-04 03:31:29 +00:00
Vincent Torri 74ead7c758 Evas: add video loaders
SVN revision: 59926
2011-06-03 22:39:03 +00:00
Tom Hacohen 0daae8a59a Evas font-engine: If still after all we can't find a font, use the first.
SVN revision: 59924
2011-06-03 20:48:56 +00:00
Lucas De Marchi 2d6d954935 Fix ecore_file initialization
We must init ecore, otherwise we will not have an eina ref.



SVN revision: 59916
2011-06-03 16:06:57 +00:00
Vincent Torri 3d4c2fb340 Eina: fix static linking with eina
Fix static linking with eina (iconv could potentially not be
passed to the linker)



SVN revision: 59914
2011-06-03 07:46:15 +00:00
Vincent Torri a7dec51866 no more dependency on pthread
SVN revision: 59912
2011-06-03 07:31:18 +00:00
Christopher Michael 9257cdc055 Evas: Fix 'reset_time_interval' may be used uninitialized warning.
SVN revision: 59908
2011-06-03 00:26:19 +00:00
Vincent Torri 1fc436ceb7 Evas : evas_image_scalecache.c : usleep() might not be defined on Windows. Use Sleep() instead.
SVN revision: 59906
2011-06-02 19:20:39 +00:00
Tom Hacohen 85cf792f24 Evas font-engine: Use binary search for finding index in text props.
I finally got around to verifying it and the list is assured to be monotonic
(direction depends on bidi direction).

SVN revision: 59903
2011-06-02 15:36:50 +00:00
Carsten Haitzler 1b7ff0248e CEDIRC: SEGV CAUSING BUG. go to e17 font settings -> advanced
and sewt a font for menu item.. or menu title. segv. (try it under
falgrind) the members list in the hash is garbage when its trying to
remove a member. double heck your changes and test :)



SVN revision: 59902
2011-06-02 15:21:21 +00:00
Tom Hacohen 9bd8ccae80 Evas textblock: Fixed an issue with min size calculation introduced in 59899
SVN revision: 59901
2011-06-02 14:52:43 +00:00
Tom Hacohen 3da52c35cd Evas textblock: Fix skipping of ascii control chars.
SVN revision: 59900
2011-06-02 14:31:15 +00:00
Tom Hacohen 5311e3de70 Evas textblock: Fixed min size calculation with right aligned paragraphs.
SVN revision: 59899
2011-06-02 14:02:31 +00:00
Carsten Haitzler 5d2bd283c3 disable evas filter code. buggy. doesn't work right.
SVN revision: 59898
2011-06-02 10:40:43 +00:00
Carsten Haitzler 2ffa0f4075 disable masking support. back to clip rects.
SVN revision: 59896
2011-06-02 10:00:05 +00:00
Carsten Haitzler 7d08af1ed0 disable map mesh support - engine code still doesnt handle != 4 points
so pointless exposing it as its broken inthe engine.



SVN revision: 59895
2011-06-02 09:49:17 +00:00
Jihoon Kim 156fb16ab2 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add some APIs for supporting virtual
keyboard in Ecore_IMF

For supporting virtual keyboard, I'd like to add some APIs. The detail
description of each API is included in the patch file as doxygen format.

In the attached patch, the reason why we add the subprefix 'input_panel_'
related to virtual keyboard is that input method can be soft keyboard or voice
input or image captured by camera.



SVN revision: 59894
2011-06-02 07:56:58 +00:00
Carsten Haitzler a9a76f8012 thanks mike - g main loop build opt broken when removing too many loop
time gets



SVN revision: 59888
2011-06-02 06:08:59 +00:00
Vincent Torri 888fd92769 Eina : eina_module.c: fix dladdr use on Windows
SVN revision: 59881
2011-06-01 20:43:01 +00:00
Tom Hacohen 4b5440650e Evas text: Fix ellipsis bidi, broke it a couple of days ago.
SVN revision: 59877
2011-06-01 15:08:47 +00:00
Cedric BAIL 9aa4942caa eina: make him happy.
SVN revision: 59876
2011-06-01 15:04:29 +00:00
Cedric BAIL ad81c809cd evas: make Vincent happy.
SVN revision: 59875
2011-06-01 15:00:55 +00:00
Cedric BAIL 0e0dca586f evas: add evas_object_image_extension_can_load_get.
This functions let you check if a file could be opened by
Evas_Object_Image. It is threadsafe, and you should use it
from another thread as often as possible :-)



SVN revision: 59872
2011-06-01 14:32:08 +00:00
Tom Hacohen 1dfe691a36 Evas textblock: Start splitting layouting and layouting with rendering.
The difference is that we can now avoid doing some things when layouting but
not actually drawing, for example: bidi stuff.

SVN revision: 59871
2011-06-01 14:25:15 +00:00
Tom Hacohen 3e1727f7b1 Evas textblock: Use advance when calculating line breaks and widths.
SVN revision: 59870
2011-06-01 14:25:11 +00:00
Tom Hacohen 0a5b27c1bd Evas textblock: Added a paragraph property to indicate if bidi.
SVN revision: 59869
2011-06-01 14:25:08 +00:00
Carsten Haitzler eda52d527f epp -> fix macro expansion error with:
#define B(y) y
#define C(x) B(+x)
C(9876543210)



SVN revision: 59868
2011-06-01 13:16:14 +00:00
Cedric BAIL f8e35bf8de ethumb: request file information early to avoid loosing them.
SVN revision: 59865
2011-06-01 13:04:41 +00:00
Cedric BAIL fd331a6864 ethumb: fix restart of ethumbd_slave.
SVN revision: 59862
2011-06-01 10:56:35 +00:00
Tom Hacohen bebbe2253a Evas textblock: Only use paragraph bidi props in the layout code.
Next commits will clear them outside of it. I.e paragraph bidi props are only
valid in the layout code.

SVN revision: 59861
2011-06-01 08:35:25 +00:00
Tom Hacohen 2b23129955 Evas textblock: Paragraphs don't need a x coordinate - remove.
SVN revision: 59860
2011-06-01 08:35:21 +00:00
Vincent Torri f0d24bcef1 Eina : eina_file : eina_file_size_get() should return a size_t
SVN revision: 59859
2011-06-01 06:54:49 +00:00
Vincent Torri e38103cc0b Eina : eina_file : add @since 1.1 to doxy doc
SVN revision: 59858
2011-06-01 06:53:49 +00:00
Vincent Torri 1a833d15a4 Eina : eina_file_win32.c : add share mode when opening a file
On Windows, if you want to open the same file several times,
you have to tell it can... No ChangeLog as that code is work in
progress)

SVN revision: 59857
2011-06-01 06:18:56 +00:00
Vincent Torri a04de9e388 Eina : eina_sched.c : simpler code on Windows
SVN revision: 59856
2011-06-01 06:12:55 +00:00
Vincent Torri 64af7d5ae5 Eina : eina_inline_lock_win32.x : fix cedric's modifications in win32 code
SVN revision: 59855
2011-06-01 05:55:48 +00:00
Christopher Michael 29067b799b Ecore_X: Fix building without shape extension (rects was undefined, as
was the variable i).



SVN revision: 59854
2011-05-31 19:28:30 +00:00
Leandro Pereira 8be447ef4e [Edje] Make sure ed->members isn't NULL when freeing an Edje object.
SVN revision: 59853
2011-05-31 18:27:28 +00:00
Cedric BAIL f64e71a19c edje: refactoring.
SVN revision: 59851
2011-05-31 17:02:58 +00:00
Cedric BAIL 995527500a edje: improve speed when deleting text member class.
SVN revision: 59850
2011-05-31 16:51:48 +00:00
Cedric BAIL a0ea6c5130 eina: fix eina_hash_set to act when data == NULL like eina_hash_del.
SVN revision: 59849
2011-05-31 16:43:40 +00:00
Cedric BAIL 191c79c9e1 ethumb: break API to fix race condition during cancel.
SVN revision: 59846
2011-05-31 16:14:26 +00:00
Tom Hacohen 87d196e4bb Evas textblock: Split _layout to _layout and _layout_pre.
This cleans the code a bit and will soon let us do smarter native size
calculation.

SVN revision: 59845
2011-05-31 12:55:57 +00:00
Tom Hacohen 7cdf099d5c Evas textblock: Remove calc_only from layout, not needed anymore.
SVN revision: 59844
2011-05-31 12:55:54 +00:00
Tom Hacohen 71fe0782d9 Evas textblock: Move native size calculation out of the regular layout.
SVN revision: 59843
2011-05-31 12:55:51 +00:00
Tom Hacohen 8d816d4b43 Evas bidi: Fixed warning when compiling with Wshadow.
SVN revision: 59842
2011-05-31 12:55:46 +00:00
Carsten Haitzler 3862411f83 fix sdl ecore evas mixup when adding ecore evas geometry get
SVN revision: 59841
2011-05-31 11:18:28 +00:00
Cedric BAIL 5817ae601f ecore: fix typo.
SVN revision: 59835
2011-05-31 08:05:16 +00:00
Carsten Haitzler 3fa85660f8 fix gl engine make current impl (for ne evas gl stuff so no chlog
needed)  to handle make current return value right



SVN revision: 59834
2011-05-31 07:10:37 +00:00
Cedric BAIL dbd6c4cd1e ecore: add ecore_pipe_freeze/thraw.
SVN revision: 59823
2011-05-30 16:52:19 +00:00
Lucas De Marchi 10237c5b56 evas: fix misspellings
Misspellings found by codespell



SVN revision: 59822
2011-05-30 16:45:08 +00:00
Lucas De Marchi 2f4bba5d15 ecore: fix misspellings
Misspellings found by codespell


SVN revision: 59821
2011-05-30 16:17:07 +00:00
Lucas De Marchi 20966bb8c4 eina: fix misspellings
SVN revision: 59820
2011-05-30 16:08:20 +00:00