File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ 2016-07-26 Bastian Maerkisch <
[email protected] >
2+
3+ * win/gnuplot.iss: Enforce inclusion of directory and program group
4+ pages since the default changed in Inno setup version 5.5.7.
5+ Bug #1831
6+
172016-07-25 Bastian Maerkisch <
[email protected] >
28
39 * src/win/wgraph.c src/win/wmenu.c: Use the "large" icon set for the
2026 (system) DPI aware so that Windows no longer scales automatically
2127 (at least in the most common case). Window sizes in wgnuplot.ini are
2228 (still) interpreted to be given in the default resolution of 96dpi.
29+ See also bug #1807.
2330
2431 * src/win/wtext.c (DoLine): Fix off-by-one error which caused the
2532 area below the last line to contain garbage in some cases.
Original file line number Diff line number Diff line change 11;
2- ; $Id: gnuplot.iss,v 1.13 2016/04/11 03:16:32 sfeam Exp $
2+ ; $Id: gnuplot.iss,v 1.14 2016/04/21 23:48:12 sfeam Exp $
33;
44; GNUPLOT - gnuplot.iss
55;
@@ -90,6 +90,8 @@ AlwaysShowDirOnReadyPage=true
9090ChangesAssociations = true
9191ArchitecturesAllowed =
9292ArchitecturesInstallIn64BitMode =
93+ DisableDirPage = no
94+ DisableProgramGroupPage = no
9395
9496[Languages]
9597Name : " en" ; MessagesFile : " compiler:Default.isl"
You can’t perform that action at this time.
0 commit comments