]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
Speed fix for wxGenericDirCtrl, starting to add text input control;
[wxWidgets.git] / include / wx / msw /
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-08  Vadim Zeitlinfixed wxContextHelpButton bitmap (dis)appearance
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-05  Julian SmartAdded rules to wxListCtrl (MSW now, GTK+ soon)
2000-08-08  Julian SmartChanged default value for eliminateBorders (MakeExtende...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-07-23  Julian SmartAdded wxGenericDirCtrl, wxGenericDirDialog and associat...
2000-07-22  Julian SmartCygwin 1.1 mods (main branch)
2000-07-20  Unknown (NI)applied the patch by Garrick Meeker
2000-07-15  Bryan Pettymerged 2.2 branch
2000-04-11  Vadim Zeitlinconst cast inside WXWIN_COMPATIBILITY
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-19  Robin DunnwxUSE_DYNAMIC_CLASSES was left out.
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Julian SmartAdded def files for making OpenGL DLLs (Mingw32); added...
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
2000-03-17  Julian SmartDoc updates; new grid disabled for BC++/WIN16 (too...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-15  Unknown (NI)included missing header files - without them mingw32...
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Guillermo Rodrigue... Forgot to commit this one - changes for wxBase
2000-03-15  Vadim Zeitlinsome fwd declarations added to the header
2000-03-14  Guillermo Rodrigue... Added gsockmsw which now contains all GUI-specific...
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-06  Guillermo Rodrigue... removed wxUSE_WXCONFIG (obsoleted by wxUSE_CONFIG
2000-03-06  Guillermo Rodrigue... Disabled memory tracing code for mingw32,
2000-03-06  Ron Leeset m_clipXX so dc.GetClippingBox returns real bounding box
2000-03-04  Vadim Zeitlinremoved extern from inline function declarations
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-02-29  Vadim Zeitlin1. fixed bug with MDI child frames changign state when...
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
next