profile/ivi/evas.git
2011-04-14 tasnEvas: Updated changelog.
2011-04-14 tasnEvas bidi: Added a way to ask for bidi segmentation...
2011-04-14 tasnEvas textblock: Reformat if not valid in some cases...
2011-04-13 tasnEvas textblock Fixed a "may be used uninit" compiler...
2011-04-13 tasnEvas textblock: Removed unneeded casting.
2011-04-13 tasnEvas textblock: Fix error messages about bad cutoff...
2011-04-13 tasnEvas textblock: Clean up getting bidi props (unify...
2011-04-13 tasnEvas bidi: Add len parameter to evas_bidi_paragraph_pro...
2011-04-13 tasnEvas font-engine: Move, rename and make *_text_font_sty...
2011-04-13 tasnEvas textblock: Make sure we only test with positive...
2011-04-13 tasnEvas textblock: Fixed a wrong test for end of string.
2011-04-13 rasterfix slowdown - drew empty shadow when didnt need to.
2011-04-13 tasnEvas font-engine: Fix the fallback fribidi shaper.
2011-04-13 tasnEvas textblock: Don't keep a copy of the string per...
2011-04-13 tasnEvas font-engine: Fixed *props_info_create to accept...
2011-04-13 tasnEvas font-engine: Use len in font_draw instead of \0
2011-04-13 tasnEvas font-engine: *text_props_script_set add parameter...
2011-04-12 englebassignore++
2011-04-12 rasterfix new map bug! aaagh. i think this came in post 1...
2011-04-12 seozEvas Evas.h: Removed trailing whitespaces.
2011-04-12 seozEvas evas_object_smart.c: Use pre-defined type, Evas_Sm...
2011-04-12 rasterfix some formatting
2011-04-12 tasnEvas font-engine: Added support for runtime-italic...
2011-04-12 tasnEvas textblock: Fix formatted size calculation with...
2011-04-12 tasnEvas textblock: Removed obsolete comments.
2011-04-12 tasnEvas textblock: Fix a possible leak with calc_only...
2011-04-12 rastersimplify tiff loader. hoping 64bit bug goes away. ...
2011-04-12 rasterno need to get this.
2011-04-11 tasnEvas textblock: Fixed double-drawing bug (visible in...
2011-04-11 tasnEvas textblock: Fixed not drawing cut paragraphs when...
2011-04-11 tasnEvas: Updated changelog.
2011-04-11 rasterchlog++
2011-04-11 rastermany more shadow options (8 shadow directions now)
2011-04-11 tasnEvas sw8: Inherit most of the engine from sw_generic.
2011-04-11 tasnEvas sw16: Inherit most of the engine from sw_generic.
2011-04-11 tasnEvas: Add EVAS_API_RESET that overrides API with NULL.
2011-04-10 tasnEvas textblock: *_markup_prepend should use the passed...
2011-04-09 rastergles warning--
2011-04-08 rasterdoxy move to header.
2011-04-08 rasterdoxy to h.
2011-04-07 tasnEvas font-engine: Remove most of the passing of strings.
2011-04-07 tasnEvas textblock: Fix handling of newline in compatiblity...
2011-04-07 tasnEvas textblock: Fixed a major bug - don't recreate...
2011-04-07 tasnRevert "Evas textblock: Fixed a major bug. Forgot recre...
2011-04-07 tasnEvas textblock: Fixed a major bug. Forgot recreating...
2011-04-07 tasnEvas: Fix last changelog entry description.
2011-04-07 tasnEvas textblock: Updated changelog.
2011-04-07 tasnEvas textblock: Fixed a bug in newline compatible mode.
2011-04-07 tasnEvas textblock: Don't mark nodes as clean when in ...
2011-04-07 tasnEvas textblock: Add saftey check.
2011-04-07 tasnEvas textblock: Adding visible formats - only invalidat...
2011-04-07 tasnEvas textblock: Only relayout paragraphs that have...
2011-04-07 tasnEvas textblock: Clean the code a bit (remove node-inval...
2011-04-06 tasnEvas textblock: Cleaned code up a bit.
2011-04-06 cedricevas: fix broken 16bits engine.
2011-04-06 rasterand now REALLY fix that viewport bug...
2011-04-06 rasterand handle other make current to "no context" in case.
2011-04-06 rasterfix gles engine bug with > 1 window.. missing viewport...
2011-04-06 rasterchlog++
2011-04-06 rasterfix scossor clip on 90 degree rots.
2011-04-06 nashEvas: Mask: Fix non-masked image rendering.
2011-04-06 nashEvas: Mask: Add shader init code.
2011-04-06 nashEvas: Mask: Fix undeclared warnings.
2011-04-06 rasterfixme notice, fix make current context to force if...
2011-04-06 rasterwarning--
2011-04-06 nashMasking: Push a bit more arbitrary clipping
2011-04-06 nashEvas: Remove magic for proxy.
2011-04-05 cedricevas: remove useless check.
2011-04-05 cedricevas: and now, the last one to die today, Evas Xrender...
2011-04-05 cedricevas: and now is the death of Qtopia engine.
2011-04-05 cedricevas: one more death: gl_glew !
2011-04-05 cedricevas: remove Evas Cairo backend.
2011-04-05 cedricevas: remove Evas Quartz backend.
2011-04-05 tasnEvas textblock: Removed deprecated code.
2011-04-04 rasterAPI add: From <dunamis.park@samsung.com> - sungwoo
2011-04-04 tasnEvas textblock: clean up render_pre a bit.
2011-04-04 rasterAPI add: From <dunamis.park@samsung.com> - sungwoo
2011-04-04 seozEvas Evas.h: Removed trailing whitespaces.
2011-04-03 hermetevas / evas_smart - removed white spaces
2011-04-03 tasnEvas textblock: Fixed native size calculation.
2011-03-31 rasteractually can just mark as changed. let layout happen...
2011-03-31 rasterummm... tasn.. you broke scaling of tb's! fix.,
2011-03-31 rasterFIX: fix render bug when rendering to buffer canvases...
2011-03-30 tasnEvas font-engine: Removed "use-kerning" from draw code.
2011-03-30 tasnEvas textblock: Updated changelog.
2011-03-30 tasnEvas textblock: Removed duplicated condition.
2011-03-30 rasterverified. can remove the format forcing.
2011-03-30 tasnEvas textblock: Init first paragraph's y correctly.
2011-03-30 rasterprintf--
2011-03-30 tasnEvas textblock: We don't need to mark as changed here.
2011-03-30 rasterhandle align and ellipsis re-format right .
2011-03-30 rasteruse o->valign.
2011-03-30 tasnEvas textblock: Actually use the valign value when...
2011-03-30 rasterellipsis re-format on height change too if an ellipsis...
2011-03-30 rasterflesh out valign prop to have real api. untested currently.
2011-03-30 devilhornsEvas: Textblock: Fix variable may be used uninitialized...
2011-03-29 tasnEvas textblock: Implemented vertical alignment - no...
2011-03-29 tasnEvas Textblock/text: Add clipping until we fix inset...
2011-03-29 tasnEvas Textblock/text: Fix rendering outsize of zone...
2011-03-29 tasnEvas font-engine: Use advance instead of width with...
next