Commit Graph

156 Commits

Author SHA1 Message Date
Tom Gilbert 52950081d3 -------------------------------------------------------------------------------
Fri Nov 12 19:14:21 GMT 1999
(gilbertt)

More E-SD.c changes. Should be better, but let me know if any lag occurs.


SVN revision: 1278
1999-11-12 19:55:28 +00:00
Michael Jennings 488eb806c3 Gr.
SVN revision: 1277
1999-11-12 19:54:11 +00:00
Michael Jennings db5f7faf82 Feh.
SVN revision: 1276
1999-11-12 19:52:16 +00:00
Tom Gilbert c190e46f16 Fri Nov 12 19:14:21 GMT 1999
(gilbertt)

Changes to E-SD.[ch]

I'm hoping to have fixed the occasional high cpu usage my epplet seems to
show for everyone except me...

Please let me know if it worked...


SVN revision: 1275
1999-11-12 18:53:54 +00:00
Richard Barnes 294986b62e Gee..wonder how many more commits I can get before 14:00...
Fixed a segfault bug in E-Exec.


SVN revision: 1274
1999-11-12 18:33:56 +00:00
Richard Barnes 1401f9bd62 Added a feature to allow you to scroll off the end of the command history and
back into a blank textbox. Was supposed to already be in, but for some reason
it didn't work.


SVN revision: 1273
1999-11-12 18:24:48 +00:00
Richard Barnes ec6e682ffe Changed epplets/E-Exec.c
Added Epplet_unremember to cb_close.


SVN revision: 1272
1999-11-12 17:56:30 +00:00
Richard Barnes f1e7e6151e look at the Changelog...dammit
SVN revision: 1271
1999-11-12 17:47:01 +00:00
Tom Gilbert 54cb8e81fc Forgot this in my childish impatience ;-)
SVN revision: 1270
1999-11-12 16:49:11 +00:00
Tom Gilbert a10eadf816 Fri Nov 12 16:50:11 GMT 1999
(gilbertt)

Changes to E-Clock.c E-Areas.c Emix.x E-Sys.c E-Mountbox.c E-Load.c
E-Memwatch.c

Using atexit(Epplet_cleanup) prevents all those "mulitple spawning on
startup problems" people get.


SVN revision: 1269
1999-11-12 16:48:44 +00:00
Richard Barnes a87dedb19e Got rid of a segfault bug in the new history stuff...
SVN revision: 1268
1999-11-12 09:50:31 +00:00
Michael Jennings 4ec2ea2a37 *sneeze*
SVN revision: 1267
1999-11-12 07:07:49 +00:00
Michael Jennings afd07cdf4d And what was *he* thinking?
SVN revision: 1266
1999-11-12 07:05:48 +00:00
Michael Jennings cecae87687 What was I thinking?
SVN revision: 1265
1999-11-12 07:00:14 +00:00
Richard Barnes 56a24754fd Textboxes can scroll now. It's a little weird cuz the right "limit" moves
around. I need to fix the way it figures out where to stop spitting out
chars since upper/lowercase chars are not all the same width. I'll look into
it unless someone has some insight on this.


SVN revision: 1264
1999-11-12 05:36:31 +00:00
Richard Barnes bf855d9279 Ok. E-Exec now does command history of up to 15 items. Added
Epplet_change_textbox. Not thoroughly tested, but isn't that what users
are for? *runs*


SVN revision: 1261
1999-11-12 03:46:39 +00:00
Richard Barnes 5d299b6405 Added some code to do a command history. A change to the api is needed for it
to work, so I'm committing this first so I don't screw anything up during the
api modification. currently the relevant code is commented out.


SVN revision: 1258
1999-11-12 01:08:28 +00:00
Richard Barnes 99332580ea documenting my changes, biatch
SVN revision: 1257
1999-11-12 00:51:33 +00:00
Richard Barnes 74b51c2e8c Added some buttons for future use...
SVN revision: 1256
1999-11-12 00:49:22 +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
Michael Jennings fa94387121 Thu Nov 11 11:55:02 PST 1999
(KainX)

Okay, I've fixed the API issue with Epplet_modify_config(), and I've fixed the
weird Epplet_reset_textbox() behavior.  (For the record, there was never a
buffer overflow here.  The textbox contents are dynamically allocated and
resized.)

I also tweaked some of Tom's changes both for style and more robustness.  I
also fixed the OK dialog error the "right" way.  The real problem was not
calling Esync() before exiting. :-)

Now if only I could talk Tom into putting a newline at the end of his
ChangeLog entries.... ;-)


SVN revision: 1254
1999-11-11 19:47:17 +00:00
Tom Gilbert 5034d32be8 -------------------------------------------------------------------------------
Thu Nov 11 18:50:07 GMT 1999
(gilbertt)

*Hopes KainX doesn't kill him*

Fixed a couple of things.
o No longer tries to open subdirectories as images (my
.enlightenment/backgrounds directory contains only two subdirs, tiled and
fullscreen, previously it dumped core trying to open these as images).
o If there are no images in the dir, the Epplet_dialog_ok was never shown,
as it was followed by an exit(-1). It must be followed (at some point) by
Epplet_loop() to work.

KainX: If I broke it, you can kill me :)


