enlightenment/src/bin
Chris Michael fd816230c4 make e_alert WBOD work in X11 even when built with wayland support
If enlightenment is built with support for wayland, then previously
the WBOD would not work if we were running the same binary with X11.
This was because the alert system would try to connect via drm by
default (due to wayland build option). We fix that by checking for the
existance of $DISPLAY (as this will not be present under drm), and
running the X11 codepath if it is found, running the drm codepath if
it is not found.

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
2016-03-14 13:22:30 -04:00
..
e_fm add a namespaced version of efx 2016-03-04 14:23:44 -05:00
efx always move objects during efx_resize if position is provided 2016-03-12 11:17:32 -05:00
generated move wayland protocols and generated files into separate directories 2016-01-22 16:25:12 -05:00
.gitignore per-desk profiles - move to per screen and use elm derived profiles 2016-01-08 21:54:31 +09:00
Makefile.mk add bryces: new shelf replacement 2016-03-04 14:23:44 -05:00
e.h bump E_VERSION_MAJOR and modapi 2016-03-08 18:06:36 -05:00
e_about.c Update copyright year. 2016-01-04 12:58:46 -05:00
e_about.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_acpi.c s/EAPI/E_API/ ...again 2015-09-28 15:51:51 -04:00
e_acpi.h make e_acpi_lid_is_closed function callable from wl_drm module 2015-05-07 15:44:22 -04:00
e_actions.c add bool return for mouse-based E_Action callbacks 2016-02-03 18:09:18 -05:00
e_actions.h add bool return for mouse-based E_Action callbacks 2016-02-03 18:09:18 -05:00
e_alert.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_alert.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_alert_main.c make e_alert WBOD work in X11 even when built with wayland support 2016-03-14 13:22:30 -04:00
e_atoms.c remove a kind of typo in E_ZONE_GEOMETRY atom string. 2015-07-17 15:04:39 -04:00
e_atoms.h add setup for WL_SURFACE_ID X atom 2015-06-25 20:04:31 -04:00
e_auth.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_auth.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_backlight.c block input devices from backlight list 2015-12-28 16:00:05 -05:00
e_backlight.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_backlight_main.c e_backlight_main: fix compiling when not having Eeze 2015-04-20 17:03:22 -04:00
e_bg.c remove debug printf from e_bg 2016-02-05 13:29:44 -05:00
e_bg.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_bindings.c trigger mouse binding end callbacks on mouse up 2016-03-04 13:08:09 -05:00
e_bindings.h add edge binding event find function 2016-01-25 12:51:56 -05:00
e_bryce.c during bryce moveresize callback, return if no zone could be located 2016-03-10 11:59:58 -05:00
e_bryce.h add bryce autohide/size getters, pull related values into wizard 2016-03-08 12:43:35 -05:00
e_bryce_editor.c add bryce autohide/size getters, pull related values into wizard 2016-03-08 12:43:35 -05:00
e_ckpasswd_main.c e_auth: Add suid helper for lokker own-pw checking on FreeBSD 2015-04-21 13:11:56 +01:00
e_client.c add window maximize animation 2016-03-08 18:06:36 -05:00
e_client.h Re-enable window close animations for wayland 2016-03-08 12:46:32 -05:00
e_client.x make e_client_util_.?win_get() fns return xwayland windows when available 2015-07-08 14:48:19 -04:00
e_color.c
e_color.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_color_dialog.c remove impossible null check in color dialog 2016-02-29 10:43:02 -05:00
e_color_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_comp.c Revert "e comp: fix crashes on exit/restart when e_comp is NULL" 2016-02-25 15:05:24 -05:00
e_comp.h Track whether a render is in progress or not 2016-03-08 12:46:32 -05:00
e_comp_canvas.c always run client res changes in e_comp_canvas_update() 2016-03-08 15:59:57 -05:00
e_comp_canvas.h re-add MANAGER context bindings 2016-01-22 12:59:19 -05:00
e_comp_cfdata.c e comp data - actually ... NO visibility effect by default is right 2015-10-08 08:27:38 +09:00
e_comp_cfdata.h rename visibility effect struct member effect -> visibility_effect 2015-06-11 12:47:04 -04:00
e_comp_object.c calling dirty() on a comp object for a deleted client should not print an error 2016-03-12 15:37:10 -05:00
e_comp_object.h add comp object util callback for closing on Escape key 2016-02-21 11:50:23 -05:00
e_comp_wl.c always send wl key releases if surface still exists 2016-03-12 12:40:39 -05:00
e_comp_wl.h remove maximize_pre flag from wl client comp_data 2016-03-12 11:18:10 -05:00
e_comp_wl_data.c add prototype functions for missing wl_data_source interface 2016-03-01 10:52:50 -05:00
e_comp_wl_data.h convert E_Comp_Wl_Data_Source->mime_types to Eina_Array 2015-08-12 17:39:15 -04:00
e_comp_wl_extensions.c Free pixel data after taking a wayland screen shot 2016-03-11 11:19:29 -05:00
e_comp_wl_input.c Don't allow deleted wayland clients to set the cursor 2016-03-08 12:46:32 -05:00
e_comp_wl_input.h add function for wayland compositors to generate (fake) keyboard events 2016-01-20 17:03:17 -05:00
e_comp_x.c add workaround for xwayland client bug 2016-03-12 15:43:39 -05:00
e_comp_x.h toggle x11 client iconic/mapped state based on mirror visibility 2015-11-07 13:10:02 -05:00
e_comp_x_randr.c per-desk profiles - move to per screen and use elm derived profiles 2016-01-08 21:54:31 +09:00
e_comp_x_randr.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_config.c add window maximize animation 2016-03-08 18:06:36 -05:00
e_config.h add window maximize animation 2016-03-08 18:06:36 -05:00
e_config_data.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_config_data.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_config_dialog.c unset client hidden flag on config dialogs when activating from another vdesk 2015-09-15 12:46:46 -04:00
e_config_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_configure.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_configure.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_confirm_dialog.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_confirm_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_datastore.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_datastore.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_dbusmenu.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_dbusmenu.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_desk.c Revert "send mouse out+in on desk flip end" 2016-03-07 14:39:56 -05:00
e_desk.h implement zone obstacles for calculating useful geometry 2016-01-14 15:13:57 -05:00
e_deskenv.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_deskenv.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_desklock.c add function for creating a demo version of the lockscreen 2016-01-15 19:25:25 -05:00
e_desklock.h add function for creating a demo version of the lockscreen 2016-01-15 19:25:25 -05:00
e_deskmirror.c ensure that a deskmirror object does not orphan child objects 2015-11-19 15:52:01 -05:00
e_deskmirror.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_desktop_editor.c make icon selection dialog resizable in .desktop editor 2015-10-05 13:33:13 -04:00
e_desktop_editor.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_dialog.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_dnd.c disable binding activation when grab dialog, menus, or dnd is active 2016-01-22 12:58:16 -05:00
e_dnd.h track button mask for all drags, only end drag when mask has depopulated 2015-08-12 15:39:42 -04:00
e_dpms.c Fix invalid compositor type check in e_dpms_force_update 2015-11-23 10:00:36 -05:00
e_dpms.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_elm_cfgtool_main.c per-desk profiles - move to per screen and use elm derived profiles 2016-01-08 21:54:31 +09:00
e_entry_dialog.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_entry_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_env.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_env.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_error.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_error.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_exec.c remove multihead env var setting in e_exec 2016-02-29 10:43:02 -05:00
e_exec.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_exehist.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_exehist.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_filereg.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_filereg.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_flowlayout.c e_flowlayout: typecast return value to int 2015-10-14 14:02:07 -04:00
e_flowlayout.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm.c null efm icon eio handle in error callback 2015-11-11 12:25:56 -05:00
e_fm.h Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_fm_cmdline.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_custom.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_custom.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_device.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_device.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_mime.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_mime.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_op.c e_fm:correct declaration of function with no parameters 2015-11-26 18:09:32 +01:00
e_fm_op.h efm - make dir listing far faster - no file magic content and dont sync 2015-02-24 18:36:31 +09:00
e_fm_op_registry.c remove some unused variables 2016-02-25 13:37:52 -05:00
e_fm_op_registry.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_prop.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_prop.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_shared_codec.c
e_fm_shared_codec.h
e_fm_shared_device.c e_fm: Include config.h to know about HAVE_UDISKS_MOUNT 2014-09-09 10:44:21 +02:00
e_fm_shared_device.h
e_fm_shared_types.h.in
e_focus.c redo all x11 client mouse grabbing for focus 2015-07-01 15:26:28 -04:00
e_focus.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_font.c e: Fix realloc issue in e font module 2015-11-10 12:26:14 -05:00
e_font.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_gadcon.c unpopulate all gadcons during shutdown 2015-12-29 12:52:56 -05:00
e_gadcon.h e_gadcon: use Eina_Bool for one-bit bitfield 2015-11-26 18:31:02 +01:00
e_gadcon_popup.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_gadcon_popup.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_gadget.c ensure string termination when using strncpy 2016-03-10 11:11:57 -05:00
e_gadget.h add button to desklock config dialog for configuring gadgets 2016-03-04 14:23:44 -05:00
e_grab_dialog.c disable binding activation when grab dialog, menus, or dnd is active 2016-01-22 12:58:16 -05:00
e_grab_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_grabinput.c e_grabinput: do not pass a faulty time 2016-01-16 12:20:43 +01:00
e_grabinput.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_hints.c Revert "e bg: remove debug printf" 2016-02-06 10:29:04 +09:00
e_hints.h broadcast support for _GTK_FRAME_EXTENTS 2015-09-24 16:33:56 -04:00
e_icon.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_icon.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_ilist.c e/ilist: Fix issue with multiselect returning wrong index 2015-11-07 12:11:53 -05:00
e_ilist.h add ilist method for setting disabled state 2015-09-15 13:05:21 -04:00
e_imc_main.c
e_import_config_dialog.c remove str(n)dupa usages 2015-05-11 16:45:30 +01:00
e_import_config_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_import_dialog.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_import_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_includes.h add bryces: new shelf replacement 2016-03-04 14:23:44 -05:00
e_init.c adjust layering of pointer and init splash 2015-07-10 14:21:50 -04:00
e_init.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_client_locks.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_int_client_locks.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_client_menu.c disable redirection toggling for the nocomp client 2015-12-07 18:16:12 -05:00
e_int_client_menu.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_client_prop.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_client_prop.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_client_remember.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_client_remember.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_config_comp.c unconditionally show opengl option in compositor settings 2015-10-22 12:49:51 -04:00
e_int_config_comp_match.c rename visibility effect struct member effect -> visibility_effect 2015-06-11 12:47:04 -04:00
e_int_config_modules.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_config_modules.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_gadcon_config.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_gadcon_config.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_menus.c add bryce editor to Desktop item in main menu 2016-03-04 14:23:44 -05:00
e_int_menus.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_shelf_config.c clamp minimum shelf size to 20px in shelf config 2016-02-04 12:58:38 -05:00
e_int_shelf_config.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_toolbar_config.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_int_toolbar_config.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_intl.c Intl: fix potential stack buffer overflow. 2015-10-09 09:26:45 +01:00
e_intl.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_intl_data.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_intl_data.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_ipc.c simplify ipc socket creation 2016-02-29 10:43:02 -05:00
e_ipc.h remove ipc command allowing arbitrary command execution by the compositor 2016-02-29 10:43:02 -05:00
e_ipc_codec.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_ipc_codec.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_layout.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_layout.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_livethumb.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_livethumb.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_log.c disable custom logging when eina backtrace is active 2016-01-08 11:44:00 -05:00
e_log.h Logging: Fix broken logging macros. 2015-06-22 15:39:58 +01:00
e_main.c add bryces: new shelf replacement 2016-03-04 14:23:44 -05:00
e_maximize.c clamp client geometry to zone during geometry calc 2015-09-22 12:37:14 -04:00
e_maximize.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_menu.c disable binding activation when grab dialog, menus, or dnd is active 2016-01-22 12:58:16 -05:00
e_menu.h e_menu: use Eina_Bool for one-bit bitfield 2015-11-26 18:31:29 +01:00
e_mmx.h
e_module.c add new time module with clock gadgets 2016-03-04 14:23:44 -05:00
e_module.h bump E_VERSION_MAJOR and modapi 2016-03-08 18:06:36 -05:00
e_mouse.c simplify e_mouse_update() code for x11 compositors 2015-12-16 16:40:01 -05:00
e_mouse.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_moveresize.c use CSD geometry during move/resize display 2015-11-24 17:31:47 -05:00
e_moveresize.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_msg.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_msg.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_msgbus.c reenable restart/shutdown dbus methods under x11 2015-11-24 11:49:15 -05:00
e_msgbus.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_notification.c remove eldbus init/shutdown calls from the codebase 2016-03-11 17:19:32 -05:00
e_notification.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_obj_dialog.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_obj_dialog.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_object.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_object.h Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_open.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_order.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_order.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_pan.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_pan.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_path.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_path.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_pixmap.c Fix internal window borders on 32-bit computers 2016-03-10 16:47:09 -05:00
e_pixmap.h redo wayland pixmap ids to use monotonic decreasing ints with no collisions 2016-02-25 11:16:09 -05:00
e_place.c use zone obstacles when generating list of obstacles in smart place 2016-01-14 16:16:57 -05:00
e_place.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_pointer.c adjust layering of pointer and init splash 2015-07-10 14:21:50 -04:00
e_pointer.h add function to fill in x11 cursor image on creation 2015-07-10 13:04:12 -04:00
e_powersave.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_powersave.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_prefix.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_prefix.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_randr2.c per-desk profiles - move to per screen and use elm derived profiles 2016-01-08 21:54:31 +09:00
e_randr2.h per-desk profiles - move to per screen and use elm derived profiles 2016-01-08 21:54:31 +09:00
e_remember.c Revert "e bg: remove debug printf" 2016-02-06 10:29:04 +09:00
e_remember.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_resist.c use zone obstacles for resist calculations 2016-01-21 15:34:26 -05:00
e_resist.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_scale.c port e_scale to use Ecore_Wl2 2015-12-09 13:16:48 -05:00
e_scale.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_screensaver.c only create wayland screensaver timer in wayland mode 2015-11-23 14:47:37 -05:00
e_screensaver.h add functionality for blocking wl screensaver activation 2015-08-04 19:39:09 -04:00
e_scrollframe.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_scrollframe.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_sha1.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_sha1.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_shelf.c improve enforcement of shelf autohide-related window adjustment 2016-02-17 11:36:30 -05:00
e_shelf.h implement zone obstacles for calculating useful geometry 2016-01-14 15:13:57 -05:00
e_signals.c only perform drm shutdown during signal handler if drm engine is in use 2015-11-23 15:03:45 -05:00
e_signals.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_slidecore.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_slidecore.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_slider.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_slider.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_slidesel.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_slidesel.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_spectrum.c
e_spectrum.h
e_start_main.c remove security hole in e_start_main 2016-02-29 10:42:39 -05:00
e_startup.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_startup.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_static_grab.c simplify static grab case statements 2016-02-29 10:43:02 -05:00
e_sys.c remove eldbus init/shutdown calls from the codebase 2016-03-11 17:19:32 -05:00
e_sys.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_sys_l2ping.c
e_sys_main.c e - warning fix - fix SVID_SOURCE complaint warning 2014-11-25 17:24:19 +09:00
e_test.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_test.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_theme.c remove str(n)dupa usages 2015-05-11 16:45:30 +01:00
e_theme.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_theme_about.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_theme_about.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_thumb.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_thumb.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_thumb_main.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_toolbar.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_toolbar.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_update.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
e_update.h
e_user.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_user.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_utils.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_utils.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_uuid_store.c uuid: Check error on ftruncate call 2015-03-13 20:26:24 -04:00
e_uuid_store.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_video.c remove emotion_init/shutdown from e_video 2016-02-25 15:04:51 -05:00
e_video.h e - video bgs - allow selection of video files for wallpapers 2016-02-05 18:35:49 +09:00
e_widget.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_aspect.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_aspect.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_bgpreview.c make bgpreview create vdesk config dialog on mouse up instead of mouse down 2016-02-25 14:00:01 -05:00
e_widget_bgpreview.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_button.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_button.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_check.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_check.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_color_well.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
e_widget_color_well.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_config_list.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_config_list.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_entry.c remove legacy entry widget pointer setting code 2015-05-20 08:19:18 -04:00
e_widget_entry.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_filepreview.c e_widget_filepreview: Remove assign without effect 2015-08-12 09:25:16 +02:00
e_widget_filepreview.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_flist.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_flist.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_font_preview.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_font_preview.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_framelist.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_framelist.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_frametable.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_frametable.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_fsel.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_fsel.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_ilist.c remove unused variables in ilist widget 2015-09-17 19:08:27 -04:00
e_widget_ilist.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_image.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_image.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_label.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_label.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_list.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_widget_list.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_preview.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_preview.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_radio.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_radio.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_scrollframe.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_scrollframe.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_slider.c Fix misspellings in E's files. 2015-06-16 16:10:21 -04:00
e_widget_slider.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_spectrum.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
e_widget_spectrum.h
e_widget_table.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_table.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_textblock.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_textblock.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_toolbar.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_toolbar.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_toolbook.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_widget_toolbook.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_win.c Fix internal window borders on 32-bit computers 2016-03-10 16:47:09 -05:00
e_win.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_xinerama.c e screens/zones/randr - store randr2 id in xinerama and zones for lookup 2015-11-11 21:22:30 +09:00
e_xinerama.h e screens/zones/randr - store randr2 id in xinerama and zones for lookup 2015-11-11 21:22:30 +09:00
e_xkb.c fix compiler warning about comparison between signed and unsigned ints 2016-01-20 15:10:36 -05:00
e_xkb.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_xsettings.c do not set XCURSOR_PATH variable if re-setting existing value 2016-02-29 08:12:40 -05:00
e_xsettings.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_zone.c add flag for zone obstacles to indicate verticality 2016-02-08 14:52:55 -05:00
e_zone.h add flag for zone obstacles to indicate verticality 2016-02-08 14:52:55 -05:00
e_zoomap.c track/manage size hints for zoomap child objects 2016-02-26 15:03:22 -05:00
e_zoomap.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00