..
ole
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
wince
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
aboutdlg.cpp
fix error (more arguments for wxString::Format than specifiers) occurring because of a misplaced bracket
2010-06-26 11:44:05 +00:00
accel.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
anybutton.cpp
Fix pulsing of bitmaps in focused buttons under Windows 7.
2013-02-09 00:35:58 +00:00
app.cpp
Use a "hidden" dialog, not frame, in sync wxExecute() hack in wxMSW.
2012-10-13 22:53:22 +00:00
artmsw.cpp
Use more native icons in wxMSW wxArtProvider.
2013-03-02 12:11:47 +00:00
basemsw.cpp
Add wxUSE_THREADS checks around wxMSW functions dealing with threads.
2011-03-22 17:15:56 +00:00
bitmap.cpp
no real changes, just move wxMask::GetBitmap() to wxMask section
2013-01-20 06:38:43 +00:00
bmpbuttn.cpp
Refactor wxButton and wxToggleButton to derive from wxAnyButton.
2011-06-14 13:00:42 +00:00
bmpcbox.cpp
Fix VC6 compilation after r73880.
2013-04-29 23:53:15 +00:00
brush.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
button.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
calctrl.cpp
Fix bug with using invalid date in wxMSW wxCalendarCtrl.
2012-07-11 11:42:39 +00:00
caret.cpp
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
checkbox.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
checklst.cpp
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
choice.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
clipbrd.cpp
A patch adding wxHTMLDataObject which can be used for handling the standard platform formats for transfering HTML formatted text.
2012-05-30 19:21:42 +00:00
colordlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
colour.cpp
merging back XTI branch part 2
2011-01-04 08:31:53 +00:00
combo.cpp
Fix r71367: don't set bgCol twice needlessly.
2012-05-06 16:56:38 +00:00
combobox.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
commandlinkbutton.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
control.cpp
Fix setting colours for the edit control part of wxComboBox.
2012-09-13 17:11:56 +00:00
crashrpt.cpp
Fix wxBase compilation with UTF-8-based wxString under MSW.
2012-05-23 21:16:45 +00:00
cursor.cpp
Create wxCURSOR_RIGHT_ARROW on the fly from normal arrow cursor under MSW.
2013-02-10 16:13:46 +00:00
data.cpp
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
datecontrols.cpp
Globally replace _T() with wxT().
2009-07-23 20:30:22 +00:00
datectrl.cpp
Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl.
2011-09-29 13:43:02 +00:00
datetimectrl.cpp
Fix wxDateTimePickerCtrl compilation without PCH.
2011-10-02 17:39:21 +00:00
dc.cpp
Don't call ::GetLayout() in wxMSW code directly.
2013-02-09 11:11:53 +00:00
dcclient.cpp
Don't cache HDC used by wxPaintDCEx in wxMSW.
2013-03-09 15:08:09 +00:00
dcmemory.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
dcprint.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
dcscreen.cpp
dde.cpp
sizeof(char) is 1. By definition.
2013-01-20 03:08:33 +00:00
debughlp.cpp
Fix wxBase compilation with UTF-8-based wxString under MSW.
2012-05-23 21:16:45 +00:00
dialog.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
dialup.cpp
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
dib.cpp
Disable creation of wxDIB from wxBitmap in non-wxMSW ports.
2012-06-17 21:35:10 +00:00
dir.cpp
Check that files returned from wxDir::FindXXX() match the filter.
2013-04-08 10:03:48 +00:00
dirdlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
display.cpp
wxDisplay only needs dynlib.h, not dynload.h.
2012-10-14 19:14:59 +00:00
dlmsw.cpp
Add missing t_str() call to fix wxUSE_STL build after r73792.
2013-04-11 16:54:36 +00:00
dragimag.cpp
Use wxDynamicCast() instead of IsKindOf() checks.
2012-06-01 11:01:18 +00:00
enhmeta.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
evtloop.cpp
Use the same console event loop in wxBase and wxCore in wxMSW.
2012-07-10 23:52:00 +00:00
evtloopconsole.cpp
Fix compilation of newly added msw/evtloopconsole.cpp without PCH.
2012-07-11 11:42:28 +00:00
fdrepdlg.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
filedlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
font.cpp
Add wxFontInfo class to allow using named parameters for wxFont creation.
2013-04-30 10:27:38 +00:00
fontdlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
fontenum.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
fontutil.cpp
Add support for CP1258 (Vietnamese) and CP1361 (Korean Johab) encodings.
2012-06-01 11:01:46 +00:00
frame.cpp
Fix WM_UNINITMENUPOPUP missing definition for VC6.
2013-03-19 02:58:33 +00:00
fswatcher.cpp
Check for filespec when generating events in wxFileSystemWatcher.
2012-10-15 01:09:25 +00:00
gauge.cpp
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
gdiimage.cpp
Add wxIcon::CreateFromHICON() to wxMSW.
2013-02-10 16:13:37 +00:00
gdiobj.cpp
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
2008-11-02 02:39:52 +00:00
gdiplus.cpp
Fix g++ warnings about initialized variables being declared extern.
2011-06-17 21:53:32 +00:00
glcanvas.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
graphics.cpp
Ensure the correct cleanup order for GDI+-related modules in wxMSW.
2012-10-22 11:21:02 +00:00
headerctrl.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
helpbest.cpp
use wxFileName instead of ::wxStripExtension
2009-01-07 01:04:01 +00:00
helpchm.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
helpwin.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
hyperlink.cpp
Remove unnecessary use of RemoveMarkup() in wxMSW wxHyperlinkCtrl.
2011-02-27 12:47:11 +00:00
icon.cpp
Add wxIcon::CreateFromHICON() to wxMSW.
2013-02-10 16:13:37 +00:00
imaglist.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
iniconf.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
joystick.cpp
Use __WINDOWS__ for OS checks and __WXMSW__ for GUI checks (round 2).
2012-03-04 20:31:42 +00:00
listbox.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
listctrl.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
main.cpp
Define wxEntry() with WinMain-compatible signature for all Windows ports.
2012-06-30 16:33:28 +00:00
mdi.cpp
Forward events to active child at MSW, not wx, level in wxMDIParentFrame.
2013-05-04 23:59:51 +00:00
mediactrl_am.cpp
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
mediactrl_qt.cpp
Fixed various typos.
2011-03-22 14:17:38 +00:00
mediactrl_wmp10.cpp
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
menu.cpp
Reset accelerator table after removing last accelerator in wxMSW wxMenuBar.
2013-03-02 12:11:53 +00:00
menuitem.cpp
Fix changing labels of menu items with bitmaps in wxMSW.
2013-01-20 02:09:39 +00:00
metafile.cpp
sizeof(char) is 1. By definition.
2013-01-20 03:08:33 +00:00
microwin.c
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
mimetype.cpp
Correct lookup of Explorer-specific file association information.
2012-12-02 23:50:33 +00:00
minifram.cpp
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
msgdlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
mslu.cpp
more order in wxCRT_filefunctions: define A and W versions, just as for everything else and simply map suffix-less versions to the appropriate ones
2009-04-25 15:53:45 +00:00
nativdlg.cpp
Globally replace _T() with wxT().
2009-07-23 20:30:22 +00:00
nativewin.cpp
Implement wxNativeContainerWindow::IsShown() for MSW.
2009-12-05 17:31:07 +00:00
nonownedwnd.cpp
Don't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT.
2011-11-08 11:02:07 +00:00
notebook.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
notifmsg.cpp
Use a single taskbar icon for all notifications in wxMSW.
2012-12-28 16:02:04 +00:00
ownerdrw.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
palette.cpp
Make wxPalette ctor and Create() const-correct in wxMSW.
2011-12-17 23:52:47 +00:00
panel.cpp
Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow.
2011-10-11 17:07:43 +00:00
pen.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
penwin.cpp
popupwin.cpp
Globally use "wxWindows licence" consistently.
2010-07-13 13:29:13 +00:00
power.cpp
Globally replace _T() with wxT().
2009-07-23 20:30:22 +00:00
printdlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
printwin.cpp
Fix printing multiple copies in wxMSW.
2013-05-26 13:14:38 +00:00
progdlg.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
radiobox.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
radiobut.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
regconf.cpp
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
region.cpp
Corrected test for region validity in wxMSW wxRegion::DoOffset().
2011-12-16 19:47:55 +00:00
registry.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
renderer.cpp
Fix DrawChoice() behaviour in wxRendererXP.
2012-05-26 12:29:46 +00:00
richmsgdlg.cpp
Add a public wxModalDialogHook class for intercepting modal dialogs.
2013-05-20 13:15:41 +00:00
richtooltip.cpp
Make wxRect parameter of wxRichToolTip::ShowFor() const.
2013-03-02 12:11:32 +00:00
scrolbar.cpp
No changes, just minor wxMSW code cleanup: use WinStruct<>.
2012-01-18 10:05:27 +00:00
settings.cpp
Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree and list control selection rendering.
2011-02-25 09:38:35 +00:00
slider.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
snglinst.cpp
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
sockmsw.cpp
No real changes, just fix some typos in comments in wxMSW code.
2013-01-23 11:44:26 +00:00
sound.cpp
Change wxSound ctor from in-memory data to use size_t/void *.
2011-09-21 15:08:02 +00:00
spinbutt.cpp
Fix position carried in wxSpin{Button,Ctrl} events for 32 bit values in wxMSW.
2012-08-30 20:23:03 +00:00
spinctrl.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
stackwalk.cpp
Implement wxStackWalker for wxMSW under x86-64.
2011-11-27 19:52:13 +00:00
statbmp.cpp
Refresh wxMSW wxStaticBitmap when its size changes.
2013-02-09 00:35:54 +00:00
statbox.cpp
Use WS_EX_CONTROLPARENT for wxStaticBox in wxMSW.
2012-10-13 22:51:27 +00:00
statline.cpp
merging back XTI branch part 2
2011-01-04 08:31:53 +00:00
stattext.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
statusbar.cpp
Use flat generic status bar by default and add wxSB_SUNKEN.
2013-03-21 22:36:52 +00:00
stdpaths.cpp
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
taskbar.cpp
Undid accidental modification of wxTaskBarIcon in the last commit.
2012-09-08 21:51:02 +00:00
textctrl.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
textentry.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
textmeasure.cpp
Restore generic GetPartialTextExtents() version use in wxGTK and wxMSW.
2012-11-25 23:17:33 +00:00
tglbtn.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
thread.cpp
Call wxThread::Create() from Run() automatically.
2013-05-16 14:15:46 +00:00
timectrl.cpp
Fix wxTimePickerCtrl compilation without PCH too.
2011-10-04 17:03:28 +00:00
timer.cpp
No changes, just extract wxCreateHiddenWindow() declaration in a header.
2011-09-21 15:07:32 +00:00
toolbar.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
tooltip.cpp
Use wxString::t_str() in calls to Windows API functions in wxMSW.
2012-06-03 19:16:59 +00:00
toplevel.cpp
Fix WM_UNINITMENUPOPUP missing definition for VC6.
2013-03-19 02:58:33 +00:00
treectrl.cpp
Provide shorter synonyms for wxEVT_XXX constants.
2013-04-25 10:11:03 +00:00
uiaction.cpp
Remove the wrong "std::" scope prefix before ceil() call.
2012-03-05 13:00:51 +00:00
urlmsw.cpp
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
2009-02-08 11:45:59 +00:00
utils.cpp
Fix _tputenv() return value test in wxSetEnv().
2012-09-27 13:58:26 +00:00
utilsexc.cpp
Fix a crash in wxExecute() in wxMSW too.
2013-01-21 11:28:50 +00:00
utilsgui.cpp
Refactor wxMSW helper functions to allow reuse in wxGTK.
2012-07-14 20:11:04 +00:00
utilswin.cpp
Fix opening URLs in new window with recent Firefox under Windows.
2012-08-30 20:25:46 +00:00
uxtheme.cpp
Globally use "wxWindows licence" consistently.
2010-07-13 13:29:13 +00:00
version.rc
Update the year in the copyright for wxMSW DLLs.
2012-10-07 22:38:10 +00:00
volume.cpp
No changes, just silence some MSVC 11 static analyzer warnings.
2012-09-15 23:20:23 +00:00
webview_ie.cpp
Use wxCOMPtr throughout the wxWebViewIE Find code.
2013-05-18 14:07:58 +00:00
window.cpp
Add wxWindow::BeginRepositioningChildren() and EndRepositioningChildren().
2013-05-31 23:21:03 +00:00
winestub.c
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00