]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
fixed to the newly added crt.h header:
[wxWidgets.git] / include / wx / msw /
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlinoverride DoGetTextExtent instead of redefining GetTextE...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-05  Paul Cornettadd wxUSE_DRAGIMAGE wrapper
2007-05-05  Paul Cornettbuild fix for wxUSE_DRAGIMAGE==0
2007-05-05  Robert Roebling Apply [ 1713345 ] combobox: cmd accelerators shouldn...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-01  Vadim Zeitlincompilation fix for wxUniv after last commit
2007-04-01  Vadim Zeitlinimplement GetBestSize() (patch 1386199)
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-04-01  Vadim Zeitlinadded a generic mechanism for registering global handle...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-14  Vadim Zeitlinremoved wxUSE_DIB_FOR_BITMAP which doesn't seem to...
2007-03-13  Vadim Zeitlinallocate HPEN on demand instead of doing every time...
2007-03-13  Vadim Zeitlinallocate HFONT on demand instead of doing every time...
2007-03-13  Vadim Zeitlinfix setting the properties of a valid but unshared...
2007-03-11  Vadim Zeitlinargh, added missing comma in last commit
2007-03-11  Vadim Zeitlinadded wxWinVersion_Vista to wxWinVersion enum
2007-03-10  Paul Cornettmake wxPenRefData private
2007-03-10  Paul Cornettuse AllocExclusive
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2007-02-14  Vadim Zeitlinuse AllocExclusive() instead of duplicating its code...
2007-02-13  Włodzimierz SkibaAvoid do-nothing virtuals in WinCE.
2007-02-13  Włodzimierz SkibaMake QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-11  Vadim Zeitlindefine DisableAutomaticSETranslator() correctly when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-02  Vadim Zeitlindon't wait for Windows messages in WaitForThread()...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-09  Julian SmartIsRich should be defined even if wxUSE_RICHTEXT isn't
2007-01-07  Vadim Zeitlinfix wxMDIChidFrame::GetPosition() (patch 1626610)
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-12-23  Vadim Zeitlinadded AutoHFONT; allow initialize SelectInHDC later...
2006-12-20  Vadim Zeitlinchanging ES_LEFT/CENTER/RIGHT styles only works for...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-09  Paul Cornettcorrect access for virtuals
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-11-18  Vadim Zeitlinrename bICON (see rev 1.47) to wxICON_AAA to make it...
2006-11-12  Julian SmartWine fixes
2006-11-12  Robert Roebling Applied wxStackWalker improvement part of
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-09  Vadim Zeitlinregenerated after the last change of setup_inc.h (chang...
2006-11-08  Michael WetherellMove the #if disabling wxUSE_STD_STRING for watcom...
2006-11-07  Julian SmartInclude winundefs.h
2006-11-06  Vadim Zeitlinmove WX_GL_XXX constants from wx/*/glcanvas.h to wx...
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-01  Stefan NeisGeneralized compilation fix for old compilers.
2006-10-31  Vadim Zeitlinalways define our HKPD/CC/DD constants, without using...
2006-10-31  Vadim Zeitlinfix wxBitmap mask copying
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim Zeitlinneed to include wx/msw/private.h to get GetHwnd() which...
2006-10-30  Stefan NeisCompilation fix for old GCC versions.
2006-10-29  Vadim ZeitlinBorland needs dummy return in wxSEH_HANDLE as well
2006-10-29  Vadim Zeitlinset wxUSE_STD_STRING to 1 by default
2006-10-29  Julian SmartDigital Mars needs CCS_RIGHT
2006-10-29  Paul Cornettfix for Borland 5.5
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-29  Stefan CsomorGetAsBitmap with subrect
2006-10-27  Robert Roebling Indicate that EnableCloseButton is virtual.
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Michael WetherellAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Vadim Zeitlinno need to include wx/msw/mslu.h from here any more...
2006-10-26  Vadim Zeitlinmove wxMSLU_xxx redefinitions of xxx() Windows function...
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-25  Julian SmartwxRichTextCtrl not ready for WinCE yet, stop people...
2006-10-25  Vadim Zeitlindeclare wxMSLU_xxx functions in the headers which defin...
2006-10-24  Vadim Zeitlinuse manifest id of 2 if ISOLATION_AWARE_ENABLED is...
2006-10-24  Vadim Zeitlindefine WXDEBUG_NEW to use special VC++-specific new...
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
next