]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
Fixed virtual function hiding problem
[wxWidgets.git] / include / wx / msw /
2000-01-06  Guillermo Rodrigue... Fixed virtual function hiding problem
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-04  Vadim ZeitlinwxMSW compilation fixes for old mingw32
2000-01-03  Vadim Zeitlin1. wxTreeCtrl::SetBackgroundColour() works (with new...
2000-01-03  Ove KaavenHalved DEFAULT_ITEM_WIDTH so default sizes resembles...
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm
1999-12-28  Guillermo Rodrigue... Added GetSubBitmap()
1999-12-23  Vadim Zeitlinremoved testing code from wxLongLong
1999-12-23  Robin DunnAdded a constructor that allows creation of independent...
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-17  Robin DunnAdding MSVC makefile support for building the TIFF...
1999-12-16  Vadim ZeitlinWin16 compilation fixes
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-14  Vadim Zeitlinadded wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong...
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-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 ZeitlinwxTreeCtrl has colours and fonts too now
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  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-12-02  Vadim Zeitlinmingw32 compilation fixes
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-29  Karsten Ballüdertest complete :-)
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
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 Zeitlinmingw32 compilation fixes
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-25  Vadim Zeitlincompile fix for gcc
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-23  Julian SmartWM_MOUSEMOVE correction
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-19  Vadim Zeitlincompilation fix for !wxUSE_MENU_CALLBACK
1999-11-17  Václav SlavíkI changed wxUSE_HTML (and other related wxUSEs) to...
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-15  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net...
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 Zeitlinmingw32 compilation fixes
1999-11-12  Vadim Zeitlinwarning fixed
1999-11-12  Vadim Zeitlincontrols can now be put in the toolbars (MSW only so...
1999-11-11  Julian SmartAdded a bug report; C++Builder compile fixes
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-11-08  Julian SmartFixes to Cygwin/Mingw32 makefile, manual now compiles...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-07  Julian SmartTidied up wxHTML About HTML file (missing /td, /tr...
1999-11-06  Julian SmartSmall changes
1999-11-06  George TaskerAdded wxODBC_FWD_ONLY_CURSORS to allow for drivers...
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-11-04  Vadim ZeitlinwxUSE_RADIOBOX/SLIDER/SPINCTRL added
1999-11-02  Vadim Zeitlinadditions for wxFileDataObject from Ricky Gonzales...
1999-11-02  Vadim Zeitlintypo fixed
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-10-29  Robin DunnEXPORTED an array to quiet the DLL compilation
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-28  Vadim Zeitlin1. more code commented out by DW (@#%#%!#%!@) uncommented
1999-10-26  Vadim Zeitlin1. regenerated the makefiles to include menucmn.cpp
1999-10-26  Vadim ZeitlinwxMenuBarBase for MSW (untested)
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
1999-10-24  Julian SmartMore Watcom C++ compilation stuff
next