Changeset [82684]: update buildbot scripts. no idea where/if the bot is...
update buildbot scripts. no idea where/if the bot is running, but now these are fine.
View ArticleChangeset [82685]: [naviframe] rebuild broken accessibility feature on title...
[naviframe] rebuild broken accessibility feature on title area.
View ArticleChangeset [82686]: turn on automake warnings and fix them. using their...
turn on automake warnings and fix them. using their recommended way to implement silent rules.
View ArticleChangeset [82688]: do not print directories when entering them in make....
do not print directories when entering them in make. automake will already print a message so we can keep track where we are. this should help people that click terminology and accidentally clicks the...
View ArticleChangeset [82689]: clean up benchmark and example rules. - they have no 'all'...
clean up benchmark and example rules. they have no 'all' rule, keep out of SUBDIRS they depend on 'all-am', the non-recursive target that builds everything. they do not need a directory on its own to...
View ArticleChangeset [82690]: remove warning about gnu extension. this should also help...
remove warning about gnu extension. this should also help notify when incorrect images where added to the directory and so on.
View ArticleChangeset [82691]: doc exclude some evas internal stuff.
doc exclude some evas internal stuff.
View ArticleChangeset [82692]: cut down textprop size a bit... 72 -> 64bytes. if we can...
cut down textprop size a bit... 72 -> 64bytes. if we can wrap tp->start/len/text_offset/text_len read/wrtie in access funcs. so we can special case where: start == text_offset == 0 &&...
View ArticleChangeset [82693]: packaging/slackware: merge edje, emotion, ethumb, ephysics...
packaging/slackware: merge edje, emotion, ethumb, ephysics and eeze.
View ArticleChangeset [82694]: move e_configure_option_shutdown() to be the first...
move e_configure_option_shutdown() to be the first function called on shutdown: bad things happen if this is not the case
View ArticleChangeset [82695]: simplify/streamline configure option adding, also add...
simplify/streamline configure option adding, also add option domains so modules can get lists of their own options or other module options
View ArticleChangeset [82696]: e_manager_comp_set now sends an event instead of using...
e_manager_comp_set now sends an event instead of using e_msg, though I don't even think this is necessary anymore since it will only be called on startup and shutdown...
View ArticleChangeset [82697]: e: e_mixer_system_has_capture checks for capture...
e: e_mixer_system_has_capture checks for capture switchvolume
View ArticleChangeset [82698]: fix conf2 overlay bg clipping color thingy
fix conf2 overlay bg clipping color thingy
View ArticleChangeset [82699]: aspect widget appears to not be a real object when it...
aspect widget appears to not be a real object when it comes to clipping, so we're going to be unorthodox here and not return it even though it's the parent...
View ArticleChangeset [82701]: remove harmless duplicate timer_del call which caused...
remove harmless duplicate timer_del call which caused error messages
View ArticleChangeset [82702]: remove unnecessary macro for comp engines and use enum...
remove unnecessary macro for comp engines and use enum values
View ArticleChangeset [82703]: efl/ecore_imf/scim: use EINA_SAFETY macro for checking NULL
efl/ecore_imf/scim: use EINA_SAFETY macro for checking NULL
View Article