]> git.saurik.com Git - wxWidgets.git/history - src/common
Fixed bug [ 749471 ] wxDocument with no command processor
[wxWidgets.git] / src / common /
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
2003-04-11  Vadim Zeitlincontainers don't always accept focus (patch 718913)
2003-04-11  Julian SmartMoved wxDateTime::TIME_T_FACTOR into datetime.cpp to
2003-04-10  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-10  Vadim Zeitlindon't use deprecated IntToString function
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-09  Gilles Depeyrotif we are not in the main thread, output the assert...
2003-04-07  Mattia Barbon Fix some GCC 3.2 -O2 warnings.
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  David ElliottUse the wxStaticBox::GetBordersForSizer method to get...
2003-04-05  Václav Slavíkadded taskbarcmn.cpp
2003-04-05  Julian SmartFix for getting all frames from GIF animation
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-04-03  Julian SmartApplied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis
2003-04-02  Vadim Zeitlinfixed problem of deleting an entry added to an initiall...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-31  Julian SmartMore deprecated class mods
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-29  Julian SmartCopyright cleanup
2003-03-29  Václav Slavíkfixed bug #708570: Request 'silver' be allowed as a...
2003-03-28  Robin DunnCompilation fix
next