enlightenment/src/bin
Mike Blumenkrantz e2a7ada4b3 null check which hasn't affected anything yet
SVN revision: 75464
2012-08-20 12:37:41 +00:00
..
e_fm safeties for eeze mounting 2012-08-06 07:43:49 +00:00
Makefile.am 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.h e_main_ts() now returns the elapsed time since the last call 2012-07-26 09:10:51 +00:00
e_about.c use strbuf for authors list in about dialog 2012-07-25 14:07:57 +00:00
e_about.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_acpi.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_acpi.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_actions.c E: Add unused to missing function. 2012-07-22 15:37:14 +00:00
e_actions.h formatting 2012-06-20 08:29:55 +00:00
e_alert.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_alert.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_alert_main.c give e_alert_main.c some config.h love. 2012-06-25 13:11:19 +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 umm lets use xrandr first/ it SHOULD be better than going to /sys as a 2012-08-15 09:31:10 +00:00
e_backlight.h add api to detect backlight availability 2011-08-14 14:35:41 +00:00
e_backlight_main.c printf-- 2012-08-11 12:18:39 +00:00
e_bg.c use animation hint to disable bg animation when setting a bg 2012-08-10 10:54:29 +00:00
e_bg.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_bindings.c warn-- 2012-08-06 10:45:02 +00:00
e_bindings.h add an amazing hack which, when a vmware player window is opened, disables keyboard remapping until the window is closed. this is stupid, but seems to be the only way to keep it from breaking keymaps on some setups 2012-08-06 10:21:41 +00:00
e_border.c E: Comment out fprintf's remaining from someone's debug efforts ;) 2012-08-19 16:46:32 +00:00
e_border.h modal windows now properly block events on their parent windows 2012-08-10 08:59:05 +00:00
e_box.c formatting 2012-07-03 10:01:37 +00:00
e_box.h FORMATTING 2010-08-04 16:57:32 +00:00
e_canvas.c formatting 2012-08-03 13:56:14 +00:00
e_canvas.h remove all traces of selecting engine in e17 - wont actuallly ever be 2011-12-26 06:24:59 +00:00
e_color.c
e_color.h FORMATTING 2010-08-04 16:57:32 +00:00
e_color_class.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_color_class.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_color_dialog.c e color selector: increment id so that all entries have the correct value instead of all the red value. 2012-07-15 13:56:18 +00:00
e_color_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_config.c e17 xkb patch building on ecore new event api. patch from: 2012-08-18 11:41:23 +00:00
e_config.h e17 xkb patch building on ecore new event api. patch from: 2012-08-18 11:41:23 +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 merge a big e17 doc patch 2012-07-06 10:53:22 +00:00
e_config_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_configure.c e: e_configure dialog now sort on priority then label. 2012-07-18 02:26:11 +00:00
e_configure.h e17: fix: show evry 'start' and 'plugins' dialogs via settings panel action 2011-04-06 22:17:58 +00:00
e_confirm_dialog.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_confirm_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_container.c fix wad of focus issues with click-to-focus and alt+tab + fullscreen 2012-08-18 04:40:56 +00:00
e_container.h fix wad of focus issues with click-to-focus and alt+tab + fullscreen 2012-08-18 04:40:56 +00:00
e_datastore.c FORMATTING 2010-08-04 16:57:32 +00:00
e_datastore.h FORMATTING 2010-08-04 16:57:32 +00:00
e_desk.c fix some cases where zone/shelf handling was wrong and would lead to shelves being shown when they shouldn't 2012-07-20 09:37:15 +00:00
e_desk.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_deskenv.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_deskenv.h add options to run/support other desktop env's as well as load std x 2011-07-14 08:18:55 +00:00
e_desklock.c desklock now properly supports ctrl+a for those times when you know you mistyped your password 2012-07-20 13:30:58 +00:00
e_desklock.h e: add scripting feature to lock/unlock require some tests. 2012-07-17 13:33:21 +00:00
e_dialog.c add dialog helper function to set modal/transientfor on windows 2012-08-09 13:25:43 +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 Add safety check when freeing dnd handler. 2012-06-28 13:47:45 +00:00
e_dnd.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_dpms.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_dpms.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_eap_editor.c formatting 2012-07-17 10:32:01 +00:00
e_eap_editor.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_editable.c formatting 2012-07-03 09:11:44 +00:00
e_editable.h From: Jihoon Kim <jihoon48.kim@samsung.com> 2011-08-22 05:18:03 +00:00
e_entry.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_entry.h FORMATTING 2010-08-04 16:57:32 +00:00
e_entry_dialog.c also hook dialog delete in entry dialog 2012-08-10 10:06:51 +00:00
e_entry_dialog.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_env.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_env.h e17 gets itself the ability to set environment variables (for itself.. 2011-05-13 11:39:04 +00:00
e_error.c E: Fix formatting. (Really ??? 3 lines for something that can fit on 2011-07-23 18:07:18 +00:00
e_error.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_exec.c abstract the "get terminal desktop" code into util code and now use 2012-08-15 09:59:37 +00:00
e_exec.h and only make it match first time for that instance. 2012-04-21 00:31:29 +00:00
e_exehist.c fix fm exec application remembering. :) 2012-07-20 04:48:59 +00:00
e_exehist.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_filereg.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_filereg.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_flowlayout.c add flowlayout functions for getting prev/next items 2012-06-27 08:49:34 +00:00
e_flowlayout.h add flowlayout functions for getting prev/next items 2012-06-27 08:49:34 +00:00
e_fm.c make filepreview for links and removable devices and mountpoints give 2012-08-19 13:28:51 +00:00
e_fm.h make filepreview for links and removable devices and mountpoints give 2012-08-19 13:28:51 +00:00
e_fm_cmdline.c enlightenment_filemanager now opens files as well. 2012-07-04 19:11:23 +00:00
e_fm_custom.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_custom.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_fm_device.c add stringshare volume finding function 2012-08-06 07:17:04 +00:00
e_fm_device.h add stringshare volume finding function 2012-08-06 07:17:04 +00:00
e_fm_mime.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_mime.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_op.c E: add overwrite handling. 2012-08-19 18:35:10 +00:00
e_fm_op.h FORMATTING 2010-08-04 16:57:32 +00:00
e_fm_op_registry.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_op_registry.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_fm_prop.c patch from rustyBSD. 2012-08-01 09:33:01 +00:00
e_fm_prop.h FORMATTING 2010-08-04 16:57:32 +00:00
e_fm_shared_codec.c add some initial detection for luks encrypted fs types 2011-01-07 00:47:49 +00:00
e_fm_shared_codec.h complete rewrite of all includes and file splitting to completely abstract dbus out of efm 2010-10-05 06:33:23 +00:00
e_fm_shared_device.c trivial changes 2011-11-18 05:58:08 +00:00
e_fm_shared_device.h whoops add these back 2010-10-13 08:30:06 +00:00
e_fm_shared_types.h.in e17: whitespaces-- 2012-06-21 06:19:43 +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 streamline gadget menu to move move item to main menu. 2012-08-18 10:54:02 +00:00
e_gadcon.h add new functions for renaming a shelf/gadcon in the process of hunting #1286 2012-08-07 10:28:28 +00:00
e_gadcon_popup.c fix wad of focus issues with click-to-focus and alt+tab + fullscreen 2012-08-18 04:40:56 +00:00
e_gadcon_popup.h FORMATTING 2010-08-04 16:57:32 +00:00
e_grab_dialog.c grab dialog typo which hasn't affected anything yet 2012-08-20 12:35: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 E: Comment out fprintf's remaining from someone's debug efforts ;) 2012-08-19 16:46:32 +00:00
e_grabinput.h try and address some focus issues... 2012-06-24 04:18:01 +00:00
e_hints.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_hints.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_icon.c finally kill off the last of the e_icon_object_set uses; 2012-07-20 07:52:53 +00:00
e_icon.h finally kill off the last of the e_icon_object_set uses; 2012-07-20 07:52:53 +00:00
e_ilist.c fix ilist typebuf to reposition on resize 2012-07-16 09:55:36 +00:00
e_ilist.h add mechanism for getting the list of selected ilist items 2012-07-02 09:56:47 +00:00
e_imc_main.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_import_config_dialog.c move animation hint into bg group so we can use a better codepath to check it 2012-08-10 10:49:56 +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 forgot to hook dialog deletes in new import dialogs which led to a crash when keybinds were used. fix! 2012-08-10 09:53:11 +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 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_init.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_init.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_init_main.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_int_border_locks.c use slightly more concise descriptions of basic window lock settings 2012-07-18 12:43:04 +00:00
e_int_border_locks.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_border_menu.c forgot that we do data param first in callbacks... 2012-07-19 09:19:06 +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 properly set and change the title of border properties depending on which properties are being viewed 2012-07-19 08:48:16 +00:00
e_int_border_prop.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_border_remember.c fix window remembers dialog to display current (correct) remember settings instead of making up random values 2012-07-18 14:11:43 +00:00
e_int_border_remember.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_config_modules.c remove awful idler from module config dialog and simplify all related code 2012-07-02 10:29:55 +00:00
e_int_config_modules.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_gadcon_config.c when a gc_init function fails, delete the config and clean up after: mainly for systray 2012-06-21 06:47:26 +00:00
e_int_gadcon_config.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_menus.c A -> a 2012-08-07 10:24:36 +00:00
e_int_menus.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_int_shelf_config.c fix stringshare misuse 2012-06-26 10:03:01 +00:00
e_int_shelf_config.h FORMATTING 2010-08-04 16:57:32 +00:00
e_int_toolbar_config.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_int_toolbar_config.h Initial check-in of upcoming toolbar. Ignore this code for now as it's still 2007-10-31 10:09:51 +00:00
e_intl.c E: fix locale on OpenBSD. Maybe other OS need similar fixes 2012-08-19 18:20:54 +00:00
e_intl.h e i18n: add a new macro (NP_) to mark plural strings for translation. 2012-07-29 17:06:19 +00:00
e_intl_data.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_intl_data.h complete work for xim support in e - so e sets up env vars right.. and 2011-07-27 07:01:18 +00:00
e_ipc.c supprot XDG_RUNTME_DIR for ipc socket and handle failure if someone 2012-06-30 05:33:36 +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 e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_layout.h FORMATTING 2010-08-04 16:57:32 +00:00
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 replace e17 logging "system" with custom eina log domain 2012-06-13 15:17:23 +00:00
e_log.h replace e17 logging "system" with custom eina log domain 2012-06-13 15:17:23 +00:00
e_main.c fix up mapping change hacks, not sure what I was thinking here 2012-08-08 06:35:42 +00:00
e_manager.c add function for getting comp source based on the border win (uses different hash) 2012-07-05 14:57:05 +00:00
e_manager.h add function for getting comp source based on the border win (uses different hash) 2012-07-05 14:57:05 +00:00
e_maximize.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_maximize.h FORMATTING 2010-08-04 16:57:32 +00:00
e_menu.c limit menus to 2048x2048 due to them now being abused for filemanager... 2012-08-08 06:15:49 +00:00
e_menu.h revert all menu idler work: it greatly improved responsiveness but had too many corner cases where things look weird, so I guess we can all just deal with slow menus 2012-08-06 08:16:14 +00:00
e_mmx.h
e_module.c add more startup timing info for non-debug builds so people can see what the real startup time of e is 2012-07-27 06:43:14 +00:00
e_module.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_mouse.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_mouse.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_moveresize.c e: forgot to set those strings as translatable. 2012-07-15 11:41:03 +00:00
e_moveresize.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_msg.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_msg.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_msgbus.c focus dbus action also raises window where necessary 2012-08-06 08:51:54 +00:00
e_msgbus.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_obj_dialog.c add const 2012-07-25 14:07:09 +00:00
e_obj_dialog.h add const 2012-07-25 14:07:09 +00:00
e_object.c missing const 2012-07-30 13:01:09 +00:00
e_object.h missing const 2012-07-30 13:01:09 +00:00
e_open.c make enlightenment_open use the same terminals config as e and sync 2012-08-16 03:36:50 +00:00
e_order.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_order.h e17: whitespaces-- 2012-06-21 06:19:43 +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 e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_path.h e17: whitespaces-- 2012-06-21 06:19:43 +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 e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_pointer.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_popup.c make invisible shelves work again... and actually fi the longer 2012-08-17 00:25:37 +00:00
e_popup.h e17: whitespaces-- 2012-06-21 06:19:43 +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 e17 -> use eina prefix stuff. 2011-04-24 08:06:18 +00:00
e_randr.c Make conf_display work again (primary output resolution st/ld). 2012-03-21 23:39:11 +00:00
e_randr.h e_randr: Show "ask position" dialog, if ASK policy is used. 2012-05-30 19:16:58 +00:00
e_randr_11.c Fix return values of non-void functions. 2012-02-22 00:02:58 +00:00
e_randr_11_serialization.c e: cleanup randr code, patch by dh. 2012-05-03 08:49:43 +00:00
e_randr_12.c e logging -> eina logging 2012-06-14 13:42:02 +00:00
e_randr_12_ask_dialog.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_randr_12_crtc.c e logging -> eina logging 2012-06-14 13:42:02 +00:00
e_randr_12_output.c ecore_x_randr_output_name_get() returns a strdup for whatever reason, have to free that after you stringshare 2012-06-13 07:12:42 +00:00
e_randr_12_serialization.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_randr_private.h From: thomasg <thomas@gstaedtner.net> 2012-03-30 10:39:40 +00:00
e_randr_serialization.c if this is NULL then it probably just means randr config hasn't been run. not error message worthy 2012-06-11 09:05:35 +00:00
e_remember.c prevent module init end event from getting canceled here 2012-08-10 06:55:41 +00:00
e_remember.h new event for remember updates 2012-08-03 09:38:09 +00:00
e_resist.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_resist.h FORMATTING 2010-08-04 16:57:32 +00:00
e_scale.c convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_scale.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_screensaver.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_screensaver.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_scrollframe.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_scrollframe.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_sha1.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_sha1.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_shelf.c streamline gadget menu to move move item to main menu. 2012-08-18 10:54:02 +00:00
e_shelf.h add convenience typedef for shelf del event struct 2012-08-17 08:24:51 +00:00
e_signals.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_signals.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slidecore.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_slidecore.h FORMATTING 2010-08-04 16:57:32 +00:00
e_slider.c fix broken slider smart object add 2012-06-12 13:02:24 +00:00
e_slider.h FORMATTING 2010-08-04 16:57:32 +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: add an option to automatically attach gdb when using valgrind. 2012-07-16 03:19:37 +00:00
e_startup.c efreet: Add cache build event 2011-08-18 07:34:19 +00:00
e_startup.h FORMATTING 2010-08-04 16:57:32 +00:00
e_stolen.c FORMATTING 2010-08-04 16:57:32 +00:00
e_stolen.h FORMATTING 2010-08-04 16:57:32 +00:00
e_sys.c e: add scripting feature to lock/unlock require some tests. 2012-07-17 13:33:21 +00:00
e_sys.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_sys_main.c E: Fix uninitialized variable warning. 2012-08-10 16:00:38 +00:00
e_table.c formatting 2012-07-03 09:11:44 +00:00
e_table.h FORMATTING 2010-08-04 16:57:32 +00:00
e_test.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_test.h FORMATTING 2010-08-04 16:57:32 +00:00
e_theme.c merge a big e17 doc patch 2012-07-06 10:53:22 +00:00
e_theme.h - remove deprecated e_util_menu_item_edje_icon_set 2011-02-16 23:47:06 +00:00
e_theme_about.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_theme_about.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_thumb.c fix bad stringshare use in e_thumb 2012-07-13 14:54:43 +00:00
e_thumb.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_thumb_main.c formatting 2012-06-27 13:30:40 +00:00
e_toolbar.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_toolbar.h convert init/shutdown to EINTERN, move some to _update(). 2010-11-22 15:21:32 +00:00
e_update.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_update.h oooooh e can check for its own updates now. :) kind of generic to be 2011-12-29 10:45:49 +00:00
e_user.c enable E to configure a another user path then ~/.e for special use cases 2011-03-06 10:31:44 +00:00
e_user.h FORMATTING 2010-08-04 16:57:32 +00:00
e_utils.c null check which hasn't affected anything yet 2012-08-20 12:37:41 +00:00
e_utils.h break out keybind matching and replace original usage 2012-08-20 09:10:31 +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 EAPI 2007-11-04 12:44:36 +00:00
e_widget_button.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_button.h FORMATTING 2010-08-04 16:57:32 +00:00
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 enables optional alpha edition in color selector. 2010-03-07 05:24:09 +00:00
e_widget_config_list.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_config_list.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_csel.c e color selector: increment id so that all entries have the correct value instead of all the red value. 2012-07-15 13:56:18 +00:00
e_widget_csel.h enables optional alpha edition in color selector. 2010-03-07 05:24:09 +00:00
e_widget_cslider.c fix all cslider widget warnings and a drag bug 2012-07-17 06:57:27 +00:00
e_widget_cslider.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_deskpreview.c e widget deskpreview: revamp previews size computation. 2012-07-29 17:04:15 +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 merge a big e17 doc patch 2012-07-06 10:53:22 +00:00
e_widget_entry.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_filepreview.c make filepreview for links and removable devices and mountpoints give 2012-08-19 13:28:51 +00:00
e_widget_filepreview.h e filepreview widget: use a list instead of a table to be able to orient it. 2012-07-15 19:38:29 +00:00
e_widget_flist.c add flist function to get config 2012-08-08 11:50:57 +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 FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_frametable.c formatting 2012-07-03 09:11:44 +00:00
e_widget_frametable.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_fsel.c fix min sizing (height) of fsel 2012-08-09 07:00:37 +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 ilist now supports disabled state, though it does not indicate this visually yet 2012-08-08 10:27:51 +00:00
e_widget_ilist.h flesh out ilist header api with prepend and relative inserts 2012-07-25 10:39:16 +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 merge a big e17 doc patch 2012-07-06 10:53:22 +00:00
e_widget_label.h FORMATTING 2010-08-04 16:57:32 +00:00
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 call changed when radio changes 2012-08-09 12:03:16 +00:00
e_widget_radio.h FORMATTING 2010-08-04 16:57:32 +00:00
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 merge a big e17 doc patch 2012-07-06 10:53:22 +00:00
e_widget_slider.h FORMATTING 2010-08-04 16:57:32 +00:00
e_widget_spectrum.c e17: whitespaces-- 2012-06-21 06:19:43 +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: fix e_widget_textblock to use min: 1 0; on TEXTBLOCK part in theme 2012-03-19 10:55:35 +00:00
e_widget_textblock.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_toolbar.c toolbar function to return count of toolbar items 2012-08-04 10:13:14 +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 e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_widget_toolbook.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_win.c enlightenment welcomes elementary. 2012-07-19 04:39:25 +00:00
e_win.h e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_xinerama.c e17: whitespaces-- 2012-06-21 06:19:43 +00:00
e_xinerama.h formatting 2012-05-31 10:12:03 +00:00
e_xkb.c fix type warning 2012-08-20 07:50:00 +00:00
e_xkb.h e17 xkb patch building on ecore new event api. patch from: 2012-08-18 11:41:23 +00:00
e_xsettings.c unfortuntely.. i have to revert the revert to my revert... as 2012-08-02 03:36:51 +00:00
e_xsettings.h e17: add xsettings. add option to icon config to use same theme for applications 2011-09-24 22:05:15 +00:00
e_zone.c add zone geometry property to windows and keep it updated. 2012-08-16 09:29:42 +00:00
e_zone.h add mouse button to E_Event_Zone_Edge 2012-07-06 08:26:23 +00:00