seoz [Thu, 25 Aug 2011 09:18:39 +0000 (09:18 +0000)]
evas evas_object_smart.c: Reverted smart callback calling sequence.
Now, smart callback is prepended among the same priorities. After the
discussion with hermet and raster.
I fixed this because I think it's better keeping the default behavior
even we have new priority option. This is for evas backward
compatibility and for the world peace. Although I know there is no
official policy and it's not recommended to rely on the smart callback
calling sequence in application, I really hope evas needs to have
compatibility. Otherwise we need to adopt the new policy in next
version of evas.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62792
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jaehwan Kim [Tue, 23 Aug 2011 04:03:02 +0000 (13:03 +0900)]
[Migration upstream r62695] Merge remote branch 'origin/upstream' into svn_merge
tasn [Mon, 22 Aug 2011 14:45:23 +0000 (14:45 +0000)]
Evas font: Did some style fixes, we don't like tabs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62695
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 22 Aug 2011 14:45:19 +0000 (14:45 +0000)]
Evas font: Fixed font cache.
Apparently someone (probably me) broke it a while ago, now it works.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62694
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 22 Aug 2011 11:51:18 +0000 (11:51 +0000)]
Evas font: Revert "evas/font - removed an unusefull handling."
This reverts commit 62684.
This is needed to verify we don't access info->ot when info is NULL.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62691
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jaehwan Kim [Mon, 22 Aug 2011 11:10:50 +0000 (20:10 +0900)]
Merge remote branch 'origin/upstream' into svn_merge
hermet [Mon, 22 Aug 2011 09:39:13 +0000 (09:39 +0000)]
evas/font - removed an unusefull handling.
Thank you TAsn.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62684
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jaehwan Kim [Mon, 22 Aug 2011 08:34:23 +0000 (17:34 +0900)]
Merge remote branch 'origin/upstream' into svn_merge
Jaehwan Kim [Mon, 22 Aug 2011 08:34:06 +0000 (17:34 +0900)]
Merge branch 'master' into svn_merge
tasn [Mon, 22 Aug 2011 08:23:04 +0000 (08:23 +0000)]
Evas font: Revert last 2 commits by Hermet (62659, 62675).
SPANK SPANK, they broke compilation. Please use the builtin revert
functions when you revert commits. Either:
GIT: 'git revert <commit hash>' (yeah, git is better).
or
SVN: 'svn merge -c <revision> .'
This will prevent this kind of erros from happenning in the future.
Also, plesae compile before committing.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62678
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 22 Aug 2011 03:34:43 +0000 (03:34 +0000)]
evas/evas_font - revert exceptin handlings
requested by TAsn
I do understand. :p
then, it seems no need to set the _ot_itr = NULL in EVAS_FONT_WALK_TEXT_START.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62675
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 21 Aug 2011 12:47:11 +0000 (12:47 +0000)]
evas/evas_font - added exeption handlings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62659
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 21 Aug 2011 07:46:57 +0000 (07:46 +0000)]
warning--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62647
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 20 Aug 2011 22:15:44 +0000 (22:15 +0000)]
Evas: Check for the presence of shm extension (in
evas_software_xcb_can_do_shm) first before trying to make calls to the
shm extension.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62638
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 20 Aug 2011 14:43:04 +0000 (14:43 +0000)]
and clear out proxy region first.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62632
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 20 Aug 2011 14:40:28 +0000 (14:40 +0000)]
fix proxy rendering!!!! ugh. i dont like the way i did it.. but its
quick and does the job.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62631
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 20 Aug 2011 10:59:53 +0000 (10:59 +0000)]
Evas: Iterating the pixmap formats from xcb_setup can be expensive,
so cache the found format for reuse so we don't have to keep iterating.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62626
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 20 Aug 2011 10:26:41 +0000 (10:26 +0000)]
Evas: Fix compiler warning wrt comparison of signed & unsigned.
Remove unused function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62625
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 20 Aug 2011 10:19:17 +0000 (10:19 +0000)]
Evas: When doing eng_output_free, even if there is no Render_Engine,
we still want to shutdown common_font & common_image anyway.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62624
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 19 Aug 2011 22:53:04 +0000 (22:53 +0000)]
Evas: No need to 'find format for depth' everytime, just use the
buffer depth. Fix typo in error message. Add a missing
cache_image_drop call. When doing mask_set, use the proper variable
for the _create_gc function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62603
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 19 Aug 2011 06:58:33 +0000 (06:58 +0000)]
fix buffer over/underflow errors with jpeg mmap load. ugh. mmap adds
pains to loading.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62584
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 18 Aug 2011 15:05:57 +0000 (15:05 +0000)]
evas: fix tarball generation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Thu, 18 Aug 2011 09:37:54 +0000 (18:37 +0900)]
Use version in tar name
Woo Seungsoo [Thu, 18 Aug 2011 08:26:54 +0000 (17:26 +0900)]
Merge "Upload Package"
Woo Seungsoo [Thu, 18 Aug 2011 07:42:33 +0000 (16:42 +0900)]
Upload Package
Change-Id: I8427b1c92e0fb5b0c0ec1637fac52bed99534154
englebass [Thu, 18 Aug 2011 07:35:02 +0000 (07:35 +0000)]
evas: Add missing return declaration
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62553
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Woo Seungsoo [Thu, 18 Aug 2011 07:31:17 +0000 (16:31 +0900)]
Merge "Map/Unmap image for zero-copy texture"
tasn [Thu, 18 Aug 2011 07:21:44 +0000 (07:21 +0000)]
Evas font: Disabled word/metric caching due to bugs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62547
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 17 Aug 2011 15:42:07 +0000 (15:42 +0000)]
Evas font: Fixed a compiler warning.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62537
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 17 Aug 2011 15:42:01 +0000 (15:42 +0000)]
Evas font: Workaround an issue with metric cache.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62536
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 17 Aug 2011 11:55:29 +0000 (11:55 +0000)]
Evas callbacks: Added priority to evas callbacks.
This includes evas_event, evas_object_event and evas_object_smart
callbacks.
See the added docs for more info.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62533
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jaehwan Kim [Wed, 17 Aug 2011 08:31:53 +0000 (17:31 +0900)]
Merge remote branch 'origin/upstream' into svn_merge
WonYoung, Choi [Wed, 17 Aug 2011 07:47:28 +0000 (16:47 +0900)]
fix .spec for rpm packaging
Woo Seungsoo [Tue, 16 Aug 2011 08:30:52 +0000 (17:30 +0900)]
Map/Unmap image for zero-copy texture
Change-Id: I64f2f20b45ecfdcf8bc4dd5cd603af77cdc90a80
tasn [Tue, 16 Aug 2011 07:16:06 +0000 (07:16 +0000)]
Evas text: Set the object's size according to the advance, not width.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62494
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 16 Aug 2011 07:06:36 +0000 (07:06 +0000)]
From: 우승수 <om101.woo@samsung.com>
Subject: [E-devel] [Patch] Map/Unmap image for zero-copy texture
this modifies the zero copy texture feature to map and unmap on get and put
data to allow the put to "flush gpu caches".
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62493
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 15 Aug 2011 20:17:18 +0000 (20:17 +0000)]
Evas: Fix formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62489
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 14 Aug 2011 11:26:50 +0000 (11:26 +0000)]
Evas tests: Fixed the cursor_content_get to comply to the bugfix.
Previous test checked the existing but broken behaviour, now it checks the
correct behaviour.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62440
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 14 Aug 2011 11:26:45 +0000 (11:26 +0000)]
Evas textblock: Fixed cursor_content_get's handling of formats.
Formats are now correctly enclosed with <> when returned, instead of just
the text being returned.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62439
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Daniel Juyung Seo [Sun, 14 Aug 2011 06:44:37 +0000 (15:44 +0900)]
[Upstream Migration r62388]
Daniel Juyung Seo [Sun, 14 Aug 2011 06:14:14 +0000 (15:14 +0900)]
[Upstream Initial Rebase r60295]
seoz [Fri, 12 Aug 2011 15:01:12 +0000 (15:01 +0000)]
evas: Fixed 'unsed variables' warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62388
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 12 Aug 2011 03:50:57 +0000 (03:50 +0000)]
evas: Fixed indentations with arbitrary files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62370
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 12 Aug 2011 02:34:34 +0000 (02:34 +0000)]
how about you actuallyl fix the code correctly rather than break it?
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62369
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 12 Aug 2011 01:52:29 +0000 (01:52 +0000)]
evas evas_common.h: Fixed spacing and removed trailing whitespaces.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62367
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 11 Aug 2011 23:18:34 +0000 (23:18 +0000)]
COMMITS: DO THEM PROPERLY!!!!1111
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62366
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 11 Aug 2011 21:35:17 +0000 (21:35 +0000)]
COMPILE WARNINGS: FIX THEM!!!!!!11111
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62361
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 11 Aug 2011 14:14:48 +0000 (14:14 +0000)]
evas - just removed white spaces.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62354
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)]
frame count nto frame num - match c file.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62339
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 11 Aug 2011 08:56:59 +0000 (08:56 +0000)]
improve jy's docs. :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62335
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 11 Aug 2011 06:58:53 +0000 (06:58 +0000)]
Evas textblock: Fixed bug in range_formats get.
Thanks to Sanjeev for the rebort.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62333
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 11 Aug 2011 06:04:08 +0000 (06:04 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch
Animated gif suport in evas and api's to handle animated images and
frame flipping. from jy.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62331
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jiyoun Park [Thu, 11 Aug 2011 05:00:15 +0000 (14:00 +0900)]
Package upload
discomfitor [Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)]
update some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhile anyway since dependency structs aren't documented
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62283
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 9 Aug 2011 20:56:22 +0000 (20:56 +0000)]
[evas] Filling some gaps on documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62266
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 9 Aug 2011 13:55:42 +0000 (13:55 +0000)]
Evas textblock: Added cursor_visible_range_get and cursor_range_formats_get.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62259
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 9 Aug 2011 13:55:38 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62258
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 9 Aug 2011 13:55:31 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62257
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.
Patch from Vincent Torri.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62244
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 9 Aug 2011 06:30:09 +0000 (06:30 +0000)]
fix typos in docs
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62225
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 9 Aug 2011 06:09:50 +0000 (06:09 +0000)]
remove logo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62224
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jiyoun Park [Tue, 9 Aug 2011 04:14:46 +0000 (13:14 +0900)]
Package upload
Jiyoun Park [Tue, 9 Aug 2011 03:48:18 +0000 (12:48 +0900)]
Merge "[*][Evas_image_load_gif] deal with the case frame's size is wrong if frame size exceed logigal screen size, we only draw logigal screen size area"
tasn [Mon, 8 Aug 2011 14:47:35 +0000 (14:47 +0000)]
Evas font: font_load use the correct string.
Thanks vtorri for the catch.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62207
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 8 Aug 2011 14:40:33 +0000 (14:40 +0000)]
strndup--!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62206
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mike McCormack [Mon, 8 Aug 2011 11:36:06 +0000 (20:36 +0900)]
Add RPM packaging
cedric [Mon, 8 Aug 2011 08:06:38 +0000 (08:06 +0000)]
evas: fix static build of software xlib and xcb engine.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62194
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sun, 7 Aug 2011 16:47:09 +0000 (16:47 +0000)]
evas (cedric asked): argh, fix stupid bugs with configure.ac
PLEASE, IF YOU DON'T KNOW THE REASONS ASK BEFORE COMMITTING :-)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62186
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 7 Aug 2011 08:31:01 +0000 (08:31 +0000)]
Evas textblock: Updated docs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62175
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 7 Aug 2011 08:30:46 +0000 (08:30 +0000)]
Evas textblock: Fixed compiler warning.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62174
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jiyoun Park [Sat, 6 Aug 2011 12:43:50 +0000 (21:43 +0900)]
[*][Evas_image_load_gif] deal with the case frame's size is wrong
if frame size exceed logigal screen size, we only draw logigal screen size area
Change-Id: I5e46bcd89a161814b9c2e51b9504ae4cea832cf4
devilhorns [Sat, 6 Aug 2011 03:32:27 +0000 (03:32 +0000)]
Evas: Make evas xcb engine match xlib engine almost exactly.
NB: Next is to fine-tooth the ecore code.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62167
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 5 Aug 2011 16:23:34 +0000 (16:23 +0000)]
Box example uses eina, so link to it
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62143
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jiyoun Park [Fri, 5 Aug 2011 13:21:27 +0000 (22:21 +0900)]
Package upload
Jiyoun Park [Fri, 5 Aug 2011 10:22:47 +0000 (19:22 +0900)]
[*][evas_image_load_gif] fix gif loader memory leak
fix indentation and other thing according to advise
there is some case gif file didn't close .
so I fix this memory leak
Change-Id: Ida9846b69f67fa2ff8a2940e0d37c36d85b8d6cf
raster [Fri, 5 Aug 2011 11:54:13 +0000 (11:54 +0000)]
make the internal options key much shorter - faster matches.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62131
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Thu, 4 Aug 2011 21:28:32 +0000 (21:28 +0000)]
Evas: adding blank line before images so doxygen won't mess
up pdf layout.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62111
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Thu, 4 Aug 2011 20:19:45 +0000 (20:19 +0000)]
[evas] Examples on box object.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62102
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Thu, 4 Aug 2011 20:19:36 +0000 (20:19 +0000)]
[evas] Documentation bump on the box smart object.
Example on it comes next.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62101
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 4 Aug 2011 10:03:36 +0000 (10:03 +0000)]
evas: fix typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62090
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
ChunEon Park [Thu, 4 Aug 2011 07:47:57 +0000 (16:47 +0900)]
Merge "evas_object_smart - trivial changes"
tasn [Thu, 4 Aug 2011 06:15:46 +0000 (06:15 +0000)]
Evas textblock: Add const to parameter as we don't change it.
This does not break API/ABI.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62080
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 3 Aug 2011 20:59:06 +0000 (20:59 +0000)]
Evas: removing author list from main page.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62069
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 3 Aug 2011 18:08:32 +0000 (18:08 +0000)]
Kill those pesky defines from the docs, they make everything look ugly.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62063
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 3 Aug 2011 06:31:53 +0000 (06:31 +0000)]
evas Evas.h: Fixed typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62041
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 2 Aug 2011 16:28:37 +0000 (16:28 +0000)]
Evas textblock: Fixed range_text_get with TEXT_PLAIN.
Until now, it only supported MARKUP, now it also supports plain.
Haven't tested it much, but it seems to be working. It can help a lot to
people who want to analyse the text, for example when implementing a spell
checker, or "search", as now the text maps exactly like the cursors map.
Still have to decide if that's the wanted API and set it in stone, or not
promise this and expose a different API for these kind of tasks.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62011
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 2 Aug 2011 13:22:35 +0000 (13:22 +0000)]
Evas textblock: Added intro to formats to docs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61996
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 2 Aug 2011 12:30:25 +0000 (12:30 +0000)]
Evas textblock: Fixed mistake in docs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61994
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 2 Aug 2011 12:17:09 +0000 (12:17 +0000)]
Evas textblock: Fixed format_append/prepend.
It should only treat format passed as a tag if it was passed with <>.
Otherwise, it should be treated as a regular format.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61993
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 2 Aug 2011 12:17:01 +0000 (12:17 +0000)]
Evas textblock: Renamed newline_mode_set/get -> legacy_newline_set/get.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61992
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 2 Aug 2011 12:15:33 +0000 (12:15 +0000)]
Evas: Fix typo in Frame_Queuing check for xcb.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61991
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 2 Aug 2011 04:13:33 +0000 (04:13 +0000)]
that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61974
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 1 Aug 2011 14:56:26 +0000 (14:56 +0000)]
evas: wipe out cache in the right order.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61956
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 1 Aug 2011 14:49:40 +0000 (14:49 +0000)]
Evas font: removed _FcPattern decleration.
No idea who put it there, but it definitely doesn't belong here.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61954
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 1 Aug 2011 10:45:42 +0000 (10:45 +0000)]
Evas textblock: Use the set language with liblinebreak if known.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61945
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 1 Aug 2011 09:11:46 +0000 (09:11 +0000)]
Evas textblock: Fixed a bug with <i> identified as <item>.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61944
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 1 Aug 2011 09:11:42 +0000 (09:11 +0000)]
Evas font: Renamed FONT_REND_ITALIC/BOLD -> FONT_REND_SLANT/WEIGHT.
This change is needed for future support of multiple level of runtime
weight creation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61943
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Jiyoun Park [Mon, 1 Aug 2011 08:57:53 +0000 (17:57 +0900)]
Package upload
tasn [Mon, 1 Aug 2011 08:21:15 +0000 (08:21 +0000)]
Evas textblock: Added "lang" to markup to set the language.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61942
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 1 Aug 2011 08:21:12 +0000 (08:21 +0000)]
Evas font: added support for ':lang=' and fixed a possibly mem leak.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61941
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33