]> git.saurik.com Git - wxWidgets.git/history - src/common
Updated version
[wxWidgets.git] / src / common /
2002-12-05  Julian SmartChecked for stream validity in wxImage::GetImageCount.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-02  Vadim Zeitlinadded ctor taking wxFontFlags
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-12  Vadim Zeitlinmake wxFile::Exists() use wxFileExists(): this avoids...
2002-09-12  Julian SmartDon't compile crit. section code on Mac yet
2002-09-11  Vadim Zeitlinremoved wcslen() implementation, it is now inline in...
2002-09-11  Vadim Zeitlinsrc/common/strconv.cpps/wcslen/wxWcslen/g
2002-09-11  Julian SmartReplaced wcslen with wxWcslen
2002-09-11  Stefan NeisFixed bug in Grow function (possibly not allocating...
2002-09-10  Vadim Zeitlinadded a possibility to pull in printf() code for testin...
2002-09-10  Vadim Zeitlinfixed stream code breakage caused by the previous check in
2002-09-09  Mattia BarbonFixed MinGW/ANSI (and probably any other C++ compiler...
2002-09-08  Vadim Zeitlinfixed bug in parsing formats in which fields don't...
2002-09-08  Mattia BarbonFix wxSnvprintf (and hence wxString::Format) for Unicod...
2002-09-08  Vadim Zeitlinchar -> wxChar
2002-09-08  Vadim Zeitlinfixed (yet another?) crash in wxStrtok
2002-09-08  Vadim Zeitlincorrect compilation fix for the previous commit
2002-09-07  Robin DunnCompilation fix
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-09-07  Vadim Zeitlindon't give empty message box if Parse(FALSE) was called...
2002-09-07  Vadim Zeitlinshow the app name in the title of wxMsgOut message...
2002-09-06  Vadim Zeitlinfixes for reading bitmapswith BI_BITFIELDS (patch 597906)
2002-09-05  Vadim Zeitlinfixed the width of the (week day as number) field...
2002-09-05  Václav Slavíkfix va_arg(.,short int) problem
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-09-04  Chris Elliottmove code from .h to .cpp to prevent Borland warning
2002-09-04  Vadim Zeitlinfix wxBase apps compilation after ProcessIdle() change...
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-02  Julian SmartApplied patch [ 602924 ] colours and effects in wxMSW...
2002-09-02  Julian SmartCommitted a couple of IPC changes I forgot to do
2002-09-01  Vadim Zeitlinno changes
2002-09-01  Vadim Zeitlindon't call CreatesMessageOutput() explicitly, it will...
2002-09-01  Julian SmartCopy event type too
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-09-01  Julian SmartAccidentally omitted code from previous patch
2002-09-01  Ron Leeremoved DoInit() straggler from appbase mods.
2002-08-31  Julian SmartApplied patch [ 601072 ] wxFileName::GetLongPath error...
2002-08-31  Julian SmartAdded RTTI macros
2002-08-30  Vadim Zeitlincompilation problem for compilers with old for() scopin...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  David WebsterTRUE, not true; FALSE not false
2002-08-30  Chris Elliottlost log.h fixed
2002-08-30  Chris Elliottlost log.h fixed
2002-08-30  David WebsterOS/2 must have positive control IDs.
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-29  Vadim Zeitlinloop in wxInputStream::Read() while there is data to...
2002-08-29  Vadim Zeitlindon't crash in wx(Flex)GridSizer with division by 0...
2002-08-27  Vadim Zeitlinfixed crashes in Push/PopEventHandler() if the current...
2002-08-27  Vadim Zeitlinfixed wxVsnprintf_() compilation in ASCII mode
2002-08-27  Vadim Zeitlin(blind) fix for BC++ compilation problem with wxPutc...
2002-08-26  Vadim Zeitlinanother fix to the wxFormatConverter bug with the forma...
2002-08-26  Robert Roebling Corrected wxFormatConverter for strings which need
2002-08-25  Vadim ZeitlinWindows compilation fixes after recent changes
2002-08-25  Stefan NeisEMX (OS/2) defines _MAX_PATH only
2002-08-25  Vadim Zeitlinno real changes
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-22  Stefan Csomorfix for getting proper fspecs for volumes that are...
2002-08-22  David WebsterFont updates
2002-08-21  Vadim Zeitlinbetter dummy implementation of IsInput/ErrorAvailable...
2002-08-20  Vadim Zeitlinadded and documented wxProcess::Is{Input|Error}Availabl...
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-20  Julian SmartApplied patch 548046: wxDebugAlloc & wxDebugFree thread...
2002-08-20  Vadim Zeitlinrewrote wxString::To/FromAscii() to fix a few small...
2002-08-20  Vadim Zeitlinadded support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS...
2002-08-20  Vadim Zeitlinfixed error message when long options are disabled...
2002-08-20  Vadim Zeitlinfixed m_relative initialization in wxFileName default...
2002-08-19  Václav Slavíkreverted Robert's preference for tables-driven EC_CharSet
2002-08-19  Stefan Csomorconst char correction for mac
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-18  Vadim Zeitlinfixed wxBase compilation (what was msgdlg.h doing in...
2002-08-18  Václav Slavíkdon't crash if used in iconv-like fashion
2002-08-17  Václav Slavíksimpler fix for locale catalogs lookup bug (better...
2002-08-17  Robert Roebling Put various #ifdefs vsnprintf() back in, they were
2002-08-17  Robert Roebling iconv() really never set the trailing 0.
2002-08-17  Robert Roebling iconv() doesn't set the trailing zero
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-17  Robert Roebling %s to %ls conversion
2002-08-16  Robert Roebling Compile fix.
2002-08-16  Julian SmartApplied patch [ 596061 ] Adds more navigation buttons...
2002-08-16  Julian SmartApplied patch [ 566816 ] adds xBase type for Sequiter...
2002-08-16  Julian SmartApplied [ 594745 ] Fixes core dump under Forte 6U1...
2002-08-16  Vadim Zeitlinfix for the bug introduced by the last commit: don...
2002-08-15  Vadim Zeitlinadded missing header to fix wxGTK compilation
2002-08-15  Robert Roebling What did I change here?
2002-08-15  Robert Roebling wxTextDataObject should convert to and
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-13  Vadim ZeitlinFixed size buffers are not a good thing. Period.
2002-08-13  Václav Slavíkreverted previous checkin
2002-08-13  Vadim Zeitlintidied up patch 583937 (wxClassInfo dtor)
2002-08-13  Robert Roebling This way strconv copmiles again. I don't think
2002-08-11  Robert Roebling Killing more wxConvLibc calls...
2002-08-11  Robert Roebling Corrected dangerous cast.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Compile fix for wxBase/Unicode/Unix.
2002-08-10  Robert Roebling (char*)(const char*)xxx.mb_str() is not a good
2002-08-10  Robert Roebling Implemented the various printf() functions under
next