profile/ivi/evas.git
2012-02-28 Park SangHeePackage Upload
2012-02-28 Park SangHeeEnable pixman flag
2012-02-24 Jiyoun ParkPackage upload
2012-02-24 Jiyoun ParkMerge "[*] fix evas cache image crash it is already...
2012-02-24 Jiyoun ParkPackage upload
2012-02-24 Jiyoun Park[*] fix evas cache image crash
2012-02-23 Seungsoo WooFix to do not draw obscured obj
2012-02-23 Seungsoo WooAdd override api for mesa
2012-02-15 Jaehwan KimPackage upload
2012-02-15 Jaehwan KimMerge branch 'master' of ssh://165.213.149.219:29418...
2012-02-10 Seungsoo WooRevert "Fastpath is always enabled for test."
2012-02-10 Seungsoo WooFastpath is always enabled for test.
2012-02-10 Seungsoo WooFix acquarium for fastpath
2012-02-10 WooHyun JungPackage upload
2012-02-10 WooHyun JungMerge "[*][evas_textblock] fixed a bug about deleting...
2012-02-09 WooHyun Jung[*][evas_textblock] fixed a bug about deleting REPLACEM...
2012-02-09 Park SangHeeUpload package
2012-02-09 Park SangHeeApplying direct rendering
2012-02-09 Park SangHeeApplying Fastpath
2012-02-06 WooHyun JungPackage upload
2012-02-06 Jaehwan KimEFL migration revision 67705
2012-02-05 jihoonfix @dates in each header file
2012-02-04 WooHyun Jung[*][textblock] merge with 67696 for fixing BS when...
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-30 sungFixing my silly mistake before someone else catches it.
2012-01-29 tasnEvas textblock: Fixed a possible invalid mem write.
2012-01-28 devilhornsEvas (m4): Use simpler check for wayland egl. Don't...
2012-01-28 devilhornsEvas: Fix typo in autofoo output.
2012-01-26 tasnEvas textblock: Fixed style user memory leak.
2012-01-25 barbieriThe polygon drawing code for the DirectFB backend incor...
2012-01-25 sungFixed a logic error for Evas GL Direct rendering override
2012-01-23 tasnEvas textblock: Added user style support.
2012-01-22 barbierienable coverage for evas as well.
2012-01-22 billiobevas: use correct format for size_t
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 barbierioopps!
2012-01-19 barbierifix gcc warnings about set-but-unused and shadows of y1.
2012-01-19 barbierifix set-but-not-used errors from newer gcc.
2012-01-19 cedricevas: add double buffer support to buffer engine.
2012-01-19 tasnEvas textblock: Fix a bug with ellipsis and word-wrap.
2012-01-19 tasnEvas textblock tests: Fix tests warnings.
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 tasnEvas tests: use unitptr_t in callback test.
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-16 Jaehwan KimPackage upload
2012-01-16 Jaehwan KimMigration with svn revision 66966 : solve conficts
2012-01-16 Jaehwan KimMigration with svn revision 66966
2012-01-13 Seungsoo WooRollback adding module.so for i386
2012-01-13 Seungsoo WooAdd some safety code around _extensions_init.
2012-01-12 devilhornsEvas (wayland_egl): Fix 'close' of windows. Basically...
2012-01-12 sungAdded new Evas GL api called evas_gl_config_new/free()
2012-01-12 devilhornsEvas (wayland_egl): Remove printfs (done debugging...
2012-01-12 devilhornsEvas (gl_x11): Move make current so we only have one if.
2012-01-12 devilhornsEvas (wayland_egl): Fix egl detection in check_engine...
2012-01-12 Seungsoo WooMerge "Add module.so of glbackend for i386"
2012-01-12 Jiyoun ParkPackage upload
2012-01-12 Seungsoo WooAdd module.so of glbackend for i386
2012-01-12 devilhornsEvas (gl_x11): We cannot call eglMakeCurrent if we...
2012-01-12 Jiyoun Parkchange jpeg version 7->8
2012-01-11 devilhornsEvas (wayland_egl): Oops, missed one rename on the...
2012-01-11 devilhornsEvas (wayland_egl): Update code to use more descriptive...
2012-01-11 devilhornsEvas (wayland_egl): Use a more descriptive name for...
2012-01-11 devilhornsEvas: Also enable gl_common if we are building wayland_...
2012-01-11 devilhornsEvas (wayland_egl): Destroy the wl_egl_window also...
2012-01-11 devilhornsEvas (wayland_egl): Use proper header name. Remove...
2012-01-11 devilhornsEvas (wayland_egl): Redo wayland egl engine code to...
2012-01-11 devilhornsEvas (wayland_egl): Remove obsolete file (replacing...
2012-01-11 devilhornsEvas (software_generic): Add UNUSED for params that...
2012-01-11 devilhornsEvas (gl_common): Remove unused variable.
2012-01-11 devilhornsEvas (gl_x11): Fix no return value in function that...
2012-01-11 devilhornsEvas (gl_x11 engine): Fix compiler warning about get_ti...
2012-01-11 Seungsoo WooAdded EvasGL support for software backend finally.
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-08 kakarotoEvas: engine for Mac is GL_COCOA not GL_QUARTZ
2012-01-05 cedricevas: just disable Evas_GL support in software engine...
2012-01-05 rastersomeone added an awesome bug to bmp loader some time...
2012-01-05 sungAdded EvasGL support for software backend finally.
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...
next