tasn [Fri, 3 Jun 2011 20:48:56 +0000 (20:48 +0000)]
Evas font-engine: If still after all we can't find a font, use the first.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59924
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 3 Jun 2011 00:26:19 +0000 (00:26 +0000)]
Evas: Fix 'reset_time_interval' may be used uninitialized warning.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59908
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 2 Jun 2011 19:20:39 +0000 (19:20 +0000)]
Evas : evas_image_scalecache.c : usleep() might not be defined on Windows. Use Sleep() instead.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59906
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 2 Jun 2011 15:36:50 +0000 (15:36 +0000)]
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).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59903
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 2 Jun 2011 14:52:43 +0000 (14:52 +0000)]
Evas textblock: Fixed an issue with min size calculation introduced in 59899
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59901
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 2 Jun 2011 14:31:15 +0000 (14:31 +0000)]
Evas textblock: Fix skipping of ascii control chars.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59900
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 2 Jun 2011 14:02:31 +0000 (14:02 +0000)]
Evas textblock: Fixed min size calculation with right aligned paragraphs.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59899
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 10:40:43 +0000 (10:40 +0000)]
disable evas filter code. buggy. doesn't work right.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59898
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 10:00:05 +0000 (10:00 +0000)]
disable masking support. back to clip rects.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59896
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 09:49:17 +0000 (09:49 +0000)]
disable map mesh support - engine code still doesnt handle != 4 points
so pointless exposing it as its broken inthe engine.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59895
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 1 Jun 2011 15:08:47 +0000 (15:08 +0000)]
Evas text: Fix ellipsis bidi, broke it a couple of days ago.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59877
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 1 Jun 2011 15:00:55 +0000 (15:00 +0000)]
evas: make Vincent happy.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59875
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 1 Jun 2011 14:32:08 +0000 (14:32 +0000)]
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 :-)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59872
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 1 Jun 2011 14:25:15 +0000 (14:25 +0000)]
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.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59871
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 1 Jun 2011 14:25:11 +0000 (14:25 +0000)]
Evas textblock: Use advance when calculating line breaks and widths.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59870
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 1 Jun 2011 14:25:08 +0000 (14:25 +0000)]
Evas textblock: Added a paragraph property to indicate if bidi.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59869
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 1 Jun 2011 08:35:25 +0000 (08:35 +0000)]
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.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59861
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 1 Jun 2011 08:35:21 +0000 (08:35 +0000)]
Evas textblock: Paragraphs don't need a x coordinate - remove.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59860
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 31 May 2011 12:55:57 +0000 (12:55 +0000)]
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.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59845
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 31 May 2011 12:55:54 +0000 (12:55 +0000)]
Evas textblock: Remove calc_only from layout, not needed anymore.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59844
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 31 May 2011 12:55:51 +0000 (12:55 +0000)]
Evas textblock: Move native size calculation out of the regular layout.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59843
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 31 May 2011 12:55:46 +0000 (12:55 +0000)]
Evas bidi: Fixed warning when compiling with Wshadow.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59842
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 31 May 2011 07:10:37 +0000 (07:10 +0000)]
fix gl engine make current impl (for ne evas gl stuff so no chlog
needed) to handle make current return value right
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59834
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Mon, 30 May 2011 16:45:08 +0000 (16:45 +0000)]
evas: fix misspellings
Misspellings found by codespell
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59822
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 15:18:53 +0000 (15:18 +0000)]
Evas font-engine: Fix an issue with font_run_end_get.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59818
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 13:59:18 +0000 (13:59 +0000)]
Evas font-engine: font_run_end_get. Fix possible segfault.
Patch by Cedric.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59817
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 13:19:13 +0000 (13:19 +0000)]
Evas textblock: There can be only one ellipsis item per textblock.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59816
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 13:19:10 +0000 (13:19 +0000)]
Evas textblock: Use Evas_Coord instead of int for coords.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59815
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 13:19:07 +0000 (13:19 +0000)]
Evas textblock: Removed some fat. Format should be a stringshare.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59814
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 13:19:03 +0000 (13:19 +0000)]
Evas textblock: Don't try to move text if the length to be moved is 0.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59813
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 13:19:00 +0000 (13:19 +0000)]
Evas textblock: Remove a bit of useless fat.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59812
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 10:55:35 +0000 (10:55 +0000)]
Evas text/textblock: Fixed warnings when frame_quening is on.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59809
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 10:55:31 +0000 (10:55 +0000)]
Evas text/textblock: init cur_fi to NULL.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59808
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 09:03:46 +0000 (09:03 +0000)]
Evas textblock: Fix casting of font when calling pipe op.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59807
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 08:42:26 +0000 (08:42 +0000)]
Evas text/textblock: Check we actually found a font instance.
Currently we only check we have a font_set which is not enough.
Having a fontset and not having an fi should never happen, but it can.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59804
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 08:31:29 +0000 (08:31 +0000)]
Evas font-engine: Fallback to script_fi if we didn't find another one.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59803
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 08:16:35 +0000 (08:16 +0000)]
Evas textblock: clean up text_append, and possibly solve infinite loop.
I removed the workaround that solved it, for this cleaner, solution that
should work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59802
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 08:16:32 +0000 (08:16 +0000)]
Evas textblock: Removed ununeeded allocation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59801
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 30 May 2011 07:52:44 +0000 (07:52 +0000)]
Evas textblock: Fix an issue with empty textblocks.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59800
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 21:11:58 +0000 (21:11 +0000)]
Evas textblock: Possible workaround for the infinite loop morlenxus is having.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59791
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 29 May 2011 14:34:33 +0000 (14:34 +0000)]
Evas : evas_preload.c : Fix compilation when --disable-async-preload is passed to configure.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59786
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 13:56:23 +0000 (13:56 +0000)]
Evas engines: Adjust all the rest of the engines to use Evas_Font_Set.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59784
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 13:35:45 +0000 (13:35 +0000)]
Evas font-engine: In continuation of the previous commit. Use Evas_Font_Set.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59783
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 13:00:54 +0000 (13:00 +0000)]
Evas font-engine: Added two font opaque types.
Added Evas_Font_Instance and Evas_Font_Set which correspond to
RGBA_Font_Int and RGBA_Font. This is very important for strict type
checking which we now finally have.
This commit does not include logic changes, only casting and changing
types of pointers to the opaque pointer types.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59782
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 12:03:20 +0000 (12:03 +0000)]
Evas textblock/font-engine: Fix compiler warnings with -Wshadow.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59781
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 11:47:53 +0000 (11:47 +0000)]
Evas textblock: Added support for numeric escape sequences.
Patch by Raoul Hecky.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59780
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 11:09:47 +0000 (11:09 +0000)]
Evas font-engine: Conform to the API changes in Harfbuzz 0.6.0.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59779
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 09:20:18 +0000 (09:20 +0000)]
Evas font-engine: Fixed font fallback in the same script run.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59777
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 May 2011 09:20:13 +0000 (09:20 +0000)]
Evas font-engine: Fixed a bug in the glyph search function.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59776
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 May 2011 08:26:11 +0000 (08:26 +0000)]
Add feature: convenience call: evas_event_thaw_eval()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59727
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 02:00:15 +0000 (02:00 +0000)]
Evas: Png Loader: Fix shadow declaration of variable 'compress'.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59718
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:50:10 +0000 (01:50 +0000)]
Evas: Fix shadow declaration of 'i' variable.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59716
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:47:58 +0000 (01:47 +0000)]
Evas: Fix more shadow declarations of variables.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59715
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:44:10 +0000 (01:44 +0000)]
Evas: Fix more shadow declarations of 'index' variable.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59714
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:22:56 +0000 (01:22 +0000)]
Evas: Fix shadow declaration of variable 'write'.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59713
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:19:35 +0000 (01:19 +0000)]
Evas: Fix shadow declaration of variable 'index'
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59712
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:17:15 +0000 (01:17 +0000)]
Evas: Fix shadow declaration of variable 'index'.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59711
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 27 May 2011 01:13:41 +0000 (01:13 +0000)]
Evas: Fix shadow declaration of variable 'index'
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59710
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 08:37:44 +0000 (08:37 +0000)]
chlog++
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59694
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 08:37:07 +0000 (08:37 +0000)]
fix table to actually use fractional weighting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59693
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 05:42:15 +0000 (05:42 +0000)]
forgot chglog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59688
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 05:40:47 +0000 (05:40 +0000)]
fix table to handle weighting correctly for expands vs not expands. if
ANY elemtn that spans a col or row CANt expand that column or row is
VETOED frome xpanding, as opposed to the inverse
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59687
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 02:44:01 +0000 (02:44 +0000)]
fix c fallback rendering - mask op was wrong. mmx was right. why is
the neon code sitting there.. with no neon? just c? if so.. just kill
the neon code and let c fallbacks take care of it as all we do is dup
code. either that or actually implement the neon.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59686
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 25 May 2011 20:21:25 +0000 (20:21 +0000)]
evas: add raw loaders ...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59680
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 May 2011 11:56:13 +0000 (11:56 +0000)]
aaah fix brackets i just unfixed.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59667
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 May 2011 11:50:37 +0000 (11:50 +0000)]
remove commented out table code.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59666
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 24 May 2011 10:19:06 +0000 (10:19 +0000)]
evas: use Eina_File when possible.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59645
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 24 May 2011 06:51:47 +0000 (06:51 +0000)]
fix glpipe optimization that stops the pipes from being used with many
maps
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59638
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Mon, 23 May 2011 19:38:28 +0000 (19:38 +0000)]
evas: typo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59631
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 23 May 2011 10:37:17 +0000 (10:37 +0000)]
evas/evas_map - removed white spaces, fixed identation.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59620
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 23 May 2011 06:45:19 +0000 (06:45 +0000)]
Evas: Fix compilation with libjpeg 8 on Windows.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59609
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 22 May 2011 08:53:31 +0000 (08:53 +0000)]
improve linbpg detection
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59576
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 21 May 2011 22:28:13 +0000 (22:28 +0000)]
Evas: Initialize some variables to zero (to remove compiler warnings).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 21 May 2011 06:23:33 +0000 (06:23 +0000)]
Evas evas_render.c: Fixed formatting.
Fixed indentation and removed trailing whitespaces.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59560
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 20 May 2011 01:35:41 +0000 (01:35 +0000)]
Evas: Add UNUSED to evas_engine function 'eng_image_load_error_get'
for data paramater (it is not used in the function).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59547
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 20 May 2011 01:33:55 +0000 (01:33 +0000)]
Evas: evas_common_frameq_thread (in evas_pipe.c) uses 'gettimeofday',
so include the proper header file for that function (so we don't get
implicit declaration warning)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59546
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 19 May 2011 13:01:44 +0000 (13:01 +0000)]
fix proxy sourcing of smart obj that updates.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59536
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 19 May 2011 12:41:17 +0000 (12:41 +0000)]
Add postscript to the list of files supported by the generic loader
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59533
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 19 May 2011 11:19:22 +0000 (11:19 +0000)]
fix load of data to ACTUALLY set the load error in evas's image
objects. including preload.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59529
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 19 May 2011 09:54:30 +0000 (09:54 +0000)]
Evas textblock: Added an rbtree index for the layout paragraphs.
This can be used with both coordinates and line numbers, this is a
faster way to find layout paragraphs in the textblock which means
we should now be a lot faster with big textblocks.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59527
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 19 May 2011 09:54:19 +0000 (09:54 +0000)]
Evas textblock: Use the saved paragraph pointer instead of searching.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59526
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 19 May 2011 09:28:43 +0000 (09:28 +0000)]
handle surf alloc failures.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59524
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 19 May 2011 09:25:31 +0000 (09:25 +0000)]
check return of alloc surf for eet loader.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59523
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 19 May 2011 09:22:35 +0000 (09:22 +0000)]
small fix - check surface alloc return and reurn alloc failure.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59522
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 19 May 2011 05:52:47 +0000 (05:52 +0000)]
fix bug in new proxy code (no need for changelog as its a new feature
thats not released yet) wher using proxy via map doesnt let you use uv
coords right as its ALWAYs filling/scaling only due to not using
source image size and proxy size right.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 18 May 2011 14:12:10 +0000 (14:12 +0000)]
remove some shadow declarations
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59508
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 18 May 2011 13:47:45 +0000 (13:47 +0000)]
Evas font-engine: Replace deprecated freetype constants.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59507
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 18 May 2011 13:47:37 +0000 (13:47 +0000)]
Evas font-engine: Remove useless if, it's never a bitmap.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59506
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 18 May 2011 11:18:08 +0000 (11:18 +0000)]
Evas font-engine: Fix searching of fonts to ignore more control characters.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59499
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 18 May 2011 11:18:00 +0000 (11:18 +0000)]
Evas font-engine: Don't search fi again in ot populate.
We already calculate it in content create.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59498
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 May 2011 09:49:58 +0000 (09:49 +0000)]
fixed issues on evas gl suport from sungwoo.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59492
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 May 2011 07:04:32 +0000 (07:04 +0000)]
add grid layout obj to evas (along with table and box)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59481
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 17 May 2011 07:08:33 +0000 (07:08 +0000)]
Evas textblock: Fix a potential bug in wrapping.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59464
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 16 May 2011 02:06:41 +0000 (02:06 +0000)]
pointed out by jiyoun ... but patch wasn't quite right. shouldnt
manually ref-- the old im - should call drop. also... dont make
original dirty as we don't modify it, we just drop (unref) it.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59431
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 15 May 2011 15:36:04 +0000 (15:36 +0000)]
Evas textblock: Set cursor position if not already set when inserting text.
This was always the meaning of cur->node=NULL, but here it explicitly
does it, which makes things easier in the long run.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59406
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 15 May 2011 13:57:47 +0000 (13:57 +0000)]
Evas textblock: Fixed a possible bug with wordwrap.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59405
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 15 May 2011 12:00:01 +0000 (12:00 +0000)]
Evas textblock: Speed up rendering. Find the start paragraph for all.
Until now all the format/text drawing loops went through all the
paragraphs skipping all the ones that are outside the clipping/object
zone. This changeset find the first paragraph to be renedred first so we
don't walk all the paragraphs for nothing. This speeds up rendering of
the ends of very big textblocks in a very noticable manner.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59404
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 15 May 2011 11:59:58 +0000 (11:59 +0000)]
Evas font-engine: Remove the useless RGBA_Font_Source hb.face.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59403
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 15 May 2011 11:59:54 +0000 (11:59 +0000)]
Evas font-engine: Adjust code to use latest Harfbuzz (0.5.0)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59402
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 15 May 2011 10:11:22 +0000 (10:11 +0000)]
Evas: cache: missing guards
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59394
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33