enlightenment/src/modules
Carsten Haitzler 9c984ea9cf e ptr cast via void fix to reduce warnings
so we cast a lot of ptrs to other types as that is then the actual
type of the object. all these objects are allocated by malloc nad
friends so this is ok. but gcc on arm is not happy and warns. maybe it
assume this ptr could be to an element in an array of structs of this
type and so on thus will have specific alignment enforced by compiler
but our casting may disturb it? anyway. cast via void first fixes it.
we can focus on other real warnings and errors instead.
2017-02-12 16:25:35 +09:00
..
appmenu Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
backlight Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
battery Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
bluez4 Revert "Bluez 5" 2016-04-25 19:56:22 -03:00
clock Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
conf e ptr cast via void fix to reduce warnings 2017-02-12 16:25:35 +09:00
conf_applications Replace all timer_reset with timer_loop_reset 2017-02-06 15:59:25 -06:00
conf_bindings e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09:00
conf_dialogs enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_display remove E_Config->desktop_default_name 2017-02-10 17:24:13 -05:00
conf_interaction e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09: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 e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09:00
conf_paths enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
conf_performance e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09:00
conf_randr e - fix float warnings cmp where they actually may cause issues 2016-12-28 19:55:20 +09:00
conf_shelves use current zone for shelf config dialog 2016-05-24 11:59:56 -04:00
conf_theme e theme conf config - fix casting char fileds to int ptrs 2017-02-12 16:25:35 +09:00
conf_window_manipulation e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09:00
conf_window_remembers do not display sr rememebers in remember config dialog 2017-02-10 17:24:13 -05:00
connman remove eldbus init/shutdown calls from the codebase 2016-03-11 17:19:32 -05:00
cpufreq Make sysinfo gadgets work with BSD 2017-02-02 15:48:48 -06:00
everything e ervything md5 code - fix warnings about alignment 2017-02-12 16:25:35 +09:00
fileman e fileman config - fix definite alignment bug with cast char to int ptr 2017-02-12 16:25:35 +09:00
fileman_opinfo Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
gadman resolve gadcon-related float-equal warnings 2017-01-06 12:57:33 -05:00
geolocation e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09:00
ibar Replace all timer_reset with timer_loop_reset 2017-02-06 15:59:25 -06:00
ibox e icon - use new skip header async preload to make icon loads async 2017-01-02 09:51:57 +09:00
layout enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
lokker handle desklock show animation unblocking in lokker 2017-01-06 11:42:21 -06:00
luncher plug list leak in luncher 2017-02-10 17:24:13 -05:00
mixer Replace all timer_reset with timer_loop_reset 2017-02-06 15:59:25 -06:00
msgbus add dbus message 'org.enlightenment.wm.Window.SendToDesktop' 2016-10-25 10:45:59 -04:00
music-control music-player: add spotify 2016-06-25 01:11:57 +02:00
notification Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
packagekit Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
pager remove callback for "gadget_destroyed" in pager 2017-02-10 17:24:13 -05:00
pager_plain Replace all timer_reset with timer_loop_reset 2017-02-06 15:59:25 -06:00
policy_mobile enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
quickaccess Replace all timer_reset with timer_loop_reset 2017-02-06 15:59:25 -06:00
shot e ptr cast via void fix to reduce warnings 2017-02-12 16:25:35 +09:00
start reduce efl version req to 1.17.0, make new gadget stuff 1.7.99+ at runtime 2016-04-11 15:15:51 -04:00
syscon Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
sysinfo Luncher/Batman: Don't access an invalid icon structure. 2017-02-10 16:22:49 -06:00
systray e icon - use new skip header async preload to make icon loads async 2017-01-02 09:51:57 +09:00
tasks Replace all timer_reset with timer_loop_reset 2017-02-06 15:59:25 -06:00
teamwork e ptr cast via void fix to reduce warnings 2017-02-12 16:25:35 +09:00
temperature temp module - fix #if to be #if defined as it should be 2016-12-28 19:55:24 +09:00
tiling watch client UNIGNORE hook for adding new tiling clients 2017-02-10 17:24:13 -05:00
time wrap time module strftime calls more loosely when disabling -Wflags 2017-02-10 17:24:13 -05:00
winlist Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
wireless Wireless: Don't autoclose left click popup in order to be on the same page with other gadgets. 2017-02-06 13:38:50 -06:00
wizard Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
wl_buffer add wl_buffer output module 2017-02-10 17:24:13 -05:00
wl_desktop_shell validate xdg-shell move/resize requests against latest button serial 2017-01-13 11:35:20 -05:00
wl_drm wl_drm: Fix potentially uninitialized variable 2017-02-07 13:18:19 -05:00
wl_fb wl_fb: Check that e_comp_wl_init does not fail. 2016-07-26 13:00:33 -04:00
wl_text_input Auto generate wayland protocol 2016-09-26 15:23:50 -05:00
wl_weekeyboard Auto generate wayland protocol 2016-09-26 15:23:50 -05:00
wl_wl Fix error print when wl_wl fails to start 2016-09-13 10:34:35 -05:00
wl_x11 match wl_wl output sizing in wl_x11 when running in an existing wm session 2016-07-12 12:51:00 -04:00
xkbswitch remove del callbacks for xkbswitch list config objects 2017-02-10 17:24:13 -05:00
xwayland start xwayland process 2.0s after module load 2017-02-10 17:24:13 -05:00
.gitignore
Makefile.mk add wl_buffer output module 2017-02-10 17:24:13 -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 Enlightenment: Factor all sysctl battery code for bsd into e_mod_sysctl.c 2016-12-09 11:02:43 -06:00
Makefile_bluez4.mk remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -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 remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -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_luncher.mk Luncher: Add the second gadget to luncher: Luncher Grid. 2016-11-22 21:17:22 -06:00
Makefile_mixer.mk unset DISPLAY during mixer's pulse backend startup 2016-05-06 13:40:03 -04: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 remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -05:00
Makefile_notification.mk remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -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 Introduce pager gadget using new gadget api. 2016-09-23 10:17:54 -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 Fix out of tree builds 2016-11-02 16:16:49 -05: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_sysinfo.mk Batman - Add the config popup to configure batman. 2017-02-08 13:08:14 -06: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 teamwork: Use emile SHA1 functions 2016-11-29 11:32:25 -06:00
Makefile_temperature.mk e tempget module - mode to using threads instead of tempget binary 2016-12-01 08:49:33 +09: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 add new wizard page to change default modifiers for global mouse bindings 2016-03-16 12:24:14 -04:00
Makefile_wl_buffer.mk add wl_buffer output module 2017-02-10 17:24:13 -05:00
Makefile_wl_desktop_shell.mk xdg6 support 2016-11-22 11:31:22 -05:00
Makefile_wl_drm.mk remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -05:00
Makefile_wl_fb.mk remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -05:00
Makefile_wl_text_input.mk Fix out of tree builds 2016-11-02 16:16:49 -05:00
Makefile_wl_weekeyboard.mk Fix out of tree builds 2016-11-02 16:16:49 -05:00
Makefile_wl_wl.mk remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -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 add configure flag for xwayland binary 2016-05-06 13:37:10 -04:00