Commit Graph

36 Commits

Author SHA1 Message Date
Kim Woelders 9cb4561227 Indent tweaks, cleanups 2021-08-31 07:47:46 +02:00
Kim Woelders 9d0e6438db Drop unnecessary headers 2021-08-31 07:11:23 +02:00
Kim Woelders 83e1e71bee Introduce Epplet_adjust_priority()
Avoiding some code duplication.
2021-08-31 07:11:23 +02:00
Kim Woelders 2ea5042e00 Warning cleanups - epplets. 2016-08-19 09:31:22 +02:00
Kim Woelders 6f9b038c1e Now that we are playing around here - Indent!
SVN revision: 22149
2006-04-15 22:04:48 +00:00
Mike Frysinger 35fed46644 if we dont know how to handle a request, then we need to bail, not execute uninitialized memory
SVN revision: 22144
2006-04-15 19:55:45 +00:00
Kim Woelders e26a45d2dd Pass data install path by function call in stead of by EROOT in epplet.h.
Look up images in epplet data dir.


SVN revision: 22086
2006-04-13 08:26:31 +00:00
Kim Woelders a5885f59ed Static declarations and global/initialised data in header files is bad.
SVN revision: 22074
2006-04-12 23:02:29 +00:00
Tom Gilbert ec05631ac9 E-Screenshoot can now use scrot to take shots (I recommend it ;-))
Use the popup in the config dialog to select which grabber to use.


SVN revision: 3823
2000-11-09 11:42:56 +00:00
Tom Gilbert 317f30fee5 Tue Jul 25 19:46:51 GMT 2000
Added ftp support to E-Screenshooter on fusion94's request. See config
dialog for details. The ftp password is stored in plaintext I'm afraid ;-)

Right now, the ftp option won't work if you use shell stuff in the dir or
datestamp fields (as by default), you have to use actual names/dirs instead
if you want to ftp... This is just 'cos of the way I do it right now...

This is temporary. I have two ways of fixing it, the painful way (for me),
or the easy way (use wordexp). The thing is, I think wordexp doesn't exist
for some of you guys... So I may have to do it the painful way. I won't get
around to this for a little while...

Hope it's okay for now..


SVN revision: 2923
2000-07-25 18:32:03 +00:00
Tom Gilbert 469f9d349c Another dufus point. That's five today.
SVN revision: 1916
2000-01-15 00:10:32 +00:00
Carsten Haitzler 115dc681cf add fbsd patches...
SVN revision: 1908
2000-01-12 20:05:54 +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 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 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
Tom Gilbert e6f7c2c4a0 Sat Dec 04 16:59:29 GMT 1999
(gilbertt)

Added config dialog to E-ScreenShoot.


SVN revision: 1496
1999-12-04 12:32:17 +00:00
Michael Jennings 180b8b08ea Added stuff to the focus in/out handlers. I skipped Tom's in case he's
testing shit. :-)


SVN revision: 1492
1999-12-03 19:52:28 +00:00
Tom Gilbert 9ce2ad30c3 Tue Nov 30 17:48:31 GMT 1999
(gilbertt)

E-ScreenShoot.c E-SD.c E-ScreenSave.c

Urm. Should've done this before. Removed some duplication, and one omission
in my cloaking code. Silly really, most people won't notice any difference,
but I will :)


SVN revision: 1462
1999-11-30 14:45:32 +00:00
Tom Gilbert d343608385 Dammit. The random cloak code was slightly off. I screwed it up by removing
an anim without decrementing a number. Fixed.


SVN revision: 1454
1999-11-29 18:31:01 +00:00
Tom Gilbert 2d446b79dc Hrm. Trying to debug a problem Demonishi was having...
Maybe it'll be ok now?


SVN revision: 1416
1999-11-27 13:03:19 +00:00
Michael Jennings 89085f3eee Wed Nov 24 18:33:45 PST 1999
(KainX)

