]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
Updated version numbers to 2.3.1
[wxWidgets.git] / include / wx / msw /
2001-06-01  Robin DunnAllowed MSW wxTrextCtrl styling to also set the backgro...
2001-05-31  Robin DunnForgot to check-in this change last week...
2001-05-27  Václav Slavíkyet another attempt to fix LastFocus bug in wxFrame
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-23  Václav Slavíkfixed bug in wxFrame::OnActivate
2001-05-21  Vadim Zeitlinfix for releasing the HDC in WM_DRAWITEM handler
2001-05-21  Vadim Zeitlinfixed wxComboBox sizing problem again
2001-05-19  Vadim Zeitlin1. more proper fix for wxChoice/wxComboBox height probl...
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2001-05-09  Václav Slavíkcompilation fix for apps w/o precompiled headers
2001-05-08  Václav Slavíkremoved wxUSE_XPM_IN_MSW from setup0.h
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Vadim Zeitlinfixed wxColour::operator==
2001-05-08  Vadim Zeitlincorrect fix for Maximize() for hidden frames
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-04-23  Vadim Zeitlinsome ifdef's - now it might compile without wxUSE_IMAGE...
2001-04-22  Václav Slavíkadded wxUSE_IMAGE, wxUSE_XPM
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-04-11  Václav Slavíkapplied fix to fix BCC's wxBitmap ctor problem
2001-04-10  Julian SmartFixed some wxDragImage bugs
2001-04-10  Julian SmartImplemented Chuck Messenger's naming and simplification...
2001-04-09  Vadim Zeitlinmingw32 compilation fix
2001-04-09  Vadim Zeitlinfixed obsolete comment
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-04-08  Vadim Zeitlinapplied patch 411059 (mingw win32 api version check)
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-03-13  George TaskerRemoved the requirement that wxUSE_GUI must be 1 to...
2001-02-20  Robin DunnAdded a SetFont method that behaves like SetLabel does...
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-26  Vadim Zeitlindynamic event types actually work with these changes...
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2001-01-22  Julian SmartFixed wxToolBar colour mapping problem (I hope)
2001-01-22  Julian SmartAnd a 'standard colours' bitmap to help fix wxToolBar...
2001-01-16  Robert Roebling Removing wxPlotWindow.
2001-01-09  Julian SmartExtended ProcessTextCommand so processes SETFOCUS/KILLF...
2000-12-21  Vadim ZeitlinwxSpinCtrl now sens TEXT_UPDATED events as in wxGTK
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-12-18  Vadim ZeitlinwxMimeTypesManager now supports creating associations...
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-11-25  Václav Slavíkadded wxFrame::IsMDIChild() (msw only, protected)
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-10-11  Vadim Zeitlinadded WS_POPUP style to resizeable dialogs
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
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...
next