Commit Graph

338 Commits

Author SHA1 Message Date
Michael Jennings 69f99ab980 Thu Dec 16 19:56:24 PST 1999
(KainX)

API changes here, all in order to make E-Disk and E-MemWatch be able to toggle
between the old arrangement and the new.  So basically, you can now move
gadgets to new locations.


SVN revision: 1647
1999-12-16 21:17:27 +00:00
Michael Jennings 0bb577c446 Wed Dec 15 18:40:51 PST 1999
(KainX)

Dammit.  My Linux version checking was broken in net.c, so users of 2.1 and
2.2 kernels weren't getting outgoing packet counts.  Fixed.


SVN revision: 1634
1999-12-15 20:16:43 +00:00
Richard Barnes b32f1a4dc0 Textbox editing fixes. There are still weird bugs. Mostly with scrolling.
Let me know if you notice any. Help me fix them if you dare to look at
the code. *evil grin*


SVN revision: 1627
1999-12-14 21:33:46 +00:00
Richard Barnes 635c811f6c Textbox fixes...
SVN revision: 1626
1999-12-14 21:18:51 +00:00
Richard Barnes 7b7b47d6fa Still cleaning up E-PlayCD docs...
SVN revision: 1625
1999-12-14 20:03:29 +00:00
Richard Barnes 8b98162e80 Make E-PlayCD Help a little more helpful and a little less thuggish...
SVN revision: 1624
1999-12-14 19:57:28 +00:00
Michael Jennings d35dadf73d You keep forgetting this...
SVN revision: 1622
1999-12-14 18:01:58 +00:00
Richard Barnes 743521d44b Forgot the icon. Small adjustment to MAIN file...
SVN revision: 1621
1999-12-14 17:54:01 +00:00
Michael Jennings b46268cef9 Tue Dec 14 15:21:52 PST 1999
(KainX)

StriderZ and I added E-PlayCD as a conditional build.


SVN revision: 1620
1999-12-14 17:23:44 +00:00
Richard Barnes 84f8b53dab Didn't mean to commit that before...
SVN revision: 1619
1999-12-14 16:50:33 +00:00
Richard Barnes 121d23b3de Dammit. That wasn't sposed to happen...
Adding E-PlayCD to repository...


SVN revision: 1618
1999-12-14 16:49:00 +00:00
Michael Jennings f53247828f Mon Dec 13 16:51:48 PST 1999
(KainX)

Added labels for E-MemWatch and E-Disk.


SVN revision: 1614
1999-12-13 19:00:38 +00:00
Christian Kreibich 91bac7739a Added querying for multiple configs. If you have a group of configuration
settings that you want to refer to under the same key (e.g. the apps that
a launcher starts up etc), use

void Epplet_modify_multi_config(char *key, char **values, int num);

And if you want to query for a group of settings, use this:

char **Epplet_query_multi_config(char *key, int *num);

Note that you have to free() the returned array here. The key is internally
encoded into __key__1 for the first string, __key__2 for the second etc.

I put some testing code for this into ConfigTestEpplet.c The epplet will
remember all the command line parameters you give on startup and dump
them.

Also extended E-Mountbox so that the users can now define the patterns
in the device or mountpoint and corresponding icons themselves. Currently
still via the config file, but the dialog is there. Not functional yet,
though.


SVN revision: 1612
1999-12-13 17:38:52 +00:00
Michael Jennings 30a09f8ebf Misc. oopses.
SVN revision: 1610
1999-12-13 16:28:08 +00:00
Richard Barnes 75f41fbbfe Forgot to make cursor position reset itself when the textbox does...
SVN revision: 1609
1999-12-13 15:31:58 +00:00
Richard Barnes f87010fab4 More textbox editing fixes.
Left/Right arrows work. Home/End work. Backspace/Del work.
Test and give me feedback, I need it...


SVN revision: 1607
1999-12-13 12:46:22 +00:00
Michael Jennings 1e0c8b155d Mon Dec 13 09:54:54 PST 1999
(KainX)

This should fix the seg fault people have been seeing.  I also removed an
Esnprintf() and put the sprintf() back; that was a wrong replacement.


