]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
1 | \chapter{Change log}\label{changes} |
2 | \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}% | |
3 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
4 | ||
f6bcfd97 BP |
5 | April 22nd, 2000 Version 2.1 |
6 | ||
7 | \begin{itemize}\itemsep=0pt | |
8 | \item Various bug fixes. | |
9 | \item Added buttons for distributing space horizontally and vertically, and | |
10 | for copying width and height independently. | |
11 | \item Added 'Convert old resources' facility. | |
12 | \end{itemize} | |
13 | ||
e3a43801 JS |
14 | December 31st 1998, Version 2.0 |
15 | ||
16 | \begin{itemize}\itemsep=0pt | |
17 | \item wxWindows 2.0 port. | |
18 | \item Major user interface changes. | |
19 | \item Allows identifiers to be edited and reads/writes an id header file. | |
20 | \end{itemize} | |
21 | ||
a660d684 KB |
22 | March 15th 1997, Version 1.7 |
23 | ||
24 | \begin{itemize}\itemsep=0pt | |
25 | \item Added fix to wx\_rprop.cpp to avoid Fafa bitmap buttons growing every time the | |
26 | button edited. | |
27 | \item Added fix to wx\_resed.cpp, case wxID\_EXIT, to clean up properly on exit, avoiding double deletion of wxBitmap. | |
28 | \end{itemize} | |
29 | ||
30 | May 6th 1996, Version 1.6 | |
31 | ||
32 | \begin{itemize}\itemsep=0pt | |
33 | \item Added panel editing in addition to dialog box editing. | |
34 | \item Cured some bugs with changing window styles such as wxUSER\_COLOURS and label position. | |
35 | \item Now preserves syntax of bitmap resources in wxr files. | |
36 | \end{itemize} | |
37 | ||
38 | March 1996, Version 1.5 | |
39 | ||
40 | \begin{itemize}\itemsep=0pt | |
41 | \item Changed behaviour of New tool, and changed File menu to include New project and New dialog items. | |
42 | Behaviour should be more standard now. | |
43 | \end{itemize} | |
44 | ||
45 | March 1st 1996, Version 1.4 | |
46 | ||
47 | \begin{itemize}\itemsep=0pt | |
48 | \item Items (but not dialogs) can now have duplicate names. | |
49 | \item Can pass a filename to the program from the command line. | |
50 | \item Cured bizarre error caused by a Windows combobox sending | |
51 | a fake left-mouse-up error when losing the focus (switching to another | |
52 | window). This fix will be in wxWindows 1.66. | |
53 | \item Rewritten code to use only the new type system, and to take account of | |
54 | of new window style partitioning (flags for different items may have the same value). | |
55 | Again, wxWindows 1.66 will have the new style values, to make room for more window | |
56 | styles. | |
57 | \end{itemize} | |
58 | ||
59 | January 28th 1996, Version 1.2 | |
60 | ||
61 | \begin{itemize}\itemsep=0pt | |
62 | \item Now starts off in non-user-colour mode under Windows | |
63 | \item Dragging item drags other selected items | |
64 | \item wxMessage saves size correctly, if used in conjunction with wxWin 1.66 | |
65 | \end{itemize} | |
66 | ||
67 | January 19th 1996, Version 1.1 | |
68 | ||
69 | \begin{itemize}\itemsep=0pt | |
70 | \item Cured crash bug when quitting dialog window | |
71 | \item Added Clear menu item | |
72 | \item Added window type name to property window | |
73 | \end{itemize} | |
74 | ||
75 | December 19th 1995, Version 1.0 | |
76 | ||
77 | \begin{itemize}\itemsep=0pt | |
78 | \item First release. | |
79 | \end{itemize} | |
80 |