]> git.saurik.com Git - wxWidgets.git/history - src/common
Committing in .
[wxWidgets.git] / src / common /
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...
2000-02-24  Guilhem LavauxAdded a missing wxStream_NOERROR
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-24  George TaskerReverting to 1.30
2000-02-24  George TaskerReverting back to 1.35 as 1.36 does not work with all...
2000-02-24  Vadim Zeitlinfix for wxSplitPath(foo/.filename)
2000-02-23  George Tasker::IsNumber() returned FALSE if a + or - sign was the...
2000-02-23  Vadim Zeitlinremoved the goto provoking HP-UX compiler warnings
2000-02-23  Vadim Zeitlinsome more cosmetic fixes for wxLogTrace
2000-02-23  Vadim Zeitlintypo fixed
2000-02-23  Vadim ZeitlinwxLogTrace doesn't give messages with two 'Trace' in...
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-23  Vadim Zeitlinfix to allow non-extension based template choosing...
2000-02-23  George TaskerTablesInUse did not have DeleteContents() set to TRUE...
2000-02-22  Václav Slavíkone of error messages had way too much spaces in it
2000-02-22  Vadim Zeitlin1. wxMenuBar::FindMenu() made "const"
2000-02-22  Vadim Zeitlinadded wxLog::Suspend/Resume and wxYield() uses them...
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-02-21  Guillermo Rodrigue... End of stream reading stuff
2000-02-21  Vadim Zeitlincompile fix for wxUSE_STD_IOSTREAM case
2000-02-21  Václav Slavíkmodif time of FS inet and FS mem files is not wxDateTim...
2000-02-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
2000-02-20  Guillermo Rodrigue... Don't try to translate empty strings (just a cosmetical...
2000-02-19  Václav Slavíkfixed bug in wxMemoryInput/OutputStream::OnSysRead...
2000-02-18  Guillermo Rodrigue... Added missing Unref() in wxImage::Create()
2000-02-18  Bart A.M. JourquinHashtable now supports negative keys
2000-02-17  Guillermo Rodrigue... Now wxGIFDecoder always tries to read to the end of...
2000-02-17  Václav Slavíkadded wxMemoryFSHandler for storing VFS in memory
2000-02-17  Sylvain BougnouxWorkaround (?) for using streambuf with wxUSE_IOSTREAMH=0
2000-02-17  Vadim Zeitlinadded wxRect::Inflate()
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-16  Julian SmartDrawLine normalized; wxStaticBitmap fixed for Dialog...
2000-02-16  Sylvain BougnouxFixed stupidity
2000-02-16  Sylvain BougnouxFixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY...
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-02-16  Sylvain BougnouxAdd Shivar's patch for using iostream
2000-02-15  Vadim Zeitlinfixed bug in handling value names with escaped chars
2000-02-15  Vadim Zeitlinconflicts markers removed
2000-02-15  Ron Leefixed test for _vsnprintf
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Guillermo Rodrigue... just some comments
2000-02-13  Guillermo Rodrigue... Still with the same 'read after close' thing...
2000-02-11  Guillermo Rodrigue... Partially rewrote rotation code due to a potential...
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-11  Julian SmartSome BC++ 5.4 fixes
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-10  Guillermo Rodrigue... Added support for transparency in rotation code
2000-02-10  Guillermo Rodrigue... - wxSocket no loner automatically Closes() the socket...
2000-02-09  David WebsterUpdates to make latest changes compile
2000-02-09  Guillermo Rodrigue... Stupid bug: using LastError() instead of Error()
2000-02-09  Robin Dunnplugged memory leak
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-09  Guillermo Rodrigue... let's see it it works now...
2000-02-08  Václav Slavíkfixed incorrect parsing of http://domain.com:portnumber/
2000-02-08  Robin DunnFix in parse headers so it wouldn't always store an...
2000-02-08  Julian SmartMisc. fixes for obscure compilers
2000-02-08  Guillermo Rodrigue... Changed the order in which events are checked, so that...
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-08  Bart A.M. Jourquinadd SQL_CATALOG and SQL_LOG filename variables
next