]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The long-awaited config box revamp! I've taken the whole config box
authorSimon Tatham <anakin@pobox.com>
Wed, 5 Mar 2003 22:07:40 +0000 (22:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 5 Mar 2003 22:07:40 +0000 (22:07 +0000)
commit616c837cf0a624402edc189a72266e5f1271b432
treebd2f05965957e707037e79e76d08d678a1bdc522
parenta4e81c06c720c06584f0205b920e3cbb600eace6
The long-awaited config box revamp! I've taken the whole config box
to pieces, and put it back together in a new table-driven form.
config.c sets up a data structure describing most of the config box;
wincfg.c adds in the Windows-specific options (so that config.c can
also form the basis for Mac and Unix config boxes). Then winctrls.c
contains a shiny new layout engine which consumes that data
structure, and windlg.c passes all WM_COMMAND and similar messages
to a driver alongside that layout engine. In the process I've sorted
out nicer-looking panel titles and finally fixed the list-boxes-are-
never-the-right-size bug (turned out to be Windows's fault, of
course). I _believe_ it should do everything the old config box did,
including context help. Now everyone has to test it thoroughly...

[originally from svn r2908]
Recipe
config.c [new file with mode: 0644]
dialog.c [new file with mode: 0644]
dialog.h [new file with mode: 0644]
doc/config.but
win_res.rc
wincfg.c [new file with mode: 0644]
winctrls.c
windlg.c
winhelp.h [new file with mode: 0644]
winstuff.h