]> git.saurik.com Git - wxWidgets.git/history - src/msw
replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / src / msw /
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...
2007-01-21  Robin DunnAdd some wxCHECK_MSG's
2007-01-20  Vadim Zeitlinset command int (indicating whether the item is checked...
2007-01-17  Vadim Zeitlindiscard time part of m_date, otherwise comparisons...
2007-01-15  Vadim Zeitlinhonour the drag effect supported by the drag source...
2007-01-15  Vadim Zeitlinadded wx/image.h to fix non-PCH compilation after last...
2007-01-14  Vadim Zeitlincorrected drawing of the bitmaps for the disabled menu...
2007-01-12  Robin DunnFix for problem when Realize is re-called on a vertical...
2007-01-12  Vadim Zeitlinonly set cursor immediately in SetCursor() if the mouse...
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-11  Vadim Zeitlinapply patch 1630906 after all as with my simpler fix...
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2007-01-11  Vadim Zeitlinreverted wrong change of rev 1.129 and fixed the first...
2007-01-09  Julian SmartFix for missing separator if any previous items were...
2007-01-07  Vadim Zeitlinfix compilation for latest SDK where EnumModulesProc...
2007-01-07  Vadim Zeitlinno changes, just removed duplicate TreeView_HitTest...
2007-01-07  Vadim Zeitlinfix wxMDIChidFrame::GetPosition() (patch 1626610)
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinreturn correct item and position from wxTreeEvent:...
2007-01-01  Paul Cornettrestore declaration inline specifier, and make definiti...
2007-01-01  Robin DunnDon't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTI...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-12-28  Julian SmartTemporary fix for inconsistent menu item margins (see...
2006-12-25  Vadim Zeitlinshow RTL message box (in Unicode build only) when using...
2006-12-23  Vadim Zeitlin1. Don't draw our own custom label if we don't have...
2006-12-23  Robin DunnReset the item's text in SetItemFont to ensure that...
2006-12-20  Vadim Zeitlinchanging ES_LEFT/CENTER/RIGHT styles only works for...
2006-12-20  Vadim Zeitlinfixed initial size of a control with wxDefaultSize...
2006-12-20  Vadim Zeitlinwe don't need to subclass text control twice to impleme...
2006-12-09  Paul Cornettindentation fixes
2006-12-09  Paul Cornettunused variable
2006-12-09  Vadim Zeitlinignore warning 4535 for VC8 too as it still seems to...
2006-12-06  Vadim Zeitlindon't leave dummy extension in of.lpstrDefExt (bug...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Julian SmartAvoid generating two events on selection (when MSWComma...
2006-12-04  Vadim Zeitlincreate mask from alpha channel if the bitmap has no...
2006-12-04  Vadim Zeitlinuse Remove(-1) instead of looping over all images manua...
2006-12-03  Vadim Zeitlinfix for assert which happened if the checkbox was clear...
2006-12-02  Vadim Zeitlinreset the old disabled image list even if there is...
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-07-25  Vadim Zeitlininclude X11/Xutil.h for wxMotif compilation
2006-07-25  Vadim Zeitlindocument HasAlignment(), Left/RightIndent() and Tabs...
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
next