summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesCacheEntryComposite.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: m_ cleanup for cursesKen Martin2006-03-161-6/+6
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-5/+5
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-1/+1
| | | | 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-2/+4
| | | | terminal.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* Improvements to the curses interface.Berk Geveci2001-11-291-0/+1
|
* Fixing problems on Sun (name collusions between STL and curses) and ↵Berk Geveci2001-11-051-1/+1
| | | | disabling curses temporarily.
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-051-1/+1
|
* Adding curses support.Berk Geveci2001-11-041-0/+28