Changeset [82559]: and dont set states until state change cb tells u they...
and dont set states until state change cb tells u they changed in elm_win. more testing needed.
View ArticleChangeset [82561]: [access] export some APIs which would improve application...
[access] export some APIs which would improve application side flexibility. + elm_access_object_item_register(); + elm_access_object_item_unregister(); + elm_access_object_item_access_get();
View ArticleChangeset [82562]: add dri2 minor check for swap stuff.
add dri2 minor check for swap stuff.
View ArticleChangeset [82563]: fix comp config dialog settings apply (:/), fix comp...
fix comp config dialog settings apply (:/), fix comp config saving (:/), fix comp config dialog config loading (:/), change comp config domain to "e_comp" (your settings will be lost if you do not...
View ArticleChangeset [82564]: now that comp is mandatory, I require options to...
now that comp is mandatory, I require options to completely disable comp effects before I can use e without tearing my eyes from their sockets
View ArticleTicket #2186 ([wayland] Add support for multi-touch input) created
There's infrastructure available for this from both Wayland and Ecore_Evas_Input, but they are not connected yet through Ecore_Evas Wayland backend.
View ArticleChangeset [82567]: reword some comp effect option text
reword some comp effect option text
View ArticleChangeset [82568]: add option to disable comp effects to wizard, also fix...
add option to disable comp effects to wizard, also fix wizard comp config saving (:/)
View ArticleChangeset [82569]: on second thought, disabling comp effects requires a...
on second thought, disabling comp effects requires a reshadow so make sure we do that if those settings change
View ArticleChangeset [82570]: rename e_comp_shadow_set to e_comp_shadows_reset to be...
rename e_comp_shadow_set to e_comp_shadows_reset to be more descriptive about what it does
View ArticleChangeset [82571]: Do not try to get the genlist Smart_Data from the data...
Do not try to get the genlist Smart_Data from the data pointer in show_region_hook, but rather get it from the actual Object. Fixes a crash that happens if someone overrides the show_region_hook (via...
View ArticleChangeset [82572]: Data is not used in the show_region_hook anyway, so no...
Data is not used in the show_region_hook anyway, so no need to pass it. Signed-off-by: Christopher Michael <cp.michael@…>
View ArticleChangeset [82573]: dlopen and friends are now required by elm_need_e_dbus(),...
dlopen and friends are now required by elm_need_e_dbus(), remove HAVE_FORK conditional to include the header. Build was broken with the following message: elm_main.c: In function 'elm_need_e_dbus':...
View ArticleChangeset [82574]: efl/eeze: move sensor modules to their own dir
efl/eeze: move sensor modules to their own dir
View ArticleChangeset [82576]: efl: Remove check for strings.h * strings.h: is very...
efl: Remove check for strings.h strings.h: is very useful, very old and very standard. The only place that checks for that is simple_xml_parser and I have no idea why
View Article