profile/ivi/evas.git
2011-02-06 nashProxy: Whitespace--
2011-02-06 nashProxy: Opaque test a little smarter
2011-02-06 nashRender smart objects too.
2011-02-06 nashBasic (but ugly) working proxy map for text/textblocks.
2011-02-06 nashSwitch to a sub proxy sstructure.
2011-02-06 nashOld stagaed patch for managing list of proxies.
2011-02-06 nashActually commit object proxy
2011-02-06 nashProxy Object framework.
2011-02-06 tasnEvas font-engine: Don't ref/unref info if len==0 becaus...
2011-02-03 caroput visual studio files outside the libraries directory
2011-02-02 tasnEvas textblock: Use the ellipsis char instead of 3...
2011-02-02 tasnEvas table: Updated the table's docs. vtorri - Thanks...
2011-02-02 tasnEvas font-ot: Started using our glyph and kerning cache...
2011-02-01 tasnEvas: updated changelog.
2011-02-01 tasnEvas table: Added "mirrored mode" to table. This is...
2011-02-01 tasnEvas text: Don't call text_props_info_create if there...
2011-02-01 tasnEvas: Updated changelog.
2011-02-01 tasnEvas font: Fixed word_prerender now that we cache every...
2011-02-01 tasnEvas font/textblock/text: Started using string objects...
2011-02-01 tasnEvas textblock: Fixed a couple of invalid reads in...
2011-02-01 rasterformatting of wbmp loader code fix.
2011-02-01 rasterThanks to samsung - added WBMP loader.
2011-02-01 rasterslight tune of neon asm - based on stuff from nash...
2011-01-31 tasnEvas textblock: Fixed paragraph line number. It got...
2011-01-31 rasterFrom: ChunEon Park <chuneon.park@samsung.com>
2011-01-31 rasterother way.
2011-01-30 tasnRevert "Snapshot." - didn't mean to commit this :(
2011-01-30 tasnRevert "Snap 2" - didn't mean to commit it. :(
2011-01-30 tasnEvas: Updated changelog.
2011-01-30 tasnSnap 2
2011-01-30 tasnSnapshot.
2011-01-30 tasnEvas: Updated changelog.
2011-01-30 tasnEvas textblock: Eliminate the use of cutoff, we don...
2011-01-30 tasnEvas font: Fix indentation.
2011-01-30 tasnEvas textblock: Did a bit of code clean-up.
2011-01-30 tasnEvas textblock: Added ellipsis support (actually only...
2011-01-30 tasnEvas textblock: Fixed a memory leak and comment.
2011-01-30 tasnEvas textblock: Updated a comment.
2011-01-30 tasnEvas textblock: Fixed issue with charwrap causing an...
2011-01-30 tasnEvas font: Fixed memory leak when reloading an already...
2011-01-30 tasnEvas text: Fixed a segfault with text objects with...
2011-01-30 tasnRevert "Evas textblock: Use the last item's width,...
2011-01-30 tasnEvas textblock: Fixed paragraph width to also take...
2011-01-30 tasnEvas text: Added API to query text object's text direction.
2011-01-30 tasnEvas textblock: Fixed cursor position in BEFORE mode...
2011-01-30 tasnEvas textblock: Fixed cursor position with a cleared...
2011-01-30 tasnEvas textblock: Use the last item's width, not advance...
2011-01-30 tasnEvas text: Fixed string_size_get to use the last item...
2011-01-30 tasnEvas font-engine: Fixed query size when not using OT...
2011-01-30 tasnEvas text: relayout the items when needed.
2011-01-30 tasnEvas text: Fixed vert advance get in cases of mixed...
2011-01-30 tasnEvas textblock: Fixed a typo in the wordwrap code.
2011-01-30 tasnEvas textblock: Added wrap=mixed to the style options.
2011-01-30 tasnEvas textblock: Fixed a bug with wordwrapping causing...
2011-01-30 tasnEvas font-engine: Fixed ot face loading when loading...
2011-01-30 tasnEvas bidi: Fixed visibility issue with evas_bidi_shape_...
2011-01-30 tasnEvas font-engine: add a function to just ref text props.
2011-01-30 tasnEvas textblock: Implemented support for size_native_get...
2011-01-30 tasnEvas textblock: Added mixedwrap code - the code is...
2011-01-30 tasnEvas textblock: Remove unused function: _evas_textblock...
2011-01-30 tasnEvas textblock: Fixed word prerender, it now compiles...
2011-01-30 tasnEvas font-engine: Exposed PEN_Y in the walker functions...
2011-01-30 tasnEvas textblock: Fixed a segfault with regular formats...
2011-01-30 tasnEvas textblock: Moved item (of type SIZE) size calculat...
2011-01-30 tasnEvas textblock: Fixed bug with relative sized items...
2011-01-30 tasnEvas textblock: Fixed cursor when the cursor is in...
2011-01-30 tasnEvas bidi: remove the bidi reverse string, it's old...
2011-01-30 tasnEvas font-engine: simplify 26_6 round to int.
2011-01-30 tasnEvas font-engine: pen_x is now calculated with fraction...
2011-01-30 tasnEvas font-engine: Round the fractional coords (instead...
2011-01-30 tasnEvas: Fixed harfbuzz dependency checking. Was broken...
2011-01-30 tasnEvas textblock: Fixed async rendering support.
2011-01-30 tasnEvas textblock: Fixed a seg and the documentation error...
2011-01-30 tasnEvas textblock: split the visual layouting to two stages:
2011-01-30 tasnEvas font-engine: Fixed a puny memory leak.
2011-01-30 tasnUsed evas_textblock_text_node_changed instead of evas_t...
2011-01-30 tasnEvas textblock: The only thing that should force a...
2011-01-30 tasnEvas textblock: split layout line advance to advance...
2011-01-30 tasnEvas textblock: Added a couple of comments and mark...
2011-01-30 tasnEvas textblock: Fixed a major slowdown caused by a...
2011-01-30 tasnEvas textblock: Removed unused functions.
2011-01-30 tasnEvas textblock: Fix format usage in the visual layouting.
2011-01-30 tasnEvas textblock: format is now a property of both text...
2011-01-30 tasnEvas textblock: Fixed a bug in the last commit causing...
2011-01-30 tasnEvas textblock: Split between content changes and other...
2011-01-30 tasnSplit logical layouting and visual layouting completely...
2011-01-30 tasnEvas font-engine: A couple of major fixes:
2011-01-30 tasnEvas textblock: Started splitting the layouting to...
2011-01-30 tasnEvas textblock: Fixed line coords to be relative to...
2011-01-30 tasnEvas textblock: Update layout paragraph coordinates...
2011-01-30 tasnEvas textblock: Use layout paragraphs for faster item...
2011-01-30 tasnEvas textblock: started using the paragraph layout...
2011-01-30 tasnEvas textblock: Started using the layout paragraphs...
2011-01-30 tasnEvas font: skip over common script items when getting...
2011-01-30 tasnEvas font: fixed calling of bidi_end_of_run_get and...
2011-01-30 tasnRevert "Evas font-engine: Also split on script common...
2011-01-30 tasnEvas textblock: Started using advancement for wrapping.
2011-01-30 tasnEvas text object: Hacked a fix to string size get which...
2011-01-30 tasnEvas text: Fixed a bug with the issuing of script end...
2011-01-30 tasnEvas language utils: fixed evas_common_language_script_...
next