]> git.saurik.com Git - wxWidgets.git/history - src/common
fix DMars compilation to use precompiled headers
[wxWidgets.git] / src / common /
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-17  Vadim Zeitlinfixed compilation warnings
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-15  Vadim Zeitlinempty description doesn't look good
2003-06-15  Vadim Zeitlintypo fix
2003-06-15  Vadim Zeitlinfixed bug with parsing filter string without description
2003-06-15  Vadim Zeitlincheck parmateres in Replace() (bug 752716)
2003-06-14  Vadim Zeitlinalways NUL-terminate log messages, even if they're...
2003-06-14  Vadim Zeitlinspeed up for debug mode startup (doesn't matter much...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinadded virtual dtor to wxDateTimeHolidayAuthority (patch...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-13  Vadim Zeitlinfixed bug in group counting Compile()
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
2003-06-11  Gilles Depeyrotapplied SF patch #752538 to implement wxGetOSDirectory...
2003-06-10  Robin DunnEnsure that a wxMenuItem's parent menu is updated if...
2003-06-08  Stefan Csomorcorrected include for Apple's Dev Tools
2003-06-07  Stefan CsomorAccepts Focus was incorrectly returning FALSE for a...
2003-06-07  Julian SmartApplied patch [ 748638 ] wxDos2UnixFilename for unicode
2003-06-07  Vadim ZeitlinDoGiveHelp() should be defined even if !wxUSE_STATUSBAR
2003-06-06  Robin DunnPut terminating NUL in the buffer since MB2WC doesn...
2003-06-05  Julian SmartFixed bug [ 749471 ] wxDocument with no command processor
2003-06-03  Stefan Csomorcorrecting lookup of equal names in different modules
2003-06-03  Vadim Zeitlinuse c_str() instead of mb_str() with wxString::Printf...
2003-06-03  Vadim Zeitlinno changes
2003-06-02  Vadim Zeitlinattempt to fix gcc printf() warnings
2003-06-02  Roger GammansAddition at simple wxObject*, support into wxVariant.
2003-06-01  Julian SmartPass focus window to submenu items too (no reason I...
2003-06-01  Julian SmartApplied patch [ 710608 ] wxImage::GetImageExtWildcard...
2003-06-01  Vadim Zeitlincompilation fix for Mac and reformatted the code
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-06-01  Julian SmartApplied patch [ 745983 ] Fix for memory leak in class...
2003-05-31  Vadim Zeitlinclicking on a panel without children should give it...
2003-05-29  Gilles Depeyrotimproved deallocation fix for Visual C++ Multithreaded...
2003-05-28  Gilles DepeyrotVC++ free must take place in same DLL as allocation...
2003-05-28  Roger GammansReinsert missing ctor removed in date/time tidy
2003-05-26  Julian SmartInclude missing.h
2003-05-26  Julian SmartAllow printing objects to be passed a wxWindow, not...
2003-05-25  Vadim Zeitlinfix m_Matches overflow if Compile() is called more...
2003-05-25  Václav Slavíkadded CompareAccelString function
2003-05-24  Mattia Barbon Compilation/warning fixes.
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-05-23  Julian SmartApplied patch [ 742452 ] wxPrintDialogData: can't set...
2003-05-21  Julian SmartApplied patch [ 740071 ] Make tiff errors/warnings...
2003-05-21  Julian SmartApplied patch [ 689188 ] adds wxToolBar::GetToolPos
2003-05-20  Julian SmartA fix to prevent mungeing of the config file after...
2003-05-19  Stefan Csomorswitch to pImpl pattern for mac printing
2003-05-19  Václav Slavíkallow untranslated accelerators, too
2003-05-17  Stefan Csomorfinding papersizes allows for 1 mm tolerance
2003-05-16  Stefan Csomorcarbon printing extended
2003-05-15  Julian SmartAn attempt to make the notebook sizer report its size
2003-05-11  Vadim Zeitlinmany fixes for PNG reading after recent alpha changes...
2003-05-11  Vadim ZeitlinTRUE/FALSE -> true/false
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-10  Vadim Zeitlincompilation fix (sorry)
2003-05-10  Vadim Zeitlinrecognize ESC[APE] in menu accel strings (patch 733967)
2003-05-09  Vadim Zeitlinmemory for alpha channel was over allocated by a factor...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-09  Jouk Jansen Committing in .
2003-05-09  Vadim ZeitlinwxDocManager::GetNoHistoryFiles() renamed to GetHistory...
2003-05-04  Julian SmartInitialised m_isBeingDeleted -- I don't know how anything
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-05-03  Julian SmartApplied patch [ 701238 ] Added BLOB support to dbtable.
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-05-03  Julian SmartApplied some of patch [ 622660 ] consistent behaviour...
2003-05-02  Chris Elliottdigital mars updated
2003-05-02  Julian SmartCorrected a memory leak I introduced in the last patch
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-05-02  Chris Elliottfix for digitalmars header
2003-05-01  Vadim Zeitlinonly set replace string for replace events (patch 728415)
2003-05-01  Vadim Zeitlinfix for a crash in ~wxLocale and incorrect GetLanguage...
2003-05-01  Julian SmartImplemented delayed closing of an existing document
2003-05-01  Vadim Zeitlinread numbers even if they're followed by spaces
2003-05-01  Vadim Zeitlincompilation fix for Unicode
2003-04-30  Václav Slavíkfixed Norwegian Bokmal code to conform to new ISO 639-2
2003-04-30  Julian SmartAllow for +/- in E part
2003-04-30  Julian SmartAllow 'e' or 'E' in numeric text.
2003-04-30  Julian SmartUse the context help XPM for MSW too
2003-04-28  Chris Elliottupdate to make digitalmars compile/link libraries
2003-04-28  Julian SmartFixed [ 728819 ] memory leak in ipcbase.cpp
2003-04-27  Vadim Zeitlin*really* fixed searching in sorted arrays
2003-04-25  Mattia Barbon Compilation fix for wxBase.
2003-04-25  Vadim Zeitlinfixed bug recently introduced in wxSortedArray::Index()
2003-04-24  Jouk Jansen Committing in .
2003-04-24  Jouk Jansen Committing in .
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2003-04-17  Julian SmartDarkened preview background for Mac (else get stripey...
2003-04-17  Julian SmartHave dark colour for preview canvas under Mac
2003-04-17  Julian SmartDon't call MakeModal on the Mac -- it leaves
2003-04-17  Julian SmartUse sizers, not constraints
2003-04-13  Vadim Zeitlinfixed yet another printf() format warning
2003-04-13  Vadim Zeitlinfixed a printf() format warning
2003-04-13  Vadim Zeitlinfixed a harmless warning
2003-04-12  Václav Slavíkfixed relative filenames inside ZIP archive
2003-04-12  Vadim Zeitlinfixed CheckTransparency() for RGBA images
2003-04-11  Václav Slavíkdon't report setlocale failure if trying to set Unicode...
2003-04-11  Vadim Zeitlinfixed bug with searching in sorted arrays
next