Commit Graph

10 Commits

Author SHA1 Message Date
Neale Pickett 5292e7d8a1 Fix URLs in README, plus two cosmetic fixes to source
One was to make the sum function in magic a little more legible.
The other was to make BINDIR in Makefile overrideable.
2008-12-14 22:39:03 -07:00
Neale Pickett 46a3e054e0 Fixed resource leak in magic
I was trying to free the color before the GC was done with it, which
meant it never got freed.  This is probably why after several days,
magic would exit.
2008-11-20 16:15:07 -07:00
Neale Pickett b69bb4c0b4 README cleanup, a little reordering in magic.c for readability 2008-04-24 11:31:37 -06:00
Neale Pickett 1b568d19fd A couple little tweaks
* magic now looks for the XSS_WINDOW environment variable
* xsswin doesn't bother forking before execing now
* README provides a little introduction
2008-04-21 13:58:38 -06:00
Neale Pickett 6e5a49de25 Make sum() macro a little easier to understand 2008-04-21 12:19:22 -06:00
Neale Pickett b2700f61e9 Fix color pop in magic 2008-04-21 12:10:36 -06:00
Neale Pickett 13e3f6e478 Fix some magic color bugs 2008-04-16 22:23:39 -06:00
Neale Pickett db76af5ff1 Add color to magic. Still having keygrab issues from time to time. 2008-04-16 17:57:17 -06:00
Neale Pickett 09f76a5fee Add xkeygrab program 2008-04-15 17:18:35 -06:00
Neale Pickett 48249418df Added "magic" screensaver hack (B/W for now) 2008-04-14 22:57:19 -06:00