Major restructuring and cleanup.  I think the new standard should be pretty
self-explanatory, but let me know if you have any questions.  CVS developers,
PLEASE read epplets/Makefile.am carefully to see how it all works now.

Icons are stored in epplets/icons/ and are installed into
$EROOT/epplet_icons/.  All miscellaneous data files (including images) are
stored in epplets/<epplet name>-data/ and are installed into
$EROOT/epplet_data/<epplet name>/.  Also note that, if you're going to use the
same old aircut3.ttf and bg.png in your help section, add your epplet's name
to NEED_BG and NEED_FONT in epplets/Makefile.am.  Do NOT commit duplicates of
those two files.


SVN revision: 1394
1999-11-24 23:36:51 +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
Tom Gilbert 598354a379 Oops.
That won't do.


SVN revision: 1350
1999-11-20 19:38:49 +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
Carsten Haitzler 39890b6ac4 make distcheck properly... :)
SVN revision: 1338
1999-11-19 23:01:40 +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 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
Tom Gilbert 6a6e15730b Sat Nov 13 21:03:02 GMT 1999
(gilbertt)

Changes to : E-ScreenShoot.[ch] clock.[ch]

Renamed "Rotator" to "Mesh", and added new cloak-animation, "Funky Mesh"

I was bored. Ok?


SVN revision: 1295
1999-11-13 20:32:21 +00:00
Tom Gilbert a209b3a060 Thu Nov 11 21:08:12 GMT 1999
(gilbertt)

Changed ~/ to $HOME/ in the default E-ScreenShoot directory config, for
those people with strange obscure machines that just don't play ball :-P

Oh, and just for KainX, there follows TWO newlines. One for this entry, and
one to make up for the last omission. ;-)


SVN revision: 1255
1999-11-11 20:58:47 +00:00
Christian Kreibich 811247cb78 Esnprintf is in the house now :)
SVN revision: 1242
1999-11-10 23:37:53 +00:00
Tom Gilbert 12a92c2ff0 Wed Nov 3 23:58:36 GMT 1999
(gilbertt)

More late-night coding for Tom ;-)
The trouble with using a .1f format string for something which will
accept a < 0.1 value, is that the value is written as 0.0
This is clearly not a good idea, and led to an interesting 5 minute
bug-hunt.

Time for sleep.


SVN revision: 1166
1999-11-03 15:02:45 +00:00
Michael Jennings 23c0139c3a Ummm, woops. :-)
SVN revision: 1158
1999-11-02 18:07:17 +00:00
Michael Jennings acaa134834 Tue Nov 2 18:28:36 PST 1999
(KainX)

A new cloak mode for E-ScreenShoot...random!  You can guess what it does.


SVN revision: 1157
1999-11-02 17:40:52 +00:00
Tom Gilbert 875fdd1d9c Sun Nov 1 22:06:12 GMT 1999
(gilbertt)

Nothing spectacular:
        Fixed some issues with a couple of cloak-anims
        Added SineWave. Unless I'm feeling wacky sometime, that just about
        does it for cloak-anims. Enough is enough ;-)

Next step is to change most of them from global arrays to mallocs, to reduce
memory consumption somewhat (currently around 270Kb non-shared on my box)


SVN revision: 1096
1999-11-01 13:35:33 +00:00
Tom Gilbert 5c423a43ce Sun Oct 31 21:36:50 GMT 1999
(gilbertt)

New cloak-animation - text banner.
Fixed my bouncing ball.
Rand()omised my atoms.

How can I even try to make a serious ChangeLog entry when all I've done is
fix my bouncing ball? I give up.


SVN revision: 1074
1999-10-31 13:19:20 +00:00
Tom Gilbert 317c73052d Mon Oct 31 11:36:50 GMT 1999
(gilbertt)

Added E-ScreenShoot

This should make it easier to keep up to date :-)

Enjoy.


SVN revision: 1070
1999-10-31 10:39:59 +00:00