Commit Graph

265 Commits

Author SHA1 Message Date
Tom Gilbert c74483a8fd Tue Nov 23 22:30:44 GMT 1999
(gilbertt)

Whee! Say hello to E-UrlWatch.epplet.

This is a url-launcher, which will do a few cool things. Currently, it
launches urls using the X paste buffer. The idea is that you are on irc, or
reading an email, and see a url, you select the text, press the "Paste"
button on the epplet, and the url is launched. The command to launch the
url is defined in the config.

The epplet will parse the text, so you can grab a load of text, and it'll
find and launch the embedded url.

It'll also clean up naughty chars, but I have more to do here.

The next step is the "watching" part. The epplet will watch a text file (or
several) containing a list of urls, and will flash when a new one is added.
Clicking the (not yet existing) launch button will launch this url. The idea
is for apps like TE which use a url list ~/.te/.urls. So you're in irc,
someone gives you a url, and the epplet flashes and lets you launch it, no
typing.

Also, (once I code it), the epplet will record all urls you launch through
it in a text file. In a later version, this list will be emailed to your mom
on a weekly basis
;)

Obviously, this thing has the cloaking stuff, as I just copy and paste it
these days :)

Its an early beta, so bear with me while I rapidly add features :)


SVN revision: 1382
1999-11-23 19:52:17 +00:00
Tom Gilbert 112d70f585 Tue Nov 23 21:32:21 GMT 1999
(gilbertt)

I am such a dufus.

Changed my epplets to actually save their config when you finish your X
session, instead of only when you click the close button.

How did I let this go unfixed???


SVN revision: 1381
1999-11-23 18:51:27 +00:00
Michael Jennings a7ce9b2707 Tue Nov 23 11:03:39 PST 1999
(KainX)

Fixed a seg fault bug in E-Slides.


SVN revision: 1372
1999-11-23 16:19:42 +00:00
Michael Jennings 87ab8f2613 I'm tired of cleaning up these messes. Enough already.
SVN revision: 1366
1999-11-22 17:14:54 +00:00
Laurence J. Lane c1f5c19cc4 more synch
SVN revision: 1364
1999-11-22 15:38:56 +00:00
Richard Barnes 2abef1bc16 Added an option to E-Slides config to change root bg when image changes.
SVN revision: 1363
1999-11-22 04:18:43 +00:00
Laurence J. Lane 4967a3c151 mo feh
SVN revision: 1362
1999-11-22 04:16:00 +00:00
Laurence J. Lane 1a32d83803 Feh.
SVN revision: 1361
1999-11-22 04:15:22 +00:00
Richard Barnes 910865b613 Added a button to set the bg to the current E-Slides pic
SVN revision: 1360
1999-11-22 01:44:12 +00:00
Laurence J. Lane 95b5f77363 general update, preparing for release
created bin/lib/dev packages


SVN revision: 1358
1999-11-21 01:24:04 +00:00
Tom Gilbert 5fa60f011f need this
SVN revision: 1357
1999-11-20 22:25:11 +00:00
Tom Gilbert 1240cf5304 Sat Nov 21 12:28:37 GMT 1999
(gilbertt)

epplet.h wasn't getting installed.

(wtf?)


SVN revision: 1356
1999-11-20 22:23:03 +00:00
Richard Barnes 1e7b2e44e9 Added a popup command history to E-Exec and made it wider.
SVN revision: 1355
1999-11-20 20:56:12 +00:00
Richard Barnes 7671e6239d Somehow epplet.h wasn't getting added to the deb anymore.
SVN revision: 1354
1999-11-20 19:59:47 +00:00
Tom Gilbert e37a5b5f7b Floop.
SVN revision: 1353
1999-11-20 19:52:34 +00:00
Tom Gilbert e66bb2dc9d Fixed a couple of warnings. Lots more to do though, no prototypes =P
SVN revision: 1352
1999-11-20 19:47:43 +00:00
Tom Gilbert fbbb3a628b Changed #include <epplet.h> to "epplet.h"
SVN revision: 1351
1999-11-20 19:40:12 +00:00
Tom Gilbert 598354a379 Oops.
That won't do.


