Added geometry.cpp and made it compile,
Added empty dndcmn.cpp to avoid GNU link warnings, Fixed problem with event.Skip() in new tab code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,17 +1,25 @@
|
||||
|
||||
24th January '2000: wxWindows 2.1.13 released
|
||||
|
||||
Corrections to TAB handling in notebooks.
|
||||
|
||||
Added scroll event to indicate when the thumb has
|
||||
been released (as opposed to only changed).
|
||||
|
||||
Fixed crashes with GTK Pixmap theme.
|
||||
|
||||
Fixed endianness problems in image code.
|
||||
|
||||
Minor fixes for sockets related to GUI reentrance and others.
|
||||
Minor fixes for sockets related to GUI reentrance. Also
|
||||
improved the IPV address class and added more error
|
||||
checking and rekated things.
|
||||
|
||||
Many enhancements to wxHTML, more tags supported, better support
|
||||
for non-English texts etc.
|
||||
for non-western texts etc.
|
||||
|
||||
Corrected code handling mono-bitmaps and their conversion to
|
||||
wxImage etc.
|
||||
wxImage etc. Added experimental ConvertToMonoBitmap() to
|
||||
wxImage class.
|
||||
|
||||
Fixed a few minor problems in wxListCtrl.
|
||||
|
||||
@@ -19,7 +27,7 @@ The MIME-type code in now reads KDE and GNOME mime-type bindings
|
||||
including icon information. This is used in the file dialog.
|
||||
|
||||
Small fix for problems with code that didn't changed the size of a
|
||||
window, but not its client size.
|
||||
window, but its client size and thus sent no wxSizeEvent.
|
||||
|
||||
Fixed problem with shared contexts in OpenGl canvas.
|
||||
|
||||
@@ -34,6 +42,8 @@ Revamped code for TCP based connections between programs.
|
||||
|
||||
Updates to the ODBC classes (George Tasker).
|
||||
|
||||
Build-fixes for various platforms and compilers.
|
||||
|
||||
6th January '2000: wxWindows 2.1.12 released
|
||||
|
||||
Who has a BigEndian computer (e.g. Sparc or PowerPC) that runs a 15
|
||||
|
Reference in New Issue
Block a user