Commit Graph

  • dcb669d3e3 fix so noon is also marked as PM bdsabian 2002-02-13 09:29:08 +0000
  • 4f595ff6db fix so midnight is displayed as 12, not 0 :) bdsabian 2002-02-13 08:12:47 +0000
  • 4acc6e93c5 - easier to read - load time right away bdsabian 2002-02-12 23:58:37 +0000
  • e0e1f648b9 cooler font :) bdsabian 2002-02-12 22:59:25 +0000
  • 8eb7d29ecb Update bits db bdsabian 2002-02-12 07:15:09 +0000
  • e265177357 Simple Clock epplet bdsabian 2002-02-12 02:08:04 +0000
  • dbcb4acf5e add epplet dir to evas font list. so, epplet specific fonts go in epplet dir, not in data/fonts rephorm 2002-02-08 19:22:13 +0000
  • d284db6c28 Updated deskswitcher. Using ebits instead of evas_objects. A good example of a simple epplet using ebit callbacks and observing desktop changes. rephorm 2002-02-08 18:54:54 +0000
  • 888151058b New Icon theme! rephorm 2002-02-07 08:04:52 +0000
  • 12d31ee35f Fix gnome menu generation. sleuth 2002-02-06 02:05:49 +0000
  • 7c54a338e8 Restore Raster's version of the iconbar_bottom.bits.db and add the 'Resist' field. I've left out scrollbar buttons (the bottom version never had any.) sleuth 2002-02-03 16:42:35 +0000
  • e291598f98 Minor printf cleanup. sleuth 2002-02-03 08:32:31 +0000
  • 38ac2443ca Epplets run from ~/.e/desktop/default/.e_epplets/eppletName/eppletName.fe (copy em manually for now) rephorm 2002-01-30 03:16:33 +0000
  • 195f2407e9 This should fix the iconified menu segfaulting problem. The menu now get rebuilt when you middle click, if things have changed. rephorm 2002-01-28 05:41:29 +0000
  • dd0f8bf0fd move the background usage over to edb. background.c,h are no longer used. so if you haven't installed ebg, go get it. rephorm 2002-01-26 02:01:42 +0000
  • f4711b90b1 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. rephorm 2002-01-25 19:41:02 +0000
  • ec6114213b maybe try this? Carsten Haitzler 2002-01-25 02:02:28 +0000
  • fb466527e2 how about we build without ferite too? :) Carsten Haitzler 2002-01-25 00:49:10 +0000
  • 857704ec32 This one didn't exist ... cpk 2002-01-24 18:22:54 +0000
  • 74b6161db0 I guess this is necessary to make this build again ... cpk 2002-01-24 18:19:44 +0000
  • ffcb25ea12 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. rephorm 2002-01-24 08:12:12 +0000
  • dbc39567f3 buffer overflow prevention.... rephorm 2002-01-24 06:15:40 +0000
  • 515693292b oops. didn't mean to change that. rephorm 2002-01-24 01:11:13 +0000
  • 3e09f77dbd A bunch of little changes. rephorm 2002-01-24 01:08:52 +0000
  • 1afbdb13ef ok- fix this back so it works again! Carsten Haitzler 2002-01-20 06:02:14 +0000
  • 2d66390657 Add a rule to rebuild ferite generated code if e_ferite.fec script is updated. sleuth 2002-01-19 22:22:38 +0000
  • 0be764a2de Updated deskswitcher to observe desktops and switch the highlighted button automatically upon desk switch. rephorm 2002-01-17 04:33:47 +0000
  • 934f425342 Changed observer/observee system to use E_EVENT's instead of ECORE_EVENT's. The enum of events is in observer.h, add any you can think of. rephorm 2002-01-17 04:32:08 +0000
  • 83dc2cd3fb Generate build_iconbar_db.sh with proper PREFIX rephorm 2002-01-16 17:31:38 +0000
  • e8e42fa701 Cleanup should be static, so it can't be accidentally called externally. rephorm 2002-01-15 02:24:14 +0000
  • 3aa470ed5d this looks better with the default background rephorm 2002-01-12 00:02:43 +0000
  • b89043aa56 epplet data files rephorm 2002-01-11 23:56:22 +0000
  • 455555b3ce Epplets! rephorm 2002-01-11 23:53:20 +0000
  • 634bf1692c This should fix0r it boris 2002-01-10 20:14:30 +0000
  • 84d0e5b50a convert scrollbar to object system get rid of compiler warnings rephorm 2002-01-07 01:37:39 +0000
  • 8bbd04e127 hmm. don't know what i was thinking there. this should work better. rephorm 2002-01-06 21:02:02 +0000
  • 1da030ae9e Keep on scrolling. rephorm 2002-01-06 20:46:52 +0000
  • 28f489bd50 Allow scrollbars with width/height other than 12 Click in trough scrolls to that point. rephorm 2002-01-06 10:22:31 +0000
  • 267a5ab397 Got rid of compiler warnings. rephorm 2002-01-05 05:01:08 +0000
  • 2c842e0ecf update the script to deal with the new db name rephorm 2002-01-04 04:37:53 +0000
  • 5060bc358f Updated the bits.db to have resistance. Gave it a name that made more sense. rephorm 2002-01-04 04:37:12 +0000
  • cb15f5013c Give the iconbars some substance. rephorm 2002-01-04 04:18:38 +0000
  • e8adca84c5 Give those iconbars some resistance. Nice for lining up windows along the edge of, but not hiding, the iconbar. If a bit named Resist with class Decoration (so it passes events) is added to the .e_iconbar.bits.db, windows will resist the edges of it. I'll commit an updated default one. rephorm 2002-01-04 03:19:26 +0000
  • ee21c21b85 I should've done this a while back. Sorry about the big number of emails coming. ;) Term 2001-12-22 07:54:57 +0000
  • 17ed728818 Cleanup a couple warnings. Thanks cK! sleuth 2001-12-19 03:30:47 +0000
  • 329a5da29d dnd source icon changes based on drop action requested+target allowed action. We can also change cursor/drag window based on the state info available. I haven't tackled that yet. sleuth 2001-12-12 23:58:45 +0000
  • 3e6abee6ea oops- forgot to cleanup rtimeout handlers if exec succeeded :) Carsten Haitzler 2001-12-09 12:26:11 +0000
  • 797c07030f another missing dependecy imlib2 suggests imlib2-loaders e17 depends on imlib2-loaders Laurence J. Lane 2001-12-09 05:05:25 +0000
  • a429866d9b aaah - oops - yeah.. no iw as trying to remove the extraneous \r\n at the end.. i forgot to append to the right spot in the string.. i've simplified it now :) Carsten Haitzler 2001-12-09 01:24:44 +0000
  • 2663676042 Broken multi-file drops... sleuth 2001-12-08 21:07:44 +0000
  • 3e72ecf27a aha! ok... lots of stuff here... Carsten Haitzler 2001-12-08 06:34:06 +0000
  • c300cb9506 Don't de-select icons unless they are removed from the view. (Also fixes case if you remove a file behind E's back.) Free items on icon deletion. sleuth 2001-12-08 04:11:48 +0000
  • 23ac2be6cf D'oh! That previous 2 liner should have been a 1 liner. :-) Forgot to remove a an unused variable. rbdpngn 2001-12-06 22:33:35 +0000
  • 306cd85ff4 2 liner to fix some selection artifacts left behind when dragging files to other views. rbdpngn 2001-12-06 22:32:04 +0000
  • 7880065bff add block system.. not quite functional yet.. but will be needed... now iconbars can have their buttons "disabled" whislt apps launch.. tis a nasty trick with an ld_preload... has caveats.. if youdsont set it as on it wont be used atm. Carsten Haitzler 2001-12-06 08:06:52 +0000
  • 510d0ded29 Preliminary dnd support. Dragging from and to views works, with a default mode of move. Hold 'shift' for copy. No visible feedback of actions occurs yet, but you'll see the view update as soon as efsd reports the file changes. Tested, but be careful around files you care about. Moves and copys use efsd_move and efsd_copy, without the force option. So source files will not overwrite the destination if it exists. sleuth 2001-12-06 02:50:17 +0000
  • b37fcf166e and... dont sync db on window close... and dont kepe menu up if kbd/mouse couldnt be grabbed Carsten Haitzler 2001-11-30 01:03:03 +0000
  • ee82a15d31 add stuff to e_setup.. dialog has buttons now. fixed bug with view with bg addition not working. Carsten Haitzler 2001-11-26 13:08:34 +0000
  • bba90a0090 Oops, that was not for public consumption :) cpk 2001-11-26 01:20:24 +0000
  • 630bf3c408 Efsd updates. Now I remember what I forgot in the efsd commit comment -- I changed the name of some of the convenience calls from efsd_reply_... to efsd_event_... because they're no longer applicable to reply events only. cpk 2001-11-26 01:10:48 +0000
  • 0ce64e39cf and in an optimising spree i broke the bg reload if you replaced the file.. fix fix fix :) Carsten Haitzler 2001-11-25 12:49:39 +0000
  • f6b9e19fce there we go.. fix fix Carsten Haitzler 2001-11-25 12:40:08 +0000
  • 7df33c208a ok - some changes to default settings.. alt_right mouse on windows pops up window menu. ctrl+alt+insert execs eterm... it wasnt in the default script to build the dbs' the scritp also had some mdos done to it before by others that sisnt use the environemtn variables that devined numerics for actions.... also now menus can remember much more.. as can e. save and load on demand.. the remember things are menu check items... might have a big arse dialog eventually for this... but for now this is all good :) Carsten Haitzler 2001-11-25 08:32:54 +0000
  • 5bc865839e you can now remember the location of a window.. will add more here.. oh yeah.. window menus too... just close and rememebr location there for now... needs more things :) Carsten Haitzler 2001-11-25 07:18:49 +0000
  • f576dfb703 img_export.. for peoel to list possible exportable imaged from dbs and export them to png's Carsten Haitzler 2001-11-25 03:46:24 +0000
  • fdadaabb1b shuffle files around in cvs.. simplify the default data layout as setup will cp most of it and lay it out in /.e eventually anyway (and if u dont like the idea of cping the files - we can symlink too - but e_setup will take care of this... eventually.. might start work on it now i have fixed things - though personally i think i should make it cp to start so your user config is independant of the system and wont suddenyl chaneg cause the system one did... but again... can be made an option) Carsten Haitzler 2001-11-25 03:12:59 +0000
  • e0fe7d8826 oops - only resist windows that are... VISIBLE! :) Carsten Haitzler 2001-11-25 02:43:40 +0000
  • 3cbfb2d937 working on the iconbar. it now accepts scroll arrows in the iconbar bit - u can scroll around 9if you have too many icons to fit) it also will clip the icons to the icon area. also u can scroll the icons up and down the bar to a position you like. a new test iconbar bit to demo this too. Carsten Haitzler 2001-11-24 05:54:32 +0000
  • 84fae7ac6d mah mah mah... fixed soem initial placement probs related to being too keen on changing borders all the time.. shoudl be more efficent and faster now too Carsten Haitzler 2001-11-20 07:01:53 +0000
  • d90ac55831 consolidate.. consolidate.. Carsten Haitzler 2001-11-18 21:43:50 +0000
  • 7e0be252dc centralise all the bg handling in views... Carsten Haitzler 2001-11-18 21:28:35 +0000
  • 63a1f60f6e and make the metada get for view bg go thru the same path. Carsten Haitzler 2001-11-18 21:09:07 +0000
  • 8de0fe9c67 shuffling data around - i had waay too much heirachy before.. too complex. keep it simple. will eventually have e_setup copy the defaults into your homedir anyway... Carsten Haitzler 2001-11-18 04:32:28 +0000
  • 4da776a8de just a very nice picture. - cleaned up from thew original photo a bit... doesnt scale well to aspects not 4:3 :) Carsten Haitzler 2001-11-18 03:56:09 +0000
  • 77b6b32560 and for thos ofyou pining for some example background files... just so u get a good idea of what can be done with them... and how with a little effort you can make stunning backgrounds that look PERFECT at almost any resolution or screen aspect... :) Carsten Haitzler 2001-11-18 03:27:08 +0000
  • 175dd4ec36 More doco ... cpk 2001-11-17 14:30:25 +0000
  • a54aebca8e Edb before imlib2 ... thanks Corey. cpk 2001-11-17 12:29:15 +0000
  • c12f765fef and handle delete Carsten Haitzler 2001-11-17 04:21:48 +0000
  • 61e8ed8286 and handle adds Carsten Haitzler 2001-11-17 04:19:02 +0000
  • febd6d0d43 bacgkroudns of views now watch for the background file to change... if it does.. the background changes - hand for setting your own root bg.. just use ebony.. save it and: Carsten Haitzler 2001-11-17 02:45:43 +0000
  • 03b6b2eb69 Damn, I forgot ecore. cpk 2001-11-16 22:12:10 +0000
  • d48a3be38b Added a section on building e17 from CVS. Explains what's in CVS, suggests a build sequence etc. cpk 2001-11-16 22:04:54 +0000
  • abb253be30 :) cpk 2001-11-16 11:34:30 +0000
  • be884f0c49 errrr. yeah... Carsten Haitzler 2001-11-16 07:23:08 +0000
  • 2bb9a1b0ab hhm - smart placement got borked... fixed Carsten Haitzler 2001-11-16 05:39:34 +0000
  • b97bed253d iconbar.. err.. scale down icons AND set image fill (thanks for pointing out corey), and errr.. segvs in menu changes fixed.. :) Carsten Haitzler 2001-11-13 21:26:20 +0000
  • 4a7a4f9997 correction for the configure.{ac,in} mods Laurence J. Lane 2001-11-12 15:42:24 +0000
  • 11a3d4061e e17/apps/ stuff Laurence J. Lane 2001-11-12 13:53:30 +0000
  • 90df14a322 data path correction Laurence J. Lane 2001-11-12 01:36:45 +0000
  • eca3aa7476 this works somewhat better =) Christopher Rosendahl 2001-11-11 02:11:36 +0000
  • c583f6a09f Changed the graphics for the selected look of icons. This is the one from the good old efm days. If you want to change it, feel free to do so -- I'm off to a Paul van Dyk gig :o) cpk 2001-11-09 20:05:20 +0000
  • eabc91dd28 This should fix the "can't kill window" bugs. Well at least those I was able to reproduce. I've fixed the reference counting on borders, reference counts are now only modified where the references actually change. cpk 2001-11-09 01:11:44 +0000
  • a24c265be9 Yikes! I've committed some major crap that contained leftovers from Efsd. cpk 2001-11-08 23:54:38 +0000
  • cec9c8746c Better ... cpk 2001-11-08 00:37:15 +0000
  • 7fee20982b E17 architecture sketch ... cpk 2001-11-08 00:30:18 +0000
  • 0bbc3ae37d fix for ferite's D() macro - i will fix this in ferite 0.99.2 boris 2001-11-06 00:34:57 +0000
  • dc57333ca9 *cough* :) cpk 2001-11-04 21:49:48 +0000
  • 1404c92c07 <merge merge merge> :) Carsten Haitzler 2001-11-04 07:38:42 +0000
  • c728727b17 * s/mulit/multi/ :) * slight improvement in the menu handling -- when something was selected, don't pop up menus when the user just clicks, but only unselect everything. I think it's pretty irritating when the user just wants to get rid of the selection and keeps getting menu popups. cpk 2001-11-03 15:33:21 +0000
  • a708bdfd42 * More cleanups. I took out everything related only to icon handling from the view code, and put it into icons.[ch]. cpk 2001-11-03 14:55:21 +0000