profile/ivi/evas.git
2012-08-15 devilhornsEvas (wayland): We should also check for framespace... upstream
2012-08-14 tasnEvas textblock: Fixed range geometry when the last...
2012-08-14 rasterfix font glyph issue when gl enignes shut down leaving...
2012-08-14 discomfitoradd docs to some evas event structs
2012-08-13 devilhornsEvas (wayland_egl): More bug fixes & cleanups ! :)
2012-08-13 rasterfix async event fd after fork. pipe re-create
2012-08-12 etrunkoFix documentation typos
2012-08-12 rastercleaning formats.
2012-08-12 rasterfinally found evas_map weirdness bug. CEDRIC code....
2012-08-10 jihoonevas: fix version in NEWS
2012-08-10 devilhornsEvas: When we render using the wayland engine(s), if...
2012-08-10 rastermore updates for 1.7.0 alpha.
2012-08-10 rasteralpha release of 1.7 - let's roll. ALPHA!
2012-08-10 rastertheoretically this should fix alpha dest stuff in egl...
2012-08-10 devilhornsEvas (wayland_egl): We don't have a visualinfo structur...
2012-08-10 rasterfix distcheck issue.
2012-08-09 seozevas Evas.h: Added more documentation.
2012-08-08 kakarotoEvas: Use proper variable (gc->shared is set later on)
2012-08-08 rastercan't reproduce but try avoid possible alloc bug in...
2012-08-07 rastermove comment to right bit.
2012-08-07 cedricevas: forgotten ChangeLog and NEWS.
2012-08-07 rasterlets not segv if src is null :)
2012-08-07 cedricevas: don't clip the clipper.
2012-08-07 rastercompile test... ceeeeedric!
2012-08-07 cedricevas: properly warn when linking object from different...
2012-08-07 cedricevas: remove left over options.
2012-08-07 seozevas evas_object_smart.c: evas_object_smart_smart_get...
2012-08-06 glima[evas] Add forgotten magic checks on those iface functions.
2012-08-06 rastermove thinfo struct inot evas_pipe.c as its not needed...
2012-08-05 rasteradd missing fribidi flags to all engine modules.
2012-08-04 rastermissing fribidi cflags in cache2.
2012-08-04 rasterdo fcfini now - it seesm to not be a problem with fc...
2012-08-04 rasterleaks--!
2012-08-03 rasterdynamic texture path may have a segv issue... right...
2012-08-03 cedricevas: don't track generate files.
2012-08-02 stefanevas/canvas: Remove set but unused variable.
2012-08-02 sungFix evas_gl's internal resource surface bug. For optimz...
2012-08-01 devilhornsEvas: Fix evas build from botched copy/paste.
2012-08-01 devilhornsEvas: Fix trying to clip objects to the framespace...
2012-08-01 rasterand chlog++
2012-08-01 rasteruse eina_prefix for module finding as well as generic...
2012-08-01 jyparkFix evas pointer count problem, if press/release events...
2012-08-01 jyparkGif loader didn't initialize frame buffer of first...
2012-07-31 tasnEvas font: Fixed compilation without fontconfig.
2012-07-31 devilhornsEvas (wayland_egl): Add traps for a NULL rendering...
2012-07-30 devilhornsEvas: Fix bugs in Wayland Engine(s) with regard to...
2012-07-27 devilhornsEvas: We can include evas_pipe.h in common even without
2012-07-27 cedricevas: small doc improvement.
2012-07-26 tasnEvas font: Fixed font cache to correctly handle differe...
2012-07-26 cedricevas: force proxyed objects to stay active so we don...
2012-07-26 hermetevas/gl - more clean code
2012-07-24 devilhornsEvas: Fix uninitialized variable warning.
2012-07-24 devilhornsEvas (wayland_egl): Set resource_list to NULL after...
2012-07-24 rasterconflict--
2012-07-24 rasterfix long standing layer set bug
2012-07-24 cedricevas: handle proxy with the right context.
2012-07-24 hermetevas/gl - +null & less code
2012-07-24 rasterFrom: Ingvaldur Sigurjonsson <rocketiii.scientist@gmail...
2012-07-23 devilhornsEvas (wayland_egl): Fix a series of various segfaults...
2012-07-23 devilhornsEvas (wayland_egl): Fix crashes when flipping window...
2012-07-23 kakarotoEvas: Implement scale_hint_get/set for gl_sdl
2012-07-23 kakarotoEvas: Update gl_sdl, gl_cocoa, directfb and software_16...
2012-07-22 cedricevas: make evas_object_smart_type_check more resilient.
2012-07-21 caroremove workaround
2012-07-20 caro libtool authors must be impaled (#3)
2012-07-20 hermetevas/image - trivial changes
2012-07-19 cedricevas: little cosmetic fix.
2012-07-19 cedricevas: try to unbork previous map fix.
2012-07-19 tasnEvas tests: Fixed warnings.
2012-07-19 tasnEvas textblock: Fixed memory leak on tb deletion.
2012-07-19 tasnEvas font: Add missing include.
2012-07-19 jyparkfix bug in jpeg saver.
2012-07-18 tasnEvas image: reset error after setting a proxy.
2012-07-18 rasterfix box size hint handling.
2012-07-17 antognollievas/cserve2: Don't mark as unloaded if we are not
2012-07-17 antognollievas/cserve2: Set image->flags.loaded on loaded_handle.
2012-07-17 antognollievas/cserve2: Don't set image loaded if we didn't get
2012-07-17 glima[evas] Interfaces improvement.
2012-07-17 sachielSet load options in the SETOPTS message
2012-07-17 sachielAvoid calling the requets callbacks if the entry was
2012-07-17 sachielWhen changing request type, it helps to let the request
2012-07-17 sachielNo need for a separate Slave_Request pointer with font
2012-07-17 sachielAdd Speculative Load type to requests and a way to
2012-07-17 sachielRename Font_Request so I stop being stupidly confused
2012-07-17 sachielMove image opening/loading to the new requests system
2012-07-17 sachielAllow creating requets without a client waiting on it
2012-07-17 sachielCancel dependents only when the request itself is
2012-07-17 sachielCall the requests callbacks only once per request
2012-07-17 cedricevas: fix evas map life cycle.
2012-07-17 cedricevas: fix garbage with left over mapped smart object.
2012-07-16 hermetevas/render - ++ChangeLog
2012-07-16 hermetevas/render - fixed to do pre render for the children...
2012-07-16 hermetevas/render - removed duplicated recalc.
2012-07-16 rasterfix minor version defines to be at 1.6 (in sync now...
2012-07-16 hermetevas/render - removed uselss compare and fix indent
2012-07-14 caroevas: cleanup autotools a bit
2012-07-11 tasnEvas font: Fixed runtime emboldenment of bitmap fonts.
2012-07-10 hermetevas/text - Let Draw Text with it's viewport size inste...
2012-07-10 caroadd note
2012-07-10 rasteruse extra fcntl() instead of accept4 for portability.
next