]> git.saurik.com Git - wxWidgets.git/history - src/msw
Update options to the config files
[wxWidgets.git] / src / msw /
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  Vadim Zeitlinmemory leak in ~wxMutex fixed
1999-12-21  Vadim Zeitlinremoved date.cpp and time.cpp from the makefiles
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Guillermo Rodrigue... strange comment in gsocket_read (?)
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-20  Václav Slavíkadded support for definition lists (DL,DT,DD) to wxHTML
1999-12-17  Julian SmartMisc small mods
1999-12-17  Vadim Zeitlin1. compilation fix for wxDir
1999-12-16  Vadim Zeitlincompilation fix
1999-12-16  Vadim Zeitlinsome more consts here and there
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-16  Robin DunnKilled a bug that sometimes prevented ShowModal from...
1999-12-16  Guillermo Rodrigue... Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMD...
1999-12-16  Guillermo Rodrigue... slight bug in waitconnection
1999-12-16  Guillermo Rodrigue... Added #if wxUSE_OWNER_DRAWN
1999-12-16  Guillermo Rodrigue... Compilation fix when wxUSE_OWNER_DRAWN is 0
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-15  Vadim Zeitlinsmall compilation fix
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-15  Vadim Zeitlinadded datetime.h/cpp to filelist and regenerated the...
1999-12-15  Vadim Zeitlinfixed wxBitmapButton bug with bitmaps with masks
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARIES
1999-12-14  Vadim Zeitlincompilation fix
1999-12-14  George TaskerFixed the #include of tbar95.h, which referenced the...
1999-12-13  Vadim Zeitlinmask corrections
1999-12-13  Vadim Zeitlincompilation fix
1999-12-12  Václav Slavíkremoved pnghand from MSW sources - obsoleted
1999-12-12  Václav Slavíkremoved pnghand from MSW sources - obsoleted
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Vadim Zeitlincompilation fix for headers without _WIN32_IE
1999-12-09  Vadim Zeitlingeneric/wizard.h added
1999-12-08  Vadim Zeitlin1. fix for compiling samples with profile info
1999-12-08  Vadim ZeitlinwxDir class added
1999-12-08  Vadim Zeitlinfixing compile problems for people who don't look at...
1999-12-08  Vadim Zeitlin1. many DrawRotatedText() corrections (gtk)
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Vadim ZeitlinDrawRotatedText() for MSW
1999-12-06  Vadim Zeitlinimplemented GetCPUCount() and SetConcurrency() for...
1999-12-06  Vadim Zeitlin1. test for thr_setconcurrency() added to configure
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-06  Julian SmartInexplicable removal of wxRadioBox::MSWWindowProc rever...
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-05  Julian SmartwxChoice/wxComboBox background colour change (to get...
1999-12-05  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-03  Vadim Zeitlinfixes for icon-inherits-from-bitmap mode
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-12-01  George TaskerwxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast...
1999-11-30  Vadim ZeitlinwxTreeCtrl::IsVisible() fix
1999-11-30  Julian SmartNow allow SetMenuBar to be called several times.
1999-11-30  Julian SmartCompile fixes
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-29  Vadim Zeitlincompilation fix
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-26  Vadim Zeitlinattempt at more compilation fixes
1999-11-26  Vadim Zeitlinmore compilation fixes
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-26  Vadim Zeitlinmingw32 compilation fixes
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-24  Julian SmartRemoved strange wxFAIL; added dialup.cpp to filelist.txt
1999-11-23  Julian SmartWM_MOUSEMOVE correction
1999-11-23  Robin DunnNow sets the font for newly appended ownerdraw items.
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-18  Guillermo Rodrigue... Changed default address from INADDR_ANY to INADDR_NONE...
1999-11-17  Václav SlavíkwxBitmap::LoadFile and SaveFile now uses wxImage's...
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-16  Vadim ZeitlinwxMSW fixes after wxFrameBase change - seems to work...
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-15  Vadim ZeitlinwxMenu::callback stuff taken inside WXWIN_COMPATIBILITY...
1999-11-15  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net...
1999-11-15  Vadim Zeitlinwizard.h added to the list of headers
1999-11-15  Vadim Zeitlin1. fixed wxStaticBox background erasing (or, rather...
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-14  Vadim Zeitlin1. wxBitmap copy ctor and operator=() taking wxIcon...
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-11-12  Vadim ZeitlinwxTimer/timercmn.cpp change
1999-11-12  Vadim ZeitlinOutputDebugStringW95 removed - it's really unnecessary...
1999-11-12  Vadim Zeitlin(old) mingw32 compilation fixes
1999-11-12  Vadim Zeitlinmingw32 compilation fixes (unfortunately, this effectiv...
1999-11-12  Vadim Zeitlincompilation fix
1999-11-12  Vadim Zeitlincontrols can now be put in the toolbars (MSW only so...
1999-11-11  Ron Lee#included log.h
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-11-09  Julian SmartAdded m_nSelection = -1 fixes to RemovePage, DeleteAllP...
1999-11-09  Julian SmartMisc small fixes
1999-11-08  Julian SmartFixes to Cygwin/Mingw32 makefile, manual now compiles...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-06  Julian SmartSmall changes
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-06  Julian SmartFixed image sample, dsp files etc.
next