Evas textblock: Fixed memory leak on tb deletion.
[profile/ivi/evas.git] / src / lib / canvas / evas_object_textblock.c
2012-07-19 tasnEvas textblock: Fixed memory leak on tb deletion.
2012-07-17 cedricevas: fix evas map life cycle.
2012-06-18 tasnEvas textblock: Fixed issue with _textblock_clear and...
2012-06-18 tasnEvas textblock: Fixed issues with deleting paragraphs...
2012-06-17 rasteradjust default memprool alloc sizes. too big imho.
2012-06-12 tasnEvas font: Support no bidi no shaping mode in font...
2012-06-05 tasnEvas textblock: Added some NULL checks that shouldn...
2012-06-05 tasnEvas textblock: Fixed cursor position empty right align...
2012-05-30 hermetevas/map - fixed afterimage problem. now we don't need...
2012-05-04 tasnEvas textblock: Warnings - go away and please don't...
2012-05-02 hermetevas/evas_object_textblock - don't be crushed up.
2012-05-01 tasnEvas textblock: Fixed a bug with right shadows.
2012-04-29 tasnEvas textblock: Fixed warning.
2012-04-29 tasnEvas textblock: Fixed two textblock issues (range_delete).
2012-04-26 cedricevas: remove EVAS_FRAME_QUEUING.
2012-04-25 rasterpatch up another out-of-bound text problem in textblock.
2012-04-25 raster1 more valgrind bitch gone. i know pos shouldnt exceed...
2012-04-25 rasterfix valgrind complaint in textblock.
2012-04-12 tasnEvas textblock: Fixed building without liblinebreak.
2012-04-07 jihoonevas doxygen warnings from Jérôme Pinot
2012-03-07 tasnEvas textblock: Replaced style_user_set/get with push...
2012-03-06 tasnEvas textblock: Fixed bug in style tags parsing.
2012-03-01 tasnEvas textblock: Fixed wrong parsing of style tags....
2012-02-09 tasnEvas textblock: Better handle visible formats.
2012-02-03 woohyun[evas/evas_object_textblock] When markup_to_utf8 is...
2012-01-31 tasnEvas textblock: Fixed native size calculation - margins...
2012-01-29 tasnEvas textblock: Fixed a possible invalid mem write.
2012-01-26 tasnEvas textblock: Fixed style user memory leak.
2012-01-23 tasnEvas textblock: Added user style support.
2012-01-19 tasnEvas textblock: Fix a bug with ellipsis and word-wrap.
2012-01-19 tasnEvas textblock: Also add tab support to prev commit...
2012-01-19 tasnEvas textblock: Filter out illegal chars from format.
2012-01-19 tasnEvas textblock: Indentation adjustment for the previous...
2012-01-19 tasnEvas textblock: Merge text and format wrapping handling.
2012-01-18 englebassevas: before_char is only used with BIDI_SUPPORT
2012-01-17 rasterwe can optimize matching by breaking loop when match...
2012-01-03 tasnEvas textblock: Fixed a possible bug with generic poppe...
2011-12-22 discomfitorfix textblock parsing of tags with stupid trailing...
2011-12-15 tasnEvas textblock: Use macros for the unicode chars/strings.
2011-12-15 tasnEvas textblock: Improved the implementation of *_text_m...
2011-12-14 tasnEvas textblock: Added evas_textblock_text_utf8_to_markup.
2011-12-14 tasnEvas textblock: Fixed a couple of issues caused by...
2011-12-14 tasnEvas textblock: Made 'br' and 'tab' default tags.
2011-12-14 tasnEvas textblock: Added support for default tags.
2011-12-14 tasnEvas textblock: Renamed *markup_to_plain to *text_marku...
2011-12-12 tasnEvas textblock: Implemented cursor_word_start/end
2011-12-08 tasnEvas textblock: Added evas_textblock_markup_to_plain.
2011-12-08 tasnEvas textblock: Support self-closing formats, i.e ...
2011-12-08 tasnEvas textblock: Improve internal handling of formats.
2011-12-05 discomfitorsame for these
2011-12-05 cedricevas: more fine grained system detection.
2011-12-05 cedricevas: cast as we did in eina.
2011-11-09 tasnEvas textblock: Fix clang error.
2011-11-09 tasnEvas textblock: Fix clang complaint.
2011-11-06 tasnEvas textblock: Add ellipsis handling for format items.
2011-11-06 tasnEvas textblock: Fixed a bug with textblock ellipsis.
2011-10-17 tasnEvas textblock: Beautify the DRAW_FORMAT_DASHED macro...
2011-10-17 tasnEvas textblock: Cleaned up DRAW_FORMAT/_DASHED macros.
2011-10-17 tasnEvas textblock: Added dashed underline support.
2011-10-05 woohyunevas/evas_object_textblock : When cursor_mode is BEFORE...
2011-09-20 tasnEvas textblock: Fixed an issue when deleting A from...
2011-09-19 tasnEvas textblock: Replace the rbtree index with a fixed...
2011-09-07 tasnEvas textblock: Added a workaround for the coords_recal...
2011-09-05 tasnEvas textblock: Use viewport for getting visible range...
2011-09-05 tasnEvas textblock: Fixed an issue when there are no availa...
2011-09-05 tasnEvas font: Fix compilation with C++ compilers.
2011-09-05 tasnEvas textblock: Fixed compiler warnings.
2011-08-14 tasnEvas textblock: Fixed cursor_content_get's handling...
2011-08-11 tasnEvas textblock: Fixed bug in range_formats get.
2011-08-09 tasnEvas textblock: Added cursor_visible_range_get and...
2011-08-09 tasnEvas textblock: Fixed a bug in evas_textblock_cursor_ch...
2011-08-09 tasnEvas textblock: Fixed a bug in evas_textblock_cursor_li...
2011-08-07 tasnEvas textblock: Fixed compiler warning.
2011-08-04 tasnEvas textblock: Add const to parameter as we don't...
2011-08-02 tasnEvas textblock: Fixed range_text_get with TEXT_PLAIN.
2011-08-02 tasnEvas textblock: Fixed format_append/prepend.
2011-08-02 tasnEvas textblock: Renamed newline_mode_set/get -> legacy_...
2011-08-01 tasnEvas textblock: Use the set language with liblinebreak...
2011-08-01 tasnEvas textblock: Fixed a bug with <i> identified as...
2011-08-01 tasnEvas textblock: Added "lang" to markup to set the language.
2011-08-01 tasnEvas textblock+font: Fixed the font fallbacks support.
2011-08-01 tasnEvas textblock: Fixed cond jump depends on uninit value.
2011-08-01 tasnEvas textblock: Fixed if to be else if in format handling.
2011-08-01 tasnEvas textblock: Added font_width to markup.
2011-08-01 tasnEvas font+textblock: Stopped using FcNameParse, parse...
2011-07-31 tasnEvas textblock: Fixed a memory leak.
2011-07-28 tasnEvas textblock: Changed 'heavy' weight to 'black'.
2011-07-28 tasnEvas textblock: Fixed a bug with font_weight and font_s...
2011-07-28 tasnEvas textblock: Added font_weight and font_style formats.
2011-07-28 tasnEvas textblock: Format tags now support quoting values.
2011-07-28 tasnEvas textblock: Removed useless alloca.
2011-07-27 tasnEvas textblock: Fixed a bug with format invalidation.
2011-07-27 tasnEvas textblock: Fix format_append's format parsing.
2011-07-26 tasnEvas textblock: Fixed a bug with item visibility check.
2011-07-26 tasnEvas textblock: Fixed invalidate_text_nodes to work...
2011-07-26 tasnEvas textblock: Fixed remove_pair and remove_matching.
2011-07-26 tasnEvas textblock: Use orig_format instead of _style_match...
2011-07-26 tasnEvas textblock: Fixed _format_append to parse tags...
2011-07-24 tasnEvas tests: Adedd a textblock test for the last bug...
2011-07-24 tasnEvas textblock: Fixed updating of formats position...
next