summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-29Doxygen comments.Charles Edward Pax
2017-07-29Work on issue #188andmarti1424
2017-07-29fixed Makefileandmarti1424
2017-07-29Doxygen comments.Charles Edward Pax
2017-07-29tui.c is fixed. Dozygen comments finished. Restored two functions that I ↵Charles Edward Pax
accidentally deleted in a previous commit.
2017-07-29Merge branch 'freeze' into doxygenCharles Edward Pax
2017-07-29Doxygen comments. Still working on tui.c.Charles Edward Pax
2017-07-28Merge branch 'freeze' of https://github.com/andmarti1424/sc-im into freezemongo
2017-07-28Work on issue # 193mongo
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28Doxygen comments.Charles Edward Pax
2017-07-28DOxygen comments.Charles Edward Pax
2017-07-27Doxygen help.c.Charles Edward Pax
2017-07-27More Doxygen comments.Charles Edward Pax
2017-07-27Added mainpage.dox, a doxygen page to put information on the main page of ↵Charles Edward Pax
the documentation.
2017-07-27COrrected comments in cmds_visual.h.Charles Edward Pax
2017-07-27Doxygen comments.Charles Edward Pax
2017-07-27Comments in conf.c.Charles Edward Pax
2017-07-27Doxygen comments in header files.Charles Edward Pax
2017-07-27Doxygen comments on more header files.Charles Edward Pax
2017-07-27Doxygen comments in some headers.Charles Edward Pax
2017-07-27Commented on some header files.Charles Edward Pax
2017-07-27Doxygen comments for conf.c and conf.h.Charles Edward Pax
2017-07-27Commented main.h.Charles Edward Pax
2017-07-27Added Doxyfile to generate doxygen documentation.Charles Edward Pax
2017-07-27Doxygen comments in main.c.Charles Edward Pax
2017-07-20Merge pull request #189 from charlespax/freezeAndrés M
fix issue 189
2017-07-21Removed .gitignore form repo.Charles Edward Pax
2017-07-21Added .gitignore file.Charles Edward Pax
2017-07-21Changed default bg color from DEFAULT_COLOR to BLACK.Charles Edward Pax
2017-07-05Ignore case when declaring special keys in a mapmongo
2017-07-05work on issue num. 184mongo
2017-07-03updated version numbermongo
2017-07-03Merge pull request #183 from yokattana/pr/vanilla-macAndrés M
Fix vanilla (non-Homebrew) Mac
2017-07-02Fix segfault on launch with Mac ncursesIku
It appears that in some versions of ncurses the call to newscr() does not accept a NULL ifp argument. I don't know if this is the correct solution but it does prevent the segfault. See: https://github.com/andmarti1424/sc-im/issues/159
2017-07-02Group Makefile rules with and without pkg-configIku
This will make it easier to maintain a build on vanilla macOS. Whenever pkg-config is used without a check it breaks the build. Grouping these rules makes it harder to do by accident. Note that the vanilla (non-Homebrew) macOS build is broken because of an incompatibility with system ncurses: https://github.com/andmarti1424/sc-im/issues/159
2017-06-28Merge pull request #181 from yokattana/pr/lua-freebsdAndrés M
Fix lua check for FreeBSD in Makefile
2017-06-28Merge pull request #182 from yokattana/pr/mandirAndrés M
Use MANDIR
2017-06-28Use MANDIRIku
It was declared but not used. The new value reflects the old hardcoded paths.
2017-06-28Fix lua check for FreeBSDIku
PR for the patch that the port applies, see: https://svnweb.freebsd.org/ports/head/math/sc-im/files/patch-Makefile?revision=438936&view=markup
2017-06-22Changed default optionsandmarti1424
2017-06-22Fix when sorting when no range is selectedmongo