enlightenment/src/modules
Mike Blumenkrantz fcf3bf8a5c remove show callback from evry win on deletion
==22088== Invalid read of size 1
==22088==    at 0x2C9FE7B1: _evry_cb_show (evry.c:3046)
==22088==    by 0x5BE9918: _eo_evas_object_cb (evas_callbacks.c:65)
==22088==    by 0x69A16F4: _eo_base_event_callback_call (eo_base_class.c:715)
==22088==    by 0x69A3041: eo_event_callback_call (in /usr/lib/libeo.so.1.17.99)
==22088==    by 0x5BEA0B3: evas_object_event_callback_call (evas_callbacks.c:240)
==22088==    by 0x5C2577C: evas_object_inform_call_show (evas_object_inform.c:12)
==22088==    by 0x5C1ED24: _show (evas_object_main.c:1360)
==22088==    by 0x5C1EADA: _evas_object_efl_gfx_base_visible_set (evas_object_main.c:1313)
==22088==    by 0x575D80A: efl_gfx_visible_set (in /usr/lib/libefl.so.1.17.99)
==22088==    by 0x5C1EA58: evas_object_show (evas_object_main.c:1291)
==22088==    by 0x479FCF: _e_comp_intercept_show_helper (e_comp_object.c:1616)
==22088==    by 0x47A02A: _e_comp_intercept_show (e_comp_object.c:1630)
==22088==  Address 0x17621591 is 81 bytes inside a block of size 120 free'd
==22088==    at 0x4C2AE6B: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==22088==    by 0x2C9F95A8: _evry_window_free (evry.c:993)
==22088==    by 0x2C9F8065: evry_hide (evry.c:366)
==22088==    by 0x2C9FB9A2: _evry_cb_key_down (evry.c:1926)
==22088==    by 0x8F6ED4A: _ecore_call_handler_cb (ecore_private.h:316)
==22088==    by 0x8F6FC92: _ecore_event_call (ecore_events.c:518)
==22088==    by 0x8F7A15A: _ecore_main_loop_iterate_internal (ecore_main.c:2339)
==22088==    by 0x8F784A8: ecore_main_loop_begin (ecore_main.c:1284)
==22088==    by 0x4403F6: main (e_main.c:1087)
==22088==  Block was alloc'd at
==22088==    at 0x4C2BBD5: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==22088==    by 0x2C9F8D7D: _evry_window_new (evry.c:758)
==22088==    by 0x2C9F772D: evry_show (evry.c:177)
==22088==    by 0x2C9F711C: _e_mod_run_defer_cb (e_mod_main.c:537)
==22088==    by 0x8F75267: _ecore_call_task_cb (ecore_private.h:282)
==22088==    by 0x8F7574E: _ecore_idle_enterer_call (ecore_idle_enterer.c:174)
==22088==    by 0x8F7A05B: _ecore_main_loop_iterate_internal (ecore_main.c:2261)
==22088==    by 0x8F784A8: ecore_main_loop_begin (ecore_main.c:1284)
==22088==    by 0x4403F6: main (e_main.c:1087)
2016-03-09 14:25:16 -05:00
..
appmenu enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
backlight remove backlight update calls from backlight module 2015-09-21 17:22:55 -04:00
battery battery: let's finally allow the battery process to rest also when enlightenment die. 2015-08-17 22:30:26 +02:00
bluez4 enlightenment: Add missing EINA_UNUSED for unused function paramaters 2015-10-14 10:14:16 -04:00
clock add bool return for mouse-based E_Action callbacks 2016-02-03 18:09:18 -05:00
conf enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_applications conf_apps: fix add/remove screen lock applications. 2015-12-11 09:24:13 -05:00
conf_bindings use dblequal for double comparisons in edgebindings config 2016-02-29 10:43:02 -05:00
conf_dialogs enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_display add button to desklock config dialog for configuring gadgets 2016-03-04 14:23:44 -05:00
conf_interaction mouse_config: fix accel threshold and numerator limits. 2015-10-16 13:29:19 -07:00
conf_intl e/imc: fix issue with input method import segv and small window size 2015-11-19 12:46:58 -05:00
conf_menus enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_paths enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_performance e config - cache sizes in config don't actually work, so remove 2015-09-22 14:06:40 +09:00
conf_randr e randr - fix randr dialog to do restore right again 2016-01-11 09:01:55 +09:00
conf_shelves enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_theme e - video bgs - allow selection of video files for wallpapers 2016-02-05 18:35:49 +09:00
conf_window_manipulation add window maximize animation 2016-03-08 18:06:36 -05:00
conf_window_remembers enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
connman enlightenment: Add missing EINA_UNUSED for unused function parameters 2015-10-14 10:16:25 -04:00
cpufreq use uint instead of int for eina_list_count() return in cpufreq (trivial) 2016-02-29 10:43:02 -05:00
everything remove show callback from evry win on deletion 2016-03-09 14:25:16 -05:00
fileman use strbufs instead of strcat in fwin navbars 2016-02-29 07:55:37 -05:00
fileman_opinfo enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
gadman track button mask for all drags, only end drag when mask has depopulated 2015-08-12 15:39:42 -04:00
geolocation modules/geolocation: fix indent not following E coding style 2015-12-09 15:11:57 +01:00
ibar make ibar config pointer EINTERN 2016-01-14 10:31:03 -05:00
ibox use current box geometry for calculating desktop ibar/ibox sizing 2015-12-11 16:17:57 -05:00
layout enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
lokker set zone-based name on lokker comp objects 2016-01-15 19:24:29 -05:00
mixer select mixer popup sink after popup has been fully initialized 2016-01-08 12:05:41 -05:00
msgbus fix all shadow warnings in msgbus module 2015-11-24 12:01:01 -05:00
music-control enlightenment: Add missing EINA_UNUSED for unused function paramaters 2015-10-14 10:17:22 -04:00
notification reshuffle all notifications on a notification merge 2015-12-07 18:02:21 -05:00
packagekit silence printf noise in screensaver and pkgkit module 2015-07-06 12:52:36 -04:00
pager e pagers - fix full desktop ddnd (eg middle mouse) to finish the drag 2015-08-28 13:14:27 +09:00
pager_plain prevent potential null deref during pager (plain) window drag 2016-02-29 10:43:02 -05:00
policy_mobile enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
quickaccess e/quickaccess: Make "Skip window list" a quickaccess behavior option too. 2016-02-16 14:19:04 -02:00
shot disable bindings during wayland screenshot operations 2016-01-22 16:31:07 -05:00
start add new start gadget 2016-03-04 14:23:44 -05:00
syscon remove e_bindings_key_up_event_find, rename other one to e_bindings_key_event_find 2016-01-25 12:38:45 -05:00
systray clean up some systray leaks 2015-10-26 13:11:32 -04:00
tasks block task gadget refills while a drag is active 2015-11-19 15:34:19 -05:00
teamwork enlightenment: Add missing field initializers for Evas_Point 2015-10-14 10:18:04 -04:00
temperature temperature: let's finally allow the temp process to rest also when enlightenment die. 2015-08-17 22:30:26 +02:00
tiling add bool return for mouse-based E_Action callbacks 2016-02-03 18:09:18 -05:00
time stack time gadget popups on POPUP layer 2016-03-07 11:34:17 -05:00
winlist update winlist ui when using directional window selection 2016-02-26 16:37:52 -05:00
wireless add new wireless module/gadget 2016-03-04 14:23:44 -05:00
wizard L10N: Update Finnish translations 2015-11-14 02:36:01 +02:00
wl_desktop_shell Fix xdg-shell destructors 2016-02-18 12:31:31 -06:00
wl_drm don't have to hook the ecore_evas resize callback here as that should 2016-03-08 16:09:55 -05:00
wl_fb Port wl_fb module to use Ecore_Wl2 Library 2015-12-09 13:16:48 -05:00
wl_text_input s/EAPI/E_API/ ...again 2015-09-28 15:51:51 -04:00
wl_weekeyboard Update wl_weekeyboard for ecore_evas_wayland_window_get2 function rename 2016-01-08 10:37:42 -05:00
wl_wl use 2/3 screen size for wl output (nested) compositor size 2016-01-18 14:52:11 -05:00
wl_x11 Set cached xkb context/keymap 2016-01-05 13:07:27 -05:00
xkbswitch e xkbswitch: don't free layouts that are just pointed to in instances 2016-03-08 13:45:59 +09:00
xwayland fix xwayland compile with 1.18 eo 2016-03-09 13:13:45 -05:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:19:12 -03:00
Makefile.mk add new time module with clock gadgets 2016-03-04 14:23:44 -05:00
Makefile_appmenu.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_backlight.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_battery.mk modules/battery: fix compiling on OS X 2015-04-09 17:41:22 -04:00
Makefile_bluez4.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_clock.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_applications.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_bindings.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_conf_dialogs.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_display.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_conf_interaction.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_intl.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_menus.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_paths.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_performance.mk remove performance - engine cfg dialog as its obsolete 2014-08-11 10:56:35 +09:00
Makefile_conf_randr.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_conf_shelves.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_theme.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_conf_window_manipulation.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_conf_window_remembers.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_connman.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_cpufreq.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_everything.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_fileman.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_fileman_opinfo.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_gadman.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_geolocation.mk Revert "build: Remove generated eldbus files during normal clean and not only maintainer-clean" 2015-04-21 15:35:10 -04:00
Makefile_ibar.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_ibox.mk remove defines for various beta api in other places 2016-01-06 13:01:38 -05:00
Makefile_lokker.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_mixer.mk install emixer icon to $(datadir)/pixmaps instead of /icons 2015-11-12 12:42:13 -05:00
Makefile_msgbus.mk e msgbus - move almost all of core dbus methods to msgbus module 2015-11-24 22:07:46 +09:00
Makefile_music_control.mk Revert "build: Remove generated eldbus files during normal clean and not only maintainer-clean" 2015-04-21 15:35:10 -04:00
Makefile_notification.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_packagekit.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_pager.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_pager_plain.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_physics.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_policy_mobile.mk added mobile policy module 2014-08-29 13:48:01 -04:00
Makefile_quickaccess.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_shot.mk make wayland-specific shot protocol files conditional on wayland build 2015-07-08 17:11:16 -04:00
Makefile_start.mk add new start gadget 2016-03-04 14:23:44 -05:00
Makefile_syscon.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_systray.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_tasks.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_teamwork.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_temperature.mk bugfix: building non-default modules from dist no longer fails 2014-02-04 10:54:11 -05:00
Makefile_tiling.mk ship tiling module edj file 2016-01-22 16:25:29 -05:00
Makefile_time.mk add new time module with clock gadgets 2016-03-04 14:23:44 -05:00
Makefile_winlist.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_wireless.mk add new wireless module/gadget 2016-03-04 14:23:44 -05:00
Makefile_wizard.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_wl_desktop_shell.mk don't forget wl_desktop_shell's header in tarball 2015-10-12 11:56:45 -04:00
Makefile_wl_drm.mk fix wl-drm install rule 2015-04-23 13:37:11 -04:00
Makefile_wl_fb.mk Fix building Enlightenment for X11-only, Wayland-Only, and X11 with Wayland clients. 2014-08-26 10:10:38 -04:00
Makefile_wl_text_input.mk Add module "wl_text_input" for supporting *wl_text_input* and *wl_input_method* protocol in wayland. 2015-08-20 14:55:55 -04:00
Makefile_wl_weekeyboard.mk distribute weekeyboard edj files 2015-09-21 13:09:01 -04:00
Makefile_wl_wl.mk Fix issue of nested compositors not working with Ecore_Wl2 library 2016-01-05 13:18:13 -05:00
Makefile_wl_x11.mk fix wl-x11 make/install rules to not include nonexistent DATA files 2015-12-09 13:50:39 -05:00
Makefile_xkbswitch.mk remove NEED_X define from build 2015-07-08 14:49:33 -04:00
Makefile_xwayland.mk implement x11->wayland dnd operations 2015-08-06 19:31:20 -04:00