enlightenment/src/bin
rephorm d7792a9270 Start of a color selector.
Change the last test in e_test.c to #if 1 to play.

Issues:
  Redrawing the H,S and V spectra is a bit slow. Needs to be optimized.

  Spacing / Sizing of the various pieces of the csel widget needs to be cleaned up a bit.

  I haven't actually themed anything yet. Just some fairly basic place holders to get it working. We should wrap each piece in shadowed cutout graphic, and make fancier cursors.

  A color well widget
    - show the currently selected color
    - allows dnd of colors (this probably requires some reworking of ecore selection code)

For anyone wanting to play with this, a single E_Color struct is used by all parts of the selector, preventing the need to copy values around. This includes RGB *and* HSV values since the two spaces aren't 1:1.


SVN revision: 24669
2006-08-14 04:38:49 +00:00
..
.cvsignore .cvsignore++ 2006-07-16 22:23:54 +00:00
Makefile.am Start of a color selector. 2006-08-14 04:38:49 +00:00
e.h disable object paranoia for now and an extra null check for gadcon 2006-06-18 02:07:14 +00:00
e_about.c year++ 2006-03-28 18:48:43 +00:00
e_about.h nice new about box... fully themable. :) 2005-09-20 08:34:23 +00:00
e_actions.c Move parsing of maximize string to own func. 2006-08-08 01:28:06 +00:00
e_actions.h * Some code cleenup 2006-05-06 09:35:05 +00:00
e_alert.c really - ignore is pointless. restart or exit now. 2006-07-05 19:38:59 +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_apps.c fm listing scales to much bigger dirs now... and remains interactive. 2006-07-29 09:26:18 +00:00
e_apps.h Delete tmpfile after use. 2006-07-20 11:19:08 +00:00
e_apps_cache.c on eap cache file writes - if there is a save error - delete the file (so we 2006-05-20 03:26:21 +00:00
e_apps_cache.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_apps_error.c Fix declaration 2006-07-28 11:41:41 +00:00
e_apps_error.h Formatting. 2006-03-01 05:41:57 +00:00
e_atoms.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_atoms.h Add internal atom for state, and centered state. 2005-08-30 01:13:32 +00:00
e_bg.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_bg.h use desk x,y as ints 2005-06-30 14:35:19 +00:00
e_bindings.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_bindings.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_border.c focusout patch from sthitha 2006-08-13 03:37:23 +00:00
e_border.h aaah.... 2006-08-07 20:25:34 +00:00
e_box.c a fixme 2006-03-13 09:55:16 +00:00
e_box.h
e_canvas.c only ask for hinting levels if its supported - fallback by hand 2006-03-10 06:01:21 +00:00
e_canvas.h support un the fly rehinting. 2006-03-01 03:47:51 +00:00
e_color.c Start of a color selector. 2006-08-14 04:38:49 +00:00
e_color.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_color_class.c Remove unused variables 2006-01-26 21:25:54 +00:00
e_color_class.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_config.c * desklock personal password disabled - security risk. 2006-08-12 13:25:29 +00:00
e_config.h Is guified. 2006-08-10 14:43:24 +00:00
e_config_dialog.c The window border close is caught by the object del callback. 2006-07-28 13:06:12 +00:00
e_config_dialog.h autoapply has a lag of 0.5 seconds from changin config to applying to 1. 2006-05-10 10:17:59 +00:00
e_configure.c much improved importer - not done yet... 2006-08-08 20:41:46 +00:00
e_configure.h add ilist headers - much easier to organise things now 2006-03-27 14:46:26 +00:00
e_confirm_dialog.c 1. The confirmation dialog on shelf delete is added. Somebody on IRC proposed to have it. 2006-05-22 20:28:33 +00:00
e_confirm_dialog.h 1. The confirmation dialog on shelf delete is added. Somebody on IRC proposed to have it. 2006-05-22 20:28:33 +00:00
e_container.c Use better macro for checking point inside square. 2006-08-10 14:41:12 +00:00
e_container.h Keep track of number of clients. 2006-08-08 01:34:49 +00:00
e_datastore.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_datastore.h
e_desk.c make deskshow as a function. add an event for it 2006-07-22 22:25:04 +00:00
e_desk.h make deskshow as a function. add an event for it 2006-07-22 22:25:04 +00:00
e_desklock.c * desklock personal password disabled - security risk. 2006-08-12 13:25:29 +00:00
e_desklock.h and general code formatting, layout, organisation and namespacing - be mroe 2006-04-18 03:14:29 +00:00
e_deskpreview.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_deskpreview.h asparagus! 2005-11-28 06:01:45 +00:00
e_dialog.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_dialog.h As per HandyAndE request, this patch gives ability for modules config 2006-07-03 07:35:44 +00:00
e_dnd.c Dnd window is very like a popup, maybe redo? 2006-08-10 18:02:33 +00:00
e_dnd.h Xdnd files from fm to ibar works again. 2006-08-10 17:48:17 +00:00
e_eap_editor.c Get the things that use fsel to keep from breaking with the new preview api. Also a fix or two for the simple scrollframe. 2006-08-13 02:51:34 +00:00
e_eap_editor.h - more work on eap editor (currently broken) 2005-10-27 10:19:43 +00:00
e_eapp_cache_gen_main.c eapp cache works - or well, should. it should update the caches if dirs 2005-09-25 04:58:18 +00:00
e_eapp_main.c free the mallocs :D 2005-10-03 21:32:57 +00:00
e_editable.c * [Entry] The selection and the cursor are now themable. The text 2006-08-12 20:51:29 +00:00
e_editable.h * [Entry] The selection and the cursor are now themable. The text 2006-08-12 20:51:29 +00:00
e_entry.c * [Entry] The selection and the cursor are now themable. The text 2006-08-12 20:51:29 +00:00
e_entry.h * Add password mode to the entry 2006-08-12 12:21:32 +00:00
e_entry_dialog.c use E_FREE 2006-08-12 14:27:52 +00:00
e_entry_dialog.h * border property patch - dont generate on moves 2006-08-12 12:49:52 +00:00
e_error.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_error.h
e_exebuf.c bug-- 2006-06-20 13:10:08 +00:00
e_exebuf.h well - skeleton work.. going to work on exebuf... 2005-12-06 14:25:57 +00:00
e_exehist.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_exehist.h make symbol hiding actually work - fix some bugs, fixme's adjust bugs and 2005-12-27 17:16:58 +00:00
e_file_dialog.c the 3 buttons in the file dialog now point somewhere. 2006-06-12 07:19:03 +00:00
e_file_dialog.h Continue working on the eap editor and file dialog. 2005-12-05 22:20:34 +00:00
e_file_selector.c fsel (file selector) widget... WOOT 2006-07-23 10:24:30 +00:00
e_file_selector.h the 3 buttons in the file dialog now point somewhere. 2006-06-12 07:19:03 +00:00
e_fileman.c efm: 2006-02-14 00:40:57 +00:00
e_fileman.h - add more signals to icons / bg (need to properly rename them to make more sense) 2005-11-09 02:00:33 +00:00
e_fileman_file.c efm: 2006-02-14 19:39:39 +00:00
e_fileman_file.h efm: 2006-02-14 19:39:39 +00:00
e_fileman_icon.c new thumbnailer system. works a bit more like epsilon - launches a 2006-07-08 09:18:04 +00:00
e_fileman_icon.h - add metadata structs to icons 2005-11-10 09:12:58 +00:00
e_fileman_mime.c new thumbnailer system. works a bit more like epsilon - launches a 2006-07-08 09:18:04 +00:00
e_fileman_mime.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_fileman_smart.c * Rewrite the entry widget 2006-08-11 21:48:18 +00:00
e_fileman_smart.h Cleanups, bug fixes (intl, ipc_handlers, fileman) 2006-02-23 15:17:52 +00:00
e_fm.c right mose menu now has refresh - so dont block it on read-only dirs. just 2006-08-13 05:39:42 +00:00
e_fm.h * border property patch - dont generate on moves 2006-08-12 12:49:52 +00:00
e_fm_mime.c Fix return value. 2006-08-06 02:15:14 +00:00
e_fm_mime.h add mime type parser for system mime types (old mime.types and new xdg shared 2006-07-30 16:58:38 +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 Use evas API to get font list 2006-04-30 11:54:04 +00:00
e_font.h Use evas API to get font list 2006-04-30 11:54:04 +00:00
e_gadcon.c formatting 2006-08-09 11:07:44 +00:00
e_gadcon.h * $XXX [xxxxxxxxxx] default view (plain or inset) of a gadget should be able to be 2006-08-09 06:08:36 +00:00
e_gadget.c nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +00:00
e_gadget.h - free the list elements as well as the list itself 2006-02-23 14:22:31 +00:00
e_gadman.c Remove unused variables 2006-05-31 18:44:18 +00:00
e_gadman.h Move the manipulation of user specified policy flags (ALLOW_OVERLAP and ALWAYS_ON_TOP (not used yet)) to the gadman edit menu, saves a LOT of code inside modules 2006-03-12 16:12:59 +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 formatting and kiwis thumbnailer fix - not entirely fixed tho 2006-07-06 06:16:21 +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 'mo fm work! :) 2006-07-17 19:51:37 +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_icon_canvas.c at_location enabled again 2006-02-08 23:12:09 +00:00
e_icon_canvas.h efm work, dnd working, save/load working 2006-02-08 23:06:12 +00:00
e_icon_grid.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_icon_grid.h - make e_thumb fork internally 2005-11-22 09:27:25 +00:00
e_ilist.c don't allow ilist headers to be selected 2006-06-09 02:53:16 +00:00
e_ilist.h Add a function to e_ilist and e_widget_ilist to return if a particular item 2006-06-08 12:48:36 +00:00
e_imc_main.c ok - turn off visibility stuff for e -0 for some reason just the dropshadow 2006-01-10 04:23:43 +00:00
e_includes.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_init.c -Added new config item for init screens into e_config.h/c. 2006-06-05 03:16:16 +00:00
e_init.h 1 more TODO�item gone :) 2005-06-22 14:09:17 +00:00
e_int_border_border.c Only regenerate the border if it really changes. 2006-07-18 13:35:08 +00:00
e_int_border_border.h and working on maing a border selector 2005-11-06 08:03:13 +00:00
e_int_border_locks.c Be able to turn basic settings off 2006-07-29 19:00:30 +00:00
e_int_border_locks.h locks have been dialogified :) 2005-10-17 11:51:46 +00:00
e_int_border_menu.c Fix maximize options 2006-07-28 11:17:33 +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 formatting todo etc. 2006-06-16 06:05:41 +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 patches that i said were in - commit. (see my reply emails) 2006-06-07 23:30:15 +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_cfgdialogs.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_cfgdialogs.h New Config Dialog for setting options about Config Dialogs, hehe. Can set if changes are auto-applied and also the default mode to open a config dialog in (Basic/Advanced) 2006-02-15 20:26:53 +00:00
e_int_config_cursor.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_cursor.h Add Cursor Settings and Startup Settings dialogues 2006-01-25 04:03:12 +00:00
e_int_config_desklock.c * desklock personal password disabled - security risk. 2006-08-12 13:25:29 +00:00
e_int_config_desklock.h More work on Desktop Locking: 2006-02-22 14:35:04 +00:00
e_int_config_desks.c Stop flip timer on drag end. 2006-08-10 11:04:13 +00:00
e_int_config_desks.h Add a desktop settings dialog - needs a nice preview of the desks (which will fix the layout) but I don't know how to do that! 2005-11-21 12:44:19 +00:00
e_int_config_display.c text changes 2006-08-12 23:40:26 +00:00
e_int_config_display.h Config dialogue for Display Settings (size and refresh rate) 2006-02-03 21:58:28 +00:00
e_int_config_exebuf.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_exebuf.h Added Run Command Settings Dialog aka: exebuf. Reorder Config Panel. 2006-02-13 13:35:53 +00:00
e_int_config_focus.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_focus.h support REDRAW_DEBUG env var 2005-11-01 09:49:03 +00:00
e_int_config_fonts.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_fonts.h Adding in the font config dialog files 2006-04-01 09:59:40 +00:00
e_int_config_hinting.c When options arent available disable them, don't just hide them. This is needed if the configured item is one which is disabled. otherwise you cant select the other options. 2006-03-02 12:01:21 +00:00
e_int_config_hinting.h and cvs add the new files! :) 2006-02-27 15:28:52 +00:00
e_int_config_keybindings.c Remove unused variable 2006-07-28 11:31:00 +00:00
e_int_config_keybindings.h todo.... 2006-06-16 09:37:32 +00:00
e_int_config_menus.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_menus.h Add Config Panel Dialogue For Menu Settings 2005-12-17 02:14:19 +00:00
e_int_config_modules.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_modules.h module config dialog 2005-12-17 11:21:54 +00:00
e_int_config_paths.c Don't actually make path changes until someone hits apply 2006-08-01 04:26:09 +00:00
e_int_config_paths.h Add a simple search path configuration dialog, plus: 2006-04-09 11:55:18 +00:00
e_int_config_performance.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_performance.h Added Performance Settings configure dialogue for handling E cache settings 2006-01-02 07:01:07 +00:00
e_int_config_shelf.c E style 2006-07-28 11:34:38 +00:00
e_int_config_shelf.h start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +00:00
e_int_config_startup.c Remove double if check 2006-08-03 02:05:33 +00:00
e_int_config_startup.h Add Cursor Settings and Startup Settings dialogues 2006-01-25 04:03:12 +00:00
e_int_config_theme.c new thumbnailer system. works a bit more like epsilon - launches a 2006-07-08 09:18:04 +00:00
e_int_config_theme.h - misc checks 2005-12-19 14:42:43 +00:00
e_int_config_wallpaper.c much improved importer - not done yet... 2006-08-08 20:41:46 +00:00
e_int_config_wallpaper.h aaah.... 2006-08-07 20:25:34 +00:00
e_int_config_wallpaper_import.c fix centered import 2006-08-13 10:00:49 +00:00
e_int_config_wallpaper_import.h aaah.... 2006-08-07 20:25:34 +00:00
e_int_config_window_display.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_window_display.h added 2 more config dialogs. examples of slider 2005-11-19 06:10:52 +00:00
e_int_config_window_manipulation.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_window_manipulation.h added 2 more config dialogs. examples of slider 2005-11-19 06:10:52 +00:00
e_int_config_winlist.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +00:00
e_int_config_winlist.h Added window list settings dialog. 2006-01-04 22:20:51 +00:00
e_int_gadcon_config.c * no need to disable the "Add" button after the gadget was added. If I want consequently 2006-08-03 15:35:38 +00:00
e_int_gadcon_config.h fines to start work on settign gadcon contents and make click to focus also 2006-05-05 12:20:14 +00:00
e_int_menus.c simplify quality/perfect settings 2006-08-13 02:40:11 +00:00
e_int_menus.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_int_shelf_config.c Remove unused variable. 2006-07-27 22:40:51 +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_intl.c Fix eet file descriptor leak of imc's 2006-05-04 01:34:32 +00:00
e_intl.h Add macro for N_ for marking string for translation 2006-05-31 22:51:24 +00:00
e_ipc.c Cleanup 2006-07-17 19:02:42 +00:00
e_ipc.h new thumbnailer system. works a bit more like epsilon - launches a 2006-07-08 09:18:04 +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 Added more advanced edge flipping configurations. This will reset the edge flip 2006-08-10 05:01:07 +00:00
e_ipc_handlers_list.h Added more advanced edge flipping configurations. This will reset the edge flip 2006-08-10 05:01:07 +00:00
e_layout.c better pager dragging 2006-03-29 00:35:16 +00:00
e_layout.h better pager dragging 2006-03-29 00:35:16 +00:00
e_livethumb.c Fix EAPI warnings. 2006-01-07 10:39:46 +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 dont ask for other stack for signal handlers 2006-08-12 13:26:25 +00:00
e_manager.c display res dialog now offers rotate & flip... if your x/drivers can do it. 2006-05-12 15:07:39 +00:00
e_manager.h Move pointer to manager. 2005-09-28 13:30:49 +00:00
e_maximize.c Fix dock maximize. 2006-08-08 00:00:41 +00:00
e_maximize.h Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_menu.c Menu titles 2006-08-09 15:24:34 +00:00
e_menu.h function for adding evas objects as icons in the menus 2006-07-28 23:22:57 +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 Remove old comment 2006-08-08 01:46:41 +00:00
e_module.h module version bump. fm right click menu lets tou create directories and 2006-08-13 05:33:15 +00:00
e_moveresize.c Fix EAPI warnings. 2006-01-07 10:39:46 +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 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_object.c still a bug with maximize & borders :) and fix a segv that has cropped up - 2006-06-12 06:38:50 +00:00
e_object.h nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +00:00
e_pan.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_pan.h a scrollview smart plus gfx for it. 2005-10-29 11:51:19 +00:00
e_path.c Add a simple search path configuration dialog, plus: 2006-04-09 11:55:18 +00:00
e_path.h Add a simple search path configuration dialog, plus: 2006-04-09 11:55:18 +00:00
e_place.c Fix warning 2006-06-08 19:05:41 +00:00
e_place.h Don't use place func, we need the cursor pos. 2005-09-26 10:30:38 +00:00
e_pointer.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_pointer.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_popup.c avoid damage on popups 2006-06-18 02:19:05 +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_prefix.c fix prefix problem if using env vars 2006-07-24 07:20:43 +00:00
e_prefix.h Few stale memory plugs and cleanups: 2006-02-21 15:00:10 +00:00
e_remember.c I assume we want to check the current char of argv 2006-06-08 19:08:47 +00:00
e_remember.h Add const 2006-06-08 19:32:29 +00:00
e_remote_main.c ipc socket setup will be much more robust now. relies on E_IPC_SOCKET 2006-07-04 18:36:29 +00:00
e_resist.c e packages build again - also not much point having an enlightenment-data as 2006-04-20 11:30:25 +00:00
e_resist.h
e_scrollframe.c aaah.... 2006-08-07 20:25:34 +00:00
e_scrollframe.h and working on maing a border selector 2005-11-06 08:03:13 +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 and some major refinements of efm - the selector code - well its in e_test.c 2006-07-22 21:48:24 +00:00
e_shelf.c Xdnd files from fm to ibar works again. 2006-08-10 17:48:17 +00:00
e_shelf.h Function protos for new shelf additions. 2006-07-27 06:22:19 +00:00
e_signals.c detect crashes at startup or early and enable "safe mode" so if you hit 2006-07-30 19:34:05 +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 illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +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 Start of a color selector. 2006-08-14 04:38:49 +00:00
e_spectrum.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_start_main.c Remove unused 2006-07-28 11:36:10 +00:00
e_startup.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_startup.h
e_stolen.c add a stolen window id subsystem so the border code ignores such stolen 2006-01-31 12:06:47 +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_table.c fix long-standing table box - doesnt expand. not smart - but works. add 2006-07-21 20:16:46 +00:00
e_table.h
e_test.c Start of a color selector. 2006-08-14 04:38:49 +00:00
e_test.h
e_theme.c ou can choose shelf styles now - finally. added 2 more styles (gold and 2006-04-29 03:51:27 +00:00
e_theme.h ou can choose shelf styles now - finally. added 2 more styles (gold and 2006-04-29 03:51:27 +00:00
e_theme_about.c Give ability for config dialogs to set their border icon to the proper 2006-07-02 16:19:51 +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_thumb.c strdup -> evas_stringshare 2006-07-28 11:27:59 +00:00
e_thumb.h strdup -> evas_stringshare 2006-07-28 11:27:59 +00:00
e_thumb_main.c fix thumb display race cond 2006-08-08 11:16:19 +00:00
e_tlist.c illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +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_user.c workign on efm2... kind of workign at the basics now... 2006-07-15 16:29:14 +00:00
e_user.h
e_utils.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_utils.h and some major refinements of efm - the selector code - well its in e_test.c 2006-07-22 21:48:24 +00:00
e_widget.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_widget.h - add fileselector capability to efm 2005-10-26 00:19:52 +00:00
e_widget_button.c Allow the icon to be clicked by passing events. Why was this not done before? 2006-08-02 04:40:46 +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 aaah.... 2006-08-07 20:25:34 +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_config_list.c Don't use strlen to check for empty string 2006-06-01 05:27:25 +00:00
e_widget_config_list.h Add a simple search path configuration dialog, plus: 2006-04-09 11:55:18 +00:00
e_widget_csel.c Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_csel.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_cslider.c Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_cslider.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_entry.c * Add password mode to the entry 2006-08-12 12:21:32 +00:00
e_widget_entry.h * Add password mode to the entry 2006-08-12 12:21:32 +00:00
e_widget_fileman.c the 3 buttons in the file dialog now point somewhere. 2006-06-12 07:19:03 +00:00
e_widget_fileman.h the 3 buttons in the file dialog now point somewhere. 2006-06-12 07:19:03 +00:00
e_widget_framelist.c * border property patch - dont generate on moves 2006-08-12 12:49:52 +00:00
e_widget_framelist.h 1. add template files for favorites dir for file selector 2006-07-23 11:22:13 +00:00
e_widget_frametable.c * border property patch - dont generate on moves 2006-08-12 12:49:52 +00:00
e_widget_frametable.h a plain table widget too 2005-10-13 09:06:15 +00:00
e_widget_fsel.c Formatting 2006-08-13 21:58:55 +00:00
e_widget_fsel.h Get preview code into cvs. You will not see it yet. 2006-08-13 02:49:54 +00:00
e_widget_iconsel.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_widget_iconsel.h Continue working on the eap editor and file dialog. 2005-12-05 22:20:34 +00:00
e_widget_ilist.c Add a function to e_ilist and e_widget_ilist to return if a particular item 2006-06-08 12:48:36 +00:00
e_widget_ilist.h Add a function to e_ilist and e_widget_ilist to return if a particular item 2006-06-08 12:48:36 +00:00
e_widget_image.c add a preview widget (includes a livethumb for live downscaling - notice 2006-03-04 04:11:51 +00:00
e_widget_image.h - make e_thumb fork internally 2005-11-22 09:27:25 +00:00
e_widget_label.c Whoops I was resizing wrong. This is the correct resize. 2006-08-08 06:21:22 +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 Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +00:00
e_widget_preview.h Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +00:00
e_widget_radio.c make radio icons use icons only to save space 2006-05-21 15:10:20 +00:00
e_widget_radio.h iconradio elements are available now 2006-05-21 11:00:04 +00:00
e_widget_scrollframe.c Get the things that use fsel to keep from breaking with the new preview api. Also a fix or two for the simple scrollframe. 2006-08-13 02:51:34 +00:00
e_widget_scrollframe.h Add a new api for a simple scrollframe that manages pans size on its own. 2006-08-12 21:53:26 +00:00
e_widget_slider.c * border property patch - dont generate on moves 2006-08-12 12:49:52 +00:00
e_widget_slider.h Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +00:00
e_widget_spectrum.c Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_spectrum.h Start of a color selector. 2006-08-14 04:38:49 +00:00
e_widget_table.c fix long-standing table box - doesnt expand. not smart - but works. add 2006-07-21 20:16:46 +00:00
e_widget_table.h file selector is resizable now - cleaned up some unfinisehd code to make it 2005-11-03 06:17:08 +00:00
e_widget_textblock.c Clean up compile warnings: 2006-03-02 12:03:48 +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 illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +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 and dialogs work again 2006-03-08 08:54:43 +00:00
e_win.h and dialogs work again 2006-03-08 08:54:43 +00:00
e_winlist.c bug-- 2006-06-20 13:10:08 +00:00
e_winlist.h
e_xinerama.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_xinerama.h
e_zone.c Use better macro for checking point inside square. 2006-08-10 14:41:12 +00:00
e_zone.h zone != desk. it was always about per desk deskshows, not per zone. 2006-07-21 00:46:40 +00:00