Globally replace _T() with wxT().
[wxWidgets.git] / src / msw /
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...
2009-04-21  Vadim Zeitlincorrect the assert added by r60056 to not trigger in...
2009-04-18  Vadim Zeitlininitialize m_hFont in the beginning of wxFontRefData...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlincorrect test for wxDEBUG_LEVEL in last commit
2009-04-15  Vadim Zeitlinavoid a warning about unused function in release build
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Francesco Montorsiremove unneeded font members from wxFontRefData (all...
2009-04-07  Vadim Zeitlinadded names of WM_XXXUISTATE messages to wxGetMessageNa...
2009-04-07  Vadim Zeitlinadded assert checking the column index validity (see...
2009-04-07  Vadim Zeitlinremove "item.cchTextMax=0" line from SetItem() as it...
2009-04-07  Vadim Zeitlinno real changes, just remove unnecessary semicolons...
2009-04-06  Vadim Zeitlinno changes, just got rid of many __WXWINCE__ ifdefs
2009-04-05  Vadim Zeitlinuse COLORONCOLOR stretching mode in DrawBitmap() too...
2009-03-29  Vadim Zeitlinpass size in bytes, not wchars, to SetData() in wxURLDa...
2009-03-28  Václav Slavíkfixed logical error in SetIcons(): only assert if no...
2009-03-27  Vadim Zeitlindon't reset WS_EX_CONTROLPARENT bit in wxNotebook:...
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
next