SVN revision: 1253
1999-11-11 18:56:06 +00:00
Michael Jennings e92371b257 Wed Nov 10 20:49:04 PST 1999
(KainX)

Oh my goodness.  This should resolve all the textbox silliness.  (At least all
that I've run across so far....)


SVN revision: 1252
1999-11-11 04:47:15 +00:00
Richard Barnes ac6dcea856 Just spiffed it up slightly...i think...
SVN revision: 1251
1999-11-11 03:23:11 +00:00
Richard Barnes f7bb9a97d5 uh...uhuhuhuuhuh...this is gonna be cool...
SVN revision: 1250
1999-11-11 03:02:47 +00:00
Michael Jennings 126d6c30c5 Fix the corruption of the "device" field? I just prevent it from saving
since its value could never change over the course of the program....


SVN revision: 1249
1999-11-11 01:55:44 +00:00
Michael Jennings 134125edff blah
SVN revision: 1248
1999-11-11 00:08:21 +00:00
Michael Jennings 5feed64276 Okay, now you can build the test programs if you want to, but they're not
built by default.


SVN revision: 1247
1999-11-11 00:07:43 +00:00
Christian Kreibich e53ba939fd ... and another :)
SVN revision: 1246
1999-11-11 00:00:56 +00:00
Christian Kreibich 0c7ae75e29 Minor fix ...
SVN revision: 1245
1999-11-10 23:58:34 +00:00
Michael Jennings 366636fcdc Icky pooh.
SVN revision: 1244
1999-11-10 23:56:29 +00:00
Michael Jennings c43022a9b3 Wed Nov 10 15:49:40 PST 1999
(KainX)

E-Mountbox is now size-matched with everything else, and the help/config/close
buttons appear and disappear just like the other epplets.  Consistency is a
good thing. :-)  Also, E-Xss won't show/hide the drawing area any more when
it gains/loses focus.


SVN revision: 1243
1999-11-10 23:51:50 +00:00
Christian Kreibich 811247cb78 Esnprintf is in the house now :)
SVN revision: 1242
1999-11-10 23:37:53 +00:00
Michael Jennings 45ec67a22a Fixed that problem.
SVN revision: 1241
1999-11-10 23:13:12 +00:00
Mandrake 110fed5522 Wed Nov 10 14:54:28 PST 1999
(Mandrake)

removed EppletTest and EppletConfigTest from install procedure.  no need for
those to be automagically installed.


SVN revision: 1240
1999-11-10 22:54:37 +00:00
Michael Jennings f84d88b726 Fixes.
SVN revision: 1239
1999-11-10 22:46:14 +00:00
Tom Gilbert 446748616a -------------------------------------------------------------------------------
Wed Nov 10 19:48:22 GMT 1999
(gilbertt)

Added E-SD. I totally b0rked the repo in the process. Sorry folks.


SVN revision: 1238
1999-11-10 22:36:39 +00:00
Tom Gilbert 766b6937c7 -------------------------------------------------------------------------------
Wed Nov 10 19:48:22 GMT 1999
(gilbertt)

Added E-SD. I don't think I screwed anything up in the process.

Please let me know if this fails to compile/work on your systems!


SVN revision: 1237
1999-11-10 09:39:16 +00:00
Tom Gilbert eaf4e395f9 Sorry, forgot to NULL some *data.
SVN revision: 1236
1999-11-10 09:27:26 +00:00
Tom Gilbert 9469f33bdc Ok. This one really was my fault. But cvs started it!
Do I get the prize for "most cvs commits for smallest epplet"?


SVN revision: 1235
1999-11-10 09:14:06 +00:00
Tom Gilbert 21fc24fab2 Well this is just ludicrous.
I told you it hated me.


SVN revision: 1234
1999-11-10 09:12:40 +00:00
Tom Gilbert 8afec77a04 Gaaaaaah.
Let me beeeee!


SVN revision: 1233
1999-11-10 09:06:43 +00:00
Tom Gilbert ca55fd6428 Damn you cvs, why do you do this to me???
I don't deserve it!


SVN revision: 1232
1999-11-10 09:05:48 +00:00
Tom Gilbert 34284f97e6 -------------------------------------------------------------------------------
Wed Nov 10 19:13:17 GMT 1999
(gilbertt)

Added E-Mixer. Probably b0rked the configure.in and Makefile.am, but it
compiles on my box (tm).

PS. Die CVS DIEEE!


SVN revision: 1231
1999-11-10 09:03:35 +00:00
Richard Barnes ad52573105 Finally got the crap working right...geez. Give a man cvs access and he
immediately attempts to render it incompilable....is that a word?


SVN revision: 1230
1999-11-09 20:10:10 +00:00
Richard Barnes 33c5d7a413 Let's try this again...
SVN revision: 1229
1999-11-09 19:02:15 +00:00
Richard Barnes a01fd817d4 whoops
SVN revision: 1228
1999-11-09 18:51:02 +00:00
Richard Barnes a72703c512 added headers for the textbox functions and brief descriptions
SVN revision: 1227
1999-11-09 18:25:10 +00:00
Richard Barnes d3aaee7924 Added some textbox gadget stuff. Still not fully functional, but has it's uses.
SVN revision: 1226
1999-11-09 18:24:35 +00:00
Christian Kreibich 1d12710591 Arrgh.
SVN revision: 1225
1999-11-09 15:40:12 +00:00