]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
grid autosize fixes/changes
[wxWidgets.git] / include / wx / msw /
2000-02-28  Julian SmartRemoved old wxGLCanvas stuff; moved wxTreeLayout to...
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions
2000-02-27  Václav Slavíkadded --enable-filesystem
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-25  Julian SmartAdded fix to wxMDIClientWindow to redisplay contents...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-02-17  Julian SmartRemoved redundant wxColour constructor (how come this...
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-15  Václav Slavíkremoved duplicate defines of wxSYS_ constants
2000-02-15  Vadim Zeitlinadded wxUSE_PLOT
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-14  Vadim ZeitlinUSE_DYNLIB_CLASS set to 1 by default
2000-02-13  Robert Roebling Applied colour reduction and changes to use
2000-02-12  Julian SmartBC++ doesn't like periods in resource names
2000-02-11  Julian SmartSome BC++ 5.4 fixes
2000-02-11  Robert Roebling Added BMP files for wxPlotWindow,
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-07  Vadim Zeitlintrying to fix memory leak in wxListCtrl (attributes...
2000-02-06  Julian Smartlong -> wxCoord
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-02-02  Vadim Zeitlin1. wxStaticBitmap now uses mask even for bitmaps (and...
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-01-30  Vadim ZeitlinwxDialog change (Show() completely rewritten, modal...
2000-01-26  Vadim Zeitlinthese aren't being used any more
2000-01-25  Vadim Zeitlinmissing Init() added to wxMenu(wxCallback) ctors
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Václav Slavíkadded wxFileType::GetMimeTypes
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-21  Guillermo Rodrigue... GSocket:
2000-01-20  George TaskerComment associated with wxODBC_FWD_ONLY_CURSORS modified
2000-01-19  Václav Slavíkmimetype.cpp/.h split into unix,mac,msw
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-13  Julian SmartSet RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but.....
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
2000-01-12  Vadim Zeitlinadded wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove...
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
2000-01-10  Robin DunnMSW Caret is now destroyed and recreated when resized.
2000-01-10  Robin DunnWrong Init was being called in ctor.
2000-01-10  Guillermo Rodrigue... Fixes from Mumit Khan to allow DLL compilation; most...
2000-01-08  Guillermo Rodrigue... ops. SetFocus should be public
2000-01-07  Guillermo Rodrigue... Fixed problem with tab traversal in wxSpinCtrl (added...
2000-01-07  Vadim Zeitlinattempts at providing clipboard/dnd support for metafil...
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...
next