181 Commits

Author SHA1 Message Date
Bill Hoffman
65222add02 face lift for GUI and some more help 2001-11-16 16:29:25 -05:00
Sebastien Barre
669f7e7f07 Quick addition: "Create shortcut" menu entry. 2001-11-14 14:39:26 -05:00
Bill Hoffman
b0e3a2def0 ENH: use callback not ifdef for MFC message box errors 2001-10-29 10:41:31 -05:00
Bill Hoffman
e62f9a7711 ENH: change checkboxes back to pull down menus, remove leak 2001-10-01 10:14:39 -04:00
Ken Martin
1c283ee037 improved registry handling 2001-09-25 14:39:32 -04:00
Ken Martin
b341539bc1 ENH: check for values that switch to internal, can happen with a load cache command 2001-09-20 15:29:41 -04:00
Bill Hoffman
e197d3f219 remove memory leaks 2001-09-14 16:26:56 -04:00
Bill Hoffman
d204791e45 ENH: integrate borland support 2001-09-06 17:28:24 -04:00
Bill Hoffman
98b4ea2609 BUG: fix switch projects not saving cache correctly 2001-08-27 15:48:37 -04:00
Bill Hoffman
5d0d488484 BUG: add missing CMakeCommandLineInfo 2001-08-22 08:21:22 -04:00
Sebastien Barre
9b25981068 CMakeSetup now handles command-line arguments (ex: /H=source_dir /B=build_dir) 2001-08-21 17:41:12 -04:00
Bill Hoffman
db1303aa7d ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping 2001-08-08 11:54:46 -04:00
Bill Hoffman
cb858f511e ENH: change the logic of disabling the ok button a bit 2001-07-26 10:18:26 -04:00
Bill Hoffman
a5eac44d18 ENH: rework GUI with configure/OK/Cancel 2001-07-25 18:30:27 -04:00
Bill Hoffman
ac1112ad06 BUG: fix on scroll with buttons 2001-07-24 16:46:33 -04:00
Bill Hoffman
42e3ee8c05 BUG: make sure cache is cleared 2001-07-16 10:15:17 -04:00
Bill Hoffman
ae25b63b6a ENH: add a check to avoid quitting before rebuilding 2001-07-12 19:48:41 -04:00
Ken Martin
f42e4d5cd2 fixed up resizing info 2001-07-11 13:06:41 -04:00
Bill Hoffman
29450e7f48 ENH: convert to unix slashes on browse, remove font and color junk 2001-06-26 16:44:22 -04:00
Ken Martin
c84f6448a6 modified how paths are escaped, added depends 2001-06-26 13:23:55 -04:00
Ken Martin
78cc9b21e0 better GUI resize and combo box fixes 2001-06-26 09:55:35 -04:00
Bill Hoffman
924e58aac3 ENH: add CMakeSetup as a target 2001-06-20 17:03:54 -04:00
Bill Hoffman
d454811a63 ENH: add bootstrap support for building fltk 2001-06-19 15:33:37 -04:00
Bill Hoffman
f991ddd4ba ENH: add resize ability to dialog and fix tab stop orders 2001-06-19 14:32:37 -04:00
Ken Martin
667a57d157 minor fix in error checking 2001-06-11 18:00:38 -04:00
Bill Hoffman
4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 2001-06-07 14:52:29 -04:00
Bill Hoffman
72e8b44793 BUG: PATH options should not remove the file part of the path... 2001-06-06 13:18:55 -04:00
Bill Hoffman
729908bd4a ENH: add PathDialog 2001-06-05 17:29:44 -04:00
Bill Hoffman
9c149dda81 ENH: add better path chooser dialog 2001-06-05 17:26:48 -04:00
Bill Hoffman
a3cfcd9894 BUG: clean up memory leaks. 2001-06-04 10:18:03 -04:00
Bill Hoffman
01b980591b BUG: fix edit of directories 2001-05-31 15:48:35 -04:00
Bill Hoffman
cf1393218f ENH: remove unused includes 2001-05-30 15:36:00 -04:00
Bill Hoffman
4179c991f4 ENH: change MFC gui to use cmake class 2001-05-30 15:28:55 -04:00
Sebastien Barre
7a6699e183 display the property name in the help box 2001-05-25 15:27:28 -04:00
Bill Hoffman
812eed0e11 *** empty log message *** 2001-05-24 13:35:59 -04:00
Bill Hoffman
5731bc9d54 ENH: change the syntax of the SET command, fix the combo box for larger strings 2001-05-24 12:57:33 -04:00
Ken Martin
ad92f34fea added version number 2001-05-24 11:47:21 -04:00
Bill Hoffman
39066269d1 add compute systeminfo 2001-05-23 16:33:50 -04:00
Ken Martin
33793198b6 icon updates 2001-05-21 14:42:13 -04:00
Ken Martin
e907e51efb new icon 2001-05-21 14:36:37 -04:00
Bill Hoffman
650691850b BUG: fix compiler name 2001-05-21 10:47:00 -04:00
Ken Martin
06f403b274 updated for out of tree builds 2001-05-21 09:50:24 -04:00
Ken Martin
aa72e182fe half checked in changes for CMAKE_ROOT 2001-05-17 12:08:46 -04:00
Bill Hoffman
1cd9ce6f6e ENH: unify make process on unix 2001-05-16 15:15:21 -04:00
Sebastien Barre
23df737b6f I know, there are more serious things to do :) A new icon. The previous one has not be overwritten, it's in there too. 2001-05-11 17:41:33 -04:00
Bill Hoffman
a53f300bc0 BUG: fix gui problem 2001-05-11 10:04:24 -04:00
Bill Hoffman
69b51cc245 BUG: fix up gui with values that stay around too long 2001-05-10 17:23:00 -04:00
Bill Hoffman
ad2247244d BUG: fix crash 2001-05-09 10:13:12 -04:00
Bill Hoffman
17d7ff0358 ENH: add initial path support for file choosers 2001-05-08 13:40:08 -04:00
Bill Hoffman
de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00