summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Collapse)AuthorAgeFilesLines
...
* If there was no error, do not say that there was oneAndy Cedilnik2003-03-171-2/+4
|
* BUG: fixes for hpBill Hoffman2003-03-111-3/+8
|
* Remove warningsAndy Cedilnik2003-03-091-2/+2
|
* Remove warningAndy Cedilnik2003-03-071-1/+1
|
* Add searching of variablesAndy Cedilnik2003-03-072-4/+147
|
* ENH: Re-implemented document generation class to be more organized and more ↵Brad King2003-02-191-7/+12
| | | | robust.
* Attempt to fix SGI ccmake problem (thank you Clint Miller)Andy Cedilnik2003-02-171-1/+1
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+35
| | | | Each executable will be able to generate its own documentation.
* BUG: don't let the messages get too bigBill Hoffman2003-02-041-1/+1
|
* ENH: Cleaned up sgi unreferenced warning hack.Brad King2003-02-031-13/+11
|
* BUG: add missing ;Bill Hoffman2003-02-011-2/+2
|
* fixed warningsKen Martin2003-01-311-0/+2
|
* ERR: Fixing attempt to remove warnings.Brad King2003-01-301-5/+3
|
* ERR: Another attempt to get rid of unreferenced inline function warnings on SGI.Brad King2003-01-291-0/+9
|
* ERR: Fixed unreferenced termios declaration warning.Brad King2003-01-241-8/+19
|
* spelling fixKen Martin2003-01-221-1/+1
|
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-223-4/+17
|
* Rename local variableAndy Cedilnik2002-11-221-2/+2
|
* ERR: Fixed string literal to char* warnings.Brad King2002-11-211-3/+4
|
* Add / after directory name when doing tab completionAndy Cedilnik2002-11-191-0/+5
|
* Add progress to ccmakeAndy Cedilnik2002-11-192-55/+118
|
* Initial add of progressAndy Cedilnik2002-11-182-1/+17
|
* RevertAndy Cedilnik2002-11-071-1/+1
|
* In certain cases, try to guess the source directory, so that you can run ↵Andy Cedilnik2002-11-061-1/+1
| | | | cmake or ccmake without specifying source dir
* Remove warningAndy Cedilnik2002-11-061-1/+0
|
* CleanupAndy Cedilnik2002-11-051-1/+1
|
* Reparent file path widget, add tab completion support to path anf file path ↵Andy Cedilnik2002-11-054-59/+5
| | | | widget
* Start working on adding tab supportAndy Cedilnik2002-11-044-31/+201
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-2324-142/+142
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ERR: Another attempt to remove warnings from missing prototypes.Brad King2002-10-231-1/+1
|
* Rename variables to remove warningsAndy Cedilnik2002-10-171-238/+238
|
* ENH: Another attempt to fix OSF warnings. Also removed TABS.Brad King2002-10-161-731/+730
|
* ERR: Fixed bad sentence in error message.Brad King2002-10-011-3/+3
|
* compiler warningKen Martin2002-09-221-1/+1
|
* Improve message handler to include client data.Andy Cedilnik2002-09-181-3/+4
|
* some cmake api changeesKen Martin2002-09-171-1/+1
|
* some cmake api changeesKen Martin2002-09-171-1/+3
|
* removed extra Generate that was screwing things upKen Martin2002-09-141-2/+0
|
* Fix bug in ccmake which made it crash when all cache values were deletedAndy Cedilnik2002-09-111-2/+5
|
* Fix problem with ccmake crashing on empty cachesAndy Cedilnik2002-09-111-23/+26
|
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-113-46/+57
| | | | 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
* new architectureKen Martin2002-09-064-32/+105
|
* some changes in cachemanager and singletonsKen Martin2002-08-283-19/+48
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-232-5/+5
| | | | destruction is not a problem.
* added libKen Martin2002-08-221-0/+1
|
* minor fixes for new cache apiKen Martin2002-08-211-18/+15
|
* ERR: Removed most of the repeated curses declarations. The cause errors on ↵Brad King2002-06-211-0/+3
| | | | other platforms. Grrrr..
* ERR: Added function declarations from curses.h. They are not present on ↵Brad King2002-06-211-0/+15
| | | | some platforms. Fixes warnings about implicit declarations.
* ERR: Fixed unused parameter warning.Brad King2002-06-191-0/+1
|
* ERR: Fixed compiler warnings about unused parameters.Brad King2002-06-187-8/+8
|