enlightenment/src/bin
Carsten Haitzler 7dbb6fbe66 a start on the eap cache - it can load and save right now but not update once
saved. its disabled atm.

BUT i have reduced the data needing to be loaded at startup from opening 200
eap files totalling something like 6.5Mb of disk space used (though actual
loads will be less - likely), down to loading 1 file of about 7kb and doing a
stat or 2 on each file (my next phase is to remove the stat on startup here
and cache that info too, and then add in the code to have e slowly run over
the cache data and match it up against real life data and see if its still
valid or not etc. and write it out as well as make sure new caches are
written out whenever eapp dirs change, and then finally make a cmd-line tool
to do it per dir)


SVN revision: 16922
2005-09-24 17:25:48 +00:00
..
.cvsignore Quiet! 2004-12-02 18:41:29 +00:00
Makefile.am shift-tab to go back 2005-09-24 10:29:31 +00:00
e.h printf-- 2005-09-15 03:11:08 +00:00
e_about.c about fix - massimo :) 2005-09-24 09:16:22 +00:00
e_about.h nice new about box... fully themable. :) 2005-09-20 08:34:23 +00:00
e_actions.c E codingstyle 2005-09-24 02:49:55 +00:00
e_actions.h signal bindings.!!!! this means you can completely rebind every event and 2005-09-22 16:36:59 +00:00
e_alert.c Need Ecore.h for ecore_app_restart() 2005-07-19 08:03:11 +00:00
e_alert.h segv/bus/ill/fpe handler to trap all the nasties and allow debug or recovery 2005-06-15 05:06:45 +00:00
e_apps.c a start on the eap cache - it can load and save right now but not update once 2005-09-24 17:25:48 +00:00
e_apps.h a start on the eap cache - it can load and save right now but not update once 2005-09-24 17:25:48 +00:00
e_apps_cache.c a start on the eap cache - it can load and save right now but not update once 2005-09-24 17:25:48 +00:00
e_apps_cache.h a start on the eap cache - it can load and save right now but not update once 2005-09-24 17:25:48 +00:00
e_atoms.c Add internal atom for state, and centered state. 2005-08-30 01:13:32 +00:00
e_atoms.h Add internal atom for state, and centered state. 2005-08-30 01:13:32 +00:00
e_bg.c IF_FREE -> E_FREE 2005-09-05 15:24:07 +00:00
e_bg.h use desk x,y as ints 2005-06-30 14:35:19 +00:00
e_bindings.c Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_bindings.h wheel bindings! WERD! hard-coded ones for now, need to make these config 2005-09-22 12:47:45 +00:00
e_border.c A child should have the same layer as its parent. 2005-09-24 11:45:09 +00:00
e_border.h resize handling patches from martin 2005-09-23 15:47:18 +00:00
e_box.c fix box expand/fill 2005-09-19 12:55:59 +00:00
e_box.h e_box_orientation_get() 2005-02-16 11:21:07 +00:00
e_canvas.c properly virtualize ecore_evas setup 2005-05-07 13:50:38 +00:00
e_canvas.h properly virtualize ecore_evas setup 2005-05-07 13:50:38 +00:00
e_config.c Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_config.h Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_configure.c ja.po updates, suggestions taken on :) 2005-09-24 10:38:04 +00:00
e_configure.h * data/themes/default_configure.edc 2005-09-20 13:12:25 +00:00
e_container.c oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_container.h Fix pager stacking issue. Maybe we should have a general stack event 2005-08-29 23:43:58 +00:00
e_datastore.c datastore for moduels to share data via - they are in charge of cleaning up 2005-06-02 04:21:00 +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 Add desktop name to the pager (turn it on in the pager's config menu). 2005-09-05 23:14:58 +00:00
e_desk.h Add desktop name to the pager (turn it on in the pager's config menu). 2005-09-05 23:14:58 +00:00
e_dialog.c shift-tab to go back 2005-09-24 10:29:31 +00:00
e_dialog.h Urf. 2005-09-24 03:11:37 +00:00
e_dnd.c IF_FREE -> E_FREE 2005-09-05 15:24:07 +00:00
e_dnd.h minimise cpu hape use if shape hasnt changed 2005-06-27 10:08:53 +00:00
e_eapp_main.c that's not a write op! 2005-09-15 23:23:26 +00:00
e_error.c Remove unused variables 2005-09-20 18:22:01 +00:00
e_error.h seb's patch... 2005-02-07 13:51:09 +00:00
e_focus.c oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_focus.h click to focus works... if you turn it on and restart. 2005-05-20 09:27:06 +00:00
e_font.c Recalc border on font change. 2005-08-14 22:22:17 +00:00
e_font.h this is VERY evil - VERY evil. but its the sanest solution other than code 2005-05-31 03:01:53 +00:00
e_gadman.c gadman padding. 2005-09-23 23:40:45 +00:00
e_gadman.h gadman padding. 2005-09-23 23:40:45 +00:00
e_grabinput.c oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_grabinput.h oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_hints.c clean up canvas show - uncessesary exposure there. fixed. 2005-09-21 04:53:12 +00:00
e_hints.h Support internal state hints. 2005-08-30 01:15:25 +00:00
e_icon.c _NET_WM_ICON, isn't finished. 2005-06-03 06:43:23 +00:00
e_icon.h _NET_WM_ICON, isn't finished. 2005-06-03 06:43:23 +00:00
e_includes.h shift-tab to go back 2005-09-24 10:29:31 +00:00
e_init.c IF_FREE -> E_FREE 2005-09-05 15:24:07 +00:00
e_init.h 1 more TODO�item gone :) 2005-06-22 14:09:17 +00:00
e_int_menus.c oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_int_menus.h Move randr module from gadget to submenu in main menu. 2005-08-23 10:26:44 +00:00
e_intl.c - remove config.h from e.h and put it into the .c files that need it. 2005-09-14 20:19:44 +00:00
e_intl.h intl doesnt need that - must work on the ability to do language packs 2005-05-19 09:23:54 +00:00
e_ipc.c Remove whitespace. 2005-08-13 08:04:38 +00:00
e_ipc.h this is VERY evil - VERY evil. but its the sanest solution other than code 2005-05-31 03:01:53 +00:00
e_ipc_codec.c Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_ipc_codec.h Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_ipc_handlers.h handlke popup context too :) 2005-09-23 06:31:33 +00:00
e_ipc_handlers_list.h Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_layout.c fix stacking of windows in pager.. and make the contianer actually track 2005-05-06 08:33:50 +00:00
e_layout.h more pager cleanups - still not 100% happy with it... but getting there. 2005-03-18 16:30:49 +00:00
e_main.c - remove config.h from e.h and put it into the .c files that need it. 2005-09-14 20:19:44 +00:00
e_manager.c Don't add extents if malloc fails. 2005-09-24 12:26:47 +00:00
e_manager.h Move setting of man->num, and fix stupid e_manager_number_get() 2005-08-25 13:48:32 +00:00
e_maximize.c maximize zoom isn't a maximized mode, it's a fullscreen mode. 2005-06-19 17:13:37 +00:00
e_maximize.h maximize zoom isn't a maximized mode, it's a fullscreen mode. 2005-06-19 17:13:37 +00:00
e_menu.c IF_FREE -> E_FREE 2005-09-05 15:24:07 +00:00
e_menu.h one way or the other i'm forced to add timestamps to events - i cant avoid it 2005-07-25 09:55:47 +00:00
e_mmx.h mmx for dropshadwo.. but disabled for now 2005-07-04 04:54:33 +00:00
e_module.c New modapi! 2005-09-24 13:42:05 +00:00
e_module.h New modapi! 2005-09-24 13:42:05 +00:00
e_moveresize.c allow move resize box to follow the object its moving/resizing 2005-07-09 15:37:28 +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 generic msg system - really intended mostly to go hand-in-hand width the 2005-06-02 07:40:04 +00:00
e_msg.h generic msg system - really intended mostly to go hand-in-hand width the 2005-06-02 07:40:04 +00:00
e_object.c 1. start work on dialog stuff 2005-07-28 04:35:45 +00:00
e_object.h 1. start work on dialog stuff 2005-07-28 04:35:45 +00:00
e_pan.c 1. an update to mad fin speak 2005-07-11 12:31:44 +00:00
e_pan.h 1. an update to mad fin speak 2005-07-11 12:31:44 +00:00
e_path.c app_installed now in ecore_file 2005-06-11 13:32:29 +00:00
e_path.h app_installed now in ecore_file 2005-06-11 13:32:29 +00:00
e_place.c Manual placement 2005-09-22 17:10:02 +00:00
e_place.h Manual placement 2005-09-22 17:10:02 +00:00
e_pointer.c Update cursor size. 2005-09-02 08:28:12 +00:00
e_pointer.h Update cursor size. 2005-09-02 08:28:12 +00:00
e_popup.c wheel bindings! WERD! hard-coded ones for now, need to make these config 2005-09-22 12:47:45 +00:00
e_popup.h minimise cpu hape use if shape hasnt changed 2005-06-27 10:08:53 +00:00
e_prefix.c - remove config.h from e.h and put it into the .c files that need it. 2005-09-14 20:19:44 +00:00
e_prefix.h ok lots of things here... 2005-07-31 06:22:31 +00:00
e_remember.c IF_FREE -> E_FREE 2005-09-05 15:24:07 +00:00
e_remember.h mazimize -> maximize 2005-07-19 08:04:20 +00:00
e_remote_main.c shorne's mouse/key bindings ipc patch... :) 2005-06-27 13:50:10 +00:00
e_resist.c desktopname module from schouze (slightly cleaned and fixed). 2005-07-28 07:43:58 +00:00
e_resist.h Formatting 2005-02-09 11:39:05 +00:00
e_signals.c Typo. 2005-09-06 05:58:45 +00:00
e_signals.h segv/bus/ill/fpe handler to trap all the nasties and allow debug or recovery 2005-06-15 05:06:45 +00:00
e_startup.c use startup notify... see ibar in default. 2005-09-14 06:39:59 +00:00
e_startup.h seb's patch... 2005-02-07 13:51:09 +00:00
e_table.c fix evas object warnings - and fix dropwshadow bug 2005-05-06 06:22:22 +00:00
e_table.h layout smart object - shoudl work like the table one... but i haven't tested 2005-03-13 08:21:01 +00:00
e_test.c nice new about box... fully themable. :) 2005-09-20 08:34:23 +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 icons are now part of the theme and themable from the theme (always 2005-07-30 07:46:05 +00:00
e_theme.h * Add missing prototypes. 2005-09-02 09:56:01 +00:00
e_theme_about.c theme about box! all themes can add their own now! :) 2005-09-22 05:52:37 +00:00
e_theme_about.h theme about box! all themes can add their own now! :) 2005-09-22 05:52:37 +00:00
e_user.c seb's patch... 2005-02-07 13:51:09 +00:00
e_user.h seb's patch... 2005-02-07 13:51:09 +00:00
e_utils.c Utility functions to find the border above and below the current on a desk. 2005-09-21 18:02:04 +00:00
e_utils.h Utility functions to find the border above and below the current on a desk. 2005-09-21 18:02:04 +00:00
e_win.c oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_win.h oh for gods sake! now all day was sunk into getting focus fixed for dialogs. 2005-09-24 09:04:39 +00:00
e_winlist.c wheel bindings! WERD! hard-coded ones for now, need to make these config 2005-09-22 12:47:45 +00:00
e_winlist.h fix focus re-order bug 2005-06-16 04:21:01 +00:00
e_xinerama.c don't need to clean twice 2005-09-13 10:12:21 +00:00
e_xinerama.h fix pager to work when windows are moved from zone to zone :) 2005-03-19 17:31:42 +00:00
e_zone.c Config for wheel and signal bindings. 2005-09-22 20:20:34 +00:00
e_zone.h * Add missing prototypes. 2005-09-02 09:56:01 +00:00