summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix warningBill Hoffman2002-02-251-1/+1
* dot net portBill Hoffman2002-02-201-0/+2
* fix spacing on textBill Hoffman2002-02-191-1/+1
* *** empty log message ***Bill Hoffman2002-02-181-2/+2
* ENH: add IGNORE option for cache valuesBill Hoffman2002-02-114-18/+18
* ENH:Updated copyrightWill Schroeder2002-01-218-0/+128
* make it a modal dialogBill Hoffman2002-01-091-1/+1
* added release versionKen Martin2002-01-042-7/+7
* ENH: use the correct caseBill Hoffman2001-12-281-1/+1
* DO NOT USE INCREMENTALBill Hoffman2001-12-281-1/+2
* Fix: the generator choice value was hardcoded and overrode the value passed a...Sebastien Barre2001-12-211-1/+4
* Fix: vars that have just become ADVANCED should be removed from the GUISebastien Barre2001-12-211-0/+1
* ENH: add mark as not advanced to mark as advancedBill Hoffman2001-12-071-3/+1
* If Shift is pressed with 'OK', then don't quitSebastien Barre2001-12-051-1/+4
* Add single quotes feature.Sebastien Barre2001-12-051-2/+25
* Add /A and /G command-line param to carry the value of "Show Advanced" and ge...Sebastien Barre2001-12-033-6/+48
* ENH: fix memory leaksBill Hoffman2001-11-291-0/+5
* adjusted spacingKen Martin2001-11-271-5/+5
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-264-8/+131
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-3/+8
* ENH: remove unused source filesBill Hoffman2001-11-191-2/+0
* face lift for GUI and some more helpBill Hoffman2001-11-168-20/+172
* Quick addition: "Create shortcut" menu entry.Sebastien Barre2001-11-144-4/+164
* ENH: use callback not ifdef for MFC message box errorsBill Hoffman2001-10-291-0/+12
* ENH: change checkboxes back to pull down menus, remove leakBill Hoffman2001-10-011-2/+2
* improved registry handlingKen Martin2001-09-251-60/+91
* ENH: check for values that switch to internal, can happen with a load cache c...Ken Martin2001-09-203-10/+16
* remove memory leaksBill Hoffman2001-09-141-0/+1
* ENH: integrate borland supportBill Hoffman2001-09-064-13/+66
* BUG: fix switch projects not saving cache correctlyBill Hoffman2001-08-271-7/+3
* BUG: add missing CMakeCommandLineInfoBill Hoffman2001-08-221-0/+1
* CMakeSetup now handles command-line arguments (ex: /H=source_dir /B=build_dir)Sebastien Barre2001-08-216-7/+123
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-1/+1
* ENH: change the logic of disabling the ok button a bitBill Hoffman2001-07-262-4/+11
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-257-124/+137
* BUG: fix on scroll with buttonsBill Hoffman2001-07-244-2/+28
* BUG: make sure cache is clearedBill Hoffman2001-07-161-8/+3
* ENH: add a check to avoid quitting before rebuildingBill Hoffman2001-07-124-8/+40
* fixed up resizing infoKen Martin2001-07-111-0/+5
* ENH: convert to unix slashes on browse, remove font and color junkBill Hoffman2001-06-261-54/+8
* modified how paths are escaped, added dependsKen Martin2001-06-261-0/+1
* better GUI resize and combo box fixesKen Martin2001-06-263-16/+63
* ENH: add CMakeSetup as a targetBill Hoffman2001-06-201-0/+16
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-191-1/+1
* ENH: add resize ability to dialog and fix tab stop ordersBill Hoffman2001-06-195-27/+78
* minor fix in error checkingKen Martin2001-06-111-0/+1
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-1/+2
* BUG: PATH options should not remove the file part of the path...Bill Hoffman2001-06-061-11/+2
* ENH: add PathDialogBill Hoffman2001-06-051-1/+5
* ENH: add better path chooser dialogBill Hoffman2001-06-054-77/+469