X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b8b0e7ca05ae2ea581601c4510f7c5704c22607..3b322b4a1f58b62393a6531dd4466902df3dbe00:/docs/bugs.txt diff --git a/docs/bugs.txt b/docs/bugs.txt index b4cdcfd309..4352dc8587 100644 --- a/docs/bugs.txt +++ b/docs/bugs.txt @@ -240,8 +240,7 @@ zero-based in MSW wxFileDialog implementation IDENTIFIED+BY: Haneef Mohammed PLATFORMS: wxMSW SHORT+DESCRIPTION: Bug in wxDocTemplate::SelectDocumentPath() -Submit: Submit -WORKAROUND: +WORKAROUND: visitor_email_address: haneef@symphonyeda.com wxWINDOWS+VERSION: 2.1.12 DATE+FIXED: 29/11/99 @@ -267,7 +266,6 @@ FIXED+BY: Vadim, just after 2.1.11? IDENTIFIED+BY: Tom Marshall PLATFORMS: wxGTK SHORT+DESCRIPTION: wxGTK: infinite recursion in font selection -Submit: Submit WORKAROUND: Create default font mapping for every wxGTK app (?) visitor_email_address: tommy@aa.net @@ -282,12 +280,51 @@ FIXED+BY: IDENTIFIED+BY: Tom Marshall PLATFORMS: wxGTK SHORT+DESCRIPTION: wxGTK: wxsocket example crashes if listen socket unavailable -Submit: Submit WORKAROUND: None. visitor_email_address: tommy@aa.net wxWINDOWS+VERSION: 2.1.11 +DATE+FIXED: 07/12/1999 +DATE+IDENTIFIED: 04/12/1999 +DETAILS: In wxTextCtrl::AdjustSpaceLimit(), the check for len > limit +does not take into account when len == limit. This caused the +output to freeze when the limit was reached. +FIXED+BY: Vasu Harish +IDENTIFIED+BY: Vasu Harish +PLATFORMS: wxMSW +SHORT+DESCRIPTION: wxTextCtrl clogs output occassionally when the text size limit is reached +WORKAROUND: In the check for (len > limit) condition in wxTextCtrl::AdjustSpaceLimit() +call, added the condition to check for the len==limit. +visitor_email_address: vasuh@bullant.net +wxWINDOWS+VERSION: wx2.1.11 + +DATE+FIXED: 30/12/1999 +DATE+IDENTIFIED: +DETAILS: the setting of wxvc_dll have a bug of precompiled setting with release version. +FIXED+BY: Pumb Peng +IDENTIFIED+BY: Pumb Peng +PLATFORMS: windows NT +SHORT+DESCRIPTION: wxvc_dll.dsp Bug +Submit: Submit +WORKAROUND: +visitor_email_address: +wxWINDOWS+VERSION: 2.1.11 +DATE+FIXED: 05/01/2000 +DATE+IDENTIFIED: 04/01/2000 +DETAILS: The various message callback members of +wxMessageDialog pass the client_data variable +as in "int" which are later used a pointers. On a 64-bit +system they must be passed as pointers or +as "long" variables. +FIXED+BY: JACS +IDENTIFIED+BY: Ray Lanza +PLATFORMS: motif +SHORT+DESCRIPTION: wxMessageDialog is not 64bit safe +Submit: Submit +WORKAROUND: Change the declaration to void * or long +visitor_email_address: rjl@zk3.dec.com +wxWINDOWS+VERSION: 2.1.10 ---------------------------END OF BUGLIST-------------------------