SVN revision: 1350
1999-11-20 19:38:49 +00:00
Richard Barnes 934981389d You'll never guess... (E-MoonClock)
SVN revision: 1349
1999-11-20 19:30:36 +00:00
Richard Barnes ba9e68c662 Still E-MoonClock
SVN revision: 1348
1999-11-20 19:29:14 +00:00
Richard Barnes 4e763543af Adding E-MoonClock by mazeone
SVN revision: 1347
1999-11-20 19:25:32 +00:00
Richard Barnes 5874ebe35e Update debian/rules to put stuff in epplet_data.
SVN revision: 1346
1999-11-20 19:13:39 +00:00
Tom Gilbert 87448696d2 Sat Nov 20 19:55:22 GMT 1999
(gilbertt)

Changed the Makefile.am to put epplet images in $EROOT/epplet_data.

I wanted to have epplet subdirs under this directory, but it really
complicated the Makefile, so I left it for now. It was easy for me the make
the changes with sed this way too ;)

Any stuff your app needs to install should go in epplet_data, preferably
with the filename prefixed with the name of your epplet.

Flame me if this bugs you...


SVN revision: 1345
1999-11-20 17:55:56 +00:00
Michael Jennings dfffee2676 Forgot this part.
SVN revision: 1341
1999-11-20 00:05:43 +00:00
Michael Jennings 4d54be14f9 Fri Nov 19 17:49:09 PST 1999
(KainX)

Fixes and cleanups to E-NetGraph.  It now does config files properly and
includes all the options in them.


SVN revision: 1340
1999-11-19 23:56:08 +00:00
Carsten Haitzler 39890b6ac4 make distcheck properly... :)
SVN revision: 1338
1999-11-19 23:01:40 +00:00
Michael Jennings cfe314b476 Fri Nov 19 12:35:48 PST 1999
(KainX)

Okay, all the conditional build stuff should be fixed up now.  I'll need some
SGI people to test this as well as Solaris people, since it's entirely
possible I borked them both. :-)


SVN revision: 1336
1999-11-19 18:46:24 +00:00
Tom Gilbert 50a526a8ad whoops
SVN revision: 1332
1999-11-18 18:05:05 +00:00
Tom Gilbert 806f36865a Thu Nov 18 19:15:14 GMT 1999
(gilbertt)

Changes to E-NetGraph.c

Removed some warnings which show up when compiling with -Wall.


SVN revision: 1331
1999-11-18 18:04:30 +00:00
Tom Gilbert 72811c2786 I'll be needing to commit these then
SVN revision: 1330
1999-11-18 17:57:16 +00:00
Tom Gilbert 8ff8586bd2 Thu Nov 18 19:15:14 GMT 1999
(gilbertt)

Changes to E-ScreenShoot

Added a couple of new config options. They're in the dox, but I'll yip about
them too.

VIEW_SHOT & VIEWER   -   View shot after taking it using VIEWER (ee default)
RUN_SCRIPT & SCRIPT_TO_RUN  -  Run script/program after taking shot, sending
filename as parameter.

Also cleaned up some of that code, it was hairy.


SVN revision: 1329
1999-11-18 17:55:21 +00:00
Tom Gilbert 5b1e03039a Thu Nov 18 18:42:45 GMT 1999
(gilbertt)

Changes to cloak.[ch]

If those functions are not going to be static any more, declare them in
cloak.h, so other epplets can use them


SVN revision: 1328
1999-11-18 17:08:12 +00:00
Tom Gilbert 30f5ffa096 Thu Nov 18 18:16:12 GMT 1999
(gilbertt)

Working towards cool new E-ScreenShoot features.

They're not there yet though :)


