evas/image - trivial changes
[framework/uifw/evas.git] / src / lib / canvas / evas_object_image.c
2012-07-20 hermetevas/image - trivial changes
2012-07-18 tasnEvas image: reset error after setting a proxy.
2012-07-17 cedricevas: fix evas map life cycle.
2012-07-04 cedricevas: add more infrastructure to the prepare stage...
2012-07-03 devilhornsEvas: Merge evas_object_image changes from Tizen to...
2012-06-17 rasteradjust default memprool alloc sizes. too big imho.
2012-06-14 cedricevas: cache conversion from Evas_Map to RGBA_Map.
2012-06-13 discomfitorfix crash when adding an image to an engineless canvas
2012-05-30 hermetevas/map - fixed afterimage problem. now we don't need...
2012-05-24 rasterbased on Raphael's idea of tmpdir env vars and such...
2012-04-26 cedricevas: remove EVAS_FRAME_QUEUING.
2012-04-24 tasnEvas image: Add const to the obj parameter.
2012-03-07 rasterremove umask. mkstemp does it. :)
2012-03-07 rasterto be paranoid - ensure umask for mkstemp allows no...
2012-02-23 rasterfix update region handling with scaling.
2012-01-20 sungAdded Direct Rendering to Evas' window instead of an...
2012-01-18 englebassevas: Remove unused variables
2011-12-13 yozevas: Add api to know if an evas_object_image could...
2011-12-12 cedricevas: less warning.
2011-12-08 cedricevas: use the right message command when usefull.
2011-12-05 cedricevas: don't randomly move code around !
2011-12-05 discomfitoralways have the file which includes config.h first!
2011-12-05 cedricevas: use already existing macro.
2011-12-05 cedricevas: more fine grained system detection.
2011-11-11 rasterfix another evas map clip issue! hooray! never ending...
2011-11-05 cedricevas: always retrieve the latest available pixels for...
2011-10-26 rasterfix clip-out issue after making mapped objs opque fix...
2011-10-21 rasteroh this one was a doosey to find. objects still having...
2011-10-21 cedricevas: coorectly dirty YUV data.
2011-10-21 rasteradd call to get maximum image size (eg max texture...
2011-10-13 cedricevas: only draw the hole when it's needed.
2011-10-11 rasteruse lround() for map coord rounding to avoid silly...
2011-10-04 cedricevas: cleanup and reorder video function call to be...
2011-10-03 cedricevas: add basic support for video support.
2011-09-19 cedricevas: remove a fixme by making the engine list dynamic.
2011-09-02 antognollievas/canvas - Update the pointer to engine_data after...
2011-08-29 cedricevas: add NV12 and MT12 colorspace.
2011-08-25 rasterFrom: Jiyoun Park <jy0703.park@samsung.com>
2011-08-23 cedricevas: fix evas_object_image_data_convert.
2011-08-21 rasterwarning--
2011-08-20 rasterand clear out proxy region first.
2011-08-20 rasterfix proxy rendering!!!! ugh. i dont like the way i...
2011-08-12 seozevas: Fixed 'unsed variables' warnings.
2011-08-11 rasterFrom: Jiyoun Park <jy0703.park@samsung.com>
2011-08-01 cedricevas: wipe out cache in the right order.
2011-07-28 rasterfix cleaning up tmpf (new feature in 1.1 anyway) for...
2011-07-22 hermetevas/evas_object_image.c - reverted to previous
2011-07-22 hermetevas/evas_object_image - modified to keep the uv consis...
2011-07-04 rasteruse eina mmap safety.
2011-06-07 devilhornsEvas: Make sure we return a value from image_load_orien...
2011-06-07 cedricevas: add evas_object_image_load_orientation_set, evas_...
2011-06-02 rasterdisable evas filter code. buggy. doesn't work right.
2011-05-21 devilhornsEvas: Initialize some variables to zero (to remove...
2011-05-19 rasterfix proxy sourcing of smart obj that updates.
2011-05-19 rasterfix load of data to ACTUALLY set the load error in...
2011-05-19 rasterfix bug in new proxy code (no need for changelog as...
2011-05-03 rasteraaaaah fix my fix for preloading multi-target entry...
2011-05-03 rasterformatting fix.
2011-05-03 rasterif you preload the same image more than once.. it may...
2011-04-28 rasterfix formatting.
2011-04-20 rasterfilter: handle malloc failers without crashing.
2011-04-20 rastermore formatting fixes after filter commit.
2011-04-20 rasterand fix more filter messups. o->fitler will be leaked...
2011-04-19 nashEvas: Filter: Add evas_object_image filter changes.
2011-04-14 rasterfix map update bug. :)
2011-04-08 rasterdoxy move to header.
2011-03-23 nashEvas: proxy: more agressive pre_rendering of stuff
2011-03-23 nashevas: proxy: do prerender if not done.
2011-03-23 nashEvas: PRoxy: First pass at punching through hidden...
2011-03-14 rasterevas: add memory image loader api. ask not how it works...
2011-02-14 hermetevas/evas_object_image - fixed an inccorect word in...
2011-02-13 nashFix the semicolon, and small optimisation.
2011-02-07 nashManual merge of proxy code (inc ChangeLog)
2011-02-06 nashSupport for Proxy Objects (and others)
2011-01-27 rasterprotect against people providing out-of-bounds u&v...
2011-01-16 rasterand forgot that one too.
2011-01-16 rasterand reduce error more by making coords fp/double.
2011-01-16 rasterchange map points to use double and floats to reduce...
2010-12-24 rasteradd unload callback - missing event problem that makes...
2010-12-06 rasterand only check version if surf != NULL
2010-12-06 rasterchange native api to allow for other types of native...
2010-11-26 rasterevas -> use mempool for many objects and things. but...
2010-11-02 rastereek - case of stride value being wrong! fix!
2010-10-25 rasterfix warnings in async render code.. and well.. warn...
2010-10-14 rasterfix stride - again. but no one noticed this one .....
2010-10-01 rastereek stride should be in bytes - to allow for various...
2010-09-22 rasterwarning--, formatting.
2010-09-22 rastermove some simple #define constants to typedefs. api...
2010-09-22 rasterbrutally evil... internally.. but it works. map perspec...
2010-09-08 lucasFix common misspellings
2010-09-04 devilhornsUpdate email address across the board.
2010-08-29 rastermove more callbacks to typedefs.
2010-08-19 rasterremove transform stuff - never was implemented anyway...
2010-08-19 rasterand make dynamic hint actually work when we have zero...
2010-08-19 rasterfix stride and hint setting so any order works.
2010-08-18 devilhornsFix warnings about some unused paramaters (This does...
2010-08-12 rastermore glue/infra. glue evas api to engine together....
2010-08-12 rasterworking on new gl engine feature. inactive right now.
2010-08-10 raster1. slightly optimise a get opaque call. (some tests...
2010-08-04 lucasFORMATTING
next