]> git.saurik.com Git - wxWidgets.git/history - src/msw
remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line differen...
[wxWidgets.git] / src / msw /
2008-03-17  Benjamin Williamsvista tree crash fix
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix typos and update MSW code to use new wxPENSTYLE_...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsifix wxMSW build after wxBrush changes: return wxBRUSHST...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-16  Václav SlavíkShowWithEffect must call wxWindowBase::Show
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}
2008-03-15  Václav SlavíkwxMSW: generate wxClipboardTextEvent from wxTextCtrl...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-03-15  Vadim Zeitlinfix crash in DoGetBestSize() if default widths are...
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-15  Vadim Zeitlindon't generate duplicate resume events for PBT_APMRESUM...
2008-03-15  Vadim Zeitlincall OnNativeDestroyed() if the native window is destro...
2008-03-14  Vadim Zeitlindon't delete the context in ~wxGLCanvas(), the base...
2008-03-14  Julian SmartCorrected typecasts (Sebastian Gottschalk)
2008-03-14  Julian SmartFixed bug in wxDialUpManagerMSW::GetISPNames - uses...
2008-03-14  Julian SmartFixed bug for chars with ASCII value > 127, explicitly...
2008-03-12  Václav Slavíkindent app name + version from the rest in about dialog...
2008-03-11  Vadim Zeitlindelete wxNativeContainerWindow when the native window...
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-03-08  Vadim ZeitlinwxUniv compilation fix for gs_windowHandles assignment
2008-03-08  Václav Slavíkfixed 'Select All' context menu in wxTextCtrl with...
2008-03-05  Vadim Zeitlincheck that parent is non-NULL in CreateWindowFromHWND...
2008-03-05  Vadim Zeitlincall SetHWND(hWnd) from SubclassWin(), this is consiste...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-03-02  Vadim Zeitlinalways draw toolbar background ourselves under XP as...
2008-03-02  Vadim Zeitlindon't post WM_NULL if there is already a WM_NULL in...
2008-03-01  Vadim Zeitlinno real changes, just refactor/simplify the code to...
2008-02-28  Vadim Zeitlinadded DFCS_CHECKED to DrawCheckMark() (part of patch...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-28  Vadim Zeitlinuse GlobalPtrLock (modified to allow not initializing...
2008-02-27  Julian SmartTake into account explorer associations and CurVer...
2008-02-27  Vadim Zeitlinforward WM_HELP from the buddy control to the main...
2008-02-26  Vadim Zeitlin/Wp64 warnings fixes (mostly simply use wxUIntToPtr...
2008-02-26  Julian SmartRemoved redundant Init call (bug 1724495)
2008-02-26  Julian SmartFixed [ 1764805 ] wxSeek with negative offset fails...
2008-02-25  Václav Slavíkcompilation fix for pch-less build
2008-02-25  Vadim Zeitlinimplement support for display enumeration under WinCE...
2008-02-25  Vadim Zeitlincorrect radio button best size calculation under CE...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2008-02-24  Vadim Zeitlinuse wxLogLastError() to show the last error value when...
2008-02-24  Vadim Zeitlinalways return 471 from wxApp::GetComCtl32Version()...
2008-02-24  Vadim Zeitlindon't define, nor use, LVS_EX_LABELTIP under WinCE
2008-02-24  Vadim Zeitlindon't use hook code for positioning message box under...
2008-02-24  Vadim Zeitlinrestore checks for SM_SWAPBUTTON, it is not defined...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2008-02-21  Vadim Zeitlinrestore generic DrawEllipticArc() used by CE which...
2008-02-19  Vadim Zeitlinimplement wxRadioBox::Reparent(): it didn't reparent...
2008-02-16  Julian SmartRemoved unnecessary include
2008-02-15  Vadim Zeitlindon't clutter the code with (apparently) unnecessary...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-13  Vadim Zeitlinuse listctrl coordinates for the wxEVT_COMMAND_LIST_COL...
2008-02-11  Vadim Zeitlinset selection anchor to the focused item in SetItemState()
2008-02-10  Vadim Zeitlinpass correct data size to DdeClientTransaction() in...
2008-02-09  Vadim Zeitlinadd GetMDIParent() and use it to reduce the number...
2008-02-09  Vadim Zeitlindon't lose the contents of the combobox if it was set...
2008-02-06  Vadim Zeitlincorrection after the previous commit which introduced...
2008-02-06  Vadim Zeitlinfix GetTLWParentIfNotBeingDeleted() to work correctly...
2008-02-05  Vadim Zeitlinlength passed to WideCharToMultiByte() was off by one...
2008-02-04  Vadim Zeitlinuse BSTR length to also deal with NULs inside BSTRs...
2008-02-04  Vadim Zeitlinuse WideCharToMultiByte() instead of wcstombs() to...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-03  Vadim Zeitlinbuild fix for wxUSE_INTL==0 (patch 1878908)
2008-02-02  Václav Slavíkfixed wxTextCtrl to not process clipboard events twice...
2008-01-31  Václav SlavíkwxUniv/MSW compilation fix after wxDC changes
2008-01-30  Julian SmartAdded checks to encoding conversion to avoid crash
2008-01-28  Vadim Zeitlinfix compilation error for wxUSE_DC_CACHEING==0; use...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-19  Vadim Zeitlinskip focus events after handling them in wxTextCtrl...
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-12  Stefan NeisBlind compilation fixes.
2008-01-08  Vadim Zeitlinrestore SetSelection(-1, -1) behaviour which was broken...
2008-01-08  Vadim Zeitlincompilation fix after wxWindowIDRef changes
2008-01-08  Vadim Zeitlincompilation fix for STL build; also don't pass unknown...
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-06  Vadim Zeitlinfix crash in wxExecuteModule::OnExit() (never noticed...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-06  Vadim Zeitlinadd wxDL_QUIET flag; use RawGetSymbol() instead of...
2008-01-06  Vadim Zeitlindraw the bitmap manually under Win9x and 2000 because...
2008-01-06  Vadim Zeitlinfix comparison of BYTE variable with -1 after last...
2008-01-05  Vadim Zeitlinfix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2007-12-31  Vadim Zeitlinensure that gsockmsw.obj is linked in, it was optimized...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-22  Robert RoeblingCompilo
next