]> git.saurik.com Git - wxWidgets.git/history - src/msw
No changes, just removed hard tabs and trailing white space.
[wxWidgets.git] / src / msw /
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinRemove declarations of two non-existent functions in...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-08-14  Vadim ZeitlinAdded wxStandardPaths::MSWGetShellDir().
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-05  Vadim ZeitlinSet brush origin for hatch brushes too.
2009-08-05  Vadim ZeitlinAdded missing wxUSE_FONTENUM check.
2009-08-03  Vadim ZeitlinCorrect week day returned from wxCalendarCtrl::HitTest...
2009-08-03  Vadim ZeitlinAdded symbolic names for native control week days.
2009-08-03  Vadim ZeitlinAlways use MCHITTESTINFO of minimal size.
2009-08-03  Vadim ZeitlinUse numeric values in VarFileInfo block.
2009-08-02  Vadim ZeitlinSkip VarFileInfo block when using windres.
2009-07-26  Vadim ZeitlinSet access mode in wxRegKey::SetHkey().
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-23  Vadim ZeitlinThis is apparently needed by Windows installer (WiX...
2009-07-23  Vadim ZeitlinThey seem to have been inversed, see #10970.
2009-07-23  Vadim ZeitlinAlways correctly invalid best size when bitmap changes.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxGetHostName() for Windows CE.
2009-07-22  Vadim ZeitlinDon't call IAutoComplete::Init() twice for the same...
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-18  Jaakko SalliAdded wxMSW wxBitmapComboBox::DoGetBestSize(), which...
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
2009-07-11  Vadim Zeitlincompilation fix after last commit
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-10  Jaakko SalliFixed wxCB_SORT for wxMSW and generic wxBitmapComboBox
2009-07-05  Vadim Zeitlintranslate wxMessageDialog labels to the language of...
2009-06-28  Julian SmartAllow for menus when deleting a tool
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Julian SmartFix for toolbar commands not working
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-19  Vadim Zeitlinimplement wxTreeCtrl::GetFocusedItem() for wxMSW too...
2009-06-18  Vadim Zeitlindon't draw borders for bitmap buttons with wxBORDER_NON...
2009-06-17  Vadim Zeitlinsuppress harmless gcc warning about not handling all...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-17  Vadim Zeitlinimplement new wxBG_STYLE_XXX semantics for wxMSW too
2009-06-15  Vadim Zeitlinimplement wxBitmapButton as just a wrapper for wxButton...
2009-06-15  Vadim Zeitlinadded missing int
2009-06-15  Vadim Zeitlinimplement support for per-state bitmaps in wxMSW wxButton
2009-06-15  Vadim Zeitlinimplement button support for pre-XP systems (or with...
2009-06-15  Vadim Zeitlinno real changes, just use AutoHXXX classes instead...
2009-06-15  Vadim Zeitlinno real changes, just extract private classes from...
2009-06-15  Vadim Zeitlinuse WPARAM (which is 64 bit under Win64) for timer...
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-06  Vadim Zeitlindisable warning about _set_se_translator() requiring...
2009-06-06  Vadim Zeitlinmake wxTreeCtrl::SelectItem(false) work in single selec...
2009-06-04  Vadim Zeitlinaccount properly for the menu in SetShape() (closes...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-05-31  Václav Slavíkuse enhanced metafiles for wxMSW print preview: this...
2009-05-31  Václav Slavíkadd ability to create wxEnhMetaFileDC based on a refere...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-05-30  Vadim Zeitlincompilation fix for wxUSE_STL==1
2009-05-29  Julian SmartEnsure the tooltip has been created before enabling...
2009-05-28  Francesco Montorsiavoid leaking allocated tooltips
2009-05-25  Vadim Zeitlinno changes, simply mention a possible misuse of API...
2009-05-24  Vadim Zeitlinremove wxMSW-specific (but copied into wxPalm too)...
2009-05-24  Vadim Zeitlinalways dispatch messages for the hidden window which...
2009-05-24  Vadim Zeitlinfill in the fields of wxListItem in a wxListEvent befor...
2009-05-24  Vadim Zeitlincorrect the inversed assert check in LVN_DELETEITEM...
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-05-22  Vadim Zeitlinfix unused parameter warning after r60715
2009-05-22  Vadim Zeitlindon't clear the status bar help text if the wxEVT_MENU_...
2009-05-20  Julian SmartFixed invisible CHM tooltip text bug when window text...
2009-05-20  Julian SmartAdded a comment about DMPAPER_USER not always working
2009-05-17  Vadim Zeitlindeal with fonts with empty face name correctly in wxNat...
2009-05-17  Vadim Zeitlindo not overwrite ms_{hwnd,className} in wxTimerHiddenWi...
2009-05-16  Václav Slavíkfixed typo in error message
2009-05-12  Vadim Zeitlinadd missing wxUSE_DEFERRED_SIZING tests (closes #10766)
2009-05-11  Vadim Zeitlinfixed wxRadioBox positioning to take the client area...
2009-05-09  Vadim Zeitlindon't assume that we use timer proc with WM_TIMER as...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-08  Vadim Zeitlincorrections to setting the height of the visible part...
2009-05-06  Paul Cornettdraw focus rect for wxCheckListBox item
2009-05-06  Paul Cornettfix off-by-one size of wxCheckListBox item draw rect
2009-05-02  Vadim Zeitlindon't use dialog size gripper under CE (should close...
2009-05-02  Francesco Montorsion wxWinCE don't use some message constants since they...
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-05-01  Vadim Zeitlinadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
2009-05-01  Vadim Zeitlinno changes, just remove #if'd out code
2009-04-26  Vadim Zeitlinadd missing wx/module.h header to fix PCH-less build...
2009-04-26  Vadim Zeitlinfix a problem with loading inked.dll (see #10633)
2009-04-26  Francesco Montorsifix yet another typo
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-04-26  Vadim ZeitlinWinCE compilation fix: ifdef out HandlePaint() (see...
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-04-25  Vadim Zeitlinremove HasNativeFontInfo() which always returns true...
2009-04-25  Vadim Zeitlinbuild fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-24  Robin DunnUse a hidden window to catch the timer messages instead...
next