Commit Graph

350 Commits

Author SHA1 Message Date
Tom Gilbert 1eaafd4598 Thu Jan 6 11:57:10 GMT 2000
(gilbertt)

Okay. I'm trying to make epplets gnome-session friendly (dunno why =P).

People complain about the automatic respawning, so I have added a configure
option --disable-auto-respawn to prevent epplets remembering to restart
(they still remember location, sticky etc).

*I have not tested this* because I refuse to run gnome-session on this box,
but I see no reason why it shouldn't be ok.


SVN revision: 1861
2000-01-06 00:16:38 +00:00
Michael Jennings e4cf75a03e Wed Jan 5 20:11:40 PST 2000
(KainX)

New version number and copyright dates that include 2000.


SVN revision: 1859
2000-01-05 16:24:01 +00:00
Tom Gilbert 0cc1dfae2e Tue Jan 5 17:02:26 GMT 2000
(gilbertt)

Am I too late for 0.5?

Just cleaning up the help a bit. Sorry about the version thing btw, I guess
I have a thing for the number 6 or something?

:)


SVN revision: 1852
2000-01-05 05:22:24 +00:00
Michael Jennings 5d3a26f2ad Tue Jan 4 20:57:24 PST 2000
(KainX)

Final preparations for the release of 0.5.


SVN revision: 1850
2000-01-04 17:25:23 +00:00
Michael Jennings debe5747dc Mon Jan 3 15:09:24 PST 2000
(KainX)

No, this is version 0.5, not 0.6, Tom.


SVN revision: 1825
2000-01-03 11:58:46 +00:00
Carsten Haitzler 3ae0b81aeb ooff by one
SVN revision: 1783
1999-12-29 11:08:09 +00:00
Christian Kreibich e7ef9e0879 Whoopsy.
SVN revision: 1777
1999-12-27 20:05:53 +00:00
Christian Kreibich d4024f2e62 More E-Mountbox stuff. Config dialog now changes dynamically, depending
on whether you have patterns for mathching mountpoint types or not.
Deleting of mountpoint types should work. Still needs more debugging...


SVN revision: 1776
1999-12-27 19:57:37 +00:00
Christian Kreibich 3ea5ee7eed Textboxes can now be hidden.
SVN revision: 1775
1999-12-27 19:55:30 +00:00
Michael Jennings 4f0e6bbcde Dammit.
SVN revision: 1739
1999-12-22 10:52:54 +00:00
Christian Kreibich f99cb30866 More work on the Mountbox. Changing backgrounds and default icons should
work on runtime now, modifying and adding mountpoint types too. Deleting
still needs to be done. Oh, and untested, btw.

Damn. I'm getting sick.


SVN revision: 1696
1999-12-20 15:44:21 +00:00
Christian Kreibich d0c758d6c7 Added a destructor for RGB_buf's. From epplet.h:
/* free an RGB buffer */
void            Epplet_free_rgb_buf(RGB_buf buf);

I think the user shouldn't have to think about the internals of an RGB_buf
in order to free it.


SVN revision: 1695
1999-12-20 15:41:23 +00:00
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