enlightenment/src/bin
Carsten Haitzler b70f5a0ecc e:
1. configure/build changes to allow cross-compiling painlessly
2. pager module namespace changes - this was still dirty afdter the namespace
cleanup, so clean it up
3. add a powersave subsystem - doesnt have an "automatic" way to turn on and
off right now, this i think is best provided by modules (that do things like
monitor acpi status's (eg close lid of laptop), AC power status etc. etc.
this allows e to nicely defer "power" expensive actions to avoid disk
spinups etc.
4. move to use the new ecore poller system  - discussed long ago as part of
power management/saving issues. now it exists
5. add a canvas idle flush call that helsp cope with the new shm greedy
software x11 engine stuff
6. use the new powersave subsystem where appropriate
7. fix non-zeroed/initted memory access in e_fm_main
8. fix mem leak for e menus
9. remove ipc handlers for changed/removed config values
10. use animaotr not timer for menu scrolls - then menu scrolls obey the fps
config
11. fix up timer/poll happienss of cursor idle stuff
12. remove avoid damage from popups for now - causing problems
13. change battery and temp readouts to b e shorter so they fit
14. pager can emit signals on focus change for mini-windows now
15. temperature module now uses a slave process and uses stdin/out to talk to
it and get output - this makes e smoother as in my expereicne i found getting
the temp on my laptop actually took like 200ms so e "hang" for 200ms while
reading the acpi files - so now the subprocess does it and just writesa back
to e when it gets it.

ecore:
1. add ecore_pollers. see the documentation on them in doxygen comments :)
2. fix timers to only go off when they have to - bug there that made e's
select time out a LOT more than it needed to. defensive coding hid the
problem. now fixed. e should be much more power friendly now.
3. formatting/niceness in ecore_exe stuff
4. some comments on comments with SIGIO ideas vs. select
5. add call to be able to add an idle enterer at the start of the list of
them, not just the end (as has been the default)
6. fix ecore_evas to support auto evas idler calls after 0.5 secs of idle in
all canvases - and to do it right
7. if argb destination - set the shape EVENT shape (to mask out events in
transparent regions much like shape does withotu translucency)
8. in ecore_x add support for the event shape

evas:
1. fix cache to work properly and not just always fill up (as it seemed to
like to think cahce useage dropped below 0 when it didnt and thus just
over-fill)
2. software x11 engine now ONLY uses shm segments - no ximages over the
socket. this ximage hack was there to avoid the 2 round trips involved in
setting up an shm image - now i mitigated that wih an shm image cache pool.
it keeps shm images around and repurposes them for new update regions if
appropriate. this means many fewer shm creates (about 1/100th the number) and
since we recycle the memory less 0 memory page filling by the kernel - in the
end, i recorded about a 10-20% speedup over the old software x11 engine.
simple tests i have seen up to 120% speedups. idle flush now does something -
it frees all the cached shm segments. it has a hard-coded limit of 4mb worth
of shm segments (or 32 segments - whichever comes first) to keep around. once
can never complain much about speedups methinks :). also evas will defer sync
until the NEXT frame is written - this means evas can calculate the next
frame of data while x dma's/copies the images to the screen at the same time
(if you hve a dual core or multi-cpu machnike or your xserver is able to use
DMA to copy image data to the screen/video ram then this should see a decent
speedup).


