]> git.saurik.com Git - wxWidgets.git/history - src
mingw32 compilation fix
[wxWidgets.git] / src /
2001-04-09  Vadim Zeitlinmingw32 compilation fix
2001-04-09  Vadim Zeitlinfixed recursive mutexs compilation
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-07  Gilles Depeyrotcorrected prototypes
2001-04-07  Gilles Depeyrotpreliminary file list for Mac OS X compilation
2001-04-07  Vadim Zeitlinfixes bug 414369
2001-04-06  Václav SlavíkwxImage::ConvertToMono wasn't const - fixed
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  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íkimplemented wxMask::Create(bitmap, paletteEntry) for...
2001-04-04  Vadim Zeitlinmemory leak in wxZlibOutputStream fixed
2001-04-03  David WebsterInvertMask 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  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  Gilles Depeyrotcorrected file name change of mimetype.cpp to mimetmac.cpp
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-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.
2001-03-29  Ove KaavenSome Unicode compilation fixes. This Unicode stuff...
2001-03-29  Ove Kaavenwchar_t byte-swapping is not necessary if __STDC_ISO_10...
2001-03-29  Ove KaavenUnicode compilation fix.
2001-03-28  David WebsterSome new interfaces in common code requires an updated...
2001-03-28  Robin DunnFinished the changes necessary to use the new event...
2001-03-27  Robin DunnPut back some code that was commented out for testing
2001-03-26  Julian SmartBug fix to Mkdirs and GetLongPath
2001-03-26  Julian SmartAdded focus in/out handlers for wxTextCtrl
2001-03-26  Julian SmartAdded 'full' param to wxFileName::Mkdir to make all...
2001-03-26  Julian SmartCorrections to the GetLongPath code
2001-03-26  Julian SmartAttempt at improving GetLongPath
2001-03-25  Václav SlavíkwxZipFSHandler does not report non-local zip archives...
2001-03-25  Václav Slavíkimplemented dummy wxPalette for wxGTK, so that it no...
2001-03-25  Václav Slavíkmade wxLocale::GetSystemLanguage and wxLocale::AddLangu...
2001-03-23  David WebsterOwnerdrawn updates
2001-03-23  Vadim Zeitlinfixed memory leak in wxZlibInputStream
2001-03-22  David WebsterOwnerdrawn stuff. Text display done, image display...
2001-03-22  Julian SmartFix for tip disappearing immediately under MSW
2001-03-22  David WebsterMore ownerdrawn stuff
2001-03-21  Vadim Zeitlinmerged Ctrl-Space fix from 2.2 branch
2001-03-21  David WebsterOwnerDrawn updates
2001-03-21  Julian SmartChanged GetLong/ShortPath to allocate memory dynamically
2001-03-21  Vadim Zeitlinpatch for cleanall target in mingw makefiles (which...
2001-03-21  Vadim Zeitlinforgot to commit
2001-03-21  Vadim Zeitlinminor fixes to wxLocale::GetSystemLanguage(), test...
2001-03-21  George TaskerChecked back in the change from rev 1.57 that allows...
2001-03-21  Julian SmartAdded long-filename functions & normalisation; patch...
2001-03-20  David WebsterOwnerdrawn testing
2001-03-20  David WebsterMore Ownerdraw menu updates
2001-03-20  David Websterno message
2001-03-20  David WebsterOwnerdrawn menu updates
2001-03-19  Vadim ZeitlinwxImage::Ok() now returns false for images with 0 width...
2001-03-19  Julian SmartSmall doc mod; made wxRAISED_BORDER work
2001-03-18  Václav SlavíkwxHTML: fixed bug in tables rendering when rowspan...
2001-03-16  Vadim Zeitlinreplaced wxLogDebugs with wxLogTrace in dnd code -...
2001-03-15  Vadim Zeitlinadded checks to wxFont accessors
2001-03-14  Jouk Jansen Committing in .
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-03-13  George TaskerAdditions to support the building of wxBase(d).lib...
2001-03-13  George Taskermakefile for building wxBase using the command line...
2001-03-13  George TaskerAdded the code to copy setup0.h to setup.h if setup...
2001-03-13  George TaskerSemicolon was missing on the end of the WXINC line
2001-03-13  Vadim Zeitlinfixed wxTimeSpan::Format() to behave more reasonably
2001-03-12  Vadim Zeitlinpatch initializing the multi choice dialog with the...
2001-03-12  Julian SmartBug fix for #406153
2001-03-11  Václav SlavíkIMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by...
2001-03-10  Vadim Zeitlintrying to fix wxSpinCtrl update behaviour
2001-03-10  Vadim Zeitlinfixed wxToolBar::DeleteTool and losing the rows number...
2001-03-09  Václav Slavíkfixed parsing of tags with whitespace around = sign
2001-03-09  Vadim Zeitlinmerged in the fix for WM_MOVE
2001-03-08  Vadim Zeitlinfixed FindOrCreatePen/Brush() for the case when the...
2001-03-07  Vadim Zeitlinfixed DeviceToLogical[XY]
2001-03-07  David WebsterSupport for building samples in a port, dbg-rlse, dll...
2001-03-07  David WebsterSUpport for new location of module definition files.
2001-03-07  David WebsterSUpport for new location of module definition files.
2001-03-07  David WebsterMoving OS/2 module defeintion files to /src/os2
2001-03-07  David WebsterMake updates for OS/2
2001-03-06  Vadim Zeitlinmerged fix from the 2.2 branch but the test I changed...
2001-03-05  Julian SmartwxFileSelector should have file name only, not path...
2001-03-04  Stefan Csomorcorrected redraw problems with native controls
2001-03-04  Stefan Csomor correct window class attribution (was wrong in carbon)
2001-03-04  Stefan Csomorchanged choice to properly inherit from wxChoiceBase...
2001-03-03  Stefan Csomormac changes : wxDC - removed doubly defined vars (inher...
2001-03-02  Robert RoeblingImplemented wxStaticLine under Mac. I thought I had
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2001-03-01  Stefan Csomorfinal adjustements to wxToolbar to make it layout as...
next