Edje cc: Remove unused parameters cpp_token_line/file.
[framework/uifw/edje.git] / src /
2012-01-19 tasnEdje cc: Remove unused parameters cpp_token_line/file.
2012-01-19 englebassedje: correct retrival of file name
2012-01-18 kakarotoEdje: Fix big-endian issue with aspect_preference being...
2012-01-18 rasterFrom: Jihoon Kim <imfine98@gmail.com>
2012-01-18 rasterupdate all minor versions to 2 (or 6) - and yes. i...
2012-01-17 tasnEdje entry: Handle entry newline legacy mode better.
2012-01-16 tasnEdje: Fixed a couple of warnings that really don't...
2012-01-14 discomfitorthis change brought to you by: the french
2012-01-14 rasterwo... this turned out to be much more of a pain. minmul...
2012-01-12 cedricedje: move away from fopen in favor of Eina_File.
2012-01-11 kakarotoEdje: Revert object_hide on unswallow, add documentatio...
2012-01-09 cedricedje: display the real name of the collection when...
2012-01-09 seozedje: Fixed documentation typo.
2012-01-08 englebassformatting
2012-01-08 onefangAdded Lua function edje.version().
2012-01-07 onefangCalling non exstent functions no longer crashes scripts.
2012-01-07 kakarotoEdje: hide an object after unswallow
2012-01-06 cedricedje: try to fix doc.
2012-01-06 cedricedje: add EDJE_ASPECT_PREFER_SOURCE.
2012-01-06 cedricedje: unswallow object that are about to be swallowed.
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 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 rasterAdd HEX, TERMINAL and PASSWORD layouts
2012-01-03 cedricedje: follow the rest of the EFL.
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: 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: 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-12 discomfitorfix a pair of buffer overflows from r65619
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-03 cedricedje: fix building example in another directory.
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-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-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 rasterremove commented code now.
2011-11-19 rasterfix propagation to child groups - seems we had src...
next