don't fall back to the only currently existing document in wxDocManager::GetCurrentVi...
[wxWidgets.git] / src / msw /
2009-01-29  Vadim Zeitlindon't crash if we have no accelerators for the "Window...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Vadim Zeitlinno real changes, just small cleanup, in particular...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2009-01-26  Vadim Zeitlinadd more wxUSE_MENUS guards
2009-01-26  Václav SlavíkAutomatically adjust toolbar's tool size if the provide...
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2009-01-26  Václav Slavíkchanged wxMSW's default toolbar bitmaps size from obsol...
2009-01-26  Vadim Zeitlindisable the "Next" and "Previous" commands in the windo...
2009-01-26  Vadim Zeitlindon't show the currently hidden frame if Iconize()...
2009-01-26  Vadim Zeitlininclude missing header (wx/msw/wrapcctl.h) for PCH...
2009-01-25  Vadim Zeitlindon't change the combobox text when it's being resized...
2009-01-25  Vadim Zeitlinundo r58380 as it breaks tree control background repain...
2009-01-25  Vadim Zeitlincompilation fix for VC6 after last change; use wx namin...
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinuse correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinallow using wxBG_STYLE_CUSTOM even with the native...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-21  Vadim Zeitlintweak GetAppDir() to recognize more debug build directo...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlincompilation fix after NULL cast removal; also used...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-19  Vadim Zeitlincorrect Id tags
2009-01-18  Vadim Zeitlinmove ClassRegInfo out from anonymous namespace to work...
2009-01-18  Vadim Zeitlincompilation fix for old SDKs (VC6...) which don't defin...
2009-01-18  Vadim Zeitlinreduce the margins around bitmaps to avoid truncating...
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-16  Vadim Zeitlinadd missing header for mingw32 PCH-less build
2009-01-15  Vadim Zeitlinfix PCH-less build with wxUSE_URL_NATIVE (see #10338)
2009-01-14  Vadim Zeitlindon't try to destroy the already destroyed OCX HWND
2009-01-13  Vadim Zeitlinfix memory leak of FrameSite (see #3935)
2009-01-13  Vadim Zeitlinuse wxWindow::GetClientSize() instead of ::GetClientRec...
2009-01-12  Francesco Montorsiassert when the item index is out of range in wxMSW...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Vadim Zeitlinfix MSVC warning about possibly unused variable in...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Julian SmartAdded missing includes
2009-01-07  Julian SmartAdded missing include
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-07  Francesco Montorsiuse wxFileName instead of ::wxStripExtension
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2009-01-05  Francesco Montorsiuse GetCopyrightToDisplay instead of GetCopyright;...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2008-12-31  Francesco Montorsibuild fix for wxMSW statusbar
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-30  Vadim Zeitlindon't assert if MsgWaitForMultipleObjects() returns...
2008-12-30  Vadim Zeitlindon't assert if the socket has been closed since the...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-29  Vadim Zeitlinreplaced unweildy GAddress functions with wxSockAddress...
2008-12-29  Francesco Montorsicall SetLabel() in Create() in order to run markup...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim Zeitlinremove the now unused Connect_Timeout()
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlingot rid of wxSocketBase::m_error which could get out...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-26  Vadim Zeitlincorrect typo in one of the last changes
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinremove the ugly INSTANCE macro
2008-12-25  Vadim Zeitlinmore wxSocket code wx-ification: use wxDynamicLibrary...
2008-12-25  Vadim Zeitlinremove USE_SYS_TYPES_FD_SET definition which is already...
2008-12-25  Vadim Zeitlinuse wxCriticalSection instead of CRITICAL_SECTION and...
2008-12-25  Vadim Zeitlinmerge msw/gsocket.cpp into msw/sockmsw.cpp
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
2008-12-25  Vadim Zeitlinuse void pointers, not char ones, in socket IO functions
2008-12-25  Vadim Zeitlindon't use the client data for storing wxOwnerDrawn...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-22  Vadim Zeitlinfix typo in r57455 which totally broke modal dialogs...
2008-12-21  Vadim Zeitlinreally fix the length of the string returned by wxConve...
2008-12-21  Vadim Zeitlinclose the handle returned by OpenProcessToken() (fixes...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-21  Vadim Zeitlinadd wxLogLastError() calls if Shell_NotifyIcon() fails...
2008-12-21  Vadim Zeitlinremove m_endModalCalled flag, it seems to be unnecessary
2008-12-21  Vadim Zeitlindon't restore the focus manually after closing the...
2008-12-19  Robert RoeblingImplemented wxBitmapToggleButton generically for now
2008-12-17  Vadim Zeitlinimplement wxLoadedDLL, a safer alternative to wxDL_GET_...
2008-12-17  Vadim Zeitlindon't hard code the menu bar height under WinCE (closes...
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-12-16  Vadim Zeitlinfix initial best size of (check) list boxes under MSW
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-14  Vadim Zeitlinfix several bugs in index/position translation code...
2008-12-14  Vadim Zeitlindon't use the hack with adding hidden columns to the...
2008-12-14  Vadim Zeitlincompilation fix after latest changes (missing header)
2008-12-13  Kevin OllivierHopefully the right fix this time.
next