enlightenment/src/bin
sebastid a69bc7767c Clean up maximization, there is only one unmaximize function now. Think
this code can do more advanced stuff than the previous code.

The logic is that if the window is first maximized vertically, then
horizontally it should equal that both directions are maximized at once.

unmaximize can only be done in directions already maximized.

The code works, but hasn't been thorougly tested. Please report any errors
to me, and I will fix them!


SVN revision: 23254
2006-06-07 21:42:13 +00:00
..
.cvsignore .cvsignore++ 2006-03-17 23:19:49 +00:00
Makefile.am Added an entry dialog ala confirm dialog for getting user input. 2006-06-02 19:07:50 +00:00
e.h nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_actions.h * Some code cleenup 2006-05-06 09:35:05 +00:00
e_alert.c ok - turn off visibility stuff for e -0 for some reason just the dropshadow 2006-01-10 04:23:43 +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 For debug. 2006-06-07 09:41:26 +00:00
e_apps.h eap icons update realtime in borders based off on-disk changes etc. etc. 2006-05-14 01:13:42 +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 Formatting. 2006-03-01 05:41:57 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_border.h Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_box.c a fixme 2006-03-13 09:55:16 +00:00
e_box.h e_box_orientation_get() 2005-02-16 11:21:07 +00:00
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_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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_config.h Added Font Hinting and Init Screen (get/set) to enlightenment_remote. 2006-06-05 10:50:33 +00:00
e_config_dialog.c Fix warnings 2006-05-31 18:58:26 +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 start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_container.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_datastore.c Fix EAPI warnings. 2006-01-07 10:39:46 +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 Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_desk.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_desklock.c illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +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 Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_dialog.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_dnd.c e packages build again - also not much point having an enlightenment-data as 2006-04-20 11:30:25 +00:00
e_dnd.h MIN def is ambiguous and not defined in this codebase. Defining it here just in case. 2005-11-09 10:58:09 +00:00
e_eap_editor.c Make internal eap editor stop using weird names if possible, and use a name 2006-06-05 15:36:02 +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_entry.c remove really evil/bad code int he desklock config dialog. don't go digging 2006-06-01 04:09:33 +00:00
e_entry.h remove really evil/bad code int he desklock config dialog. don't go digging 2006-06-01 04:09:33 +00:00
e_entry_dialog.c Added an entry dialog ala confirm dialog for getting user input. 2006-06-02 19:07:50 +00:00
e_entry_dialog.h Added an entry dialog ala confirm dialog for getting user input. 2006-06-02 19:07:50 +00:00
e_error.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_error.h seb's patch... 2005-02-07 13:51:09 +00:00
e_exebuf.c Don't use strlen to check for empty string 2006-06-01 05:15:05 +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 cross-compile fixes, (odd that this didnt screw up before when i did some 2006-02-18 04:35:35 +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 Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_file_selector.h Continue working on the eap editor and file dialog. 2005-12-05 22:20:34 +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 efm: 2006-02-17 13:36:31 +00:00
e_fileman_icon.h - add metadata structs to icons 2005-11-10 09:12:58 +00:00
e_fileman_mime.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_fileman_mime.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_fileman_smart.c Fix most compiler warnings 2006-02-23 16:42:38 +00:00
e_fileman_smart.h Cleanups, bug fixes (intl, ipc_handlers, fileman) 2006-02-23 15:17:52 +00:00
e_focus.c Fix EAPI warnings. 2006-01-07 10:39:46 +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 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 remove really evil/bad code int he desklock config dialog. don't go digging 2006-06-01 04:09:33 +00:00
e_gadcon.h Remove unused variables 2006-05-31 18:44:18 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +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 Fix warnings 2006-05-31 18:41:37 +00:00
e_icon.h - make e_thumb fork internally 2005-11-22 09:27:25 +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 illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +00:00
e_ilist.h Code cleanups for font config dialog 2006-04-13 00:01:15 +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 on a long awaited TODO item - a window properties dialog - that will 2006-05-29 07:35:41 +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 NOW we can add/del shelves... still not done. 2006-04-30 09:31:31 +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 cross-compile fixes, (odd that this didnt screw up before when i did some 2006-02-18 04:35:35 +00:00
e_int_border_locks.h locks have been dialogified :) 2005-10-17 11:51:46 +00:00
e_int_border_menu.c Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +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 start on a long awaited TODO item - a window properties dialog - that will 2006-05-29 07:35: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 Disable Auto-Apply on the border config dialogs 2006-02-15 20:40:55 +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_background.c Just strip the extension once in the beginning as we may use it in two places. 2006-06-05 03:05:29 +00:00
e_int_config_background.h - make e_thumb fork internally 2005-11-22 09:27:25 +00:00
e_int_config_background_import.c cross-compile fixes, (odd that this didnt screw up before when i did some 2006-02-18 04:35:35 +00:00
e_int_config_background_import.h Rewrite the import dialog. Should behave better now 2006-01-23 02:56:01 +00:00
e_int_config_cfgdialogs.c Disable Advanced in Configuration Dialogs config dialog as Auto-Apply is 2006-05-25 16:30:43 +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 start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +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 * fixing desklock cfg dialog bug. 2006-06-05 16:47:55 +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 Fix Desktop Settings advanced mode not working. 2006-02-17 09:58:22 +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 Fix warnings 2006-05-31 18:58: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 start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +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 fines to start work on settign gadcon contents and make click to focus also 2006-05-05 12:20:14 +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 Don't use strlen to check for empty string 2006-06-01 05:27:25 +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 Patch from saturn_vk for adding an action and key-binding (set 2006-06-03 10:19:11 +00:00
e_int_config_keybindings.h * Some code cleenup 2006-05-06 09:35:05 +00:00
e_int_config_menus.c start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +00:00
e_int_config_modules.h module config dialog 2005-12-17 11:21:54 +00:00
e_int_config_paths.c Add macro for N_ for marking string for translation 2006-05-31 22:51:24 +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 start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +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 Fix warnings 2006-05-31 18:58:26 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +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 Fix warnings 2006-05-31 18:58:26 +00:00
e_int_config_theme.h - misc checks 2005-12-19 14:42:43 +00:00
e_int_config_window_display.c Fix long-standing issue with Window Display config dialog that has been 2006-05-25 16:14:10 +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 Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +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 start a shelf config for all shelves (for listing adding/deleting shelves) 2006-04-30 03:43:47 +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 * making the code easier 2006-06-01 22:16:29 +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 nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +00:00
e_int_menus.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_int_shelf_config.c Clean up maximization, there is only one unmaximize function now. Think 2006-06-07 21:42:13 +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 Fix gcc warning "No new line at end of file" 2006-03-11 16:18:27 +00:00
e_ipc.h ipc is #defineable (rough for now - maybe able to be undefined and eventually 2006-03-10 05:48:46 +00:00
e_ipc_codec.c Use evas API to get font list 2006-04-30 11:54:04 +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 Font Hinting and Init Screen (get/set) to enlightenment_remote. 2006-06-05 10:50:33 +00:00
e_ipc_handlers_list.h Added Font Hinting and Init Screen (get/set) to enlightenment_remote. 2006-06-05 10:50:33 +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 been debugging - but only real change - set env vars. 2006-05-19 03:57:24 +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 printf-- 2006-05-08 13:38:41 +00:00
e_maximize.h Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_menu.c illogict patches (minus a few that will break config despite fixing a typo) 2006-04-30 04:31:42 +00:00
e_menu.h Clean up compile warnings: 2006-03-02 12:03:48 +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 nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +00:00
e_module.h nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +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 Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_msg.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_object.c nice little overhaul of module related stuff. moduels now finally RELY on 2006-06-01 06:44:37 +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 limit place coord to within the zone. 2006-06-01 05:43:54 +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 fix shape change handling to... skip same shape changes 2006-04-29 01:19:56 +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 add a launcher. this is OPTIONAL - it is only needed if e is installed 2006-03-05 06:23:14 +00:00
e_prefix.h Few stale memory plugs and cleanups: 2006-02-21 15:00:10 +00:00
e_remember.c Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_remember.h Clean up compile warnings: 2006-03-02 12:03:48 +00:00
e_remote_main.c some illogict patches :) 2006-05-13 03:04:35 +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 Formatting 2005-02-09 11:39:05 +00:00
e_scrollframe.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_scrollframe.h and working on maing a border selector 2005-11-06 08:03:13 +00:00
e_shelf.c Fix warnings 2006-05-31 18:58:26 +00:00
e_shelf.h pager handles res change/rotate properly again now. 2006-05-05 04:47:57 +00:00
e_signals.c 1. trap abort signals - glibc likes to abort these days on memory free errors. 2006-04-02 04:18:18 +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_start_main.c add a launcher. this is OPTIONAL - it is only needed if e is installed 2006-03-05 06:23:14 +00:00
e_startup.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_startup.h seb's patch... 2005-02-07 13:51:09 +00:00
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 EAPI warnings. 2006-01-07 10:39:46 +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 add ilist headers - much easier to organise things now 2006-03-27 14:46:26 +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 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 Fix EAPI warnings. 2006-01-07 10:39:46 +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 Add thumbnailing for init screens :) (Thanks CodeWarrior) 2006-06-05 11:48:26 +00:00
e_thumb.h - add a protoype in the .h file 2005-12-08 07:57:07 +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 Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_user.h seb's patch... 2005-02-07 13:51:09 +00:00
e_utils.c Add const 2006-05-31 16:31:51 +00:00
e_utils.h handle spaces in eap filenames when editing, and proeprly escape things, add 2006-05-13 15:20:15 +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 * Some code cleenup 2006-05-06 09:35:05 +00:00
e_widget_button.h * Some code cleenup 2006-05-06 09:35:05 +00:00
e_widget_check.c Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +00:00
e_widget_check.h Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +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_entry.c remove really evil/bad code int he desklock config dialog. don't go digging 2006-06-01 04:09:33 +00:00
e_widget_entry.h remove really evil/bad code int he desklock config dialog. don't go digging 2006-06-01 04:09:33 +00:00
e_widget_fileman.c Pass back the correct data on highlight please. Someone needs a spank for that one :) 2006-01-21 15:37:41 +00:00
e_widget_fileman.h Export hilight callback 2005-12-29 15:34:47 +00:00
e_widget_framelist.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_widget_framelist.h file selector is resizable now - cleaned up some unfinisehd code to make it 2005-11-03 06:17:08 +00:00
e_widget_frametable.c Fix EAPI warnings. 2006-01-07 10:39:46 +00:00
e_widget_frametable.h a plain table widget too 2005-10-13 09:06:15 +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 and make module config dialog work again :) 2006-06-01 06:57:32 +00:00
e_widget_ilist.h Code cleanups for font config dialog 2006-04-13 00:01:15 +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 Add and Use the config list widget 2006-04-06 12:07:45 +00:00
e_widget_label.h Add and Use the config list widget 2006-04-06 12:07:45 +00:00
e_widget_list.c Fix EAPI warnings. 2006-01-07 10:39:46 +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_slider.c Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +00:00
e_widget_slider.h Add Font Configuration Dialog, and... 2006-04-01 09:24:56 +00:00
e_widget_table.c Fix EAPI warnings. 2006-01-07 10:39: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 Fix Bug: If we're not Warp While Selecting, then don't warp 2006-02-16 06:03:50 +00:00
e_winlist.h fix focus re-order bug 2005-06-16 04:21:01 +00:00
e_xinerama.c Fix EAPI warnings. 2006-01-07 10:39:46 +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 some old bugs are gone and fix another. 2006-05-10 13:05:23 +00:00
e_zone.h Patch from saturn_vk for adding an action and key-binding (set 2006-06-03 10:19:11 +00:00