screensavers/.git
2023-02-09 Aaron TaylorAdded missing newline in NEDsim error message. master origin/HEAD origin/master
2023-02-09 Aaron TaylorFixed minor typo in Makefile comment.
2021-07-14 Aaron TaylorFixed minor typo in Makefile comment.
2021-07-13 Aaron TaylorAdded 'long division' as new embedded program for NEDsim.
2021-07-12 Aaron TaylorInitial commit of README for NEDsim. Still lacks an...
2021-07-12 Aaron TaylorFixed some space characters that slipped into the Makefile.
2021-07-12 Aaron TaylorAdded ability to directly embed NED programs in NEDsim...
2021-07-11 Aaron TaylorFixed bug. The SC now correctly displays the currently...
2021-07-11 Aaron TaylorRemoving TODO related to freeing X-related allocations...
2021-07-11 Aaron TaylorCleaned up set_font_size() in NEDsim. Leaving the ineff...
2021-07-11 Aaron TaylorCleaned up all the helper and drawing function areas...
2021-07-11 Aaron TaylorSince draw_rect_area() changes the foreground color...
2021-07-11 Aaron TaylorSince we are not longer trying to remain C89 compliant...
2021-07-11 Aaron TaylorSince there is no point drawing blank lights during...
2021-07-11 Aaron TaylorAdded COLOR() macro to NEDsim for ease of reading.
2021-07-11 Aaron TaylorAdded draw_text() to NEDsim and refactored all the...
2021-07-10 Aaron TaylorIn NEDsim, display as many data rows as possible instea...
2021-07-10 Aaron TaylorMinor cleanup of helper functions in NEDsim.
2021-07-10 Aaron TaylorConsolidated #defines for NEDsim.
2021-07-10 Aaron TaylorAdded missing include guard to simulator header file.
2021-07-10 Aaron TaylorCleaned up XScreensaver portion of NEDsim.c.
2021-07-09 Aaron TaylorAdded multiple colors schemes and CLI option to select...
2021-07-09 Aaron TaylorMade NEDsim double-buffered.
2021-07-09 Aaron TaylorPruned #includes for NEDsim simulator files.
2021-07-09 Aaron TaylorMinor cleanup in NEDsim.c, removing old TODO items...
2021-07-09 Aaron TaylorAdded Makefile for NEDsim.
2021-07-09 Aaron TaylorAddressed minor TODOs in simulator.c
2021-07-09 Aaron TaylorMade most functions in NEDsim simulator static.
2021-07-09 Aaron TaylorPruned #includes and made minor cleanups in NEDsim...
2021-07-09 Aaron TaylorAdded `-binary` CLI flag to NEDsim for loading a.out...
2021-07-09 Aaron TaylorTrimmed down NEDsim to a single CPU, single thread...
2021-07-08 Aaron TaylorAdded 'antialiased fonts' to improvement list for NEDsi...
2021-07-08 Aaron TaylorNow NEDsim maintains the simulator when the window...
2021-07-08 Aaron TaylorAdded rounded panel corners to NEDsim.
2021-07-08 Aaron TaylorAdded 'improvements' file for NEDsim hack to avoid...
2021-07-08 Aaron TaylorAdded NEDsim to list in hack directory README.
2021-07-08 Aaron TaylorInitial commit of NED1 front panel code I've been hacki...
2021-06-12 Aaron TaylorMinor change to WolframAutomata README.
2021-06-12 Aaron TaylorSmall changes after proof-reading of WolframAutomata...
2021-06-12 Aaron TaylorGeneral proofreading and cleanup of WolframAutomata.c
2021-06-11 Aaron TaylorOne more gitweb-related formatting change to example...
2021-06-11 Aaron TaylorChanged formatting of one example config file for bette...
2021-06-11 Aaron TaylorUpdated XScreensaver integration notes for WolframAutom...
2021-06-11 Aaron TaylorUpdated list of possible improvements for WolframAutomata.
2021-06-11 Aaron TaylorRegrouped CLI options by function in WolframAutomata.c
2021-06-11 Aaron TaylorAdded reminder note to top of WolframAutomata for C89...
2021-06-11 Aaron TaylorUpdated WolframAutomata to be C89 compliant.
2021-06-10 Aaron TaylorReworked CLI flags for starting seed in README and...
2021-06-10 Aaron TaylorUpdated WolframAutomata's rule related CLI flags to...
2021-06-10 Aaron TaylorUpdated WolframAutomata's simulation speed related...
2021-06-10 Aaron TaylorUpdated WolframAutomata's simulation length related...
2021-06-10 Aaron TaylorAdded some context to XScreensaver config file in Wolfr...
2021-06-10 Aaron TaylorCollection of minor updates to WolframAutomata README.
2021-06-10 Aaron TaylorCleaned up CLI flags for cell size in WolframAutomata...
2021-06-09 Aaron TaylorUpdated WolframAutomata's admiration window related...
2021-06-09 Aaron TaylorUpdated WolframAutomata's color related CLI flags to...
2021-06-09 Aaron TaylorAdded XScreensaver integration notes to WolframAutomata...
2021-06-09 Aaron TaylorAdded CLI flags to README for WolframAutomata.
2021-06-07 Aaron TaylorAdded a file for future hack ideas.
2021-06-07 Aaron TaylorAdded a list of future improvements to be made.
2021-06-07 Aaron TaylorOne more update to previous two commits. Forgot a ...
2021-06-07 Aaron TaylorAdded additional note to previous commit. Forgot to...
2021-06-07 Aaron TaylorAdded notes on generating screenshots of running hacks.
2021-06-07 Aaron TaylorAdded two screenshots of WolframAutomata in operation.
2021-06-07 Aaron TaylorAdded basic README to WolframAutomata.
2021-05-29 Aaron TaylorRemoved manpage reference in Makefile for WolframAutomata.
2021-05-29 Aaron TaylorAdded README for `hacks/` that one-sentence-summarizes...
2021-05-29 Aaron TaylorFirst 'working' version of WolframAutomata for FreeBSD...
2021-03-21 Aaron TaylorModified WolframAutomata to loop with new settings...
2021-03-16 Aaron TaylorAdded CLI options -random-num-generations, -random...
2021-03-16 Aaron TaylorWolframAutomata now uses a black background for the...
2021-03-16 Aaron TaylorAdded several fg:bg color pairs to color_list[] for...
2021-03-15 Aaron TaylorMisc 'catchup' commit on WolframAutomata.c.
2021-03-15 Aaron TaylorAdded ability to set fg/bg color in WolframAutomata.
2021-03-15 Aaron TaylorAdded curated list of rule/seed combinations to Wolfram...
2021-03-15 Aaron TaylorAdded CLI flags to WolframAutomata allowing user to...
2021-03-14 Aaron TaylorAdded CLI options for requesting a specific rule, rando...
2021-03-14 Aaron TaylorAdded "number of generations" as a command line flag...
2021-03-14 Aaron TaylorCorrectly store pointer to new state struct with screen...
2021-03-14 Aaron TaylorAdded option to increase pixel size in WolframAutomata...
2021-03-14 Aaron TaylorUpdated/clarified planned command options for WolframAu...
2021-03-13 Aaron TaylorEnforcing tabs -> 4 spaces on WolframAutomata.c.
2021-03-13 Aaron TaylorAdding Makefile to build the hack from the previous...
2021-03-13 Aaron TaylorInitial commit of WolframAutomata hack. Basic functiona...
2021-03-10 Aaron TaylorAdded basic README for overall repo.
2021-03-10 Aaron TaylorAdded MIT/X license to project.
2021-03-10 Aaron TaylorAdded `Makefile` documenting the build commands for...
2021-03-10 Aaron TaylorAdded README.md for greynetic/reference hack.
2021-03-10 Aaron TaylorImported the greynetic hack and README.hacking document...
2021-03-10 Aaron TaylorAdding `README.md` related to `screenhack` files in...
2021-03-10 Aaron TaylorAdding files related to the `screenhack` API for X11...