summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* no c++ comments in c code, duhhhhBill Hoffman2001-12-041-1/+1
* ENH: AIX seems to define lines and columns as macros, I undefed themBill Hoffman2001-12-041-0/+4
* Improving interface.Berk Geveci2001-11-302-1/+13
* print cmake running message to cerrBill Hoffman2001-11-301-0/+1
* Better documentation.Berk Geveci2001-11-301-0/+1
* Better documentation.Berk Geveci2001-11-301-1/+29
* Improved help.Berk Geveci2001-11-303-8/+55
* Can non use clear because it is undef'ed.Berk Geveci2001-11-304-4/+9
* Fixed warning.Berk Geveci2001-11-301-2/+3
* Fixed warning.Berk Geveci2001-11-302-5/+4
* Since it is being used as an array size in another file, it is not possible t...Berk Geveci2001-11-302-8/+6
* Missed std::Berk Geveci2001-11-302-4/+4
* Missed std::Berk Geveci2001-11-301-1/+1
* opps I forgot to add theseBerk Geveci2001-11-302-0/+225
* Improvements to the curses interface.Berk Geveci2001-11-297-127/+420
* define hacks and such for the dec compilerBill Hoffman2001-11-202-4/+19
* ERR: Re-ordered includes to fix macro conflict for gcc 3.0.Brad King2001-11-141-3/+5
* ERR: Fixed compiler warning for gcc 3.0.Brad King2001-11-141-1/+2
* fixes to curses stuffKen Martin2001-11-131-1/+3
* warningsBill Hoffman2001-11-131-4/+0
* ENH: remove warningsBill Hoffman2001-11-131-6/+2
* Renaming ccurses to ccmake.Berk Geveci2001-11-092-2/+2
* Trying to fix curses.Berk Geveci2001-11-094-18/+38
* Trying to fix curses problems.Berk Geveci2001-11-082-2/+6
* Fixing problems with curses headers.Berk Geveci2001-11-082-0/+2
* Trying to fix curses problems.Berk Geveci2001-11-082-6/+4
* Oops.Berk Geveci2001-11-081-7/+0
* Changes to remove warnings and fix dependencies.Berk Geveci2001-11-084-2/+16
* Trying to fix curses problems with some systems.Bill Hoffman2001-11-071-19/+10
* Trying to fix build problems related to curses.Berk Geveci2001-11-071-3/+16
* use cmake as the executable for cmake and not ccursesBill Hoffman2001-11-071-3/+5
* ENH: tell cmake object where cmake isBill Hoffman2001-11-063-5/+8
* Removed a function which used va_start (did not compile on Sun with gcc)Bill Hoffman2001-11-062-45/+0
* Many improvements.Berk Geveci2001-11-066-35/+214
* Re-enabling curses support.Berk Geveci2001-11-051-2/+5
* HPUX support.Berk Geveci2001-11-058-8/+22
* Adding form library.Berk Geveci2001-11-0547-0/+10081
* Fixing problems on Sun (name collusions between STL and curses) and disabling...Berk Geveci2001-11-056-9/+13
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-057-12/+9
* Need to include standard headers.Berk Geveci2001-11-041-0/+1
* Adding curses support.Berk Geveci2001-11-0422-0/+1136