profile/ivi/evas.git
2011-05-18 rasteradd grid layout obj to evas (along with table and box)
2011-05-17 tasnEvas textblock: Fix a potential bug in wrapping.
2011-05-16 rasterpointed out by jiyoun ... but patch wasn't quite right...
2011-05-15 tasnEvas textblock: Set cursor position if not already...
2011-05-15 tasnEvas textblock: Fixed a possible bug with wordwrap.
2011-05-15 tasnEvas textblock: Speed up rendering. Find the start...
2011-05-15 tasnEvas font-engine: Remove the useless RGBA_Font_Source...
2011-05-15 tasnEvas font-engine: Adjust code to use latest Harfbuzz...
2011-05-15 caroEvas: cache: missing guards
2011-05-15 caroadd some guards for non Windows headers and reorder
2011-05-12 tasnEvas textblock: Fix segfault with evas_textblock_cursor...
2011-05-12 tasnEvas font-engine: Fix usage of font cache (= -> ==).
2011-05-12 tasnEvas font-engine: abort font load even sooner if name...
2011-05-12 rasterwrn--!
2011-05-12 rasterEvas Smart: add ability to get usage count
2011-05-11 rasterchlog++
2011-05-11 rasterfix svg load WITH scaling - scale down size request...
2011-05-11 tasnEvas textblock: Added _format_list_get for fast retriev...
2011-05-11 rasterchlog++
2011-05-11 rasterFix: egl mode in engine forgot to call pre/post swap...
2011-05-11 tasnEvas textblock: Don't allow overwriting the format...
2011-05-11 tasnEvas textblock: Only parse formats that can change...
2011-05-10 cedricevas: fix typos.
2011-05-09 cedricevas: fix xcb build.
2011-05-09 cedricevas: don't use dead condition.
2011-05-09 cedricevas: we should not rely on mutex recursive stuff....
2011-05-09 cedricevas: fix evas_pipe and use eina_condition.
2011-05-09 cedricevas: fix software 16 sdl.
2011-05-09 cedricevas: use Eina_Condition.
2011-05-09 tasnEvas text: clean up evas_text_style_pad_get a bit further.
2011-05-08 tasnEvas text: Made evas_text_style_pad_get faster.
2011-05-08 tasnEvas textblock: Do a bit of uchar -> Eina_Bool and...
2011-05-08 tasnEvas textblock: Remove unused alloca.
2011-05-08 tasnEvas textblock: Clean up clipping and render a bit.
2011-05-08 tasnEvas table: fix ui-mirroring with homogeneous tables.
2011-05-08 tasnEvas textblock: Break on mandatory and allowed break...
2011-05-08 tasnEvas textblock: Moved format text_node invalidation...
2011-05-08 tasnEvas textblock: Move ellipsis handling to a different...
2011-05-08 tasnEvas textblock: clean up mixed/word wrap a bit.
2011-05-08 tasnEvas textblock: Fix possible issues with charwrap not...
2011-05-07 seozEvas evas_object_smart.c: Fixed indentation.
2011-05-06 hermetevas / evas_object_smart - mistook! spank my ass!
2011-05-06 hermetevas/evas_object_smart - fixed parent cache invalidatio...
2011-05-06 tasnEvas textblock: Fix seg with empty textblocks that...
2011-05-06 cedricevas: don't try all loader on directory.
2011-05-06 cedricevas: actually check if loading header was fine.
2011-05-06 cedricevas: don't assume anymore that text_node is != NULL.
2011-05-05 tasnEvas liblinebreak: Don't ship it's headers. Oops, misse...
2011-05-05 tasnEvas textblock: Fix linewrap to only wrap if there...
2011-05-05 tasnEvas textblock: Updated a FIXME.
2011-05-05 tasnEvas textblock: Until we actually use it in charwrap...
2011-05-05 tasnEvas textblock: Wrapping is now absolute to the paragraph.
2011-05-05 tasnEvas textblock: Use more relevant replacement chars...
2011-05-05 barbierifix it so it's extensible and we'll avoid errors in...
2011-05-05 tasnEvas static_deps: And now fix the Makefile.am.
2011-05-05 tasnEvas: Actually add the static_deps make file.
2011-05-05 tasnEvas: Updated changelog.
2011-05-05 tasnEvas textblock: Clean up word/mixed wrap and add liblin...
2011-05-05 tasnEvas font-engine: Made the cutoff error more verbose.
2011-05-05 tasnEvas font-query: Fixed documentation error.
2011-05-05 tasnEvas canvas: use liblinebreak when available.
2011-05-05 tasnEvas linebraek: Fix liblinebreak's CB class at sot...
2011-05-05 tasnEvas: Added liblinebreak (static dep) to the build...
2011-05-05 tasnEvas text_utils: Added evas_common_text_props_can_split
2011-05-04 hermetevas / canvas - removed useless line.
2011-05-04 tasnEvas font: only "bidi-shape" RTL strings.
2011-05-04 tasnEvas font-engine: Moved non-draw related from font_draw...
2011-05-04 tasnEvas font-engine: Use Eina_Unicode instead of int for...
2011-05-04 rastermake get program binary able to be disabled via env...
2011-05-04 tasnEvas language: Fixed a warning and a comment.
2011-05-04 tasnEvas text: Don't save unicode text, no use for it.
2011-05-04 rasterfix warning.
2011-05-04 rasterchlog++
2011-05-04 rasterFrom: Jiyoun Park <jy0703.park@samsung.com>
2011-05-04 rasterchlog++
2011-05-04 rasterimprove table layout for homogneous mode so it rounds...
2011-05-03 tasnEvas font-engine: Fix size activation of fi in content_...
2011-05-03 tasnEvas font-engine: Fix glyphs not being drawn.
2011-05-03 rasteraaaaah fix my fix for preloading multi-target entry...
2011-05-03 rasteralso conflict with gl2.h (gles2 headers)
2011-05-03 rasterformatting fix.
2011-05-03 rasterif you preload the same image more than once.. it may...
2011-05-03 rasterwrn--
2011-05-02 tasnEvas font-engine: Remove passing of strings to font_draw.
2011-05-02 tasnEvas font-draw: Fix word-cache to not need text.
2011-05-02 tasnEvas textblock: Now that we cache fi, we don't need...
2011-05-02 tasnEvas textblock: Remove obsolete comment.
2011-05-02 tasnEvas textblock: We finally cache fi - remove related...
2011-05-02 tasnEvas bidi: Made fribidichar<->eina_unicode conversion...
2011-05-02 cedricevas: don't use EINA_LOCK_INITIALIZER and improve eina_...
2011-05-02 tasnEvas font-engine: Cache fi for all cases (even without...
2011-05-02 tasnEvas language: Split to script even if there's no Harfbuzz.
2011-05-02 tasnEvas font-engine: Made *_unicode_funcs_get internal...
2011-05-02 rasterwarning-- for eina locks
2011-05-02 tasnEvas language: Added a character script querying function.
2011-05-02 tasnEvas language: Updated scripts according to Unicode 6.0
2011-05-02 tasnEvas language: Fix typos.
2011-05-02 tasnEvas textblock: Unified the wmax calculation into one...
2011-05-02 rastermore docs.
2011-05-02 rasterimprove evas_gl docs a bit.
next