SVN revision: 33448
2008-01-11 07:33:57 +00:00
..
.cvsignore Long waiting commit 2007-09-25 14:26:36 +00:00
Makefile.am e: 2008-01-11 07:33:57 +00:00
e.h Long waiting commit 2007-09-25 14:26:36 +00:00
e_about.c and defer the del in other places too. anywhere where a canvas free might 2007-05-04 16:21:53 +00:00
e_about.h sys actions have status/info/progress dialogs that should work right for all 2006-09-10 04:51:07 +00:00
e_actions.c Various patch bits from Brett Nash. Still going through the rest of them. 2007-09-13 21:09:12 +00:00
e_actions.h fix some warnings, mostly missing "void" when a function has no parameters 2007-06-27 10:57:54 +00:00
e_alert.c make alerts smaller... small white boxes of death. 2007-09-11 11:57:48 +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 Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_atoms.h
e_bg.c fix transitions. 2007-10-31 04:18:20 +00:00
e_bg.h E_FM Context Menus :) 2007-10-14 16:06:51 +00:00
e_bindings.c numlock binding... WRONG. see comments. 2006-12-14 23:38:33 +00:00
e_bindings.h ++const 2006-08-21 16:25:57 +00:00
e_border.c e: 2008-01-11 07:33:57 +00:00
e_border.h e: 2008-01-11 07:33:57 +00:00
e_box.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +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 e: 2008-01-11 07:33:57 +00:00
e_canvas.h e: 2008-01-11 07:33:57 +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 Formatting. 2007-04-08 21:00:30 +00:00
e_color_class.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_color_dialog.c Formatting. 2007-04-08 21:00:30 +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 e: 2008-01-11 07:33:57 +00:00
e_config.h e: 2008-01-11 07:33:57 +00:00
e_config_data.c Long waiting commit 2007-09-25 14:26:36 +00:00
e_config_data.h boys and girls... animals and vegetables... pokemon and spatial anomolies 2007-10-31 12:21:02 +00:00
e_config_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_config_dialog.h Add functions for returning an existing config dialog. 2006-11-30 10:01:02 +00:00
e_configure.c Be sure to free icon_file if it exists for both categories & items. 2007-11-01 20:35:08 +00:00
e_configure.h config panel now is a module - just config registry is in core e. 2007-08-05 08:07:39 +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 and fully handle dynamic screen add/del with xinerama (xrandr 1.2). seems to 2007-10-18 09:06:30 +00:00
e_container.h xinerama support work-infra in for xrandr1.2 and comments as to what is needed. 2007-10-17 11:06:59 +00:00
e_datastore.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_datastore.h
e_desk.c Fix fullscreen on desktop change (patch by Hannes Janetzek). 2007-12-09 15:40:14 +00:00
e_desk.h 1. fix perf dialog - to actually change fps 2006-09-01 15:37:23 +00:00
e_desklock.c e: 2008-01-11 07:33:57 +00:00
e_desklock.h Single event for show/hide desktop. 2007-05-28 11:15:04 +00:00
e_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_dialog.h you're all goign to kill me :) but here goes - i broke the dialog and config 2006-08-14 15:22:46 +00:00
e_dnd.c fix xdnd again. 2007-11-19 11:38:43 +00:00
e_dnd.h use the shadowed window tree from ecore 2007-10-05 12:11:55 +00:00
e_dpms.c Ravenlock's combined dpms/screensaver patches and new config dialogs. 2007-02-13 16:33:35 +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 Add ability to edit/add mime types for a desktop file. 2007-12-04 17:48:28 +00:00
e_eap_editor.h brian's selector 2007-06-30 06:43:12 +00:00
e_editable.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_editable.h Add prototype for func. 2007-05-01 13:41:09 +00:00
e_entry.c Deleting Ecore_IMF event handlers on _e_entry_smart_del. 2007-12-12 19:00:48 +00:00
e_entry.h * Add password mode to the entry 2006-08-12 12:21:32 +00:00
e_entry_dialog.c Give the entry widget focus when showing the entry dialog. 2007-12-30 15:26:33 +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 disable tracking of stdout/err for now. 2007-08-25 07:39:57 +00:00
e_exec.h Convert borders to efreet. 2007-03-25 17:23:49 +00:00
e_exehist.c e: 2008-01-11 07:33:57 +00:00
e_exehist.h efreet 2007-03-25 18:20:07 +00:00
e_filereg.c Reimplement filereg as a hash instead of a list, providing a minor speedup. 2007-08-21 22:35:45 +00:00
e_filereg.h metric pooch! 2006-10-17 12:29:00 +00:00
e_flowlayout.c oops - missed version member 2007-08-05 03:13:23 +00:00
e_flowlayout.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_fm.c Change char to const char to avoid compiler warning. 2008-01-04 03:47:27 +00:00
e_fm.h Forgot to commit this w/ new View menu option. 2007-12-14 20:44:59 +00:00
e_fm_custom.c e: 2008-01-11 07:33:57 +00:00
e_fm_custom.h documentation from brett... tiler can compiler again. 2007-06-04 09:48:28 +00:00
e_fm_hal.c Fix warnings. 2007-10-31 19:56:59 +00:00
e_fm_hal.h add these suckers in too 2007-10-22 08:10:29 +00:00
e_fm_main.c e: 2008-01-11 07:33:57 +00:00
e_fm_mime.c Cleanup e_bg & e_theme nicely by removing globs. 2007-10-16 11:07:52 +00:00
e_fm_mime.h Add e_fm2_mime_handler_test() to run a mime handler's internal test funciton 2007-10-15 12:35:56 +00:00
e_fm_prop.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_fm_prop.h fix segv and fixme related to fm properites dialog 2007-05-03 12:44:10 +00:00
e_fm_shared.h lok's patches for hal support. works a bit better now - removable devs are 2007-10-22 07:38:25 +00:00
e_focus.c patches that i said were in - commit. (see my reply emails) 2006-06-07 23:30:15 +00:00
e_focus.h
e_font.c Overhaul for font configuration (hope people like it) 2007-05-03 23:19:40 +00:00
e_font.h Overhaul for font configuration (hope people like it) 2007-05-03 23:19:40 +00:00
e_gadcon.c e: 2008-01-11 07:33:57 +00:00
e_gadcon.h Minor formatting fixes. 2007-11-09 07:43:38 +00:00
e_gadcon_popup.c Handle corner cases where popup X may be less than the zone X. 2008-01-08 19:33:48 +00:00
e_gadcon_popup.h info popup for gadcon clients 2007-08-20 18:50:20 +00:00
e_grabinput.c * Fixing missing 'return 1' in e_grabinput.c 2006-03-04 12:38:18 +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 Remove stale code. 2007-03-25 22:45:00 +00:00
e_hints.h Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_icon.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_icon.h new thumbnailer system. works a bit more like epsilon - launches a 2006-07-08 09:18:04 +00:00
e_ilist.c Be sure to set the ilist item->selected to 0 when calling e_ilist_unselect. 2007-08-15 11:31:36 +00:00
e_ilist.h Better modules config dialog. Can now multi-select several modules to 2007-07-15 23:39:28 +00:00
e_imc_main.c Long waiting commit 2007-09-25 14:26:36 +00:00
e_includes.h e: 2008-01-11 07:33:57 +00:00
e_init.c In all these whitespace cleanups, I did actually remove a few unused variables, and some dead code. 2007-10-31 02:41:52 +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 and make the init splash use the right engine! 2007-09-24 10:53:44 +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 locks have been dialogified :) 2005-10-17 11:51:46 +00:00
e_int_border_menu.c Minor fix for Skip Pager menu entry. It wasn't always updating some borders 2007-12-09 00:23:50 +00:00
e_int_border_menu.h clean up sb removal. move menu border to its own file 2005-10-30 11:05:57 +00:00
e_int_border_prop.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_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 Allows to focus a specified window on start using the remember settings. 2007-12-28 03:18:37 +00:00
e_int_border_remember.h remember stuff is now... a... DIALOG too :) 2005-10-20 12:49:47 +00:00
e_int_config_modules.c Remove commented lines. 2007-12-30 21:20:41 +00:00
e_int_config_modules.h Fix warnings. 2007-07-24 18:47:26 +00:00
e_int_gadcon_config.c Remove unused variable. 2008-01-10 17:24:02 +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: 2008-01-11 07:33:57 +00:00
e_int_menus.h and more config into modules 2007-07-29 03:25:34 +00:00
e_int_shelf_config.c Provide gadcon_config wrapper functions for toolbar & shelf. For now, just 2007-11-09 23:53:38 +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 Disable left/right side toolbars for now. Still needs work. 2007-11-13 21:28:41 +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 Fix warning. 2007-10-31 19:48:00 +00:00
e_intl.h Create a define which can be used to wrap internal E stuff. This works as 2008-01-10 07:43:01 +00:00
e_intl_data.c Long waiting commit 2007-09-25 14:26:36 +00:00
e_intl_data.h Long waiting commit 2007-09-25 14:26:36 +00:00
e_ipc.c 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.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 maxime's leak fix patches 2006-06-20 11:35:15 +00:00
e_ipc_codec.h ipc is #defineable (rough for now - maybe able to be undefined and eventually 2006-03-10 05:48:46 +00:00
e_ipc_handlers.h e: 2008-01-11 07:33:57 +00:00
e_ipc_handlers_list.h Rename -shutdown to -exit, to match the operations in the menu. Create a -shutdown that will shut the computer down. 2007-08-24 04:22:25 +00:00
e_layout.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_layout.h better pager dragging 2006-03-29 00:35:16 +00:00
e_livethumb.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +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: 2008-01-11 07:33:57 +00:00
e_manager.c Fix missed theme part name change as per ML thread "E_Manager issues". 2007-09-29 09:06:12 +00:00
e_manager.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_maximize.c Fix for shelfs on specified desktops: Do not maximize until a shelf which is only visible on other desktops. 2007-09-30 23:21:54 +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: 2008-01-11 07:33:57 +00:00
e_menu.h Remove unused struct member. 2007-03-24 06:59:41 +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 boys and girls... animals and vegetables... pokemon and spatial anomolies 2007-10-31 12:21:02 +00:00
e_module.h Declare public functions in headers. 2007-11-02 12:07:09 +00:00
e_mouse.c Part 2 of Ravenlock's mouse acceleration patch. This adds a config dialog 2007-03-20 01:08:38 +00:00
e_mouse.h Part 2 of Ravenlock's mouse acceleration patch. This adds a config dialog 2007-03-20 01:08:38 +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
e_msg.c Join strings into malloc 2006-08-08 02:00:13 +00:00
e_msg.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_msgbus.c formatting 2007-11-24 13:27:49 +00:00
e_msgbus.h Declare public functions in headers. 2007-11-02 12:07:09 +00:00
e_obj_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_obj_dialog.h metrics sys patch 2006-10-28 01:30:31 +00:00
e_object.c Formatting. 2007-04-08 21:00:30 +00:00
e_object.h Remove stale code. 2007-03-25 22:45:00 +00:00
e_order.c --old todo comment 2007-11-24 13:26:20 +00:00
e_order.h Cleanup. 2007-06-07 16:42:51 +00:00
e_pan.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_pan.h a scrollview smart plus gfx for it. 2005-10-29 11:51:19 +00:00
e_path.c Remove blank line. 2007-10-01 20:12:55 +00:00
e_path.h Minor formatting fix. 2007-10-01 19:23:18 +00:00
e_place.c e: 2008-01-11 07:33:57 +00:00
e_place.h
e_pointer.c e: 2008-01-11 07:33:57 +00:00
e_pointer.h e: 2008-01-11 07:33:57 +00:00
e_popup.c e: 2008-01-11 07:33:57 +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: 2008-01-11 07:33:57 +00:00
e_powersave.h e: 2008-01-11 07:33:57 +00:00
e_prefix.c *API BREAK* see the discussion in the mailing list. misc and e_modules will follow 2007-07-25 17:01:04 +00:00
e_prefix.h Few stale memory plugs and cleanups: 2006-02-21 15:00:10 +00:00
e_remember.c various patches from the devel mailing list in - and fixed where needed. 2007-07-15 08:28:11 +00:00
e_remember.h Allows to focus a specified window on start using the remember settings. 2007-12-28 03:18:37 +00:00
e_remote_main.c Remove cast. 2007-01-12 13:29:54 +00:00
e_resist.c Fixing http://bugs.enlightenment.org/show_bug.cgi?id=199: 2007-09-30 23:52:24 +00:00
e_resist.h
e_screensaver.c Ravenlock's combined dpms/screensaver patches and new config dialogs. 2007-02-13 16:33:35 +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 move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_scrollframe.h allow custom scrollframes for fwins. 2007-04-16 15:23:11 +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 Delay assignment of es->win, as e_popup_edje_bg_object_set might change 2007-12-09 15:38:03 +00:00
e_shelf.h Possible to lock shelf. 2007-11-23 09:18:21 +00:00
e_signals.c make alerts smaller... small white boxes of death. 2007-09-11 11:57:48 +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_slider.c Remove printf. 2007-10-17 11:23:41 +00:00
e_slider.h slider widget... workies (in theory). still nto that pretty. 2005-11-18 15:25:38 +00:00
e_spectrum.c Various patch bits from Brett Nash. Still going through the rest of them. 2007-09-13 21:09:12 +00:00
e_spectrum.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_start_main.c 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_startup.c and make the init splash use the right engine! 2007-09-24 10:53:44 +00:00
e_startup.h
e_stolen.c No need to duplicate this function. 2007-05-07 18:01: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 and make the init splash use the right engine! 2007-09-24 10:53:44 +00:00
e_sys.h main menu cleanups. 2006-09-09 07:00:14 +00:00
e_sys_main.c Add missing header. 2006-12-14 19:27:46 +00:00
e_table.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_table.h
e_test.c No longer relevant. 2007-07-26 11:15:59 +00:00
e_test.h
e_theme.c Minor formatting fixes. 2007-11-01 20:02:26 +00:00
e_theme.h Add context menu for setting themes from efm. 2007-10-14 17:31:27 +00:00
e_theme_about.c and defer the del in other places too. anywhere where a canvas free might 2007-05-04 16:21:53 +00:00
e_theme_about.h
e_thumb.c - nice config for thumbnailing. Needs config dialog. 2007-04-05 17:20:09 +00:00
e_thumb.h add e_thumb_icon_rethumb() - allows re-thumbing after changing e.g. the size to thumb at 2006-10-18 03:31:45 +00:00
e_thumb_main.c improve thumbnailer response 2007-04-15 07:13:11 +00:00
e_tlist.c move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will 2007-08-04 13:12:43 +00:00
e_tlist.h illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +00:00
e_toolbar.c For now, use the same toolbar for each new efm window. 2008-01-04 20:59:10 +00:00
e_toolbar.h Add callback signals for efm modules. Almost ready for primetime :) 2007-11-11 15:46:06 +00:00
e_user.c Formatting & whitespace removal. 2007-12-04 22:20:25 +00:00
e_user.h Re-enable create/edit icon from border menu. 2007-04-13 00:49:24 +00:00
e_utils.c e: 2008-01-11 07:33:57 +00:00
e_utils.h Add missing function proto in header file. 2007-10-30 20:01:41 +00:00
e_widget.c god damn.. chasing that bad mem access was tricky. found it after futzing 2007-08-07 14:20:47 +00:00
e_widget.h fixingup of pointer code to fallback a bit simpler - on demand buffer canvas 2006-08-20 06:42:20 +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 Formatting & whitespace removal. 2007-11-13 19:16:56 +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 another chunk 2006-08-23 03:39:02 +00:00
e_widget_check.h Check widget can now do icons like radio button. 2006-07-15 14:59:51 +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 Fixes needed for new Font Config dialog. 2007-12-05 02:07:07 +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 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_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 EAPI 2007-11-04 12:44:36 +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_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 e_widget_image will use the min group size of the edje being added, if no min width or height are given. a few helpful functions for e_widget_frame* 2007-02-21 03:55:18 +00:00
e_widget_frametable.h e_widget_image will use the min group size of the edje being added, if no min width or height are given. a few helpful functions for e_widget_frame* 2007-02-21 03:55:18 +00:00
e_widget_fsel.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_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 Better modules config dialog. Can now multi-select several modules to 2007-07-15 23:39:28 +00:00
e_widget_ilist.h Better modules config dialog. Can now multi-select several modules to 2007-07-15 23:39:28 +00:00
e_widget_image.c e_widget_image will use the min group size of the edje being added, if no min width or height are given. a few helpful functions for e_widget_frame* 2007-02-21 03:55:18 +00:00
e_widget_image.h const char for file. 2007-01-12 13:22:34 +00:00
e_widget_label.c another chunk 2006-08-23 03:39:02 +00:00
e_widget_label.h aaah.... 2006-08-07 20:25:34 +00:00
e_widget_list.c more fm work - fix list append too 2006-07-19 19:38:29 +00:00
e_widget_list.h and now all the internal widgets understand keyboard focus and control. 2005-10-12 16:02:33 +00:00
e_widget_preview.c Minor formatting fix. 2007-05-12 21:48:59 +00:00
e_widget_preview.h fix up transitions dialog... :) 2006-10-20 14:31:51 +00:00
e_widget_radio.c Remove stale code. 2007-03-25 22:45:00 +00:00
e_widget_radio.h iconradio elements are available now 2006-05-21 11:00:04 +00:00
e_widget_scrollframe.c fix segfault on e_widget_scrollframe_simple_add 2007-05-04 01:04:46 +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 [Widget_Slider] Fix the emission of the "e,state,enabled/disabled" signal 2006-09-06 21:56:25 +00:00
e_widget_slider.h Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +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 Dynamically add and remove desks in the preview when you change the # of virtual desks. 2006-10-16 23:45:16 +00:00
e_widget_table.h Dynamically add and remove desks in the preview when you change the # of virtual desks. 2006-10-16 23:45:16 +00:00
e_widget_textblock.c Reset textblock size to (0,0) before setting text. This seems to help the proper display of scrollbars in situations in which you are repeatedly changing the contents of the textblock. 2007-08-27 03:22:08 +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_tlist.c tlist was not showing it had focus. 2007-06-08 00:43:29 +00:00
e_widget_tlist.h illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +00:00
e_win.c Provide a convenience function for setting a window border internal icon key. 2007-09-10 21:50:54 +00:00
e_win.h Provide a convenience function for setting a window border internal icon key. 2007-09-10 21:50:54 +00:00
e_xinerama.c In all these whitespace cleanups, I did actually remove a few unused variables, and some dead code. 2007-10-31 02:41:52 +00:00
e_xinerama.h xinerama support work-infra in for xrandr1.2 and comments as to what is needed. 2007-10-17 11:06:59 +00:00
e_zone.c Remove unused function prototype. 2008-01-03 22:06:56 +00:00
e_zone.h patches, caching fixes, zone dynamic creation/deletion handling, stuff. 2007-12-14 05:57:16 +00:00