Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins using file window.c version 3ef6f08179

2000-10-10
11:02
Turn off paste-as-poorman for line drawing chars until it's configurable check-in: 989ea651c4 user: simon tags: trunk
07:43
ISO8859-2 to CP852 output translation wants to have Win1250 to ISO8859-2 input translation as its counterpart, not CP852 to ISO8859-2. Because the reason you want this translation is if your _font_ is coded CP852 - in which case your keymap will not follow suit but will still be in Win1250. check-in: e8d9334312 user: simon tags: trunk
05:50
Scroll regions of two lines are allowed check-in: fd9b98daed user: simon tags: trunk
04:17
Trivial bug with the function-key radio buttons check-in: 8b631197c0 user: simon tags: trunk
04:03
Now when a saved session is loaded, its name appears in the IDC_SESSEDIT box, so that clicking Save will save over it. Useful for people who want to load, modify, and re-save. Special case: this doesn't apply to Default Settings, because I think people will be more likely to load DS, modify it, and save under a _different_ name, so it's good not to allow a single mouse click to screw them up. check-in: f610916c9f user: simon tags: trunk
03:33
Move initialisation of the saved session box outside init_dlg_ctrls() so that you don't end up with twice as many items after clicking Load check-in: f6b663e5a5 user: simon tags: trunk
03:20
Rename IDC_FUNCTILDE from "VT400" to "ESC[n~" because another VT400 now exists! check-in: 780b68abf3 user: simon tags: trunk
2000-10-09
11:29
Add ISO8859-2 / CP852 translation courtesy of Jaromir Filsak check-in: 26f88ae09e user: simon tags: trunk
11:12
Work around horrifyingly nonportable use of unions in <commctrl.h> check-in: 1e13f019c3 user: simon tags: trunk
10:51
Abandon the tab control in favour of a tree view check-in: 5d24c9ea3a user: simon tags: trunk
07:53
Robert de Bath's big patch: - cope with strange WinSock wrappers not supporting SIOCATMARK - define yet more terminal compatibility modes - support UK-ASCII (just like US-ASCII but # is a sterling sign) - support connection keepalives at a configurable interval check-in: dacc5f4049 user: simon tags: trunk