SVN revision: 1604
1999-12-13 12:05:19 +00:00
Richard Barnes eb5049a9f9 Textbox editing slightly less quirky...
SVN revision: 1601
1999-12-13 09:36:21 +00:00
Richard Barnes a12d859739 Editing support for textboxes is bad^H^H^Hgoood....mmmmkay?
Still a little quirky, but I figured it was good enough to commit for now...


SVN revision: 1600
1999-12-12 23:12:45 +00:00
Tom Gilbert c598b0c3ce Just some comments to explain stuff better.
SVN revision: 1597
1999-12-12 16:01:50 +00:00
Tom Gilbert 66096bea2d Sun Dec 12 16:33:12 GMT 1999
(gilbertt)

E-Time wasn't saving its justification setting. Fixed.


SVN revision: 1595
1999-12-12 10:52:36 +00:00
Tom Gilbert 3b2dad59a8 I missed this.
SVN revision: 1592
1999-12-11 17:22:13 +00:00
Tom Gilbert 5efc360e31 Sat Dec 11 17:47:32 GMT 1999
(gilbertt)

Don't try to open "/dev/null" as an image either.

Prevents those:

IMLIB ERROR: Cannot load image: /dev/null
All fallbacks failed.

messages. I have just used a NULL parameter instead, which I believe is
correct.


SVN revision: 1591
1999-12-11 12:18:21 +00:00
Tom Gilbert d0198b2cda Sat Dec 11 13:27:54 GMT 1999
(gilbertt)

Urm. I don't know if this was intended, but E-Slides never actually
Epplet_gadget_show()'s its image... Don't know when this happened...


SVN revision: 1590
1999-12-11 07:57:46 +00:00
Tom Gilbert 415146eafa Sat Dec 11 13:00:12 GMT 1999
(gilbertt)

Commands to view urls in E-UrlWatch are now of the format:
command %s
Where %s is substituted with the url.
Eg. The default is now:
gnome-moz-remote --newwin "%s" &
But things like
netscape -remote openURL(%s)
will now work.

That's a really bad habit of mine :( Thanks to Matthew Crites
<mcrites@primenet.com> for pointing it out.


SVN revision: 1589
1999-12-11 07:36:24 +00:00
Richard Barnes 17a100e0e6 Forgot this....
SVN revision: 1587
1999-12-10 20:39:40 +00:00
Richard Barnes a76cefae0d Scrolls better now....hopefully...
SVN revision: 1586
1999-12-10 20:38:54 +00:00
Richard Barnes 6974951172 E-Exec was adding blanks to the history-list...
SVN revision: 1583
1999-12-10 15:53:04 +00:00
Tom Gilbert 35fcaafcd1 Fri Dec 10 18:28:12 GMT 1999
(gilbertt)

Changed the epplet window classname to epplet-window (was epplet-config
(oops))


SVN revision: 1574
1999-12-10 13:05:59 +00:00
Michael Jennings 8978e83fb2 Thu Dec 9 19:11:46 PST 1999
(KainX)

E-Magic.  The 8-ball kind.  Customizeable answers and a cool GIMP-rendered
original graphic.


SVN revision: 1567
1999-12-09 21:55:24 +00:00
Tom Gilbert d2f6743a81 Fixed the fixes I made last night. As they didn't actually *fix* anything.
Now the fixes are fixed, and the original problems are fixed, so we are
pretty much fixed as far as I am concerned.


SVN revision: 1566
1999-12-09 18:49:59 +00:00
Tom Gilbert ad8c5fe782 Thu Dec 09 20:49:42 GMT 1999
(gilbertt)

Hrm. If nobody minds... I've added:

Window Epplet_create_window_borderless(int w,int h,char *title, char vertical);

In case anyone fancies a borderless window. Or two. For displaying things. In
windows. Without borders. For whatever reason. Erm. I'll stop now.


SVN revision: 1564
1999-12-09 15:40:08 +00:00
Christian Kreibich da3b9ce0d6 Damn. Forgot the Makefile.
SVN revision: 1563
1999-12-09 14:19:58 +00:00
Christian Kreibich b9fad5374f Thu Dec 9 14:29:50 EST 1999
(Christian)

The Mountbox reacts to left and right cursor keys now. Also added a Jazz drive
image for piercer <piercer13@home.com>. Config dialog coming soon.


SVN revision: 1562
1999-12-09 14:19:08 +00:00
Michael Jennings c48a6258b0 Wed Dec 8 15:41:25 PST 1999
(KainX)

