]> git.saurik.com Git - wxWidgets.git/history - src/common
corrected release target which included some include files in the build
[wxWidgets.git] / src / common /
2003-01-06  Julian SmartMake it build in Unicode mode again
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinshow Univ prefix in wxWindows info dialog
2003-01-02  Vadim Zeitlinmade generic EmulateKeyPress() to work with Delete...
2003-01-01  Vadim Zeitlintried to fix compilation with Watcom 11 (should fix...
2003-01-01  Gilles Depeyrotuse MoreFilesX instead of MoreFiles when building with...
2003-01-01  Robin DunnAdded wxLog::Get/SetLogLevel
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-27  Mattia Barbon Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.
2002-12-27  Julian SmartApplied patch [ 658786 ] Removes unresolved symbols...
2002-12-27  Julian SmartFixed bug [ 657949 ] Segmentation fault in ~wxFileHistory
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-12-17  Vadim Zeitlinfree argv in Unicode build
2002-12-17  Vadim Zeitlinunicode compilation fix for wxBase
2002-12-17  Julian SmartMissing semicolon
2002-12-17  Robin DunnUnicode compilation fix
2002-12-16  Robin Dunnfixed copy/paste error
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-15  Vadim Zeitlinmisc gcc compilation warnings
2002-12-15  Julian SmartAdded Mac Classic fixes
2002-12-15  Václav Slavík_really_ fixed translation messages
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-14  Václav Slavíkremoved extremely user-unfriendly translations
2002-12-14  Vadim Zeitlinfixed VC++ warning
2002-12-13  Václav Slavíkeven more fixes to last-minute wxFileSystem mods
2002-12-13  Mattia Barbon Add WXDLLEXPORT to friend declaration for GCC 3.2.
2002-12-10  Julian SmartApplied patch [ 651383 ] Removes 3 warnings when buildi...
2002-12-10  Julian SmartFromString should not fail on wxMac if facename empty.
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-10  Julian SmartIgnore DOS drive spec in GetRightLocation
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-09  Julian SmartFixed the beggar good and proper
2002-12-09  Václav Slavíkremoved XPM handler from wxImage's standard handlers...
2002-12-09  Julian SmartShould only add // under MSW -- not on Unix, not on...
2002-12-09  Julian SmartApplied patch [ 649284 ] Fix wxODBC to work with MySQL 2.x
2002-12-08  Václav Slavíkmodifications to URL<->filename conversion: take wxFile...
2002-12-08  Václav Slavíkfixed Vadim's removal of XPM handler
2002-12-08  Vadim Zeitlindon't add XPM handler in wxInitAllImageHandlers() becau...
2002-12-07  Julian SmartCorrection to path/URL code
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-06  Vadim Zeitlinfixed 3 infinite loops -- the person who tested this...
2002-12-06  Vadim Zeitlincompilation fix for wxUSE_INTL == 0 (patch 646466)
2002-12-06  Vadim Zeitlinfixed mem leak when using non default theme; change...
2002-12-06  Julian SmartRemoved apparently erroneous manipulation of filename/URL
2002-12-06  Stefan Csomorprint session additions
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
next