Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / msw /
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Michael WetherellCygwin compile fix
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-16  Vadim Zeitlin(blind) CE compilation fix: declare wxToolBarNameStr
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-09  Julian SmartMoved definition
2005-09-03  Vadim Zeitlinundef wxUSE_DIALUP_MANAGER before redefining it as 0
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-09-02  Václav Slavíkadded GetFirstSibling and GetLastSibling
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-08-28  Vadim Zeitlinfixed status bar positioning to work both with and...
2005-08-28  Vadim Zeitlinadded IsSizeDeferred() (part of patch 1199639)
2005-08-24  Vadim Zeitlin#undef things which require other, disabled, ones,...
2005-08-23  Vadim Zeitlinremoved attempts to link with unicows.lib using #pragma...
2005-08-19  Vadim Zeitlinlink unicows.lib implicitely when using MSVC and wxUSE_...
2005-08-19  Michael WetherellFix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-11  Vadim Zeitlinforce update of MDI client window size after the MDI...
2005-08-11  Vadim Zeitlincheck that wxUSE_DC_CACHEING is defined
2005-08-06  Julian SmartCompatibility settings corrected
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-08-04  Vadim Zeitlinremoved wxUSE_MENU_CALLBACK references: the code inside...
2005-08-04  Vadim Zeitlinremoved (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-04  Vadim Zeitlindefine wxUSE_MFC as 0 if it's not defined (fixes gcc...
2005-08-04  Julian SmartMore settings restored.
2005-08-04  Julian SmartSwitched loads of settings back on
2005-08-04  Julian SmartResolved CVS conflict
2005-07-30  Vadim Zeitlinmoved MSW-specific stuff to wx/msw/chkconf.h, this...
2005-07-30  Vadim Zeitlindefine wxUSE_UNICODE_MSLU as 0 unconditionally, CE...
2005-07-30  Julian SmartDefine wxUSE_UNICODE_MSLU or chkconf.h complains
2005-07-30  Vadim ZeitlinwxUSE_UNICODE_MSLU is MSW-specific so shouldn't be...
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-07-29  Vadim Zeitlinrefactoring in preparation for further changes: moved...
2005-07-29  Vadim Zeitlinadded GlobalPtr: GlobalAlloc/Free() wrapper
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-28  Vadim Zeitlindisabled wxStackWalker and wxCrashReport for Win64
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-21  Włodzimierz SkibaeVC3 compatibility workaround.
2005-07-18  Włodzimierz SkibawxMSWUniv build fix.
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-07-01  Vadim ZeitlinwxVariant is in wxBase so should be forward declared...
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-29  Michael WetherellAdd HANGUL_CHARSET for vc++ 5, and move a couple of...
2005-06-19  Vadim Zeitlinadded AutoHANDLE class to close a HANDLE automatically
2005-06-17  Włodzimierz SkibaAdjust to different platform headers distributed with...
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-06-08  Vadim Zeitlininclude wx/msw/wrapcctl.h instead of <commctrl.h> as...
2005-06-08  Vadim Zeitlindon't define WINVER as 0x0600 for VC6, its standard...
2005-06-07  Vadim Zeitlindon't define WINVER in platform.h, do it in wrapwin...
2005-06-07  Vadim ZeitlinwxGetWinVersion() must be exported from base DLL, not...
2005-06-07  Vadim Zeitlinforgot to export wxGetWinVersion() from DLL
2005-06-07  Vadim Zeitlinadded wxGetWinVersion()
2005-06-07  Vadim Zeitlinsilently ignore wxUSE_UNICODE_MSLU in non-Unicode build...
2005-06-01  Julian SmartMade the colours more muted
2005-06-01  Dimitri Schoolwerthadded IDC_HAND
2005-05-31  Julian SmartArtwork replacement (c) Julian Smart
2005-05-31  Vadim Zeitlinsend wxEVT_SCROLL_CHANGED when using mouse wheel as...
2005-05-31  Vadim Zeitlinkeep correct default background but allow overriding...
2005-05-31  Julian SmartRestored scrollbar background
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-30  Julian SmartApplied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa...
2005-05-25  Michael WetherellNo wxGetOSFHandle for Wine
2005-05-24  Vadim Zeitlinsubclass all updown controls in notebooks, not just...
2005-05-23  Julian SmartApplied patch [ 1194316 ] wxMediaCtrl MSW config and...
2005-05-23  Włodzimierz SkibaUse treebase.h for enum duplicated in port/treectrl.h.
2005-05-22  Vadim Zeitlindefine LONG_PTR for consistency too
2005-05-22  Vadim Zeitlinadded AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored...
2005-05-21  Robert Roebling Make PaintBackground virtual, too. Now that we have
2005-05-20  Michael WetherellwxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN...
2005-05-19  Robin DunnMoved the pending pos and size into wxWindowMSW
2005-05-19  Michael WetherellWarning fixes for Cygwin
2005-05-18  Vadim Zeitlinfixed problem with non-const methods not working on...
2005-05-18  Vadim Zeitlinsetting foreground colour for wxCheckBox now works...
2005-05-17  Włodzimierz SkibaDMC missing value.
2005-05-17  Włodzimierz SkibaFix for MinGW macros not available due to include order...
2005-05-16  Julian SmartRestoring binary files
2005-05-16  Julian SmartCorrections
2005-05-15  Julian SmartReplaced icon
2005-05-15  Julian SmartRemoved unnecessary file
2005-05-15  Julian SmartRemoved rarely-used cursor; replaced other cursors
2005-05-15  Julian SmartREmoved unnecessary cursor and icon files
2005-05-14  Michael WetherellAnother attempt at a compilation fix for VC++ 5 and 6
2005-05-14  Michael WetherellReverting previous commit
2005-05-14  Michael WetherellCompilation fix for VC++ 5 and 6
2005-05-14  Julian SmartUse theme and HTML Help headers from Wine (with permission)
2005-05-13  Julian SmartCleanup
2005-05-13  Julian SmartCW fix
2005-05-13  Julian SmartRemoved unnecessary declarations
2005-05-13  Julian SmartAdded missing wxUSE_CRASHREPORT
2005-05-06  Michael WetherellCompilation fix for USE_UNIV=1
2005-05-05  Julian SmartRemoved non-theme related defs
next