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