wxWidgets/include/wx/msw
Vadim Zeitlin 8a16d7370e The Great wxRegion Refactoring:
1. added wxRegionBase class and derive all wxRegions from it
2. also added wxRegionWithCombine for the ports providing Combine() method
   (MSW, OS2 and Mac) to reduce code duplication further
3. made sure region comparison works the same way in all ports (except those
   not implementing it) and added IsEqual() method


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-25 11:47:23 +00:00
..
ole Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION 2006-09-24 13:12:56 +00:00
wince Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION 2006-09-24 13:12:56 +00:00
.cvsignore
accel.h build fix 2006-05-29 06:53:31 +00:00
amd64.manifest Manifest files for win64 2005-10-12 11:47:09 +00:00
app.h
apptbase.h wxPlatformInfo (patch 1532064) 2006-08-13 21:00:32 +00:00
apptrait.h wxPlatformInfo (patch 1532064) 2006-08-13 21:00:32 +00:00
bitmap.h provide stubs for conversion to/from image functions even when wxUSE_WXDIB==0, this allows to not test for it in other places 2006-03-20 23:23:00 +00:00
blank.cur
bmpbuttn.h use focused bitmap as fallback for the hover one 2005-11-03 19:38:20 +00:00
brush.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
bullseye.cur
button.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
caret.h
cdrom.ico
checkbox.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
checklst.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
child.ico
chkconf.h Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION 2006-09-24 13:12:56 +00:00
choice.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
clipbrd.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
colordlg.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
colour.h removed overloaded virtual InitWith() methods, keep just a single InitRGBA() 2006-09-10 02:00:24 +00:00
colours.bmp
combo.h Commit wxComboCtrl clipping patch from J. Salli 2006-09-03 13:21:29 +00:00
combobox.h fixed event generation for wxComboBox to be consistent with the other platforms and also simplified the code by using the existing wxChoice logic instead of reimplementing it in a broken way 2006-03-12 20:53:27 +00:00
computer.ico
control.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
crashrpt.h
cross.cur
csquery.bmp
cursor.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
datectrl.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
dc.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcclient.h
dcmemory.h
dcprint.h disallow creation of wxDC objects and made wxDC an ABC; use wxDCTemp instead of wxDC in wx code; fixed WinCE bug with deleting a DC which should be released in wxListBox::MSWOnMeasure() 2005-12-25 02:34:42 +00:00
dcscreen.h Start/EndDrawingOnTop are still used under Motif, don't deprecate them 2005-12-25 12:52:53 +00:00
dde.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
debughlp.h
dialog.h moved all wxDialog event handlers to wxDialogBase to avoid code duplication 2006-08-19 22:56:11 +00:00
dib.h
dirdlg.h Trying to commit wxDirDialog patch. 2006-04-30 09:44:29 +00:00
dragimag.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
drive.ico
enhmeta.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
evtloop.h Build fix for wxWindowMSW used in header. 2006-01-15 10:13:40 +00:00
fdrepdlg.h
file1.ico
filedlg.h File/dir dialog styles and other changes (patch 1488371): 2006-05-28 23:32:12 +00:00
floppy.ico
folder1.ico
folder2.ico
font.h miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontdlg.h Better backward compatibility and deprecation markup for interface deprecated in comments. 2006-03-30 14:04:17 +00:00
fontenum.h Source markup fixes. 2006-05-29 21:12:51 +00:00
frame.h correct access for virtuals 2006-05-07 01:14:50 +00:00
gauge95.h The patch was missing a header. 2006-09-09 14:41:46 +00:00
gccpriv.h Macros for simplified testing Open Watcom version and required tweaks. 2005-11-10 16:16:05 +00:00
gdiimage.h
genrcdefs.h Add rcdefs.h and support for automatic manifests on Windows 2005-11-08 22:49:46 +00:00
glcanvas.h Fixed compile error 2006-09-06 23:22:44 +00:00
gsockmsw.h
hand.cur
helpbest.h added missing include after last commit 2006-05-29 14:51:42 +00:00
helpchm.h show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController 2006-06-14 17:46:51 +00:00
helpwin.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
htmlhelp.h
ia64.manifest Manifest files for win64 2005-10-12 11:47:09 +00:00
icon.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
imaglist.h Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl. 2006-09-18 04:41:09 +00:00
iniconf.h
joystick.h
libraries.h Move oleacc.lib from the VC++ projects/makefiles to libraries.h 2006-01-21 22:50:46 +00:00
listbox.h call SetHorizontalExtent() from SetString(); also simplified/cleaned up the former function and call InvalidateBestSize() from it automatically now 2006-07-12 21:44:34 +00:00
listctrl.h TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code 2006-07-31 22:06:24 +00:00
magnif1.cur
mdi.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
mdi.ico
menu.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
menuitem.h
metafile.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
microwin.h
mimetype.h
minifram.h
missing.h define WS_EX_LAYOUTRTL for older compilers/SDK 2006-09-08 10:32:23 +00:00
msgdlg.h Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
mslu.h MSLU with DMC build fix [#1469456]. 2006-04-14 12:16:29 +00:00
msvcrt.h
notebook.h we don't need to override MSWTranslateMessage(), it was a wrong workaround for the bug fixed in rev 1.41 of src/msw/evtloop.cpp 2006-06-30 23:00:11 +00:00
palette.h [ 1557935 ] wxPalette::GetColoursCount implementation 2006-09-23 09:35:09 +00:00
pbrush.cur
pen.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
pencil.cur
pntleft.cur
pntright.cur
popupwin.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
printdlg.h
printwin.h
private.h undid last 2 commits, there are many more cases like this so it's better to fix this problem in a different way in wx/log.h 2006-09-09 13:25:01 +00:00
question.ico
radiobox.h make it possible to associate context help text with individual radiobox items 2006-06-11 21:13:13 +00:00
radiobut.h allow wxRB_GROUP to be changed after creation (patch 1544686) 2006-09-10 23:08:13 +00:00
rcdefs.h Add rcdefs.h and support for automatic manifests on Windows 2005-11-08 22:49:46 +00:00
regconf.h
region.h The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
registry.h
removble.ico
rightarr.cur
roller.cur
scrolbar.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
seh.h handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun) 2006-04-26 18:04:15 +00:00
setup0.h Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION 2006-09-24 13:12:56 +00:00
setup_microwin.h removed wxUSE_TOOLBAR_SIMPLE leftovers from the main sources, it's not used anywhere anymore 2006-08-23 09:54:29 +00:00
slider95.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
sound.h
spinbutt.h Made MSW wxSpinCtrl emit UPDATE event when validating 2006-09-20 14:15:14 +00:00
spinctrl.h Made MSW wxSpinCtrl emit UPDATE event when validating 2006-09-20 14:15:14 +00:00
stackwalk.h some app.h cleanup: minimize includes, use static cast 2006-09-09 17:29:19 +00:00
statbmp.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
statbox.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
statbr95.h Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. 2006-09-06 17:36:22 +00:00
statline.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
stattext.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
std.ico
stdpaths.h added wxStandardPaths::GetDocumentsDir() (patch 1214360) 2006-04-17 01:12:04 +00:00
subwin.h
tabctrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
taskbar.h
tbar95.h minor refactoring of OnEraseBackground() 2006-07-24 14:57:57 +00:00
textctrl.h Added DoLoadFile, DoSaveFile to wxTextCtrlBase 2006-09-24 11:40:33 +00:00
tglbtn.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
timer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
tooltip.h Warning fix, minor source cleaning and better !PCH support. 2006-07-24 14:04:31 +00:00
toplevel.h merge of RTL changes (with many modifications) from SOC2006_RTL branch 2006-09-04 13:35:13 +00:00
treectrl.h don't crash when EnsureVisible() is called for the hidden root item 2006-08-26 22:26:53 +00:00
uxtheme.h take const wxWindow * in wxUxThemeHandle ctor 2006-06-03 14:56:05 +00:00
uxthemep.h
window.h added wxWindow::IsFrozen() (only existed in wxMSW and wxDFB before) 2006-09-13 23:45:31 +00:00
winundef.h #undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it 2005-10-31 19:35:41 +00:00
wrapcctl.h Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
wrapcdlg.h
wrapshl.h moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls 2006-07-29 19:19:50 +00:00
wrapwin.h Fix windows.h inclusion problem on WinCE 2006-03-15 10:30:08 +00:00
wx.manifest
wx.rc Give app a default wxWidgets icon other than random one e.g. CD-ROM 2006-06-18 11:07:19 +00:00