]> git.saurik.com Git - wxWidgets.git/history - src/msw
added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods...
[wxWidgets.git] / src / msw /
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
2006-11-19  Benjamin WilliamsGradientFillLinear() on wxMSW now draws on the rectangl...
2006-11-19  Vadim Zeitlindon't use wxFromSystemTime() with possibly invalid...
2006-11-19  Vadim Zeitlinunmultiply by alpha when converting from wxDIB to wxIma...
2006-11-17  Vadim Zeitlinfixed warning about junk after #endif
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-14  Vadim Zeitlinfix compilation when one of wxUSE_LISTCTRL and wxUSE_TR...
2006-11-14  Vadim ZeitlinGdiplusStartup() takes ULONG_PTR, not DWORD (patch...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-11-12  Julian SmartFixed compile error on Wine due to type mismatch
2006-11-12  Julian SmartAdded missing arg
2006-11-12  Julian SmartUse LONG instead of long (some Wine headers complain)
2006-11-12  Julian SmartWine fix
2006-11-12  Julian SmartWine fixes
2006-11-12  Julian SmartWine fixes
2006-11-12  Robert Roebling Applied wxStackWalker improvement part of
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-11  Robin DunnRemove superfluous assert that conflicts with style...
2006-11-09  Robin DunnAlwayas use SetValue in Create so m_date will be in...
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan CsomorwxGraphicsContext always is using clipping regions...
2006-11-06  Robin DunnRe-add the wxQTMediaBackend class, by copying the code...
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinfix the broken code in strftime()
2006-11-04  Vadim Zeitlinfix warning about unused variable in wxWinCE build
2006-11-04  Vadim Zeitlincall base class ctor in copy ctors explicitly (fixes...
2006-11-04  Vadim Zeitlinhandle all wxROLE_XXX values in wxConvertToWindowsRole()
2006-11-04  Stefan Csomorstub implementations
2006-11-01  Julian SmartAllow for WinCE drive-less single backslash
2006-11-01  Robin DunnFix for always failing assert in GetValue. Save the...
2006-10-31  Vadim Zeitlinalways define our HKPD/CC/DD constants, without using...
2006-10-31  Vadim Zeitlindon't compute (and mainly don't cache) our best size...
2006-10-31  Julian SmartInvalidate cache because best size was calculated earlier
2006-10-31  Julian Smartimplement wcsftime for versions of VS earlier than...
2006-10-31  Julian SmartwxWinCE compile fixes
2006-10-31  Vadim Zeitlinuse SelectObjectAsSource when we don't need to modify...
2006-10-31  Vadim Zeitlinfix wxBitmap mask copying
2006-10-31  Vadim Zeitlinfixes for status bar positioning with non-top aligned...
2006-10-31  Vadim Zeitlinmany fixes to toolbar positioning code
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Vadim Zeitlinfix crash in wxRadioBox creation due to its DoGetBestSi...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-31  Vadim Zeitlininclude wrapwin.h to get HMONITOR and friends declarations
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison fix
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim Zeitlincompilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT...
2006-10-30  Vadim Zeitlininclude wx/msw/private.h before wx/msw/uxtheme.h for...
2006-10-30  Robert Roebling Compilo.
2006-10-30  Julian SmartImprove the registry query for whether to show combobox...
2006-10-30  Vadim Zeitlinincrement TEXTCTRLYADJUST_CLASSIC (patch 1586710)
2006-10-29  Vadim Zeitlinremoved unused variable (thanks Borland)
2006-10-29  Vadim Zeitlincommented out more unused code (bcc compilation warning)
2006-10-29  Paul Cornettremove unneeded include
2006-10-29  Vadim Zeitlinpost WM_CLOSE instead of deleting the inplace edit...
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-29  Vadim Zeitlindon't use Unicode filenames under Win9x, even with...
2006-10-29  Julian SmartApplied patch [ 1583316 ] set media source for printing
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
next