summaryrefslogtreecommitdiff
path: root/Source/CursesDialog/cmCursesStringWidget.cxx
Commit message (Expand)AuthorAgeFilesLines
* ccmake: Use type-based colors to display cache valuesSylvain Joubert2019-11-041-2/+8
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmCursesStringWidget: remove manual deleteTushar Maheshwari2019-09-271-20/+12
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-2/+4
* Enable clang-tidy modernize-loop-convert lintBrad King2017-09-191-3/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* ccmake: Correctly display edit mode and associated keysSylvain Joubert2016-11-151-1/+3
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CursesDialog: include what you useDaniel Pfeifer2016-09-031-0/+7
* CursesDialog: don't use else after returnDaniel Pfeifer2016-08-181-5/+3
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-3/+5
* ccmake: Add VIM-like bindings for navigationPaul Seyfert2016-08-021-4/+10
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-105/+61
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* ccmake: Avoid using non-portable 'curcol' field (#15739)Joerg Sonnenberger2015-09-161-7/+6
* ccmake: Pass format string to 'printw' (#15738)Joerg Sonnenberger2015-09-161-6/+6
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* ccmake: Allow DEL key in first columnMatthew Woehlke2012-11-131-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-15/+15
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix for 6462, delete key should delete the current charBill Hoffman2008-08-191-2/+9
* ENH: m_ cleanup for cursesKen Martin2006-03-161-27/+27
* ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when de...Andy Cedilnik2004-04-151-3/+6
* Attempt to fix SGI ccmake problem (thank you Clint Miller)Andy Cedilnik2003-02-171-1/+1
* Reparent file path widget, add tab completion support to path anf file path w...Andy Cedilnik2002-11-051-1/+1
* Start working on adding tab supportAndy Cedilnik2002-11-041-31/+54
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-45/+45
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
* Updated toolbar.Berk Geveci2001-12-131-2/+67
* Added debugging.Berk Geveci2001-12-041-0/+8
* Improving interface.Berk Geveci2001-11-301-0/+12
* Improved help.Berk Geveci2001-11-301-5/+0
* Many improvements.Berk Geveci2001-11-051-4/+23
* Adding curses support.Berk Geveci2001-11-041-0/+106