framework/uifw/edje.git
2010-07-31 discomfitoranother case without a break
2010-07-31 discomfitorcomment a couple unused lines and add a break to a...
2010-07-31 devilhornsDon't use the same macro name in each file, gives nasty...
2010-07-30 cedric * edje: more unitialized case handled.
2010-07-30 cedric * edje: fix rename of a part.
2010-07-30 cedric * edje: fix counting.
2010-07-29 cedric * edje: change memory layout that will become the...
2010-07-27 rasterFrom: Hugo Camboulive <hugo.camboulive@gmail.com>
2010-07-27 cedric * edje: fix fit code when string is empty.
2010-07-26 rasterbah!
2010-07-26 rasterfix up docs. edje player - 60fps
2010-07-24 devilhornsDon't need 2 of the same variables.
2010-07-24 discomfitorfix leak
2010-07-22 devilhornsFix use of __UNUSED__ and fix some formatting.
2010-07-19 cedric * edje: fix constness warning.
2010-07-16 cedric * edje: last move of properties in the right structure.
2010-07-16 cedric * edje: move all structures outside of Edje_Part_Descr...
2010-07-16 cedric * edje: move image specific properties to their own...
2010-07-16 cedric * edje: attempt to reduce code size by using more...
2010-07-16 cedric * edje: jump to the right offset in the string.
2010-07-16 cedric * edje: start to split structure content.
2010-07-15 cedric * edje: count each type of description.
2010-07-14 rasterfinal existing exposed api works. fixme time.
2010-07-14 rastermore edje lua api in.
2010-07-14 lucasRemove unneeded code with notnull.cocci script
2010-07-13 cedric * edje: when gradient meet dodo. Yes, they are gone !
2010-07-13 tiagoEDC Snippets for vim snipmate
2010-07-13 rasterfill in moar.
2010-07-13 rasteroooh lua... looking good.
2010-07-09 carodon't install private headers
2010-07-09 barbierifix amalgamation after lua2 changes.
2010-07-09 rasterstart to fill in some object methods. empty for now
2010-07-09 devilhornsMove Edje (and associated headers) to own dir.
2010-07-09 rastermessage worketh now too.
2010-07-09 rasterlua2 getting gooooooooooooooood. message method still...
2010-07-09 rastermore api. yo.
2010-07-07 rasterbah! i didnt mean to add this "make 2 of them" test...
2010-07-07 rasternotes, setjmp safety for panics.
2010-07-07 rastermore time calls.
2010-07-07 rastertransition++
2010-07-07 rasteranimator works.
2010-07-06 rasterlua2 stuff.
2010-07-03 sachielRe-convert to old format on Edje_Edit when saving
2010-07-03 lucassegv--
2010-07-03 ruiedje_convert.h wasn't included in make dist
2010-07-02 watchwolfFix research with Alias
2010-07-02 cedric * edje: Add alias for part too. This should help desig...
2010-07-02 cedric * edje: prevent some segv in edje_cc and detect wrong...
2010-07-01 rastercode example wrong
2010-06-30 cedric * Edje: deprecate Gradient part by displaying an error...
2010-06-29 cedric * edje: move structure from Eina_List to array now...
2010-06-28 cedric * edje: add an cache for group exist test.
2010-06-28 cedric * edje: This is the first commit of a rewrite of edje...
2010-06-27 rasterand final post snap - next releasename
2010-06-27 rastersnap+release
2010-06-27 rasterSnapshot edje
2010-06-26 caroremove useless log domain
2010-06-26 caroremove useless namespace
2010-06-26 carodisable slave mode on Windows
2010-06-25 caromissing "
2010-06-24 cedric * edje: remove warning due to API change in Ecore.
2010-06-23 carofix test
2010-06-23 caroconsider the case when lua has no .pc file
2010-06-22 tiagoExtract the VBA file. And adding one metafile.
2010-06-18 sachielAdd scale set/get to Edje_Edit.
2010-06-18 sachielFixing verify and set problems in externals types
2010-06-18 cedric * configure.ac: take inept translation a little...
2010-06-17 caroadd delete_request callback to properly shut down the...
2010-06-15 sachielSetters and getters functions to Api property of Parts...
2010-06-14 cedric * edje: fix constness issue.
2010-06-10 cedric * edje: remove debug printf.
2010-06-10 cedric * edje: improve the way to target children of box...
2010-06-10 cedric * edje: prevent uninitialized data to spread.
2010-06-09 barbieriSVN_REPO_PATH envvar during autoconf to use svnversion...
2010-06-09 sachielRemove duplicated prototypes
2010-06-06 carouse correct enum variable (same value, though)
2010-06-06 rasterrestore after snap/release
2010-06-06 rasterSnapshot edje
2010-06-06 rasterpost-snap anr release.. reset svn back.. this time...
2010-06-06 rasterSnapshot edje
2010-06-06 rasterpost release - move relname to pre-svn again.
2010-06-06 rasterSnapshot edje
2010-06-05 rasterFrom: Fabiano FidĂȘncio <fidencio@profusion.mobi>
2010-06-04 carofcntl is used, so evil is needed on Windows
2010-06-04 caroput efl headers after standard headers
2010-06-04 rasterleake! fix!
2010-06-04 sachielMove functions around and fix the style to match the...
2010-06-04 rasterchange svnversion shell goop to nuke sed and just use...
2010-06-03 sachielLet git-svn users get the right revision number to...
2010-06-01 cedric * edje: fix constness warning.
2010-06-01 cedric * edje: Add image set support.
2010-05-31 rasternopw svn revision works again.
2010-05-31 rasterfix - if no svn tree, then it will pretend to be a...
2010-05-29 rasteredje -> version info
2010-05-29 rasternot fully done string insert approval cb for entry
2010-05-27 bdillyFix _edje_entry_cursor_end function.
2010-05-27 bdillyAdd '-h' argument to edje_decc and improve usage message.
2010-05-26 rasterummmm edje wasnt processing the message queue. use...
2010-05-21 tiagoINT_MAX need limits.h. By Raphael Kubo
2010-05-21 kiwipreprocess the edc file on OpenBSD as on MacOS X.
next