]> git.saurik.com Git - wxWidgets.git/history - src/common
merged 2.2 branch
[wxWidgets.git] / src / common /
2000-07-15  Bryan Pettymerged 2.2 branch
2000-06-08  Karsten BallüderAdded RTLD_GLOBAL to dlopen() flags which is needed...
2000-05-05  Julian SmartMisc fixes
2000-04-11  Vadim Zeitlinfixed double eol problem
2000-03-22  Vadim Zeitlinsmall fix to the msg catalog search path
2000-03-20  David WebsterOS/2 Updates
2000-03-19  Vadim ZeitlinwxFTP::Close() shouldn't hide base wxSocket function
2000-03-19  Vadim Zeitlinapparent gcc bug workaround
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Julian SmartCorrected my correction.
2000-03-18  Julian SmartMoved position of WXDLLEXPORT keyword
2000-03-17  Stefan NeisAdded include of module.h
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Vadim ZeitlinHTTP_PROXY bug (freeze on program startup) should be...
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-17  Vadim Zeitlinskip status bars in wxWindow::Fit
2000-03-17  Guillermo Rodrigue... Fixed bug for late events arriving after connections...
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-17  Julian SmartDoc updates; new grid disabled for BC++/WIN16 (too...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-03-16  David Webstercompile bug fixed in SetCursor
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-15  Julian SmartSome C++Builder fixes
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-03-15  Guillermo Rodrigue... Fixed _Read() when waitall was not set and there was...
2000-03-15  Guillermo Rodrigue... Added a warning for unknown events
2000-03-15  Guillermo Rodrigue... Fixed a bug in the latest 'micro optimization' - was...
2000-03-14  Vadim Zeitlinsome micro optimisations in SearchEventTable
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-03-13  Václav Slavíkreplaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error...
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-13  Guillermo Rodrigue... Use system default font for all platforms
2000-03-12  Robert Roebling Added debuf printf()s to GSocket,
2000-03-12  Julian SmartAdded project files for STC; fixed wxStringList memory...
2000-03-12  Vadim Zeitlinfixed (rare but fatal) bug in wxWindowDisabler
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-11  Vadim Zeitlinsome warnings fixed in the sockets code
2000-03-10  David Websterremove the VisualAge 3.0 hack
2000-03-10  Robert Roebling Fixed various bugs (from - err - various authors...
2000-03-10  David WebsterOS/2 patch
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-10  Guillermo Rodrigue... Ups, mismatch between header and source wrt InterruptWait()
2000-03-10  Guillermo Rodrigue... Finally deprecated callbacks.
2000-03-10  Guillermo Rodrigue... Some parts rewritten to use wxSocket events instead...
2000-03-10  Guillermo Rodrigue... - Uses wxSocketBase::Destroy() now.
2000-03-09  Vadim Zeitlinuse wxFAIL_MSG, not wxMessageBox for programming errors
2000-03-08  Vadim Zeitlinwarnings in wxCHeCK_MSG fixed
2000-03-08  Vadim Zeitlinwarning in wxCustomDataObject::Free fix (I hope)
2000-03-08  Julian SmartMade VC++ makefiles and project files a bit more consistent
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-08  Julian SmartAdded WIN16 code for window disabler
2000-03-07  David Websterremove the #warning for VisualAge
2000-03-07  Guillermo Rodrigue... First set of changes toward wxBase compliance :-)
2000-03-07  Michael BedwardAdded Create functions. They return TRUE if the file...
2000-03-07  Jouk Jansen Committing in .
2000-03-06  Guillermo Rodrigue... Changed another NONE to wxSOCKET_NONE
2000-03-06  Guillermo Rodrigue... Use IsConnected instead of m_connected
2000-03-06  Guillermo Rodrigue... Trying to fix IPC problems under Linux as reported...
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-04  Stefan NeisAdded a fix for compilers with problems to compute...
2000-03-04  Václav Slavíkfixed couple of bugs in wxZlibInputStream -- mainly...
2000-03-04  Václav Slavíkfixed wxDataInputStream::ReadString for empty strings
2000-03-04  Václav Slavíkfixes for wxBase compilation
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Guillermo Rodrigue... Stupidity fixed in WaitOnConnect()
2000-03-03  Václav Slavíkadded compression ratio argument to wxZlibOutputStream...
2000-03-03  Guillermo Rodrigue... Removed dependency on tiffiop.h
2000-03-03  Guillermo Rodrigue... Added Destroy()
2000-03-03  Vadim Zeitlinbug in month day parsing - now check that it's > 1 too
2000-03-03  Guillermo Rodrigue... no more _ftime instead of ftime
2000-03-03  Vadim Zeitlinfatal bug in wxSplitPath fixed
2000-03-03  Guillermo Rodrigue... Added HAVE_FTIME for all Windows compilers
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-03-02  Jouk Jansen Committing in .
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-02-29  Guillermo Rodrigue... Tell is now compatible with the wback buffer
2000-02-29  Guillermo Rodrigue... Changed to use current wxSocket flag names instead...
2000-02-29  Guillermo Rodrigue... moved Destroy() to the beginning
2000-02-29  Guillermo Rodrigue... Fixed potential bug related to clock skew when differen...
2000-02-29  Vadim Zeitlinadded wxHashTableLong
2000-02-29  George TaskerFixed a misleading comment regarding MySQL and Postgres
2000-02-28  Vadim Zeitlincorrection for Fit() which didn't handle properly windo...
2000-02-27  Václav Slavíkadded --enable-filesystem
2000-02-27  Václav Slavíkminimalistic build fixes (mostly #if wxUSE_something)
2000-02-27  Guilhem LavauxInserted "stdio catch" in wxExecute. The activation...
2000-02-26  Robert Roebling Compile fixes.
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-25  George TaskerReplaced <iostream.h> reference with "wx/ioswrap.h"
2000-02-25  George TaskerReplaced <iostream.h> reference with "wx/ioswrap.h"
2000-02-25  Vadim ZeitlinWX_DECLARE_HASH() macro for type safe hashes
2000-02-25  Bart A.M. JourquinTentative fix for UNICODE
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-25  Bart A.M. Jourquinfix memory allocation problem for strings
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
next