home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / wxwin140 / docs / changes.txt < prev    next >
Encoding:
Text File  |  1995-05-19  |  3.1 KB  |  78 lines

  1. ---------------------
  2. wxWINDOWS CHANGE LIST
  3. ---------------------
  4.  
  5. Version 1.40 April 1993
  6. -----------------------
  7.  
  8. - First Motif version. Requires Motif 1.1.
  9. - UNIX makefiles changed; all have 'motif' and 'xview' targets, plus
  10.   GUI variable (e.g. GUI=-Dwx_xview).
  11. - wxText::GetValue and wxMultiText::GetValue now return strings
  12.   allocated with new, as opposed to a static buffer. Delete these or
  13.   your programs will have memory leaks! Sorry about the change.
  14.  
  15. Version 1.30 April 1993
  16. -----------------------
  17.  
  18. - Windows 3.1 wxTextWindow scrolling fixed: adding text didn't work properly.
  19.   Now scrolls without flashing.
  20. - Windows 3.1 wxCanvas scrolling actually scrolls the canvas, avoiding the
  21.   need for clearing the screen first. This results in scrolling
  22.   appearing smoother.
  23. - Windows 3.1 wxMultiText::GetValue now works. Setting a wxMultiText item
  24.   works only if the text has carriage return, linefeed at the end of each
  25.   line.  XView wxMultiText also fixed so setting the size works.
  26. - wxPanel::SetLabelPosition now works in Windows 3.1 for wxChoice, wxListBox
  27.   and wx(Multi)Text. All other items have no or horizontal label only.
  28. - Added wxHelp hypertext help application and wx.xlp for on-line wxWindows
  29.   class library documentation. API for invoking wxHelp is in wx_help.h.
  30.   Includes hypertext library and tools for converting Latex files to xlp files.
  31. - Added wxWindow::GetGrandParent.
  32. - Added wxWindow::SetFocus, wxWindow::OnSetFocus, wxWindow::OnKillFocus.
  33. - Added wxItem::SetDefault,
  34. - Used SetFocus and SetDefault in convenience dialogs.
  35. - Added wxWindow::OnActivate (called under Windows only).
  36.   Default behaviour of wxFrame::OnActivate is to set focus for first child.
  37. - wxMessageBox improved to handle large messages containing new line characters.
  38. - Bug fix for wxCanvas constructor.
  39. - Added AddEnvList to wxPathList class, e.g. AddEnvList("PATH") adds path
  40.   directories to path list.
  41. - Included some tips from a Borland user in contrib directory.
  42. - First stab at WIN32 (NT) compatibility (not tested).
  43.  
  44. Version 1.20 February 1993
  45. --------------------------
  46.  
  47. - removed the need for using Microsoft C/C++, so Borland
  48.   and other compilers should work
  49. - destructor order dependencies removed
  50. - added limited support for bitmaps and icon drawing (see hello.cc)
  51. - added Centre/Center members for panel items, dialogs and frames
  52. - added OnActivate member for MDI frames
  53. - GDI objects (fonts, pens etc.) now clean themselves up on exit
  54. - GDI object lists now allocated dynamically so Sun dynamic libraries
  55.   can be built
  56. - DOS makefile improved for DLL support
  57. - sizing bug in wxMultiText fixed
  58. - Windows & and \t menu control characters are stripped out under XView
  59. - MDI Window menu is inserted before Help if it exists
  60. - MDI main windows can now have a status line
  61. - debugged pull-right menu support
  62. - added object graphics library and demo
  63.  
  64. Version 1.01 January 1993
  65. -------------------------
  66.  
  67. First official release.
  68.  
  69. - added EPS to both DOS and UNIX versions
  70. - added minimal metafile support under Windows
  71. - added filter to the file dialog
  72. - some bug fixes
  73.  
  74. Version 1.00 November 1992
  75. --------------------------
  76.  
  77. First preliminary release.
  78.