enlightenment/src
Till Adam d3625546b5 This is meant to prevent drags from one view of a dir to another view of
the same dir. Kevin, is this the right place to do this?


SVN revision: 5986
2002-02-26 18:56:54 +00:00
..
.cvsignore Ok this has got some initial support with ferite, currently you can only 2001-08-25 19:51:48 +00:00
Makefile.am RIP! 2002-02-26 01:25:35 +00:00
actions.c E_EVENT system is now a bit map, allowing one observer to watch MANY events, for instance: E_EVENT_BORDER_ICONIFY | E_EVENT_BORDER_UNICONIFY | E_EVENT_BORDER_NEW, etc. I also made it so that the current event is passed when notifying, so that if watching multiple events, you can do different things for each. 2002-01-24 08:12:12 +00:00
actions.h * More cleanups. I took out everything related only to icon handling 2001-11-03 14:55:21 +00:00
background.c buffer overflow prevention.... 2002-01-24 06:15:40 +00:00
background.h Alright, I spent some time now reading e17's code. Here's what 2001-11-02 17:07:52 +00:00
block.c add block system.. not quite functional yet.. but will be needed... 2001-12-06 08:06:52 +00:00
block.h add block system.. not quite functional yet.. but will be needed... 2001-12-06 08:06:52 +00:00
border.c This should fix the iconified menu segfaulting problem. The menu now get rebuilt when you middle click, if things have changed. 2002-01-28 05:41:29 +00:00
border.h A bunch of little changes. 2002-01-24 01:08:52 +00:00
bordermenu.c ok - some changes to default settings.. alt_right mouse on windows pops up 2001-11-25 08:32:54 +00:00
bordermenu.h you can now remember the location of a window.. will add more here.. oh yeah.. 2001-11-25 07:18:49 +00:00
config.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
config.h much cleaner iconboar. ok - right now it doesn't scroll. use the buidl 2001-10-19 09:13:18 +00:00
cursors.c buffer overflow prevention.... 2002-01-24 06:15:40 +00:00
cursors.h been working offline.. wheeeheee! :) 2001-09-24 21:21:25 +00:00
debug.c This should fix the "can't kill window" bugs. Well at least those I 2001-11-09 01:11:44 +00:00
debug.h hhm - smart placement got borked... fixed 2001-11-16 05:39:34 +00:00
delayed.c E_EVENT system is now a bit map, allowing one observer to watch MANY events, for instance: E_EVENT_BORDER_ICONIFY | E_EVENT_BORDER_UNICONIFY | E_EVENT_BORDER_NEW, etc. I also made it so that the current event is passed when notifying, so that if watching multiple events, you can do different things for each. 2002-01-24 08:12:12 +00:00
delayed.h E_EVENT system is now a bit map, allowing one observer to watch MANY events, for instance: E_EVENT_BORDER_ICONIFY | E_EVENT_BORDER_UNICONIFY | E_EVENT_BORDER_NEW, etc. I also made it so that the current event is passed when notifying, so that if watching multiple events, you can do different things for each. 2002-01-24 08:12:12 +00:00
desktops.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
desktops.h Changed observer/observee system to use E_EVENT's instead of ECORE_EVENT's. 2002-01-17 04:32:08 +00:00
e.h move the background usage over to edb. background.c,h are no longer used. 2002-01-26 02:01:42 +00:00
e_ferite.c iconbar.. err.. scale down icons AND set image fill (thanks for pointing out 2001-11-13 21:26:20 +00:00
e_ferite.fec RIP! 2002-02-26 01:25:35 +00:00
e_ferite.h maybe try this? 2002-01-25 02:02:28 +00:00
e_file.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
e_file.h ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
e_view_machine.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
e_view_machine.h ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
e_view_model.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
e_view_model.h update some docu and comments 2002-02-25 20:44:58 +00:00
embed.c * More cleanups. I took out everything related only to icon handling 2001-11-03 14:55:21 +00:00
embed.h add these.. and the changes.. nothing useful yet :) 2001-09-14 14:33:57 +00:00
entry.c buffer overflow prevention.... 2002-01-24 06:15:40 +00:00
entry.h * replaced printf()s with D()s. 2001-11-03 09:07:40 +00:00
epplet.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
epplet.h Epplets run from ~/.e/desktop/default/.e_epplets/eppletName/eppletName.fe 2002-01-30 03:16:33 +00:00
exec.c buffer overflow prevention.... 2002-01-24 06:15:40 +00:00
exec.h add block system.. not quite functional yet.. but will be needed... 2001-12-06 08:06:52 +00:00
file.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
file.h ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
focus.c hhm - smart placement got borked... fixed 2001-11-16 05:39:34 +00:00
focus.h *cough* :) 2001-11-04 21:49:48 +00:00
fs.c Efsd updates. Now I remember what I forgot in the efsd commit comment -- 2001-11-26 01:10:48 +00:00
fs.h Efsd updates. Now I remember what I forgot in the efsd commit comment -- 2001-11-26 01:10:48 +00:00
globals.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
globals.h ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
guides.c buffer overflow prevention.... 2002-01-24 06:15:40 +00:00
guides.h * More cleanups. I took out everything related only to icon handling 2001-11-03 14:55:21 +00:00
icccm.c add block system.. not quite functional yet.. but will be needed... 2001-12-06 08:06:52 +00:00
icccm.h add block system.. not quite functional yet.. but will be needed... 2001-12-06 08:06:52 +00:00
iconbar.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
iconbar.h drag and drop view icons onto the iconbar to add em. They get the same icon as t 2002-02-20 03:47:13 +00:00
icons.c re-enable drag and drop. Turned out to need only minimal adjustments. Not extensively tested, so I'd appreciate it if 2002-02-26 09:24:50 +00:00
icons.h ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
ipc.c * make it more split upo (better in this case) 2001-07-31 01:12:02 +00:00
ipc.h Okay Raster, don't shoot me. I've cleaned up the whole thing. I've 2001-07-30 16:59:37 +00:00
keys.c Alright, I spent some time now reading e17's code. Here's what 2001-11-02 17:07:52 +00:00
keys.h Oopsie ... bit too much! 2001-10-17 22:53:23 +00:00
main.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
match.c buffer overflow prevention.... 2002-01-24 06:15:40 +00:00
match.h you can now remember the location of a window.. will add more here.. oh yeah.. 2001-11-25 07:18:49 +00:00
menu.c Enlarge the menu intersection test area so clicking 2002-02-21 04:42:50 +00:00
menu.h ok - some changes to default settings.. alt_right mouse on windows pops up 2001-11-25 08:32:54 +00:00
menubuild.c Fix gnome menu generation. 2002-02-06 02:05:49 +00:00
menubuild.h This should fix the iconified menu segfaulting problem. The menu now get rebuilt when you middle click, if things have changed. 2002-01-28 05:41:29 +00:00
object.c * replaced printf()s with D()s. 2001-11-03 09:07:40 +00:00
object.h Doco generation. sigh. 2001-11-02 17:28:19 +00:00
observer.c E_EVENT system is now a bit map, allowing one observer to watch MANY events, for instance: E_EVENT_BORDER_ICONIFY | E_EVENT_BORDER_UNICONIFY | E_EVENT_BORDER_NEW, etc. I also made it so that the current event is passed when notifying, so that if watching multiple events, you can do different things for each. 2002-01-24 08:12:12 +00:00
observer.h Windows will now be on top when you uniconify them, and will not reappear on their old desktop if you move around while they are iconified. 2002-01-25 19:41:02 +00:00
pack.c clean up a little 2001-07-30 06:21:28 +00:00
place.c hhm - smart placement got borked... fixed 2001-11-16 05:39:34 +00:00
place.h Alright, I spent some time now reading e17's code. Here's what 2001-11-02 17:07:52 +00:00
resist.c ok folks, here goes. The multiple view stuff as discussed in lenght. I've managed to get metadata back up, views save 2002-02-25 18:09:13 +00:00
resist.h * make it more split upo (better in this case) 2001-07-31 01:12:02 +00:00
scrollbar.c some patches by Nicolas Pomarede: 2002-02-24 06:48:14 +00:00
scrollbar.h some patches by Nicolas Pomarede: 2002-02-24 06:48:14 +00:00
shelf.c work on fixing up the desktop code...... :) 2001-07-12 16:40:13 +00:00
text.c iconbar.. err.. scale down icons AND set image fill (thanks for pointing out 2001-11-13 21:26:20 +00:00
text.h and make that text abstraction do..... outlines! :) 2001-08-02 00:54:09 +00:00
util.c Minor printf cleanup. 2002-02-03 08:32:31 +00:00
util.h aha! ok... lots of stuff here... 2001-12-08 06:34:06 +00:00
view.c This is meant to prevent drags from one view of a dir to another view of 2002-02-26 18:56:54 +00:00
view.h update some docu and comments 2002-02-25 20:44:58 +00:00