graphcurses

Curses 2D graph generator
git clone git://git.margiolis.net/graphcurses.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-03-22 14:46stuffChristos Margiolis4+15-17
2021-05-26 16:01i don't knowChristos Margiolis6+341-345
2020-12-13 22:15more error checks, less functions, minor changesChristos Margiolis6+162-171
2020-10-21 11:46added manpageChristos Margiolis2+52-6
2020-10-21 10:42added config.mk and fixed M_PI undeclared errorChristos Margiolis4+72-50
2020-10-21 01:12added POSIX MakefileChristos Margiolis2+30-26
2020-10-19 01:47improved style, made indentation 8 spacesChristos Margiolis2+225-190
2020-10-16 16:48defined menu opts as constantsChristos Margiolis3+54-31
2020-10-14 21:00added LICENSE and updated MakefileChristos Margiolis2+60-12
2020-09-20 18:51standardized MakefileChristos Margiolis3+23-18
2020-09-10 05:35added derivatives plottingChristos Margiolis7+299-275
2020-09-03 00:11main: key var error fixChristos Margiolis1+2-1
2020-09-02 15:11changed brace conventionChristos Margiolis3+20-29
2020-09-02 12:51removed private functions from headerChristos Margiolis5+37-33
2020-08-25 21:25Delete plane.oChristos Margiolis1+0-0
2020-08-25 21:25Delete main.oChristos Margiolis1+0-0
2020-08-25 21:25Delete graphcursesChristos Margiolis1+0-0
2020-08-25 21:19added gitignoreChristos Margiolis0+0-0
2020-08-25 21:18added gitignoreChristos Margiolis4+2-0
2020-08-23 11:08Delete plane.oChristos Margiolis1+0-0
2020-08-23 11:08Delete main.oChristos Margiolis1+0-0
2020-08-23 11:08Delete graphcursesChristos Margiolis1+0-0
2020-08-14 00:21added ncurses detection and declared header functions externChristos Margiolis4+13-9
2020-08-08 18:43added some more constantsChristos Margiolis2+31-28
2020-06-15 21:46changed some namesChristos Margiolis6+99-100
2020-05-29 23:46minor changesChristos Margiolis7+27-29
2020-05-25 11:12tabs -> spacesChristos Margiolis4+154-138
2020-05-22 16:40makefile changesChristos Margiolis2+3-3
2020-05-18 23:27added some constsChristos Margiolis5+11-11
2020-05-18 14:23changed to CChristos Margiolis9+246-231
2020-05-10 13:41added return types above function namesChristos Margiolis2+26-13
2020-05-07 18:36minor changesChristos Margiolis6+11-13
2020-04-14 17:53changed #define to constexprChristos Margiolis4+6-6
2020-04-14 17:46edited READMEChristos Margiolis7+6-7
2020-04-10 12:26minor changesChristos Margiolis6+8-7
2020-04-04 10:31made plane classChristos Margiolis6+143-135
2020-04-04 09:26cleaned up code a bitChristos Margiolis3+65-52
2020-03-13 01:25pending 'f' fixChristos Margiolis4+7-14
2020-03-12 23:59changed func pointer to lambdaChristos Margiolis3+4-4
2020-03-08 19:27non important changesChristos Margiolis2+1-3
2020-03-08 19:06remove argv, added in program functionsChristos Margiolis4+63-37
2020-03-08 01:22added expression displayChristos Margiolis4+4-1
2020-03-07 15:12added make install, pending fixesChristos Margiolis5+49-44
2020-03-07 06:13added screenshotChristos Margiolis5+6-3
2020-03-07 05:38edited READMEChristos Margiolis4+15-14
2020-03-07 05:28changed double to floatChristos Margiolis4+32-32
2020-03-07 05:20initial commitChristos Margiolis5+237-0