removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / msw /
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...
2007-03-16  Julian SmartFurther correction in case where string value is omitted
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-16  Vadim Zeitlinuse safer RemoveEventHandler() instead of PopEventHandl...
2007-03-15  Julian SmartDon't send initial event in ctor
2007-03-15  Vadim Zeitlinadded wrapper functions allowing to postpone loading...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
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 Zeitlincompilation fix after last commit: wxPenRefData, not...
2007-03-11  Vadim Zeitlinfixed compilation with wxUSE_WXDIB==0 (bug 1667819)
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-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-10  Vadim Zeitlininclude wx/utils.h in PCH-less build to ensure that...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinavoid flicker when setting the text which is the same...
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-07  Chris Elliottfix for sf bug 1671804
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-21  Julian SmartApplied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
2007-02-17  Robert Roebling Minor parts from FM's wxDataViewCtrl patch.
2007-02-14  Vadim Zeitlinuse AllocExclusive() instead of duplicating its code...
2007-02-14  Vadim Zeitlincorrected StartDoc() return value testing broken in...
2007-02-14  Vadim Zeitlinfix warning about unused variable in release build...
2007-02-14  Vadim Zeitlinfix warning about unused TRACE_MASK variable in release...
2007-02-14  Vadim Zeitlincorrected IMPLEMENT_DYNAMIC_CLASS macros to ensure...
2007-02-13  Włodzimierz SkibaAvoid do-nothing virtuals in WinCE.
2007-02-13  Włodzimierz SkibaMake QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-13  Włodzimierz SkibaWinCE build fix.
2007-02-11  Vadim Zeitlinupdate the popup menu item when it's [un]checked too...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-07  Julian SmartRemoved unnecessary assignment
2007-02-06  Robin DunnAllow wxWANTS_CHARS to be effective on native controls too
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-05  Julian SmartFixes to the previous fix
2007-02-05  Julian SmartAvoid triggering false update event when setting the...
2007-02-05  Julian SmartRestored drag position mysteriously removed in revision...
2007-02-03  Vadim Zeitlinupdated comments after latest commit (Tim Kosse)
2007-02-02  Vadim Zeitlindon't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES...
2007-02-02  Vadim Zeitlinfix assert when the control doesn't have a valid date...
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-25  Vadim Zeitlinchanging text alignment dynamically doesn't always...
2007-01-21  Robin DunnReturn an empty string from wxDataFormat::GetId if...
next