varada%netscape.com
|
2c65e629f6
|
getting rid of root variable from the che files
|
1999-11-03 22:22:31 +00:00 |
dmose%mozilla.org
|
7aa63a5db2
|
updating license boilerplate
|
1999-11-02 05:38:33 +00:00 |
varada%netscape.com
|
18871bef80
|
fix for bug #17459 as well as some clean up
|
1999-10-29 18:35:58 +00:00 |
varada%netscape.com
|
269378a4f6
|
fix for bug#10810 if Help=Online;url is included in the ini file then the online help is launched with that url
|
1999-10-26 21:10:39 +00:00 |
selmer%netscape.com
|
14c0e312ce
|
globals into a dll
|
1999-10-22 23:42:02 +00:00 |
selmer%netscape.com
|
07fe097926
|
CheckListBox supports descriptions (bug #4884)
|
1999-10-19 20:30:18 +00:00 |
selmer%netscape.com
|
16eb05bbfb
|
Interpret functions moved to interpret.cpp; memory allocations cleaned up
|
1999-10-19 18:58:38 +00:00 |
selmer%netscape.com
|
44a3ef2682
|
Minor cleanup
|
1999-10-19 03:46:54 +00:00 |
selmer%netscape.com
|
b2962d9c3a
|
Changed interpretation & initialization to use onInit and onCommand INI file directives
|
1999-10-19 01:30:18 +00:00 |
selmer%netscape.com
|
13e4fddd7a
|
Enable BoldText type
|
1999-10-18 20:22:21 +00:00 |
selmer%netscape.com
|
d93cc346e6
|
CheckListBox incorporated
|
1999-10-16 02:00:18 +00:00 |
varada%netscape.com
|
213cc2e4f7
|
fixes to bug#7717 on exiting the wizard you get a message stating that data has been saved
|
1999-10-16 01:40:06 +00:00 |
varada%netscape.com
|
a09fb3c857
|
fixing bug #5987 - introduced three new fields in VARS in the ini files - cancel back and next - use those to change the text on the buttons
|
1999-10-15 22:55:06 +00:00 |
varada%netscape.com
|
afd4be9807
|
getting rid of relative paths in wizardmachine.cpp and wizardui.cpp for generate lists
|
1999-10-15 01:38:25 +00:00 |
varada%netscape.com
|
f55af801ff
|
fix for bug #6569
|
1999-10-13 21:30:51 +00:00 |
varada%netscape.com
|
9b00c0de92
|
correcting temp node problem
|
1999-10-13 01:19:23 +00:00 |
varada%netscape.com
|
f5d98514c3
|
fix for bug #15782 to save cache file in the respective directories and also to save after each page and to save the last used config name in the default che
|
1999-10-13 00:28:10 +00:00 |
selmer%netscape.com
|
9079928b06
|
Created new Interpret.cpp & CInterpret class
|
1999-10-12 01:54:00 +00:00 |
selmer%netscape.com
|
6e96b8feaf
|
Fix up inclusions of headers
|
1999-10-12 00:56:51 +00:00 |
varada%netscape.com
|
1029bbeb6a
|
changing minlen and maxlen in edit fields
|
1999-10-12 00:12:10 +00:00 |
varada%netscape.com
|
e5a39c362d
|
checking in fixes for bug #6569 - confirmation on clicking the finish button
|
1999-10-11 19:23:25 +00:00 |
varada%netscape.com
|
4d428d2e51
|
have made error dialog box systemmodal bug #15339
|
1999-10-07 02:07:23 +00:00 |
varada%netscape.com
|
baa2ffb804
|
%Root% is a global variable that contains the value of the current working directory - so we can use it in an inifile to resolve the relative root locations
|
1999-10-07 01:39:34 +00:00 |
varada%netscape.com
|
941dce6c98
|
changed customizations directory to Configs in wizardmachine.cp as well as in the checklist.ini
|
1999-10-07 00:11:01 +00:00 |
varada%netscape.com
|
73d6bbb1f3
|
Bug fix for #15327 - determination of length of edit fields
|
1999-10-06 01:32:00 +00:00 |
selmer%netscape.com
|
c3ab5fb131
|
Fix dialogs a little (more required) and fix handling of GlobalArrayIndex
|
1999-10-05 23:17:07 +00:00 |
selmer%netscape.com
|
7c0d042db9
|
Most of CopyDir ready
|
1999-10-05 02:22:36 +00:00 |
selmer%netscape.com
|
36f32ac15f
|
Major rework on interpreting commands
|
1999-10-02 01:28:27 +00:00 |
varada%netscape.com
|
f2a09174bb
|
NOT part of Seamonkey build, chofmann OK'd. removing message boxes
|
1999-09-30 01:17:51 +00:00 |
varada%netscape.com
|
ceed39b69c
|
NOT part of Seamonkey build, chofmann OK'd. OnEnter implementation
|
1999-09-30 00:39:06 +00:00 |
selmer%netscape.com
|
2415f68a58
|
remove extra free() call
|
1999-09-28 18:48:29 +00:00 |
selmer%netscape.com
|
d473b85559
|
Need to fix up inits of NODE structures
|
1999-09-24 00:25:10 +00:00 |
selmer%netscape.com
|
49020b037e
|
Fixes to handle case where no customization directories exist
|
1999-08-30 19:56:34 +00:00 |
selmer%netscape.com
|
31e6c2afc8
|
Initial handling of configuration local cache files using onNext=Reload(dir) in INI file
|
1999-08-29 23:42:43 +00:00 |
selmer%netscape.com
|
e6c9709d07
|
Make combobox remember by string instead of integer index
|
1999-08-29 23:04:36 +00:00 |
selmer%netscape.com
|
f44eb78425
|
Hook combobox selection up to its display
|
1999-08-29 22:52:40 +00:00 |
selmer%netscape.com
|
a75f8cb782
|
Oops, need to set name in SetGlobal
|
1999-08-29 22:32:29 +00:00 |
selmer%netscape.com
|
741f3fe1d2
|
Fix combobox to have first item selected
|
1999-08-29 22:07:39 +00:00 |
selmer%netscape.com
|
32e0969f1c
|
Fix SetGlobal & related handling
|
1999-08-29 21:30:16 +00:00 |
racham%netscape.com
|
49c59537e6
|
Fixed bugs 8258, 6218
|
1999-06-17 04:42:40 +00:00 |
varada%netscape.com
|
671459e71a
|
rshell.ini changes
|
1999-05-25 07:42:48 +00:00 |
varada%netscape.com
|
6a4a2228b4
|
help files
|
1999-05-19 03:31:11 +00:00 |
racham%netscape.com
|
e4b15afcc8
|
increased buffer size for holding value field
|
1999-02-26 18:36:04 +00:00 |
racham%netscape.com
|
e8335eba48
|
Added code to convert forward slash to back slash in program arguments
|
1999-02-05 04:05:43 +00:00 |
racham%netscape.com
|
95ddc6b544
|
Resolved path issues
|
1999-02-05 01:02:27 +00:00 |
racham%netscape.com
|
d266bd3bde
|
Wizardmachine Driver Core code enabling navigationa and other services
|
1999-02-03 16:39:50 +00:00 |