call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / src / msw /
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.
2008-12-13  Kevin OllivierHDC() fix was wrong, may have been just a problem with...
2008-12-13  Kevin OllivierMSW compile fixes.
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-11  Vadim Zeitlindon't lose the scroll offset when the window is reposit...
2008-12-11  Vadim Zeitlingenerate EVT_HEADER_RESIZING events from HDN_ITEMCHANGI...
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-10  Vadim Zeitlinadded EVT_HEADER_DRAGGING_CANCELLED event sent when...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-09  Václav Slavíkfix for r56618: toolbar event handlers can toggle or...
2008-12-09  Vadim Zeitlinrecreate the column instead of trying to update it...
2008-12-08  Vadim Zeitlinalways update the column icon field when updating the...
2008-12-08  Vadim Zeitlindon't allow resizing non-resizeable columns in wxHeader...
2008-12-08  Vadim Zeitlinhonour column min width when resizing in wxHeaderCtrl...
2008-12-08  Vadim Zeitlinrename wxHeaderCtrl DRAG events into RESIZE ones as...
2008-12-08  Vadim Zeitlinbuildbot VC6 apparently can't compile variable declarat...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-04  Vadim ZeitlinPCH-less build fixes
2008-12-04  Vadim Zeitlinfix handling of abandoned mutexes in wxMutex::Wait...
2008-12-04  Vadim Zeitlindon't call DragFinish() before calling DragQueryPoint...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-29  Vadim Zeitlinreplace the mismatched new[]/delete (bug #10234) with...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Vadim Zeitlinmore updates after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinupdate after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinget rid of CE-specific code for class name registration...
2008-11-29  Vadim Zeitlindon't reuse the double click handled in activation...
2008-11-29  Vadim Zeitlincorrect CalcSizeFromPage() for multiline notebooks...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-29  Vadim Zeitlinproperly NUL-terminate the string when using strncpy...
2008-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
next