summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ERR: Fixed compiler warnings when using strict ansi.Brad King2002-06-187-4/+17
|
* ERR: Attempt to fix warning on OSF about implicit declaration of winnstr.Brad King2002-06-181-0/+2
|
* ERR: Fixed sun CC warnings.Bill Hoffman2002-06-112-2/+9
|
* ENH: add -B option to specify the build directory, so make edit_cache will workBill Hoffman2002-05-071-1/+6
|
* The entry widgets are now created with what is initially available on the ↵Berk Geveci2002-05-015-20/+36
| | | | terminal.
* Exit ccmake on fatal errors.Berk Geveci2002-04-233-6/+14
|
* BUG: Changed from SOURCE_FILES to SETAmitha Perera2002-04-222-6/+6
|
* This dir should not be covered (form distrib)Sebastien Barre2002-02-131-0/+1
|
* ENH: use target link libraries and add the link directory for cmformBill Hoffman2002-02-051-5/+6
|
* try to get this working for dec cxx default compiler optionsBill Hoffman2002-01-311-12/+12
|
* ERR: Corrected assertions of pointers to remove warnings.Brad King2002-01-254-16/+16
|
* ENH:Updated copyrightWill Schroeder2002-01-2124-0/+384
|
* BUG: Curses was being used without initialization.Berk Geveci2002-01-141-8/+11
|
* BUG: not all displayed messages are errorsBill Hoffman2002-01-071-1/+6
|
* prints the relese versionKen Martin2002-01-022-4/+4
|
* Fixed warning.Berk Geveci2001-12-181-1/+0
|
* Updated toolbar.Berk Geveci2001-12-1314-83/+325
|
* Fix bug with stringAndy Cedilnik2001-12-061-1/+1
|
* Added support for ~.Berk Geveci2001-12-061-2/+11
|
* Cleaning last line at exit.Ken Martin2001-12-061-0/+2
|
* Fixed outdated commentBerk Geveci2001-12-041-1/+1
|
* Fixed overflow problem.Berk Geveci2001-12-041-8/+2
|
* replacing clear()Berk Geveci2001-12-041-1/+2
|
* Added debugging.Berk Geveci2001-12-046-1/+81
|
* 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 ↵Berk Geveci2001-11-302-8/+6
| | | | to initialize MAX_WIDTH in a .cxx file.
* 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
|