]> git.saurik.com Git - wxWidgets.git/history - src
enable all tests
[wxWidgets.git] / src /
2001-04-21  George TaskerMoved the declaration of wxEVT_NULL to event.cpp and...
2001-04-21  Vadim Zeitlinoops... conflict removed
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-04-20  Stefan NeisCommited updated list of files to compile.
2001-04-20  Stefan NeisAdded wxGetEnv and wxPutEnv.
2001-04-20  Stefan NeisHopefully fixed bug #233492 (SelectAll crashed on empty...
2001-04-20  David Websternew Def file supporting const changes in wxObject....
2001-04-20  David WebsterGot rid of some wierd VisualAge debug nonsense that...
2001-04-20  David WebsterConst casting fix for Vis C.
2001-04-20  George TaskerChanged code to get rid of a compiler warning about...
2001-04-19  Vadim Zeitlinsome const correctness for wxClassInfo
2001-04-19  David WebsterPositioning fixes to compsate for wxWindow's use of...
2001-04-19  Gilles DepeyrotCorrections for Mac OS X
2001-04-19  Gilles Depeyrotcorrection for Mac OS X
2001-04-19  Robin DunnAdded wxCURSOR_ARROWWAIT which is the default arrow...
2001-04-19  Julian SmartFix/hack 1.
2001-04-19  Vadim Zeitlinfix to allow negative coords for wxFrame creation
2001-04-19  Vadim Zeitlinfix for scrollbar rounding errors
2001-04-18  David WebsterwxControl and wxDialog coded and supporting module...
2001-04-18  David WebsterFix to excule OnPaint from WXPM
2001-04-18  Gilles Depeyrotremoved unused files so that makefile VPATH works under...
2001-04-18  Julian SmartNo longer paint the selection background under the...
2001-04-17  Vadim ZeitlinwxString::FormatV() fix (bug 416853)
2001-04-17  George TaskerFixed a compiler performance warning
2001-04-17  Vadim Zeitlinanother attempt to fix wxMotif build
2001-04-16  Stefan NeisAdded patch #412132 (Fix for bug #215410) (Mainly in...
2001-04-16  David WebsterRemove OnCtlColour from wxStatText
2001-04-16  David WebsterStatic Box coded.
2001-04-16  David WebsterOnActivate change for wxFrame to better deal with prior...
2001-04-16  George TaskerBlob support fixes - still does not work, but getting...
2001-04-15  George TaskerA couple more 'int' to UWORD conversions
2001-04-14  Vadim Zeitlincompilation fix
2001-04-14  Vadim Zeitlinfixed DoDrawEllipse() bbox calculation (patch 415116)
2001-04-14  Vadim Zeitlinmerged focus handling fix from 2.2
2001-04-14  Gilles Depeyrotadded spinctrl and corrected list of files for Mac...
2001-04-13  Vadim Zeitlinlinking fix for wxMotif
2001-04-13  Vadim Zeitlinuse screen resolution, not hard coded one
2001-04-13  Vadim Zeitlinreckognize cp125x charsets
2001-04-13  Gilles Depeyrotadded spinctrl implementation
2001-04-12  David WebsterFilling out common controls now.
2001-04-12  Stefan Csomorcorrected cw6 project files and other small problems
2001-04-12  Stefan Csomorcorrected cw6 project files and other small problems
2001-04-12  Stefan Csomorcorrected cw6 project files
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  Václav Slavíkapplied fix to fix BCC's wxBitmap ctor problem
2001-04-11  Vadim Zeitlinwarning fix
2001-04-11  George TaskerA couple more 'int' to UWORD conversions I had not...
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 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  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 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  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 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.
next