]> git.saurik.com Git - wxWidgets.git/history - src/msw
moving constructors to .cpp
[wxWidgets.git] / src / msw /
2004-04-01  Vadim Zeitlinfixed unused param warning
2004-04-01  Vadim Zeitlinuse MSWCreateControl() instead of the old mess; impleme...
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinremoved SetFont() inheriting the parents font
2004-04-01  Vadim Zeitlinadded wxGetCCDefaultFont() returning the default icon...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlincall wxApp::OnExceptionInMainLoop() when an exception...
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-24  Václav Slavíkfixed warnings about unneeded arguments
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-23  Václav Slavíkunified wxTaskBarIcon behaviour: wxMSW version is not...
2004-03-23  Julian SmartAdded wxBU_EXACTFIT support to wxBitmapButton on wxMSW
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-20  Vadim Zeitlinexplicitly return NFR_UNICODE from WM_NOTIFYFORMAT...
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-03-18  Robin DunnRestored part of the default positioning code for dialo...
2004-03-16  Robin Dunnimplment wxBitmapButton::DoGetBestSize
2004-03-15  Robin DunnMSWGetCreateWindowCoords is already setting CW_USEDEFAU...
2004-03-13  Robin DunnUse the WidthDefault and HeightDefault in wxTLW, not...
2004-03-11  Vadim Zeitlinfixed race conditions resulting in infinite OutputDebug...
2004-03-10  Robin DunnDon't log StretchDIBits failures
2004-03-09  Robin DunnNeed to use the same instance handles
2004-03-08  Robin DunnUse EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better...
2004-03-07  Dimitri SchoolwerthReverted FILLCOLORHINT->FILLCOLOR change. Now when...
2004-03-05  Robin DunnChange wxMSW to use WidthDefault and HeightDefault...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Julian SmartWinCE project and wxDC corrections
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-03-03  Vadim Zeitlinfixed bug with not reading settings from HKLM
2004-03-03  Vadim Zeitlinadded AccessMode parameter to wxRegKey
2004-03-03  Julian SmartAdded wxSP_NO_XP_THEME style to wxSplitterWindow to...
2004-03-03  Chris Elliottfinal part of SF patch #904166 (DMC fix)
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-29  Vadim Zeitlinhonour the 2nd parameter of DeleteEntry() instead of...
2004-02-27  Vadim Zeitlinfix showing toolbar tooltips (we were using a pointer...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-19  Julian SmartGetSubcontrols now const
2004-02-19  Julian SmartRemove crash due to reference being kept after object...
2004-02-17  Julian SmartFixed a bug in DoGetBestSize that would make wxSpinCtrl...
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-17  Dimitri SchoolwerthFixed invalid background colour of controls on a notebo...
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-15  Dimitri SchoolwerthCosmetic cleanup (TRUE/FALSE, tabs, ...).
2004-02-15  Dimitri SchoolwerthExtended maximum tooltip length (in non-Unicode comctl3...
2004-02-15  Vadim Zeitlinuse correct way to get a pointer to vector elements...
2004-02-12  Vadim Zeitlinset argc/argv properly in Unicode build (fixes bug...
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2004-02-12  Vadim Zeitlinfix yet another assert when the initial combo box value...
2004-02-12  Vadim Zeitlincorrected wxTreeCtrl::Select() broken by previously...
2004-02-12  Julian SmartInfinite recursion fix
2004-02-12  Vadim Zeitlincompilation fix for strict(er) compilers
2004-02-12  Vadim Zeitlincompilation fix (PASCAL should be inside the parenthesi...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Václav Slavíkload wsock32.dll dynamically, so that wxCore has no...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2004-02-10  Vadim Zeitlinadded auto check count as otherwise calling EnableAutoC...
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-09  Vadim Zeitlinsize combobox/choices properly initially by considering...
2004-02-09  Vadim Zeitlindon't assert when creating an initially empty wxCB_READ...
2004-02-09  Julian SmartChanged no-remap to msw.remap
2004-02-09  Vadim ZeitlinwxUniv compilation fix after last commit
2004-02-09  Julian SmartAdded no-remap system option so colourful toolbar buttons
2004-02-09  Dimitri SchoolwerthMinGW warnings fixed; TRUE/FALSE cleanup.
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Julian Smartwx2msPenStyle forward declaration required
2004-02-08  Vadim Zeitlindon't use char hook to handle Esc in the dialogs, it...
2004-02-08  Vadim Zeitlinestimate size of multiline text controls more accuratel...
2004-02-08  Vadim Zeitlinfixed wxEVT_CONTEXT_MENU generation (it works different...
2004-02-08  Vadim Zeitlinas after recent change wxID_SEPARATOR is now -2, it...
2004-02-08  Vadim Zeitlinfixed and documented GetItemText/BackgroundColour(...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetBrush() nor SetFo...
2004-02-08  Vadim Zeitlinrenamed wxEventFixModule to wxWakeUpIdleModule; added...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetPen() (slow!...
2004-02-08  Vadim Zeitlinfixed small bug in operator=() (comparing equal but...
2004-02-08  Vadim Zeitlindefine WXMICROWIN_CHECK_HDC macro once instead of havin...
2004-02-08  Vadim Zeitlinuse wxBusyCursor class instead of wxBeginBusyCursor...
2004-02-08  Vadim Zeitlinuse hard coded default size for top level windows inste...
2004-02-08  Vadim Zeitlinbackground colour of a combobox may now be set (bug...
2004-02-07  Vadim Zeitlinreset m_frameTool/StatusBar pointers before deleting...
2004-02-07  Vadim Zeitlindon't show the accels on the controls if the system...
2004-02-07  Vadim Zeitlinone line fix for a bug with focus switching to the...
2004-02-07  Vadim Zeitlinno changes (just removed some long unused junk)
2004-02-07  Vadim Zeitlinfixes for page positioning for notebooks with wxNB_MULT...
2004-02-07  Vadim Zeitlindon't change the control width when adjusting the heigh...
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-02-07  Vadim Zeitlindon't give error messages if ws2_32.dll is not availabl...
2004-02-07  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS == 0
2004-02-07  Vadim Zeitlinmultiple fixes to wxChoice/wxCombobox height getting...
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim Zeitlinrespect xsrc, ysrc parameters in DoBlit() (patch 733961)
2004-02-07  Vadim Zeitlinremoved inclusion of malloc.h (part of patch 828250...
2004-02-07  Vadim Zeitlinshow first item added with InsertItem() correctly ...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-07  Vadim Zeitlinconsume less CPU while waiting for thread to terminate...
next