summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesCacheEntryComposite.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-6/+9
| | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
* The entry widgets are now created with what is initially available on the ↵Berk Geveci2002-05-011-10/+13
| | | | terminal.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* Improvements to the curses interface.Berk Geveci2001-11-291-0/+12
|
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-051-1/+1
|
* Adding curses support.Berk Geveci2001-11-041-0/+73