replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / src / msw /
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-09  Vadim Zeitlinfix custom draw bug for controls with only one column...
2007-06-09  Vadim Zeitlinfix SetProcessAffinityMask() prototype (was missing...
2007-06-09  Vadim Zeitlincancel dragging if Esc is pressed (patch 1733657)
2007-06-02  Vadim Zeitlinenable non-top tabs workaround for Vista too (replaces...
2007-06-02  Vadim Zeitlinadded msw.font.no-proof-quality system option as it...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-29  Julian SmartGive the correct colour for notebook pages under Vista...
2007-05-25  Julian SmartFix for previous patch
2007-05-25  Julian SmartMade toolbar background rebar-like on Vista. Solid...
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-23  Vadim Zeitlindon't crash in dtor if the dialog had never been shown...
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 Zeitlindon't give debug messages about WM_MDISETMENU failure...
2007-05-18  Vadim Zeitlindon't dereference NULL parent in wxMDIChildFrame dtor...
2007-05-18  Vadim Zeitlindo use the font in DoGetTextExtent()
2007-05-18  Vadim Zeitlincompilation fix after wxString changes
2007-05-18  Vadim Zeitlinoverride DoGetTextExtent instead of redefining GetTextE...
2007-05-18  Vadim Zeitlinundid unnecessary renaming of src/msw/evtloop.cpp to...
2007-05-17  Robert Roebling Correct landscape printing in wxPageSetupDialog
2007-05-16  Robert Roebling Compilation without threads.
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-12  Vadim Zeitlingetting text colour using the themes API doesn't seem...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Vadim Zeitlinfix wxComboCtrl colours under Windows Vista (patch...
2007-05-11  Vadim Zeitlintranslate the 'About' string (patch 1717088)
2007-05-11  Vadim Zeitlinuse LRESULT instead of LONG in MSWOnDraw() to fix it...
2007-05-11  Vadim Zeitlindon't try to update TLW default button in WM_SET/KILLFO...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-10  Vadim Zeitlinreplaced more int/longs with wxCoord
2007-05-09  Vadim Zeitlinuse wxCopyRectToRECT instead of duplicating it
2007-05-05  Paul Cornettbuild fix for wxUSE_DRAGIMAGE==0
2007-05-05  Paul Cornettbuild fix
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-27  Václav SlavíkPCH-less compilation fixes
2007-04-26  Vadim Zeitlinuse wxCopyRectToRECT() instead of duplicating its code...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-23  Vadim Zeitlinfix bug introduced in wxFontRefData::SetNativeFontInfo...
2007-04-23  Vadim Zeitlinfix SelectItem() for single selection case which was...
2007-04-21  Vadim Zeitlindon't let def window proc start another drag operation...
2007-04-21  Vadim Zeitlinremoved extraneous semicolons
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation after last...
2007-04-16  Vadim Zeitlinmore native look for wxCheckListBox (especially under...
2007-04-16  Vadim Zeitlinadded new wxCONTROL_FLAT bit (see discussion of patch...
2007-04-16  Vadim Zeitlinuse wxRenderer::DrawCheckBox() instead of doing it...
2007-04-16  Vadim Zeitlinimplement DrawCheckBox() in class Win32 renderer (modif...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-13  Vadim Zeitlinimplement support for right-aligned/centered items...
2007-04-11  Stefan Csomorcompile guard
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-10  Vadim Zeitlinsend selection events when Ctrl-clicking an item repeea...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-09  Vadim Zeitlincompilation fix after last change
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Vadim Zeitlinconstruct wxBasicString directly from wxString instead...
2007-04-04  Vadim Zeitlincompilation fix for Unicode build: remove ambiguity...
2007-04-04  Vadim Zeitlindon't call OnMouseEnter(-1) twice when the mouse leaves...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-03  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
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-30  Vadim Zeitlindon't crash when attempting to select hidden tree root...
2007-03-29  Vadim Zeitlinfix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP...
2007-03-27  Julian SmartNeed an extra pixel when divider present
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-26  Vadim Zeitlinassert if AddRoot() is called twice for a wxTR_HIDE_ROO...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-22  Vadim Zeitlincorrect the checked flag in the event generated by...
2007-03-22  Vadim Zeitlindon't lose the combobox text when it's opened and close...
2007-03-22  Vadim Zeitlinuse correct background colour for the box label when...
2007-03-22  Vadim Zeitlincall GetTextExtent() after selecting the correct font...
2007-03-21  Vadim Zeitlinuse wxIsEmpty() instead of deprecated IsEmpty()
2007-03-20  Vadim Zeitlinremoved unnecessary WXDLLIMPEXP_CORE from private class...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  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-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Vadim ZeitlinVC6 has problems with std::vector and identifiers names...
2007-03-16  Vadim ZeitlinVC6 compilation fix (don't reuse the same variable...
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
next