enlightenment/src/bin
Gustavo Sverzut Barbieri f3c1679442 make it easy to run e under valgrind and debug crashes.
this should help us in near future:

  * -valgrind[=MODE], to run under valgrind and toggle interesting
     options as we often request users to give us valgrind logs but
     they're often running valgrind on wrong binaries and with wrong
     parameters. See enlightenment_start -help for more, but in sort:
     -valgrind=all should give us enough information.

  * -valgrind-log-file=path, so the log will not mix with lots of
     output we do.

  * debug: on crashes, always list traceback (execinfo/glibc
    functions) and check if gdb exists, if so ask it to print out
    traceback of all threads to stdout. gdb will be detached as soon
    as messages were printed and everything should work without gdb as
    well.



SVN revision: 41309
2009-07-11 16:27:37 +00:00
..
.cvsignore ignore++ 2008-08-13 18:51:23 +00:00
Makefile.am -lm -- and printf-- 2009-04-18 13:53:23 +00:00
e.h Added #define _POSIX_HOST_NAME_MAX for OSes that don't know it (NetBSD in detail) 2009-04-28 15:50:32 +00:00
e_about.c major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_about.h desklock silliness with login box geometry fixed. 2008-10-20 06:50:57 +00:00
e_actions.c actions to toggle new modes. 2009-04-25 20:54:12 +00:00
e_actions.h Let me introduce you to Ecore_Input. The idea is to share as much as possible event 2009-03-16 16:24:43 +00:00
e_alert.c No need to use fprintf to print a simple string. 2008-10-26 20:49:55 +00:00
e_alert.h alert made more robust just in case... but mor eimportantle e_apps and 2005-12-02 09:08:58 +00:00
e_atoms.c get hints in batches 2008-07-09 15:25:20 +00:00
e_atoms.h Add internal atom for state, and centered state. 2005-08-30 01:13:32 +00:00
e_bg.c Larger backgrounds can now be set to scroll whenever a E changes between desks. Kind of like a transition, but uses only one (the first desk's), larger wallpaper instead of several wallpapers for all desks, and it overrides the transition settings if activated. 2009-05-07 18:39:55 +00:00
e_bg.h Larger backgrounds can now be set to scroll whenever a E changes between desks. Kind of like a transition, but uses only one (the first desk's), larger wallpaper instead of several wallpapers for all desks, and it overrides the transition settings if activated. 2009-05-07 18:39:55 +00:00
e_bindings.c Don't leak. 2009-04-16 04:48:46 +00:00
e_bindings.h Let me introduce you to Ecore_Input. The idea is to share as much as possible event 2009-03-16 16:24:43 +00:00
e_border.c Do not evaluate deleted borders. 2009-06-15 01:33:41 +00:00
e_border.h proper alignment when there is non-autohide shelves. 2009-04-25 18:49:39 +00:00
e_box.c * e_box: Prevent the reuse of a free memory adress. 2009-03-31 16:05:05 +00:00
e_box.h Start of fix for drag and drop to autoscrolling ibar/ibox. 2006-11-12 11:32:44 +00:00
e_canvas.c remove useless subwindow code 2009-04-11 08:33:44 +00:00
e_canvas.h remove useless subwindow code 2009-04-11 08:33:44 +00:00
e_color.c when clicking on a color well, initialize the color selector to the well's color 2006-08-20 22:15:27 +00:00
e_color.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_color_class.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_color_class.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_color_dialog.c adding some strings to i18n and updating it.po and de.po 2009-01-24 18:47:07 +00:00
e_color_dialog.h store the initial color when opening a color dialog, and return that on cancel 2006-10-14 05:04:01 +00:00
e_config.c wallpaper2 - select wallpaper that is used on start 2009-07-06 09:43:58 +00:00
e_config.h efm2 hal handling API - full changes. 2009-06-07 00:00:41 +00:00
e_config_data.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_config_data.h This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_config_dialog.c fix annoying bug with config dialog window layout. 2009-06-10 22:53:00 +00:00
e_config_dialog.h add auto-scrolloption to dialogs (place content in scrolled viw). 2008-09-26 17:00:32 +00:00
e_configure.c Formatting 2009-04-21 17:53:43 +00:00
e_configure.h Fixup compile / link errors with OSX, still having a small issue with the batter module linking, but getting there 2009-01-13 16:30:37 +00:00
e_confirm_dialog.c and defer the del in other places too. anywhere where a canvas free might 2007-05-04 16:21:53 +00:00
e_confirm_dialog.h confirm dialogs can now be deleted via e_object_del() call 2007-04-30 22:23:00 +00:00
e_container.c remove useless subwindow code 2009-04-11 08:33:44 +00:00
e_container.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_datastore.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_datastore.h datastore for moduels to share data via - they are in charge of cleaning up 2005-06-02 04:21:00 +00:00
e_desk.c Larger backgrounds can now be set to scroll whenever a E changes between desks. Kind of like a transition, but uses only one (the first desk's), larger wallpaper instead of several wallpapers for all desks, and it overrides the transition settings if activated. 2009-05-07 18:39:55 +00:00
e_desk.h option to restrict mouse desktop flipping if there are fullscreen windows 2009-02-27 18:36:08 +00:00
e_desklock.c minor improvements to dialogs asking to enter presentation mode. 2009-05-06 12:00:19 +00:00
e_desklock.h Ask to enter presentation mode. 2009-04-27 02:54:43 +00:00
e_dialog.c Syscon module 2009-04-21 20:45:38 +00:00
e_dialog.h * shortening config category titles. 2008-11-21 03:59:30 +00:00
e_dnd.c Use E_FREE for _xdnd, created with E_NEW. 2009-05-26 16:02:49 +00:00
e_dnd.h Formatting. Add missing void in function declaration. 2009-05-26 14:44:19 +00:00
e_dpms.c dpms, screensaver and desklock now respect "presentation" mode. 2009-04-25 16:49:53 +00:00
e_dpms.h Ravenlock's combined dpms/screensaver patches and new config dialogs. 2007-02-13 16:33:35 +00:00
e_eap_editor.c Icon rename finished. Now we have a fully compliant icon theme :) 2009-03-15 17:41:46 +00:00
e_eap_editor.h brian's selector 2007-06-30 06:43:12 +00:00
e_editable.c Remove redundancy 2009-04-22 16:47:20 +00:00
e_editable.h entry disabled changes in. 2008-01-19 01:00:37 +00:00
e_entry.c More icon works, this commit include changes to the icons on the desktop. 2009-03-08 23:09:48 +00:00
e_entry.h * Add password mode to the entry 2006-08-12 12:21:32 +00:00
e_entry_dialog.c From: Sergey Semernin <sergey.semernin@gmail.com> 2009-04-10 14:21:36 +00:00
e_entry_dialog.h sys actions have status/info/progress dialogs that should work right for all 2006-09-10 04:51:07 +00:00
e_error.c fileman code is not needed anymore (not built) 2006-09-16 11:51:05 +00:00
e_error.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_exec.c e17 exehist: do not add file params to exhist 2009-07-07 17:38:42 +00:00
e_exec.h * estickies, 2009-02-25 11:03:47 +00:00
e_exehist.c normalize away spurious percent arguments in the executable 2009-03-21 11:48:45 +00:00
e_exehist.h sorted exehist 2009-03-17 19:39:14 +00:00
e_filereg.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_filereg.h * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_flowlayout.c syscon module added - provides a system entry in main menu (build in one gone 2008-11-25 08:05:58 +00:00
e_flowlayout.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_fm.c 1. New field in E_Fm2_Op_Registry_Entry named dialog, that hold pointer 2009-07-01 18:35:26 +00:00
e_fm.h List of changes: 2009-06-29 14:38:03 +00:00
e_fm_custom.c ooops! my mistake with missing parenthesis around math! 2009-04-18 23:13:33 +00:00
e_fm_custom.h e_fm: remember directory settings. 2009-02-15 23:09:09 +00:00
e_fm_hal.c efm2 hal handling API - full changes. 2009-06-07 00:00:41 +00:00
e_fm_hal.h efm2 hal handling API - full changes. 2009-06-07 00:00:41 +00:00
e_fm_main.c List of changes: 2009-06-29 14:38:03 +00:00
e_fm_mime.c ooops! my mistake with missing parenthesis around math! 2009-04-18 23:13:33 +00:00
e_fm_mime.h * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_fm_op.c List of changes: 2009-06-29 14:38:03 +00:00
e_fm_op.h efm2 hal handling API - full changes. 2009-06-07 00:00:41 +00:00
e_fm_op_registry.c List of changes: 2009-06-29 14:38:03 +00:00
e_fm_op_registry.h 1. New field in E_Fm2_Op_Registry_Entry named dialog, that hold pointer 2009-07-01 18:35:26 +00:00
e_fm_open.c Oops, compare just prefix! 2008-11-30 05:49:52 +00:00
e_fm_prop.c use auto-resize instead of fixed dialog size. 2009-06-08 17:40:46 +00:00
e_fm_prop.h fix segv and fixme related to fm properites dialog 2007-05-03 12:44:10 +00:00
e_fm_shared.h efm2 hal handling API - full changes. 2009-06-07 00:00:41 +00:00
e_focus.c use the loop_time - better synced anim timepoints and less overhead on 2008-11-02 02:36:10 +00:00
e_focus.h
e_font.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_font.h This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_gadcon.c Fix ticket #343 (autoscroll and resizable not being set after restart). 2009-07-04 01:44:34 +00:00
e_gadcon.h List of changes: 2009-06-29 14:38:03 +00:00
e_gadcon_popup.c get zone from gadcon. 2009-06-21 21:18:44 +00:00
e_gadcon_popup.h remove all traces of the resize callback function. it iss not needed anymore 2009-06-07 08:56:16 +00:00
e_grabinput.c use the loop_time - better synced anim timepoints and less overhead on 2008-11-02 02:36:10 +00:00
e_grabinput.h add a preview widget (includes a livethumb for live downscaling - notice 2006-03-04 04:11:51 +00:00
e_hints.c Fix comment spelling. 2009-07-04 19:15:34 +00:00
e_hints.h e now supports scaling based on screen dpi (or on a custom scaling factor you 2008-09-24 13:29:16 +00:00
e_icon.c several patches from sergey etc. 2009-05-15 11:47:28 +00:00
e_icon.h for e_thumb.. use preload! 2009-04-05 03:49:16 +00:00
e_ilist.c * e_ilist.c: Reduce list walk. 2009-03-11 15:12:33 +00:00
e_ilist.h move ilist widget filling to a idler... defers a chunk of work to idle time 2009-01-29 06:29:36 +00:00
e_imc_main.c Long waiting commit 2007-09-25 14:26:36 +00:00
e_includes.h add filemanager operation registry. 2009-03-18 01:33:06 +00:00
e_init.c move internal binaries to subdir - patch from albin 2009-01-02 01:08:14 +00:00
e_init.h move init splash to its own process to make it smoother and able to be up 2007-09-24 01:16:47 +00:00
e_init_main.c * e: Remove not correctly initialized warning. 2009-06-30 09:27:03 +00:00
e_int_border_locks.c Fix Remember check location for tokyo :) 2007-10-16 08:38:19 +00:00
e_int_border_locks.h
e_int_border_menu.c fix typo that would use the incorrect window border icon. 2009-06-05 18:50:05 +00:00
e_int_border_menu.h Add a function to create the border menu rather than immediately showing it 2008-04-25 23:57:35 +00:00
e_int_border_prop.c More icons renamed 2009-03-06 22:18:15 +00:00
e_int_border_prop.h start on a long awaited TODO item - a window properties dialog - that will 2006-05-29 07:35:41 +00:00
e_int_border_remember.c add fullscreen state remember 2009-03-08 10:35:05 +00:00
e_int_border_remember.h
e_int_config_modules.c Try to use FDO icons as some modules (screensaver, for instance) use them. 2009-04-25 08:03:53 +00:00
e_int_config_modules.h Remove __UNUSED__ as it doesn't make sense here. 2008-12-17 16:17:08 +00:00
e_int_gadcon_config.c List of changes: 2009-06-29 14:38:03 +00:00
e_int_gadcon_config.h Provide gadcon_config wrapper functions for toolbar & shelf. For now, just 2007-11-09 23:53:38 +00:00
e_int_menus.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_int_menus.h usability: sort menus, always keep same order. 2009-04-19 06:21:35 +00:00
e_int_shelf_config.c improvements to e_border positioning. 2009-04-23 02:24:59 +00:00
e_int_shelf_config.h start of some shelf config - START only... deal with it. debugging printfs 2006-04-23 06:56:22 +00:00
e_int_toolbar_config.c More icon works, this commit include changes to the icons on the desktop. 2009-03-08 23:09:48 +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: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_intl.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_intl_data.c Switch to eina_stringshare. 2008-10-15 15:12:56 +00:00
e_intl_data.h Long waiting commit 2007-09-25 14:26:36 +00:00
e_ipc.c No need to create string before showing error message. 2008-10-26 20:48:57 +00:00
e_ipc.h move init splash to its own process to make it smoother and able to be up 2007-09-24 01:16:47 +00:00
e_ipc_codec.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_ipc_codec.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_ipc_handlers.h have all exits and restarts to use e_sys_action_do() 2009-03-19 02:08:09 +00:00
e_ipc_handlers_list.h enlightenment_fm_open to open directories from command line. 2008-11-30 02:12:52 +00:00
e_layout.c Set member_{add,del} to NULL. 2008-10-25 03:13:33 +00:00
e_layout.h better pager dragging 2006-03-29 00:35:16 +00:00
e_livethumb.c Set member_{add,del} to NULL. 2008-10-25 03:13:33 +00:00
e_livethumb.h more ilist widget work... but more fix up livethumb to be cleaner 2005-11-06 09:59:12 +00:00
e_main.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_manager.c Ask to enter presentation mode. 2009-04-27 02:54:43 +00:00
e_manager.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_maximize.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_maximize.h 1) Maximizing in individual directions with <alt><f10> and <ctrl><f10> works now 2006-09-23 08:39:41 +00:00
e_menu.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_menu.h * Add a new menu api call : 2009-03-30 13:59:56 +00:00
e_mmx.h dropshadow module.eap - almost ready to nuke the module iconand use eap's 2006-05-19 09:04:41 +00:00
e_module.c Formatting & whitespace removal 2009-04-21 02:07:06 +00:00
e_module.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_mouse.c illogict - patch. lefty mouse etc. 2008-09-20 02:23:51 +00:00
e_mouse.h illogict - patch. lefty mouse etc. 2008-09-20 02:23:51 +00:00
e_moveresize.c fix artiface where movereisze info stays in old location then jumps to new 2007-08-05 08:32:26 +00:00
e_moveresize.h allow move resize box to follow the object its moving/resizing 2005-07-09 15:37:28 +00:00
e_msg.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_msg.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_msgbus.c have all exits and restarts to use e_sys_action_do() 2009-03-19 02:08:09 +00:00
e_msgbus.h edbus is now.. required. no point making it optional anymore. 2008-10-27 22:52:49 +00:00
e_obj_dialog.c desklock silliness with login box geometry fixed. 2008-10-20 06:50:57 +00:00
e_obj_dialog.h metrics sys patch 2006-10-28 01:30:31 +00:00
e_object.c Let's at least check for NULL pointer. 2009-06-21 21:14:49 +00:00
e_object.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_order.c allow for explicitly selecting the system menu file - and tell efreet about 2008-10-25 15:18:48 +00:00
e_order.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_pan.c Fix typo, Thanks Viktor :) 2009-05-15 18:25:55 +00:00
e_pan.h a scrollview smart plus gfx for it. 2005-10-29 11:51:19 +00:00
e_path.c Create the hash anyway as we are about to add something to it. This will remove 2008-12-17 16:14:10 +00:00
e_path.h This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_place.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_place.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_pointer.c use new timer add func - for when u want the timer to be relative to the loop 2009-03-23 02:14:10 +00:00
e_pointer.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_popup.c remove useless subwindow code 2009-04-11 08:33:44 +00:00
e_popup.h Ignore events on the popup! A fine usage for the new ecore_evas function! 2005-10-09 14:01:57 +00:00
e_powersave.c E_EVENT_POWERSAVE_UPDATE for the masses 2008-11-24 08:32:34 +00:00
e_powersave.h E_EVENT_POWERSAVE_UPDATE for the masses 2008-11-24 08:32:34 +00:00
e_prefix.c major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_prefix.h major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_remember.c add fullscreen state remember 2009-03-08 10:35:05 +00:00
e_remember.h add fullscreen state remember 2009-03-08 10:35:05 +00:00
e_remote_main.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_resist.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_resist.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_scale.c e now supports scaling based on screen dpi (or on a custom scaling factor you 2008-09-24 13:29:16 +00:00
e_scale.h e now supports scaling based on screen dpi (or on a custom scaling factor you 2008-09-24 13:29:16 +00:00
e_screensaver.c minor improvements to dialogs asking to enter presentation mode. 2009-05-06 12:00:19 +00:00
e_screensaver.h Ravenlock's combined dpms/screensaver patches and new config dialogs. 2007-02-13 16:33:35 +00:00
e_scrollframe.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_scrollframe.h * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_sha1.c and some major refinements of efm - the selector code - well its in e_test.c 2006-07-22 21:48:24 +00:00
e_sha1.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_shelf.c Formatting & Whitespace removal 2009-04-27 15:42:43 +00:00
e_shelf.h temporarily show the shelf on urgent windows (ibox) 2009-03-23 12:14:31 +00:00
e_signals.c make it easy to run e under valgrind and debug crashes. 2009-07-11 16:27:37 +00:00
e_signals.h 1. trap abort signals - glibc likes to abort these days on memory free errors. 2006-04-02 04:18:18 +00:00
e_slidecore.c use the loop_time - better synced anim timepoints and less overhead on 2008-11-02 02:36:10 +00:00
e_slidecore.h slidecode now jumps to items 2008-04-27 07:52:09 +00:00
e_slider.c Set member_{add,del} to NULL. 2008-10-25 03:13:33 +00:00
e_slider.h slider widget... workies (in theory). still nto that pretty. 2005-11-18 15:25:38 +00:00
e_slidesel.c use the loop_time - better synced anim timepoints and less overhead on 2008-11-02 02:36:10 +00:00
e_slidesel.h new widgety stuff 2008-02-02 05:26:07 +00:00
e_spectrum.c Set member_{add,del} to NULL. 2008-10-25 03:13:33 +00:00
e_spectrum.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_start_main.c make it easy to run e under valgrind and debug crashes. 2009-07-11 16:27:37 +00:00
e_startup.c major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_startup.h seb's patch... 2005-02-07 13:51:09 +00:00
e_stolen.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_stolen.h add a stolen window id subsystem so the border code ignores such stolen 2006-01-31 12:06:47 +00:00
e_sys.c have all exits and restarts to use e_sys_action_do() 2009-03-19 02:08:09 +00:00
e_sys.h * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_sys_main.c This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
e_table.c Set member_{add,del} to NULL. 2008-10-25 03:13:33 +00:00
e_table.h
e_test.c More icons renamed 2009-03-06 22:18:15 +00:00
e_test.h add a test file that we can destroy at will for testing bits of new code... 2005-03-13 11:17:27 +00:00
e_theme.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_theme.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_theme_about.c ICON: enlightenment/themes -> preferences-desktop-theme 2009-03-04 23:53:28 +00:00
e_theme_about.h desklock silliness with login box geometry fixed. 2008-10-20 06:50:57 +00:00
e_thumb.c 1. fix thumb to not use preload thread - i spotted bugs. concurrency ones. 2009-04-18 13:52:24 +00:00
e_thumb.h 1. fix thumb to not use preload thread - i spotted bugs. concurrency ones. 2009-04-18 13:52:24 +00:00
e_thumb_main.c -lm -- and printf-- 2009-04-18 13:53:23 +00:00
e_toolbar.c improvements to the tabbed e_fwin. changing tabs will not cause a reload, since each tab holds its own fm object. 2009-04-28 17:38:09 +00:00
e_toolbar.h improvements to the tabbed e_fwin. changing tabs will not cause a reload, since each tab holds its own fm object. 2009-04-28 17:38:09 +00:00
e_user.c major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_user.h major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_utils.c * Also load icons from a given full path, not only by the theme-name. 2009-06-23 20:52:04 +00:00
e_utils.h Make a new function: 2009-03-04 22:29:23 +00:00
e_widget.c Formatting, Whitespace Removal, Remove useless return in one function, 2009-04-05 17:07:18 +00:00
e_widget.h add a widget resize to min size call - convenience. tnx k-s for the oopsie 2008-09-17 05:58:46 +00:00
e_widget_aspect.c EAPI 2007-11-04 12:44:36 +00:00
e_widget_aspect.h EAPI 2007-11-04 12:44:36 +00:00
e_widget_button.c ICON: enlightenment/themes -> preferences-desktop-theme 2009-03-04 23:53:28 +00:00
e_widget_button.h Eap editor now uses new fileselector. Please test it :) 2006-07-28 13:42:03 +00:00
e_widget_check.c allow check widget to have a file path for icon. 2009-01-05 12:55:19 +00:00
e_widget_check.h Add const to check's label and icon. 2008-02-06 20:38:22 +00:00
e_widget_color_well.c Remove stale code. 2007-03-25 22:45:00 +00:00
e_widget_color_well.h when clicking on a color well, initialize the color selector to the well's color 2006-08-20 22:15:27 +00:00
e_widget_config_list.c More icons renamed 2009-03-06 22:18:15 +00:00
e_widget_config_list.h Fix config list widget for recent e_widget_entry cahnges. 2007-10-31 02:48:11 +00:00
e_widget_csel.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_widget_csel.h make csel a proper widget instead of just a wrapper around table. 2006-08-14 07:05:31 +00:00
e_widget_cslider.c Formatting. 2007-04-08 21:00:30 +00:00
e_widget_cslider.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_desk_preview.c Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_widget_desk_preview.h EAPI 2007-11-04 12:44:36 +00:00
e_widget_entry.c API breakage: e_widget_entry_add() allows now to set a cb function for text change events. 2007-10-07 21:26:48 +00:00
e_widget_entry.h API breakage: e_widget_entry_add() allows now to set a cb function for text change events. 2007-10-07 21:26:48 +00:00
e_widget_flist.c Invert view_flags logic, make it easier to use. 2009-03-03 04:40:58 +00:00
e_widget_flist.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_widget_font_preview.c Overhaul for font configuration (hope people like it) 2007-05-03 23:19:40 +00:00
e_widget_font_preview.h Overhaul for font configuration (hope people like it) 2007-05-03 23:19:40 +00:00
e_widget_framelist.c when going back to categories list, scroll to the category we were just in 2007-06-07 03:49:09 +00:00
e_widget_framelist.h when going back to categories list, scroll to the category we were just in 2007-06-07 03:49:09 +00:00
e_widget_frametable.c Add const to frametable's label. 2008-02-06 20:33:29 +00:00
e_widget_frametable.h Add const to frametable's label. 2008-02-06 20:33:29 +00:00
e_widget_fsel.c major cleanup of path creation to $DATADIR and $HOME/.e/e 2009-04-13 14:56:38 +00:00
e_widget_fsel.h i'm cleaning up dnd. fixed leaks. made dnd more convenient - less work to do 2006-09-18 03:49:45 +00:00
e_widget_ilist.c Fix up some formatting 2009-03-15 19:26:09 +00:00
e_widget_ilist.h * e_widget_ilist_add now expect a stringshare. 2009-03-11 15:13:42 +00:00
e_widget_image.c Add const to e_widget_image file and part. 2008-02-06 20:47:59 +00:00
e_widget_image.h Add const to e_widget_image file and part. 2008-02-06 20:47:59 +00:00
e_widget_label.c Put comment in correct place...just something I noticed while browsing. 2009-04-20 17:37:49 +00:00
e_widget_label.h aaah.... 2006-08-07 20:25:34 +00:00
e_widget_list.c Ask to enter presentation mode. 2009-04-27 02:54:43 +00:00
e_widget_list.h Ask to enter presentation mode. 2009-04-27 02:54:43 +00:00
e_widget_preview.c Remove maximum size settings so that previews are expanded. 2008-10-11 08:19:31 +00:00
e_widget_preview.h fix up transitions dialog... :) 2006-10-20 14:31:51 +00:00
e_widget_radio.c Remove erroneous widget_data_get call 2009-04-08 18:02:27 +00:00
e_widget_radio.h Add const to e_widget_radio label and icon. 2008-02-06 20:52:50 +00:00
e_widget_scrollframe.c Whitespace removal. 2008-05-10 18:17:20 +00:00
e_widget_scrollframe.h fm2 has some slightly better keyboard nav ability - needs to become better 2006-09-14 16:07:57 +00:00
e_widget_slider.c Add const to e_widget_slider fmt. 2008-02-06 20:54:45 +00:00
e_widget_slider.h Add const to e_widget_slider fmt. 2008-02-06 20:54:45 +00:00
e_widget_spectrum.c Formatting. 2007-04-08 21:00:30 +00:00
e_widget_spectrum.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_table.c profile config now offers reset and is spruiced up to be like the wizard one 2009-02-01 01:32:09 +00:00
e_widget_table.h profile config now offers reset and is spruiced up to be like the wizard one 2009-02-01 01:32:09 +00:00
e_widget_textblock.c useless fetch 2008-01-25 23:33:23 +00:00
e_widget_textblock.h ok- fangie.. THIS Is what i meant! this! put a textblock in a scrollframe. 2006-01-25 09:28:12 +00:00
e_widget_toolbar.c * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_widget_toolbar.h * e: Remove all reference to Evas_Data and move to Eina_Bool. 2009-06-17 13:46:54 +00:00
e_widget_toolbook.c battery config.... better! 2009-02-03 12:45:38 +00:00
e_widget_toolbook.h battery config.... better! 2009-02-03 12:45:38 +00:00
e_win.c improvements to e_border positioning. 2009-04-23 02:24:59 +00:00
e_win.h add a way to force e to not remember a window of its own . 2008-07-17 14:01:36 +00:00
e_xinerama.c fix xinerama monitor sorting. 2009-05-17 21:35:01 +00:00
e_xinerama.h Remove Evas list and replace them with Eina list. 2008-10-22 11:49:33 +00:00
e_zone.c Larger backgrounds can now be set to scroll whenever a E changes between desks. Kind of like a transition, but uses only one (the first desk's), larger wallpaper instead of several wallpapers for all desks, and it overrides the transition settings if activated. 2009-05-07 18:39:55 +00:00
e_zone.h Larger backgrounds can now be set to scroll whenever a E changes between desks. Kind of like a transition, but uses only one (the first desk's), larger wallpaper instead of several wallpapers for all desks, and it overrides the transition settings if activated. 2009-05-07 18:39:55 +00:00