SVN revision: 1327
1999-11-18 16:41:37 +00:00
Richard Barnes dd5ea78699 Ok, added the *real* E-NetGraph to cvs. Coded by Daniel Erat
(http://www2.ucsc.edu/~erat/). I had no idea this existed, it rocks. It takes
hella command-line options, but I modified it to use a config file too. It may
not run at first if your net device is not ppp0 and you don't specify. This
will be changed.


SVN revision: 1326
1999-11-18 15:27:22 +00:00
Richard Barnes f2fa15235c Made most of the functions in epplets/cloak.c non-static so that they can be
accessed by other epplets. Also Added E-NetGraph, a wmnet wannabe epplet.


SVN revision: 1325
1999-11-18 01:35:21 +00:00
Michael Jennings 59d9e9cdff Damn thing filled up my .xlog.
SVN revision: 1323
1999-11-17 23:51:35 +00:00
Michael Jennings 00c98e327a Wed Nov 17 14:18:42 PST 1999
(KainX)

Cleanups to the libgtop stuff.  Someone (Mark) please tell me if this doesn't
work on Solaris....


SVN revision: 1322
1999-11-17 20:55:49 +00:00
Carsten Haitzler 3798c6a812 added test for libgtop etc. - you will need libgtop 1.0.1 i think or higher as
libgtop-config no-linger has the --cflags etc. :)


SVN revision: 1321
1999-11-17 15:42:50 +00:00
Christian Kreibich 4d0e20be5b Changed the button management of E-Mountbox -- added a third
button at the bottom that shows the additional buttons when clicked.

Q: How does a UNIX Guru do Sex ?
A: unzip; strip; touch; finger; \
   mount; fsck; more; yes; umount; sleep

Uhm ... apologies for my bad taste ... I graded the code of 30
breadth/depth-first graph searches today, believe me, that can
really deteriorate one's taste =)


SVN revision: 1320
1999-11-17 00:18:31 +00:00
Richard Barnes 9e0f00c611 Tue Nov 16 17:10:44 EST 1999
(StriderZ)

Added a textbox cursor.


SVN revision: 1318
1999-11-16 21:02:11 +00:00
Michael Jennings 5ae5797f94 Mon Nov 15 12:30:13 PST 1999
(KainX)

Another morning, another cleanup.  Doesn't anyone use warning flags besides
me?


SVN revision: 1313
1999-11-15 19:37:56 +00:00
Richard Barnes 885174b675 Guess people like it like this...
SVN revision: 1308
1999-11-15 00:42:04 +00:00
Richard Barnes 9928f4f346 Who screwed up my layout?
SVN revision: 1307
1999-11-14 23:38:11 +00:00
Tom Gilbert 99e803c8d5 Sun Nov 14 02:53:54 GMT 1999
(gilbertt)

Added another animation to E-SD, "History Bar", its cooler.


SVN revision: 1305
1999-11-14 02:18:24 +00:00
Tom Gilbert 1483a268ec *cough*
SVN revision: 1302
1999-11-14 01:59:41 +00:00
Tom Gilbert 62e6c346c0 Sun Nov 14 02:24:13 GMT 1999
(gilbertt)

Added new animation to E-SD, called history, it is responsive to sound, and
will hopefully keep StriderZ off my back for a day or two :P


SVN revision: 1301
1999-11-14 01:49:14 +00:00
Tom Gilbert 6d7152f12f Sun Nov 14 01:34:43 GMT 1999
(gilbertt)

Should have quashed all lag in E-SD. Please let me know

You will have to remove your old .cfg from epplet_configs for the changes to
take effect.


SVN revision: 1300
1999-11-14 01:00:12 +00:00
Tom Gilbert 2d7903c6ec That shouldn't happen
SVN revision: 1299
1999-11-14 00:45:48 +00:00
Tom Gilbert 49b584a369 Put some words in here
SVN revision: 1298
1999-11-14 00:40:51 +00:00
Tom Gilbert bea6a107ad Added help and icon to E-ScreenSave
SVN revision: 1297
1999-11-14 00:19:49 +00:00