some more debug for surfs
[profile/ivi/evas.git] / src / lib /
2012-02-08 rastersome more debug for surfs
2012-02-08 rasteradd some definable surf debug code... and STORE allocat...
2012-02-08 rasterrevert cedricism's. this just creates an infintie evas_...
2012-02-05 jihoonfix @dates in each header file
2012-02-03 woohyun[evas/evas_object_textblock] When markup_to_utf8 is...
2012-02-01 cedricevas: use evas_image_cache_drop instead of plain wrong...
2012-01-31 tasnEvas textblock: Fixed native size calculation - margins...
2012-01-30 jyparkfix memory leak of dirty image
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-22 billiobevas: fix strict prototypes
2012-01-20 sungAdded Direct Rendering to Evas' window instead of an...
2012-01-19 barbierievas_blend_ops: Fix gcc complains about static used...
2012-01-19 barbierifix gcc warnings about set-but-unused and shadows of y1.
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: correct notation to indicate unused variable
2012-01-18 englebassevas: only check references ifndef EVAS_CSERVE
2012-01-18 englebassevas: before_char is only used with BIDI_SUPPORT
2012-01-18 englebassevas: Remove unused variables
2012-01-18 englebassevas: par_len is only used with BIDI_SUPPORT
2012-01-18 englebassevas: Fix shadow warnings
2012-01-18 rasterupdate all minor versions to 2 (or 6) - and yes. i...
2012-01-17 rasterwe can optimize matching by breaking loop when match...
2012-01-17 rasterand in a fit of rage... i'm removing those EINA_PURE...
2012-01-17 rasteradd EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN...
2012-01-16 sachielAdd evas_object_smart_callback_del_full API
2012-01-12 sungAdded new Evas GL api called evas_gl_config_new/free()
2012-01-10 seozevas: applied eina_array_count_get -> eina_array_count...
2012-01-08 kakarotoEvas: Do not build altivec feature if disabled in configure
2012-01-05 seozevas Evas.h: Fixed documentation.
2012-01-04 cedricevas: disable dead code.
2012-01-04 cedricevas: forgotten inclusion of config.h.
2012-01-03 tasnEvas textblock: Fixed a possible bug with generic poppe...
2012-01-03 devilhornsEvas: Framespace width & height Could be zero (it is...
2012-01-02 devilhornsEvas: Fix move/resize of smart objects when using a...
2012-01-02 rasterclarify docs that you must free when done.
2011-12-31 mike_mevas: Avoid crash when there's no GL implementation
2011-12-30 rasterfix mouse out handler to out all objects mouse is in...
2011-12-30 rasternotes.
2011-12-29 devilhornsEvas: Send proper intercept size based on 'is_frame...
2011-12-29 hermetevas - removed white spaces
2011-12-29 seozevas Evas.h: Fixed typo.
2011-12-28 rasterwarn--
2011-12-28 rasteractually allow cursion levels to be set/limited.
2011-12-28 rasteradd recursive name fund func evas_object_name_child_find()
2011-12-27 rasterfix some formatting i spotted.
2011-12-27 rasteradd feature to help fix bug in ecore-evas
2011-12-26 devilhornsEvas: Add 'since' on new functions.
2011-12-26 devilhornsEvas: Default framespace to zero on new canvas creation.
2011-12-26 devilhornsEvas: Fix calculations for framespce when changed.
2011-12-26 devilhornsEvas: Default 'is_frame' to false for new objects.
2011-12-26 devilhornsEvas: Add functions to get/set if an object is a 'frame...
2011-12-26 devilhornsEvas: Add 'is_frame' property for objects (used in...
2011-12-23 rasterFrom: Sanghee Park <sh15.park@samsung.com>
2011-12-23 hermetevas - one more line duplicated.
2011-12-23 hermetevas - removed duplicated lines
2011-12-22 cedricevas: now that we use eina_lock, we don't need this...
2011-12-22 discomfitorfix textblock parsing of tags with stupid trailing...
2011-12-21 hermetevas/evas_events - repeat events should not be affected...
2011-12-20 hermetevas - proper coding convention.
2011-12-19 rasteradd @since on single liners.
2011-12-19 rasteradd new events for pre/post rendering
2011-12-17 devilhornsEvas: Handle framespace changes also during 'render'.
2011-12-16 rasterAdd new api to set and get default event flags.
2011-12-16 rasterfix buggy sse3 solid color + text bak blend when dest...
2011-12-16 hermetevas/main - removed unnecessary casting.
2011-12-16 rasteruseless clip setting in ctx as it's reset a few lines...
2011-12-16 rasterfix map clip issue that shows up in buffer engine.
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-15 hermetevas - simplified instructions
2011-12-15 hermetevas - removed unnecessary comments
2011-12-15 hermetevas - use EINA_TRUE/FALSE
2011-12-15 jyparkbug fix related with evas event counter
2011-12-15 jyparkremove white space
2011-12-15 jyparkremove white space
2011-12-14 devilhornsEvas: Add a Wayland Shared Memory engine (similar to...
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-13 yozevas: ooops
2011-12-13 yozevas: Add api to know if an evas_object_image could...
2011-12-13 raster * Fix grab count negative values if you do...
2011-12-12 tasnEvas textblock: Implemented cursor_word_start/end
2011-12-12 cedricevas: less warning.
2011-12-12 rasterFix rounding error in map clip bounds calculation
2011-12-12 rasteronly lround 2 times instead of 4 for map - minor bit...
2011-12-10 discomfitorfix annoying spankies
2011-12-09 jaehwanadd EAPI. Maybe it is missed.
2011-12-08 tasnEvas textblock: Added evas_textblock_markup_to_plain.
2011-12-08 cedricevas: use the right message command when usefull.
2011-12-08 tasnEvas textblock: Support self-closing formats, i.e ...
2011-12-08 tasnEvas textblock: Improve internal handling of formats.
next