Commit Graph

  • c181e1f5fe Update version number for new release. Ensure it matches output for nms -v Brian Barto 2017-02-19 13:29:28 -0500
  • b45ea4455c Merge pull request #47 from susnux/master Brian Barto 2017-02-19 12:08:37 -0500
  • ca6a9c1a38 Fixed Makefile for OSX, do not use install -t. Fixed #46 Ferdinand Thiessen 2017-02-19 17:54:14 +0100
  • 30f77d4a67 Merge pull request #45 from susnux/man Brian Barto 2017-02-18 17:44:22 -0500
  • faab291d82 Updated spec file Ferdinand Thiessen 2017-02-17 19:41:15 +0100
  • 239359eb3e Merge branch 'master' of https://github.com/bartobri/no-more-secrets Brian Barto 2017-02-18 17:13:18 -0500
  • d314a92bbb Update version info Brian Barto 2017-02-18 17:12:45 -0500
  • 99063c671f Merge pull request #44 from susnux/master Brian Barto 2017-02-18 17:00:28 -0500
  • cc5d71fd22 Added manpages Ferdinand Thiessen 2017-02-17 19:36:13 +0100
  • 8dfd02cd1c Change license header to GPL Brian Barto 2017-02-17 13:24:11 -0500
  • 9fd13679c2 Changing license back to GPL to keep it free Brian Barto 2017-02-02 15:06:56 -0500
  • db39bde01d Another typo fix Brian Barto 2017-01-27 10:32:53 -0500
  • 10e2046092 Typo fix Brian Barto 2017-01-27 10:30:58 -0500
  • 1291752d71 Add ncurses install instructions Brian Barto 2017-01-21 17:06:03 -0500
  • 4564c01619 Remove the -r option from README Brian Barto 2017-01-21 09:30:56 -0500
  • 99a9a19721 README tweak Brian Barto 2017-01-20 15:19:46 -0500
  • 1bc6e1065a Add link to LibNMS to README Brian Barto 2017-01-20 15:17:59 -0500
  • aeb2fbb904 Update README Brian Barto 2017-01-20 14:59:02 -0500
  • 4b79262cf2 Document the nmstermio modules Brian Barto 2017-01-20 14:35:00 -0500
  • 08957b766c Document nmscharset module Brian Barto 2017-01-20 13:47:34 -0500
  • a0d80ddb19 Update documentation for nmseffect module Brian Barto 2017-01-20 10:46:33 -0500
  • 0b44f64468 Update documentation for nmseffect library Brian Barto 2017-01-19 15:15:24 -0500
  • ea6983113f Don't need to print output from nmseffect_exec() Brian Barto 2017-01-19 14:51:21 -0500
  • 272e780adf Make module for character set to allow easy substitution with different set. Brian Barto 2017-01-19 12:08:20 -0500
  • 8a09f36cee Rename nmsterm modules to nmstermio, and update function names to align with new module name Brian Barto 2017-01-19 11:42:29 -0500
  • bd5614363f Change function name to nmseffect_set_returnopts() Brian Barto 2017-01-19 11:25:24 -0500
  • 4edd0d51da Change function name to nmseffect_set_autodecrypt() Brian Barto 2017-01-19 11:20:53 -0500
  • 5fd104afee Change file names and update function names (to align with file name changes) Brian Barto 2017-01-19 11:17:40 -0500
  • a2a6b28df1 Use nmsterm_get_clearscr() such that we no longer need to return cursor row position from the init function. Brian Barto 2017-01-18 19:31:59 -0500
  • 089a089bc4 Move static vars foregroundColor and clearScr to nmsterm implementations. Make setters and getters as necessary. Brian Barto 2017-01-18 19:19:33 -0500
  • b4fd33a43b Create an abstraction layer between terminal and main nms code so we can substitute ncurses functions without duplicating code. Brian Barto 2017-01-18 18:51:10 -0500
  • 4ec37fc46e Remove commented code Brian Barto 2017-01-18 15:07:50 -0500
  • 0359617c96 Make 'all' for ncurses implementations Brian Barto 2017-01-18 00:16:45 -0500
  • cffbd272d7 Make ncurses implementation for sneakers Brian Barto 2017-01-18 00:14:21 -0500
  • e153046219 The nms-ncurses buid should be named nms Brian Barto 2017-01-17 22:08:48 -0500
  • e42155973a ncurses implementation Brian Barto 2017-01-17 22:00:24 -0500
  • b1a0db59ae The -c option doesn't require an argument (bug fix) Brian Barto 2017-01-17 21:54:13 -0500
  • 5ffdfb5e40 Substitute the conditional checks with a 'rm -f' Brian Barto 2017-01-17 19:39:16 -0500
  • 79cfbf0b71 Dont make sneakers by default. user must specify 'make sneakers' or 'make all' Brian Barto 2017-01-17 19:30:24 -0500
  • 1c65c9a218 Renamed the files Brian Barto 2017-01-16 16:28:12 -0500
  • 4d7706c907 Add support for returnOpts without clearing the screen Brian Barto 2017-01-15 14:26:19 -0500
  • e7ec1e9b9a Change main.c file name to nms.c Brian Barto 2017-01-13 15:58:05 -0500
  • 71852ac3f5 README clarification Brian Barto 2017-01-13 15:55:43 -0500
  • 848f3d613e Remove nms files (no longer needed) Brian Barto 2017-01-13 15:22:34 -0500
  • 4867943414 Add version badge to README Brian Barto 2017-01-13 15:17:07 -0500
  • daeefa29f9 Clarify README Brian Barto 2017-01-13 12:29:53 -0500
  • 51fcc56d93 The -v option doesn't need piped data Brian Barto 2017-01-12 21:27:32 -0500
  • 1f59129b1a Add version option to README. Also some minor word changes to the install instructions. Brian Barto 2017-01-12 16:59:56 -0500
  • 15d033a93c Add clear-screen functionality Brian Barto 2017-01-12 16:38:24 -0500
  • 597e61d33a Add dependency info Brian Barto 2017-01-11 21:13:04 -0500
  • b6164f4cf8 Replace license info with MIT Brian Barto 2017-01-11 21:07:30 -0500
  • 7f7380b6f8 Remove install file since it is no longer needed Brian Barto 2017-01-11 21:03:32 -0500
  • 7d48a6fe85 Update install instructions Brian Barto 2017-01-11 21:00:47 -0500
  • 55cac26989 Merge branch 'master' of https://github.com/bartobri/no-more-secrets Brian Barto 2017-01-11 20:39:37 -0500
  • 3f0c49862f Update README documentation for new version Brian Barto 2017-01-11 20:37:38 -0500
  • fe47edeefb Updated screenshots Brian Barto 2017-01-10 19:24:10 -0500
  • da514019de Initial update with code from libnms Brian Barto 2017-01-08 17:22:03 -0500
  • e77d50c6ea Merge pull request #40 from dbaio/master Brian Barto 2016-10-30 10:17:08 -0400
  • c5c9ced249 Add install instructions for FreeBSD Danilo G. Baio (dbaio) 2016-10-30 10:54:37 -0200
  • 56796a4be9 Typo fix Brian Barto 2016-10-30 08:37:23 -0400
  • 666901d100 Add link to docker image Brian Barto 2016-10-30 08:35:29 -0400
  • c2e11ddd65 Merge pull request #33 from ZeroChaos-/patch-1 Brian Barto 2016-09-19 09:31:44 -0400
  • a5ec746492 update Makefile to support overrides Zero_Chaos 2016-09-18 23:33:29 -0400
  • b95317c382 Fixing some indent issues Brian Barto 2016-09-18 19:03:18 -0400
  • 9aa3f374b5 README update Brian Barto 2016-09-18 13:51:34 -0400
  • 4101110c31 README update Brian Barto 2016-09-18 13:50:17 -0400
  • 8057b00414 README update Brian Barto 2016-09-18 13:49:00 -0400
  • 47b8fb8c56 README update Brian Barto 2016-09-18 13:45:45 -0400
  • 0de7656312 README update. Brian Barto 2016-09-18 13:44:59 -0400
  • ef47314933 Merge branch 'master' of https://github.com/bartobri/no-more-secrets Brian Barto 2016-09-18 13:37:56 -0400
  • 6fd6a7276f README update. Some clarifications. Brian Barto 2016-09-18 13:37:15 -0400
  • c4b84d9394 Merge pull request #29 from jubalh/master Brian Barto 2016-09-18 10:27:27 -0400
  • c75ce390de Add package manager instructions for openSUSE Michael Vetter 2016-09-18 16:22:47 +0200
  • 98defaa866 Merge pull request #25 from jubalh/master Brian Barto 2016-09-14 08:00:21 -0400
  • 656d308a97 Add install instructions for openSUSE Michael Vetter 2016-09-14 12:31:32 +0200
  • 0af55b446a Updated version number for new release Brian Barto 2016-07-14 08:48:22 -0400
  • 5aa1eb0485 Adding a condition for Darwin kernels to use ncurses instead of ncursesw. Brian Barto 2016-07-09 14:06:23 -0400
  • 0496a3f7c8 Merge pull request #22 from apjanke/destdir Brian Barto 2016-05-20 19:54:32 -0400
  • 91cdae4b72 Makefile: add DESTDIR support Andrew Janke 2016-05-20 16:13:33 -0400
  • eab9e52438 Small syntax change Brian Barto 2016-05-20 10:33:26 -0400
  • a7757f8b60 Updating description text for the spec file Brian Barto 2016-05-20 10:15:56 -0400
  • 5b561fdab5 Merge pull request #21 from TomGudman/rpmspec Brian Barto 2016-05-20 10:12:54 -0400
  • 642ce2ddb6 Add spec file Thomas Guthmann 2016-05-20 12:04:02 +1000
  • e07eddaee2 Updating version number for -v switch Brian Barto 2016-05-19 10:19:51 -0400
  • cdf03c3d23 Clarified installation doco Brian Barto 2016-05-19 09:55:40 -0400
  • 57461dda31 Another typo fix. Brian Barto 2016-05-16 14:09:01 -0400
  • c0818ec24d Typo fixes Brian Barto 2016-05-16 13:06:59 -0400
  • a610c7fb7f Separating out installation instructions to a different file. Brian Barto 2016-05-16 13:02:07 -0400
  • c3d8df2a66 Support for east asian characters that take two terminal spaces. Brian Barto 2016-05-12 22:33:03 -0400
  • 26c2507189 Fix for bug where first overflow line was getting overwritten. Brian Barto 2016-05-12 17:27:10 -0400
  • 5b1cf2c362 Fixed an issue with wrapping text incorrectly Brian Barto 2016-05-12 17:15:19 -0400
  • 2e47b10a82 Bug fix for seg fault when displaying extra rows beyond terminal capacity Brian Barto 2016-05-12 16:17:39 -0400
  • 4c8e31d827 Updated screen shots showing new character set Brian Barto 2016-05-12 15:38:21 -0400
  • 9d7ac87af3 Bug fix for UTF-8 character support on ubuntu. Needed to link to the ncursesw library. Brian Barto 2016-05-12 15:06:35 -0400
  • e6ccc65d19 Disabling the CP437 character support because it does not display correctly on some versions of ncurses. Hopefully will have a fix soon. Brian Barto 2016-05-12 14:32:07 -0400
  • c716f18f93 Instructions to build on last tagged release. Curent code in master has some bugs Brian Barto 2016-05-11 19:45:33 -0400
  • db52fbe346 Rudimentary support for UTF-8 character input. Note that east asian wide characters are not supported yet. Support for those should follow soon. Brian Barto 2016-05-11 19:21:46 -0400
  • a783af8d7f Performance tweak. The jumble loop smoother now. Brian Barto 2016-05-11 16:55:19 -0400
  • f1adafb03d Added character set CP437. This now uses the characters we actually see in the movie. Brian Barto 2016-05-10 20:34:33 -0400
  • 3bd75128fb Updatign makefile to include arch linux support Brian Barto 2016-05-06 12:17:47 -0400