wxWidgets.git
2001-04-12  Stefan Csomorcorrected cw6 project files
2001-04-12  Robin DunnUpdated infoframe from Chris Fama
2001-04-11  Václav SlavíkwxBitmap compilation fix for BCC enforced typecast...
2001-04-11  David WebsterDC updates and an associated .Def file update
2001-04-11  David WebsterDC updates
2001-04-11  Václav Slavíkapplied fix to fix BCC's wxBitmap ctor problem
2001-04-11  Václav Slavíkadded remark about wxMENU_TEAROFF being wxGTK only
2001-04-11  George TaskerUpdated to alert the user to the need for them to edit...
2001-04-11  Vadim Zeitlinwarning fix
2001-04-11  George TaskerUpdated to reflect changes in the wxDb/wxDbTable classes
2001-04-11  George TaskerA couple more 'int' to UWORD conversions I had not...
2001-04-11  George TaskerExperimental BLOB code added - set wxODBC_BLOB_EXPERIME...
2001-04-11  George TaskerFixed TablePrivileges() function (I HOPE!) so it will...
2001-04-11  George TaskerAll variables/parameters having to do with number of...
2001-04-11  Julian SmartMore fixes
2001-04-11  Gilles Depeyrotadded destructor (correction for Mac OS X)
2001-04-11  Gilles Depeyrotifdef pi which is already defined by Mac OS X
2001-04-10  David WebsterNew Module definition file for all the new image/bitmap...
2001-04-10  Julian SmartFixed some wxDragImage bugs
2001-04-10  Robin DunnUpdated the changelog
2001-04-10  Robin DunnwxPython can now be built using the distutils that...
2001-04-10  Vadim Zeitlinmore fixes for mingw32 compilation
2001-04-10  Julian SmartCorrections
2001-04-10  Vadim Zeitlincheck that file was closed successfully in wxCopyFile...
2001-04-10  Julian SmartRemoved misleading text from wxDragImage doc
2001-04-10  Julian SmartImplemented Chuck Messenger's naming and simplification...
2001-04-10  Julian SmartRemoved spurious wxCHECK which forgot about the possibi...
2001-04-10  Julian SmartOk() should be called on image, not bitmap
2001-04-10  George TaskerAdded a param to ::Open() to allow the programmer to...
2001-04-09  Robin DunnAdded a mask to some of the images
2001-04-09  Robin DunnWill raise the SystemExit exception now on wxGTK since...
2001-04-09  Robin DunnImages can now be embedded in Python source files.
2001-04-09  Robin DunnImages can now be embedded in Python source files.
2001-04-09  Gilles Depeyrotremoved case conflicting file
2001-04-09  Robert Roebling Added wxFileName::GetModificationTime()
2001-04-09  Vadim Zeitlinmingw32 compilation fix
2001-04-09  Vadim Zeitlinfixed recursive mutexs compilation
2001-04-09  Vadim Zeitlinfixed obsolete comment
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-04-09  Vadim Zeitlinapplied patch 410892 (wxCopyFile uses ::CopyFile under...
2001-04-08  Vadim Zeitlinapplied patch 411059 (mingw win32 api version check)
2001-04-08  Vadim Zeitlinmade mutexes recursive under Unix as well as under...
2001-04-08  Vadim Zeitlinrestored previously removed inline
2001-04-07  Ron LeePorted forward changes to 2.2 packaging.
2001-04-07  Gilles Depeyrotcorrected prototypes
2001-04-07  Gilles Depeyrotpreliminary file list for Mac OS X compilation
2001-04-07  Gilles Depeyrotcorrection for Mac OS X (wxEntry has a specific prototy...
2001-04-07  Gilles Depeyrotcorrections for Mac OS X (dynamic link command, thread...
2001-04-07  Vadim Zeitlinfixes bug 414369
2001-04-06  Václav SlavíkwxImage::ConvertToMono wasn't const - fixed
2001-04-06  Vadim Zeitlinno changes, just resolved conflicts
2001-04-06  Julian SmartChanged wxYield to wxYieldIfNeeded in PopupMenu, to...
2001-04-05  David WebsterNew .def file for all the image/bitmap changes
2001-04-05  Václav Slavíkfixed typos in wxBitmap::ConvertToImage
2001-04-05  Julian SmartApplied Don Spear's patch
2001-04-05  George TaskerFixes problem where maximized child windows still have...
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-04-04  Václav Slavíkimplemented wxMask::Create(bitmap, paletteEntry) for...
2001-04-04  Vadim Zeitlinmemory leak in wxZlibOutputStream fixed
2001-04-03  David WebsterInvertMask fix
2001-04-03  Vadim Zeitlinsecond part of Markus' BC++ fix
2001-04-02  Václav Slavíkenabled palette code for wxGTK
2001-04-02  Gilles Depeyrotbacked out improper casts and corrected prototypes...
2001-04-02  Vadim Zeitlinmerged wxLogDebug -> wxLogTrace change from 2.2 branch
2001-04-02  Julian SmartCorrected some typos and quaint English
2001-04-02  David Websterchar* cast on wxString libname blows up VC and VA....
2001-04-02  Vadim Zeitlinargh! patch misapplied the patch in another place as...
2001-04-02  Vadim Zeitlinoops... wrong patch, second try
2001-04-02  Vadim Zeitlinfix for clicking on the button from 2.2 branch
2001-04-02  David WebsterFilling out wxDC
2001-04-02  Robin DunnFixed Tim's patch so it will compile when using a Pytho...
2001-04-02  Robin DunnA little tweak so the button sizes right
2001-04-02  Robin DunnAdded patch to wxPoint_LIST_helper from Tim Hochberg...
2001-04-02  Robin DunnAdded patch to wxPoint_LIST_helper from Tim Hochberg...
2001-04-02  Gilles Depeyrotcorrected file name change of mimetype.cpp to mimetmac.cpp
2001-04-02  Robin DunnAdded colourselect.py, imagebrowser.py and an updated...
2001-04-02  Robin Dunnupdates of generated sources for wxGTK
2001-04-02  Robin Dunnupdates of generated sources for wxGTK
2001-04-02  Robin DunnOther odds and ends...
2001-04-02  Robin DunnwxPython now creates it's own Python thread state inste...
2001-04-02  Robin DunnAdded wxPython/lib/infoframe.py from Chris Fama. It...
2001-04-02  Robin DunnApplied patch for building with Borland C++ (untested...
2001-04-02  Robin Dunnadded better typemaps for wxPen*, wxBrush* and wxFont*
2001-04-02  Robin DunnFix for wxHtmlPrintout getting decrefed in Python at...
2001-04-01  Vadim Zeitlintypo fixed
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2001-03-31  Gilles Depeyrotadded CarbonAccessors object file for non Carbon builds
2001-03-31  Gilles Depeyrotadded CodeWarrior project for example working under...
2001-03-31  Gilles Depeyrotignore CodeWarrior build directory and output files
2001-03-31  Gilles Depeyrotadded conditional compilation for toggle buttons (wxUSE...
2001-03-31  Gilles Depeyrotadded CarbonAccessors to non Carbon builds
2001-03-31  Gilles Depeyrotadded instructions concerning ACCESSOR_CALLS_ARE_FUNCTIONS
2001-03-30  George TaskerIf wxUSE_GUI was not defined, then apps using this...
2001-03-30  Vadim Zeitlinthis should hopefully fix BC++ crashes
2001-03-29  David WebsterBlit code for masks
2001-03-29  David WebsterBlit code for masks
2001-03-29  Ove KaavenUnicode compilation fixes.
next