framework/uifw/edje.git
2012-01-06 discomfitorfix annoying log spam
2012-01-05 cedricedje: fix edje recent brokeness with text flickering.
2012-01-05 cedricedje: finally found why we did so many call to stat.
2012-01-05 rasterfixc new recalc cb to be able to call size min recalc...
2012-01-05 seozedje multisense_factory.c: Changed file format to unix...
2012-01-04 discomfitorquietly move this news item to the right version before...
2012-01-04 rasterdont call recalc if doing calc only
2012-01-04 rasterupdate authors in edje docs
2012-01-04 rasteradd the actual recalc smart callback code and docs.
2012-01-04 discomfitorversion docs for new "recalc" signal in next commit
2012-01-04 rasterAdd HEX, TERMINAL and PASSWORD layouts
2012-01-03 cedricedje: follow the rest of the EFL.
2012-01-03 tasnEdje: Updated changelog.
2012-01-03 tasnEdje entry: Fix undo/redo with imf.
2012-01-02 rasterfix bad func protocype - it returned a duplicated strin...
2012-01-02 onefangTYpo--, and a new comment!
2011-12-28 sachielDon't override standard variables, it looks weird....
2011-12-28 woohyunedje/edje_entry : Fix a bug. Wrong calculation for...
2011-12-28 woohyunedje/edje_entry : By this commit, preediting texts...
2011-12-27 woohyunedje/edje_entry : fix small bug when inputting password.
2011-12-21 englebassedje: don't use strlen() == 0
2011-12-21 glima[edje/examples] Fix error on message fields access.
2011-12-20 cedricedje: patch all group the intended way.
2011-12-19 cedricedje: check existence of group at compile time also.
2011-12-19 cedricedje: actually all wav are lacking.
2011-12-19 cedricedje: comment forgotten unused file.
2011-12-19 cedricedje: more warning with borken .edj.
2011-12-16 cedricedje: reduce parts walk during load time of Edje file.
2011-12-16 cedricedje: oops, should have compiled that one.
2011-12-16 cedricedje: forgotten ChangeLog.
2011-12-16 cedricedje: fix wrong call to free() in edje_load.
2011-12-16 rasterback out:
2011-12-15 tasnEdje entry: Added cursor,changed,manual signal.
2011-12-15 rasterlets not use uninitialized vars shall we?
2011-12-15 cedricedje: use EINA_LIST_FOREACH_SAFE when removing item...
2011-12-15 cedricedje: declare limits as an object for the parser.
2011-12-15 jaehwanBug fix - about type change in group inherit.
2011-12-15 tasnEdje entry: Updated changelog according to recent changes.
2011-12-15 tasnEdje entry: Implement ctrl+delete and clean up some...
2011-12-14 cedricedje: improve doc a little bit.
2011-12-14 tasnEdje entry: Implement ctrl+arrow word prev and word...
2011-12-14 tasnEdje entry: Implement Ctrl+Backspace - delete to start...
2011-12-14 tasnEdje entry: Use the new default "tab" and "br" tags.
2011-12-14 rasterlets not delete previous timer and just add one if...
2011-12-13 tasnedje: Fixed svn detection for svn1.7
2011-12-13 rasteradd changelog for fix!
2011-12-12 discomfitorfix a pair of buffer overflows from r65619
2011-12-10 ruiMinor adjustments to the current status.
2011-12-08 cedricedje: we never call perror.
2011-12-08 tasnEdje entry: use the newly added self-closing textblock...
2011-12-04 rasteradd multisense back in post 1.1
2011-12-04 rasterfix changelogs to mention release.
2011-12-03 cedricedje: fix building example in another directory.
2011-12-03 rasterlets not show a disable or enable opt for installing...
2011-12-02 rasterand now go to normal-like svn revs
2011-12-02 rasterrevert my 1.x.99 stuff so i can branch.
2011-12-02 rasterand lets bump on to 1.x.99 (or so) for svn... and back...
2011-12-01 onefangLast of the docs.
2011-11-30 cedricedje: forgotten #if.
2011-11-30 rasterfix distcheck issues with examples. - always install...
2011-11-29 rasterdisable compiling of examples.
2011-11-28 onefangSome minor doc changes while I'm at it.
2011-11-28 onefangOops.
2011-11-28 cedricedje: cleanup and more accurate evaluation of CURRENT.
2011-11-28 cedricedje: fix documentation for limits.
2011-11-28 cedricedje: fix typo and remove useless code.
2011-11-27 cedricedje: major cleanup of map calc in edje, now done insid...
2011-11-26 onefangEven mooore docs.
2011-11-26 onefangMore docs.
2011-11-24 rasterhandle DEL of swallowed objects, not FREE - old old...
2011-11-24 rasterfix awful event re-propagation between every part and...
2011-11-23 rasterlookup duplicate targets and skip new target if already...
2011-11-23 rasteraaah allow type to be set on group inherit or part...
2011-11-23 discomfitorchange of email address: this is going to be ugly
2011-11-22 onefangAdded docs for the last of the API from the previous...
2011-11-21 onefangAbout time I updated this.
2011-11-20 onefangPolish up the lua error handling.
2011-11-20 onefangSome minor cleanups.
2011-11-20 onefangDon't bypass the metatable when we shouldn't, and note...
2011-11-20 onefangPrint the contents of the messages.
2011-11-20 onefangAdding the source for the signal test stuff raster...
2011-11-20 onefangLast of the stack review, unless I missed some.
2011-11-20 cedricedje: fix bug when using filter with edje cache turned on.
2011-11-20 onefangMore stack analysis, still no functional change.
2011-11-20 onefangStop abusing passed in tables, as per my email on the...
2011-11-20 cedricedje: unbreak svn.
2011-11-20 onefangSome scattered lua stack check comments, to get them...
2011-11-20 cedricedje: remove warning when building without Ecore_IMF.
2011-11-20 cedricedje: fix amalgamation support.
2011-11-20 cedricedje: remove various warning.
2011-11-20 onefangMake map like the others, remove excess push and gc.
2011-11-20 onefangAdd some FIXME's, and more lua stack review.
2011-11-19 onefangSome more stack review, plus a couple of FIXME's added.
2011-11-19 rasteradd changelog for edje work.
2011-11-19 rasterremove commented code now.
2011-11-19 rasterfix propagation to child groups - seems we had src...
2011-11-19 rasterfix edje object leak if child obj file set fails!!!
2011-11-19 rasterfix docs to not confuse onefang... :)
2011-11-19 rasterfix looping message passing from children back to paren...
2011-11-19 onefangKeep it clean.
next