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