enlightenment/src/bin
Lucas De Marchi 0675dd03a0 e: rename option use_composite to use_shaped_win
In order to move composite inside the core we need to kill the
use_composite option. However in some places it is being used to switch
between ARGB and shaped windows. It doesn't make much sense to keep the
advanced/engine dialog to let the user toggle this options if we have
composite always enabledm, but lets allow the user to shoot
himself on the foot (for now).

Next step will be to move the comp module files to core so user can't
unload it anymore.



SVN revision: 82433
2013-01-09 03:21:25 +00:00
..
e_fm e: small fixes to port of e_fm udisk to edbus 2013-01-02 13:16:24 +00:00
Makefile.am e: Add notification API 2013-01-03 22:07:56 +00:00
e.h e: fix build with uClibc. 2013-01-07 01:14:25 +00:00
e_about.c e: Unicode makes you look better, gives you luck, brings back lost love, 2012-12-15 20:19:33 +00:00
e_about.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_acpi.c From: Maxime Villard <rustyBSD@gmx.fr> 2012-12-15 14:42:19 +00:00
e_acpi.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_actions.c Store and handle action names correctly. (patch from Igor Murzov) 2012-12-16 16:58:17 +00:00
e_actions.h formatting 2012-06-20 08:29:55 +00:00
e_alert.c formatting 2012-11-14 09:57:11 +00:00
e_alert.h e: full rewrite of our WBOD. 2012-11-01 06:23:49 +00:00
e_alert_main.c lets make e_alert noto also be bag with valgrind eh? 2012-12-03 00:46:34 +00:00
e_atoms.c fix atoms for zone geom. yay! works now. 2012-08-16 10:24:06 +00:00
e_atoms.h add zone geometry property to windows and keep it updated. 2012-08-16 09:29:42 +00:00
e_backlight.c No backlight dimming when in presentation mode. Backlight fade time only applies to dimming - undimming is fixed 0.5 . 2013-01-07 14:28:26 +00:00
e_backlight.h add E_EVENT_BACKLIGHT_CHANGE 2012-11-13 17:36:51 +00:00
e_backlight_main.c lots of buglet-fixing. this does: 2012-12-09 06:27:42 +00:00
e_bg.c hokay, last commit made bg_file_get leak, so now let's simplify and clean it up 2012-12-21 23:06:11 +00:00
e_bg.h ensure we get a properly stringshared return value here to match state of e_path_find 2012-12-21 10:02:27 +00:00
e_bindings.c handle NULL more gracefully in e_bindings_signal_handle 2012-12-13 10:38:24 +00:00
e_bindings.h break out bindings resets into functions based on their type for more fine-grained binding resets 2012-08-24 09:51:37 +00:00
e_border.c e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_border.h unbreak compile with 1.7 branch 2012-12-05 09:59:02 +00:00
e_box.c fix box item finding as spotted by Igor Murzov 2012-10-29 11:59:55 +00:00
e_box.h add e_box function to return item size 2012-10-26 07:51:38 +00:00
e_canvas.c formatting 2012-08-03 13:56:14 +00:00
e_canvas.h
e_color.c
e_color.h
e_color_class.c
e_color_class.h
e_color_dialog.c all dialogs are no longer resizable 2012-12-03 09:24:12 +00:00
e_color_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_config.c e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_config.h e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_config_data.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_config_data.h merge a big e17 doc patch 2012-07-06 10:53:22 +00:00
e_config_dialog.c prevent config dialogs from crashing if create/free data functions are not defined 2012-12-12 16:54:48 +00:00
e_config_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_configure.c small leak in config registry item add 2012-12-14 09:04:23 +00:00
e_configure.h
e_configure_option.c e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_configure_option.h implement tag aliases for configure options, also add top-level files category when fileman is loaded 2013-01-04 13:30:09 +00:00
e_confirm_dialog.c ensure that confirm dialogs call either the yes or no function when they are closed even if a button is not pressed 2012-09-04 04:19:30 +00:00
e_confirm_dialog.h ensure that confirm dialogs call either the yes or no function when they are closed even if a button is not pressed 2012-09-04 04:19:30 +00:00
e_container.c From: Gwanglim Lee <gl77.lee@samsung.com> 2012-12-05 06:51:16 +00:00
e_container.h From: Gwanglim Lee <gl77.lee@samsung.com> 2012-12-05 06:51:16 +00:00
e_datastore.c
e_datastore.h
e_dbusmenu.c export funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1 2013-01-04 06:01:21 +00:00
e_dbusmenu.h export funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1 2013-01-04 06:01:21 +00:00
e_desk.c argh more of that desktop profile insanity that didn't get #ifdefs 2012-12-20 14:07:33 +00:00
e_desk.h add enum for deskflip animation mode 2012-12-31 14:00:47 +00:00
e_deskenv.c always re-set xmodmap after changing kbd layout group 2012-12-12 13:31:18 +00:00
e_deskenv.h always re-set xmodmap after changing kbd layout group 2012-12-12 13:31:18 +00:00
e_desklock.c Added option for doing desklock, blanking or dimming even when showing fullscreen windows. 2013-01-07 19:46:38 +00:00
e_desklock.h move desklock bg enum to desklock header 2012-09-19 13:22:45 +00:00
e_dialog.c set no_resizable state by default on dialogs 2012-12-03 09:15:47 +00:00
e_dialog.h add dialog helper function to set modal/transientfor on windows 2012-08-09 13:25:43 +00:00
e_dnd.c e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_dnd.h e dnd xds handler now passes type string param as well as data 2012-10-18 08:04:03 +00:00
e_dpms.c lots of buglet-fixing. this does: 2012-12-09 06:27:42 +00:00
e_dpms.h work around x dpms bug which seems to forget about doing dpms 2nd time 2012-09-02 07:37:24 +00:00
e_eap_editor.c fix read-only status of file name in desktop editor 2012-12-11 10:50:54 +00:00
e_eap_editor.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_entry.c dont focus noedit entries! :) 2012-12-11 10:54:31 +00:00
e_entry.h add function to disable entry menu 2012-12-03 18:31:14 +00:00
e_entry_dialog.c E entry: Move to edje_entry and remove e_editable. 2012-10-30 14:06:13 +00:00
e_entry_dialog.h another change I've been wanting to make for a long time: e_entry_dialog now has the data param first 2012-09-03 09:06:10 +00:00
e_env.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_env.h
e_error.c
e_error.h fix usage of PATH_MAX when not working with files 2012-08-22 07:02:41 +00:00
e_exec.c it seems that this variable in e_exec does not actually need to be strdup()ed, and thus does not need to leak... 2012-12-14 09:13:07 +00:00
e_exec.h lets add prototype too in .h :) 2012-09-18 10:19:29 +00:00
e_exehist.c shut up e_exehist 2012-12-13 10:37:14 +00:00
e_exehist.h
e_filereg.c
e_filereg.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_flowlayout.c add support for and use eina_list_last_data_get 2012-11-12 10:05:09 +00:00
e_flowlayout.h add flowlayout functions for getting prev/next items 2012-06-27 08:49:34 +00:00
e_fm.c e: e_fm udisk ported to edbus 2013-01-02 13:16:19 +00:00
e_fm.h okay, exposing icon object not such a great idea considering it gets deleted and recreated constantly 2012-12-18 10:12:47 +00:00
e_fm_cmdline.c e: Replace printf by eina log 2013-01-03 18:15:53 +00:00
e_fm_custom.c efm now remembers sort mode per-directory 2012-11-02 12:36:35 +00:00
e_fm_custom.h efm now remembers sort mode per-directory 2012-11-02 12:36:35 +00:00
e_fm_device.c whoops, ensure we unmount the deleted mount object after the mount ops are run 2012-12-18 06:11:03 +00:00
e_fm_device.h efm finally does something other than flail around helplessly when you drag stuff onto the icon of another device 2012-12-17 15:59:43 +00:00
e_fm_mime.c argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again! 2012-09-14 10:52:08 +00:00
e_fm_mime.h argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again! 2012-09-14 10:52:08 +00:00
e_fm_op.c Fix inverted arguments for lseek() 2012-12-25 18:12:31 +00:00
e_fm_op.h efm now checks (on startup) for stale device links on desktop and tries to remove them 2012-10-29 09:52:23 +00:00
e_fm_op_registry.c inlist_count is not O(1) 2012-12-13 11:52:38 +00:00
e_fm_op_registry.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_prop.c all dialogs are no longer resizable 2012-12-03 09:24:12 +00:00
e_fm_prop.h
e_fm_shared_codec.c
e_fm_shared_codec.h
e_fm_shared_device.c e: e_fm udisk ported to edbus 2013-01-02 13:16:19 +00:00
e_fm_shared_device.h
e_fm_shared_types.h.in e: e_fm udisk ported to edbus 2013-01-02 13:16:19 +00:00
e_focus.c formatting 2012-08-03 14:02:14 +00:00
e_focus.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_font.c revert some changes to e font that broke things; the hunt for #1284 begins 2012-08-08 08:33:33 +00:00
e_font.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_gadcon.c Make some error dialogs translatable (patch from Igor Murzov) 2012-12-19 17:45:04 +00:00
e_gadcon.h gadcon location gadget_add callbacks now have a gadcon client param so the config can be retrieved since these callbacks are (currently) only used for changing locations of gadgets 2012-10-05 09:57:34 +00:00
e_gadcon_popup.c Dear all, 2012-12-03 07:54:07 +00:00
e_gadcon_popup.h
e_grab_dialog.c e: cleanup layer handling 2012-10-02 08:54:35 +00:00
e_grab_dialog.h break out mouse/keyboard grab dialogs into e_grab_dialog to be reused more easily in other places, replace original instances with this dialog 2012-08-20 08:36:43 +00:00
e_grabinput.c add function to return current key grab xwin 2012-12-03 19:03:49 +00:00
e_grabinput.h add function to return current key grab xwin 2012-12-03 19:03:49 +00:00
e_hints.c e now remembers left/right maximization state across restarts 2012-11-14 13:47:37 +00:00
e_hints.h
e_icon.c ahh never too late for an API/ABI break. e_icon_file_get now returns edje group, which fixes fileman border icons 2012-12-19 17:00:10 +00:00
e_icon.h ahh never too late for an API/ABI break. e_icon_file_get now returns edje group, which fixes fileman border icons 2012-12-19 17:00:10 +00:00
e_ilist.c unselecting all ilist items will no longer fail to unselect all ilist items 2012-11-29 11:25:02 +00:00
e_ilist.h break out ilist item label setting 2012-11-02 08:00:58 +00:00
e_imc_main.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_import_config_dialog.c series of dialogs that were not resizable but should be, are now. 2012-12-20 10:07:30 +00:00
e_import_config_dialog.h break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code 2012-08-09 12:57:06 +00:00
e_import_dialog.c series of dialogs that were not resizable but should be, are now. 2012-12-20 10:07:30 +00:00
e_import_dialog.h break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code 2012-08-09 12:57:06 +00:00
e_includes.h e: Add notification API 2013-01-03 22:07:56 +00:00
e_init.c formatting 2012-10-25 07:47:26 +00:00
e_init.h
e_init_main.c ok - give some size in printf. 2012-12-16 01:29:48 +00:00
e_int_border_locks.c border locks: deengrishify 2012-11-13 10:58:11 +00:00
e_int_border_locks.h
e_int_border_menu.c fix a tremendous number of stringshare leaks 2012-12-21 10:20:05 +00:00
e_int_border_menu.h forgot that we do data param first in callbacks... 2012-07-19 09:19:06 +00:00
e_int_border_prop.c series of dialogs that were not resizable but should be, are now. 2012-12-20 10:07:30 +00:00
e_int_border_prop.h
e_int_border_remember.c series of dialogs that were not resizable but should be, are now. 2012-12-20 10:07:30 +00:00
e_int_border_remember.h
e_int_config_modules.c series of dialogs that were not resizable but should be, are now. 2012-12-20 10:07:30 +00:00
e_int_config_modules.h
e_int_gadcon_config.c e gadcon settings: add icons. 2012-12-25 17:04:15 +00:00
e_int_gadcon_config.h allow gadcon config dialog hook to set gadcon site 2012-09-06 13:31:38 +00:00
e_int_menus.c Desktop->Shelves menu now shows shelf names instead of orientations 2013-01-08 11:32:46 +00:00
e_int_menus.h convert #defines in e_int_menus.h to enums 2012-12-31 13:51:43 +00:00
e_int_shelf_config.c fix shelf autohide on click 2012-12-19 13:59:36 +00:00
e_int_shelf_config.h
e_int_toolbar_config.c adjust efm fwin setup and popup to be... better theme friendly! 2012-10-28 07:45:48 +00:00
e_int_toolbar_config.h
e_intl.c don't return blank locale parts 2012-12-19 09:52:14 +00:00
e_intl.h unbreak e_intl.h #ifdefs 2012-12-13 19:12:37 +00:00
e_intl_data.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_intl_data.h
e_ipc.c make e ipc socket string shorter. osx is unhappy with long paths for 2012-11-14 06:38:25 +00:00
e_ipc.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_ipc_codec.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_ipc_codec.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_layout.c E: We don't need to run this comparison twice. 2012-09-12 07:29:41 +00:00
e_layout.h
e_livethumb.c formatting 2012-06-27 13:30:40 +00:00
e_livethumb.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_log.c
e_log.h
e_main.c conf2 2013-01-03 14:47:21 +00:00
e_manager.c netwm actgivate requests simply do absoluttely nothing now with this 2013-01-08 11:03:55 +00:00
e_manager.h add new event for when managers regrab keys 2012-12-12 19:21:31 +00:00
e_maximize.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_maximize.h
e_menu.c e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_menu.h added function to hide all active menus, always hide menus when desklocking 2012-12-31 07:47:51 +00:00
e_mmx.h E17: CPUID_MMX, CPUID_SSE and CPUID_SSE2 might already be defined (like on OpenBSD) 2012-08-23 07:42:10 +00:00
e_module.c e: remove dropshadow module 2013-01-04 18:35:22 +00:00
e_module.h add function for determining whether modules are still loading 2012-12-11 10:30:06 +00:00
e_mouse.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_mouse.h
e_moveresize.c e: cleanup layer handling 2012-10-02 08:54:35 +00:00
e_moveresize.h
e_msg.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_msg.h
e_msgbus.c e: small fixes to e_msgbus conversion to edbus 2013-01-02 13:15:58 +00:00
e_msgbus.h e: Port e_msgbus to edbus 2013-01-02 13:15:53 +00:00
e_notification.c e/notification: fix typo and use designated initializers on server 2013-01-03 22:08:19 +00:00
e_notification.h e: Add client api to notifications 2013-01-03 22:08:10 +00:00
e_obj_dialog.c e dialog: Handle Escape keys on dialogs. This is very useful. Now e about, theme about, sys dialogs handles Escape key and closes the window. 2013-01-01 23:44:11 +00:00
e_obj_dialog.h add const 2012-07-25 14:07:09 +00:00
e_object.c fix infintie delfn loop waiting to happen. 2012-12-03 11:40:23 +00:00
e_object.h delay e_win and e_popup deletes to avoid bad mem accesses from 2012-11-24 04:22:21 +00:00
e_open.c e: fix build on Solaris 11. 2012-12-05 02:23:00 +00:00
e_order.c Hi, 2012-12-19 14:20:34 +00:00
e_order.h add function for cloning an e_order 2012-11-26 09:36:11 +00:00
e_pan.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_pan.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_path.c some stringshare improvements for e_path_find 2012-12-21 10:01:01 +00:00
e_path.h use stringshare return type 2012-12-21 09:03:30 +00:00
e_place.c fix border placement to not move away from iconified/hidden windows... 2012-07-14 02:18:36 +00:00
e_place.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_pointer.c Hi, 2012-12-19 14:20:34 +00:00
e_pointer.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_popup.c e: rename option use_composite to use_shaped_win 2013-01-09 03:21:25 +00:00
e_popup.h e: cleanup layer handling 2012-10-02 08:54:35 +00:00
e_powersave.c formatting 2012-08-13 06:51:24 +00:00
e_powersave.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_prefix.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_prefix.h
e_randr.c Use proper function when config gets loaded to try and restore 2012-12-17 15:46:41 +00:00
e_randr.h Revert exposing the try_restore_config function. 2012-12-19 15:39:31 +00:00
e_randr_11.c even more leaks in randr11 refresh rates fail 2012-12-13 13:01:57 +00:00
e_randr_11_serialization.c Dear all, 2012-12-03 07:54:07 +00:00
e_randr_12.c Revert exposing the try_restore_config function. 2012-12-19 15:39:31 +00:00
e_randr_12_ask_dialog.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_randr_12_crtc.c add support for and use eina_list_last_data_get 2012-11-12 10:05:09 +00:00
e_randr_12_output.c
e_randr_12_serialization.c Make sure we have a valid monitor edid_hash Before trying to append it 2012-12-18 11:15:25 +00:00
e_randr_private.h Remove generic EINTERNAL _try_restore_configuration. Combine the code 2012-12-17 15:46:47 +00:00
e_randr_serialization.c Include private header before public one (without this change, build 2012-12-17 15:46:50 +00:00
e_remember.c conf2 2013-01-03 14:47:21 +00:00
e_remember.h e internal dialogs now correctly remember their maximization state and are now less prone to moving around crazily if e is restarted while they are maximized 2012-12-20 17:51:42 +00:00
e_resist.c formatting 2012-12-06 12:48:14 +00:00
e_resist.h
e_scale.c
e_scale.h
e_screensaver.c Added option for doing desklock, blanking or dimming even when showing fullscreen windows. 2013-01-07 19:46:38 +00:00
e_screensaver.h lots of buglet-fixing. this does: 2012-12-09 06:27:42 +00:00
e_scrollframe.c E entry + scrollframe: Add clippers as smart members. 2013-01-07 20:01:32 +00:00
e_scrollframe.h E srcollframe: Added a mode to disable key navigation + fixed show region. 2012-10-30 14:05:50 +00:00
e_sha1.c doing configure checks for arpa/inet.h and so on is all fine and 2012-12-03 00:27:52 +00:00
e_sha1.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_shelf.c Better gettext usage in a few places 2013-01-05 22:54:51 +00:00
e_shelf.h fix shelf autohide on click 2012-12-19 13:59:36 +00:00
e_signals.c formatting 2012-11-14 09:57:11 +00:00
e_signals.h
e_slidecore.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_slidecore.h
e_slider.c fix bug where slider could be changed while disabled 2013-01-08 11:06:56 +00:00
e_slider.h fix bug where slider could be changed while disabled 2013-01-08 11:06:56 +00:00
e_slidesel.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_slidesel.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_spectrum.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_spectrum.h
e_start_main.c e: fix restart of E17 after manually monitoring it. 2013-01-03 00:32:48 +00:00
e_startup.c Better gettext usage in a few places 2013-01-05 22:54:51 +00:00
e_startup.h
e_static_grab.c reorder some stuff in static_grab to be more successful 2012-12-13 13:11:21 +00:00
e_stolen.c
e_stolen.h
e_sys.c add new events for suspend/hibernate/resume 2012-09-21 09:16:37 +00:00
e_sys.h add new events for suspend/hibernate/resume 2012-09-21 09:16:37 +00:00
e_sys_main.c add small detail to error printf on e_sys. 2012-12-13 08:32:37 +00:00
e_table.c formatting 2012-07-03 09:11:44 +00:00
e_table.h
e_test.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_test.h
e_theme.c Dear all, 2012-12-05 11:13:09 +00:00
e_theme.h argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again! 2012-09-14 10:52:08 +00:00
e_theme_about.c add new about theme signals/text capabilities as per email - change 1 2012-11-20 01:41:33 +00:00
e_theme_about.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_thumb.c Hi, 2012-12-19 14:20:34 +00:00
e_thumb.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_thumb_main.c Hi, 2012-12-19 14:20:34 +00:00
e_toolbar.c delete smart callbacks when deleting efm toolbar 2012-12-18 12:16:47 +00:00
e_toolbar.h adjust efm fwin setup and popup to be... better theme friendly! 2012-10-28 07:45:48 +00:00
e_update.c fix usage of PATH_MAX when not working with files 2012-08-22 07:02:41 +00:00
e_update.h
e_user.c
e_user.h
e_utils.c warn-- 2012-12-22 10:33:45 +00:00
e_utils.h efm string functions are now EAPI util functions 2012-10-11 10:19:03 +00:00
e_widget.c e widget focus stealing should respect can_focus = false 2012-08-01 07:49:55 +00:00
e_widget.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_aspect.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_aspect.h
e_widget_button.c e button widget: same bad logic when removing text. See r81045. 2012-12-16 16:36:55 +00:00
e_widget_button.h
e_widget_check.c add function to change valptr on check widget 2012-08-08 09:20:45 +00:00
e_widget_check.h add function to change valptr on check widget 2012-08-08 09:20:45 +00:00
e_widget_color_well.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_color_well.h
e_widget_config_list.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_config_list.h
e_widget_csel.c oooh fix some infinite loops in entry .. and oh so much make color 2012-11-23 11:24:39 +00:00
e_widget_csel.h
e_widget_cslider.c oooh fix some infinite loops in entry .. and oh so much make color 2012-11-23 11:24:39 +00:00
e_widget_cslider.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_deskpreview.c fix a tremendous number of stringshare leaks 2012-12-21 10:20:05 +00:00
e_widget_deskpreview.h add method to disable deskpreview click-to-configure background image 2012-07-11 08:48:33 +00:00
e_widget_entry.c E entry + scrollframe: Add clippers as smart members. 2013-01-07 20:01:32 +00:00
e_widget_entry.h E entry: Move to edje_entry and remove e_editable. 2012-10-30 14:06:13 +00:00
e_widget_filepreview.c add some null checks before monitor deletion to account for people still affected by the frenchman's laziness 2012-12-12 12:34:49 +00:00
e_widget_filepreview.h fix fsel preview to work again. :) 2012-08-25 11:58:16 +00:00
e_widget_flist.c apparently scrollframe has its own key grabs??? wtf??? 2012-12-19 12:29:47 +00:00
e_widget_flist.h add flist function to get config 2012-08-08 11:50:57 +00:00
e_widget_font_preview.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_font_preview.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_framelist.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_framelist.h
e_widget_frametable.c add object_repack function for frametable 2012-12-13 20:12:32 +00:00
e_widget_frametable.h add object_repack function for frametable 2012-12-13 20:12:32 +00:00
e_widget_fsel.c fix fsel path changing and entry setting 2012-12-10 13:06:04 +00:00
e_widget_fsel.h add method for checking if typebufs are visible in fsel widget using methods added in my previous commit that I cleverly did not mention to confuse my future self when I again go to work on this code 2012-07-17 10:27:15 +00:00
e_widget_ilist.c Dear all, 2012-12-05 11:13:09 +00:00
e_widget_ilist.h add method for setting a custom theme for ilist 2012-09-18 10:28:02 +00:00
e_widget_image.c E: Remove unused variable in image_add_from_file. Add trap in case 2012-07-22 15:39:48 +00:00
e_widget_image.h finally kill off the last of the e_icon_object_set uses; 2012-07-20 07:52:53 +00:00
e_widget_label.c update widget min size when changing label text 2012-12-14 11:29:19 +00:00
e_widget_label.h
e_widget_list.c add prepend/repack functions for e_widget_list 2012-07-24 08:20:57 +00:00
e_widget_list.h add prepend/repack functions for e_widget_list 2012-07-24 08:20:57 +00:00
e_widget_preview.c e: call e_widget_change() when preview widget changes 2012-07-16 13:25:49 +00:00
e_widget_preview.h desklock config now allows you to configure the image shown on each screen 2012-07-05 12:33:33 +00:00
e_widget_radio.c radios - if none is selected... the one u select gets selected. :) 2012-12-16 14:06:10 +00:00
e_widget_radio.h
e_widget_scrollframe.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_scrollframe.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_slider.c fix bug where slider could be changed while disabled 2013-01-08 11:06:56 +00:00
e_widget_slider.h
e_widget_spectrum.c oooh fix some infinite loops in entry .. and oh so much make color 2012-11-23 11:24:39 +00:00
e_widget_spectrum.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_table.c add e_widget_table_freeze/thaw 2012-07-12 10:26:12 +00:00
e_widget_table.h add e_widget_table_freeze/thaw 2012-07-12 10:26:12 +00:00
e_widget_textblock.c
e_widget_textblock.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_toolbar.c add support for and use eina_list_last_data_get 2012-11-12 10:05:09 +00:00
e_widget_toolbar.h toolbar function to return count of toolbar items 2012-08-04 10:13:14 +00:00
e_widget_toolbook.c and actually explicitly make toolbooks scrollable by default. 2012-10-27 10:43:54 +00:00
e_widget_toolbook.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_win.c e_win now also traps base size setting on elm windows and applies ICCCM hints when doing so. 2013-01-08 09:13:15 +00:00
e_win.h conf2 2013-01-03 14:47:21 +00:00
e_xinerama.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_xinerama.h
e_xkb.c fix xkb variant construction, patch from Tomas Cech 2012-12-28 22:35:10 +00:00
e_xkb.h ton of xkb fixes: 2012-10-03 09:00:12 +00:00
e_xsettings.c fix xsettings to notneed x headers directly... much better! :) 2013-01-03 11:21:24 +00:00
e_xsettings.h
e_zone.c in fact, if we're being serious, linear_flip_to doesn't need flip eval either since it calls a function which does a flip eval 2012-12-20 14:57:55 +00:00
e_zone.h add "Flip To Previous Desktop" action 2012-11-12 10:49:28 +00:00