Applied a patch from Michael Roberts <m.t.roberts@student.murdoch.edu.au> so
that invisible gadgets won't try to redraw themselves.


SVN revision: 1558
1999-12-08 18:35:38 +00:00
Tom Gilbert 8a3451c724 Same again here.
SVN revision: 1557
1999-12-08 16:02:47 +00:00
Tom Gilbert eb576d77cb Fixed that thing StriderZ mentioned with the turning off cloaking not
turning off the cloak if the thing is cloaked.

bah.


SVN revision: 1556
1999-12-08 15:57:20 +00:00
Michael Jennings 2e6b8bcbd6 Tue Dec 7 20:02:09 PST 1999
(KainX)

Config file support and a new config dialog for E-Time.  You can set the
strings passed to strftime() for each line, and you can also set the text
justification (right or left).


SVN revision: 1546
1999-12-07 23:03:56 +00:00
Michael Jennings c53dd6e7bf Tue Dec 7 18:02:22 PST 1999
(KainX)

Fixed a seg fault in E-Mountbox if the images in the config file aren't found.
It first falls back on the compiled-in defaults, and if that doesn't work
either, it exits with an error.


SVN revision: 1545
1999-12-07 21:04:58 +00:00
Michael Jennings 276863160e Tue Dec 7 17:13:06 PST 1999
(KainX)

New dialog for E-NetGraph.  This is the only network epplet I use, so I don't
have any plans to add similar interfaces to the other net epplets, but I
recommend that *someone* does so.

Also, I modified E-Slides and E-NetGraph so that if the config file or the
default settings don't provide a valid image directory (for E-Slides) or a
valid network interface (E-NetGraph), rather than immediately exiting, you
will be presented with the config dialog.  Very handy.


SVN revision: 1544
1999-12-07 20:18:09 +00:00
Michael Jennings 35dcbdf93e Mon Dec 6 23:07:32 PST 1999
(KainX)

And one for E-Xss.


SVN revision: 1530
1999-12-07 02:17:08 +00:00
Michael Jennings 7ee92cdd38 Mon Dec 6 21:48:52 PST 1999
(KainX)

Dialog for E-Biff too.


SVN revision: 1528
1999-12-07 00:59:24 +00:00
Michael Jennings 9cbe26bb39 Mon Dec 6 20:18:45 PST 1999
(KainX)

E-Slides now has a full-featured working config dialog.  Damn good work, Tom.


SVN revision: 1523
1999-12-06 23:29:54 +00:00
Michael Jennings a3453dbdfd Mon Dec 6 14:46:15 PST 1999
(KainX)

Sorry folks, forgot this part.  My bad.


SVN revision: 1519
1999-12-06 17:59:12 +00:00
Michael Jennings 11e876b0a0 Duh =P
SVN revision: 1516
1999-12-06 17:49:31 +00:00
Michael Jennings be1583b088 Mon Dec 6 14:31:34 PST 1999
(KainX)

Applied Tom's patch to E-Slides to support maintaining the aspect ratio when
displaying images in the epplet window.  Also cleaned up the E-MoonClock code
and set the buffer size to 1024 so that everyone will hush. =)


SVN revision: 1515
1999-12-06 17:45:23 +00:00
Michael Jennings d08d658e7f Mon Dec 6 12:53:49 PST 1999
(KainX)

Patches to E-MoonClock from Valdis Kletnieks <valdis.kletnieks@vt.edu>.


SVN revision: 1503
1999-12-06 16:08:41 +00:00
Tom Gilbert a62adeccd3 Just changed the wording in the dialog a smidge.
SVN revision: 1501
1999-12-05 16:42:33 +00:00
Tom Gilbert 6cf1d4f692 Sun Dec 05 19:02:45 GMT 1999
(gilbertt)

Added config dialog to E-Urlwatch, it is much more useable now :)


SVN revision: 1500
1999-12-05 14:28:59 +00:00
Tom Gilbert da9f7b42f2 Sat Dec 04 23:02:13 GMT 1999
(gilbertt)

By popular demand:

/* A cut down version for image-only buttons */
Epplet_gadget   Epplet_create_image_button(char *image, int x, int y,
                                     int w, int h,
                                     void (*func) (void *data), void *data);

That's the last of them! No more =P


SVN revision: 1499
1999-12-04 18:33:47 +00:00