]> git.saurik.com Git - wxWidgets.git/history - src/msw
don't fall back to the only currently existing document in wxDocManager::GetCurrentVi...
[wxWidgets.git] / src / msw /
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...
2008-11-28  Vadim Zeitlinfix g++ warning about assigning NULL to a non-pointer
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-26  Vadim Zeitlinremove unused callback and data variables
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlinfix wxSocket notifications under MSW after the last...
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlinuse int instead of SOCKET to avoid including winsock...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-22  Vadim Zeitlinfix compilation after r56753 (closes #10218)
2008-11-20  Vadim Zeitlinuse GetWindow() instead of GetNextWindow() to fix CE...
2008-11-20  Vadim Zeitlinadd missing Detach() after r56863 changes (thanks troelsk)
2008-11-20  Vadim Zeitlindon't load comctl32.dll, just get the handle of the...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-31  Václav SlavíkwxTLW: don't assert when setting null icons initially...
2008-10-31  Václav Slavíkfix toolbar buttons so that they don't disappear tempor...
2008-10-27  Vadim Zeitlindon't save the initial selection if it's invalid in...
2008-10-27  Vadim Zeitlindisable workaround for lack of alpha support in native...
2008-10-22  Robert Roebling Ticket #10108 (bitmap from wxImage depth regression)
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-20  Vadim Zeitlinslightly better error reporting (could still be improved)
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-16  Václav Slavíkassert in wxTopLevelWindowMSW::SetIcon[s]() if none...
2008-10-16  Václav SlavíkwxArtProvider cleanup: added artmsw.cpp accidentally...
2008-10-15  Vadim Zeitlinreset deferred position/size if the window was moved...
2008-10-15  Václav Slavíkno need to iterate over all special icon names after...
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-10-03  Vadim Zeitlinno changes, just removed commented out code accidentall...
2008-10-01  Stefan Csomorcopying sizes upon construction, HDC doesn't deliver...
2008-10-01  Stefan Csomorfixing release handling of dc
2008-09-26  Vadim Zeitlinusing CLSCTX_ALL fails with Microsoft Office applicatio...
2008-09-25  Vadim Zeitlindon't give errors if SetLayeredWindowAttributes() is...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Vadim Zeitlinremoved hardcoded size of 66 bytes of PRINTDLG struct...
2008-09-25  Francesco Montorsismall build fixes for PCH-less builds
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-24  Francesco Montorsifix build errors deriving from making wxColourData...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-24  Vadim Zeitlinrestore the original selection when the dropdown is...
2008-09-24  Stefan Csomorsupporting GetSize, fixes #9969
2008-09-19  Vadim Zeitlinfix bug in SetInsertionPoint(-1) implementation
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
2008-09-19  Vadim Zeitlinfix ownerdrawn button label drawing in ODS_NOACCEL...
2008-09-15  Vadim ZeitlinWinCE compilation fix: don't use FNERR_INVALIDFILENAME
2008-09-14  Vadim Zeitlinno changes, just clarified a comment
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-12  Vadim ZeitlinSTL build fix
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-05  Vadim Zeitlinadjust the labels before centering the dialog as doing...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
next