wxWidgets/include/wx/msw
2008-03-25 20:31:48 +00:00
..
ole
private
wince set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988 2008-03-04 12:16:33 +00:00
accel.h
amd64.manifest
app.h always return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll includes all comctl32.dll v4.71 functionality (replaces patch 1890933) 2008-02-24 23:28:43 +00:00
apptbase.h more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260) 2007-12-19 16:45:08 +00:00
apptrait.h add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented 2008-03-21 14:21:52 +00:00
bitmap.h reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler 2008-03-25 20:31:48 +00:00
blank.cur
bmpbuttn.h
brush.h make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports) 2008-03-20 15:08:51 +00:00
bullseye.cur
button.h
caret.h
cdrom.ico
checkbox.h
checklst.h
child.ico
chkconf.h add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK) 2007-12-08 20:51:21 +00:00
choice.h don't lose the contents of the combobox if it was set to a value not in a list and a popup has been opened and closed (patch 1883474) 2008-02-09 15:22:15 +00:00
clipbrd.h
colordlg.h
colour.h added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600) 2007-12-22 15:03:58 +00:00
colours.bmp
combo.h
combobox.h
computer.ico
control.h
crashrpt.h
cross.cur
csquery.bmp
ctrlsub.h
cursor.h
datectrl.h
dc.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dcclient.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dcmemory.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dcprint.h remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive 2007-11-30 20:56:12 +00:00
dcscreen.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dde.h
debughlp.h
dialog.h
dib.h
dirdlg.h
dragimag.h
drive.ico
enhmeta.h restored wxEnhMetaFileDC::Close() lost in wxDC reorganization 2008-01-17 00:31:33 +00:00
evtloop.h
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
fontdlg.h
fontenum.h
frame.h
gauge.h rename fobr95.{cpp,h} files to foobar.{cpp,h} 2008-03-15 16:53:06 +00:00
gccpriv.h
gdiimage.h reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler 2008-03-25 20:31:48 +00:00
genrcdefs.h
glcanvas.h avoid implicitly converting a wxWindow* to wxGLCanvas 2008-01-31 18:27:50 +00:00
gsockmsw.h more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260) 2007-12-19 16:45:08 +00:00
hand.cur
helpbest.h
helpchm.h fix WPARAM typo 2008-03-02 14:03:42 +00:00
helpwin.h
htmlhelp.h
ia64.manifest
icon.h reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler 2008-03-25 20:31:48 +00:00
imaglist.h
iniconf.h
joystick.h
libraries.h
listbox.h
listctrl.h set listview extended styles after switching to report view and not only when creating it (blind fix for bug 1874996) 2008-01-26 22:54:47 +00:00
magnif1.cur
mdi.h add GetMDIParent() and use it to reduce the number of casts in the MDI code (patch 1885462) 2008-02-09 23:37:07 +00:00
mdi.ico
menu.h
menuitem.h more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles 2008-02-28 02:22:52 +00:00
metafile.h Blind compilation fixes. 2008-01-12 14:31:29 +00:00
microwin.h
mimetype.h
minifram.h
missing.h don't define, nor use, LVS_EX_LABELTIP under WinCE 2008-02-24 23:20:27 +00:00
msgdlg.h allow centering wxMessageDialog on its parent window (patch 1836072) 2007-12-22 16:52:31 +00:00
mslu.h
msvcrt.h no changes, just updated the URL of KB article in a comment 2008-01-03 00:05:15 +00:00
notebook.h
notifmsg.h added wxNotificationMessage::AlwaysUseGeneric() MSW-specific method 2007-12-02 19:42:15 +00:00
palette.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
pbrush.cur
pen.h make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports) 2008-03-20 15:08:51 +00:00
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h correct WinCE compilation after last change: can't use global scope with GlobalLock/Unlock() there 2008-02-28 02:52:26 +00:00
question.ico
radiobox.h implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030) 2008-02-19 02:43:29 +00:00
radiobut.h
rcdefs.h
regconf.h
region.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
registry.h
removble.ico
rightarr.cur
roller.cur
scrolbar.h
seh.h
setup0.h set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988 2008-03-04 12:16:33 +00:00
setup_inc.h add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK) 2007-12-08 20:51:21 +00:00
slider.h rename fobr95.{cpp,h} files to foobar.{cpp,h} 2008-03-15 16:53:06 +00:00
sound.h
spinbutt.h
spinctrl.h implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190) 2008-03-15 04:10:43 +00:00
stackwalk.h
statbmp.h draw the bitmap manually under Win9x and 2000 because they don't support alpha transparency (but wxDC::DrawBitmap() does) (modified patch 1761598) 2008-01-06 00:51:38 +00:00
statbox.h
statline.h
stattext.h
statusbar.h rename fobr95.{cpp,h} files to foobar.{cpp,h} 2008-03-15 16:53:06 +00:00
std.ico
stdpaths.h
subwin.h check that HWNDs are non-NULL before doing anything with them (part of patch 1866053) 2008-01-07 18:43:23 +00:00
tabctrl.h
taskbar.h add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK) 2007-12-08 20:51:21 +00:00
textctrl.h wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too 2008-03-15 12:28:03 +00:00
textentry.h
tglbtn.h Derive from wxToggleButtonBase 2007-12-08 10:43:38 +00:00
toolbar.h rename fobr95.{cpp,h} files to foobar.{cpp,h} 2008-03-15 16:53:06 +00:00
tooltip.h
toplevel.h made Freeze/Thaw recursively (un)freeze child windows too 2008-03-03 11:30:07 +00:00
treectrl.h
uxtheme.h
uxthemep.h
window.h more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles 2008-02-28 02:22:52 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles 2008-02-28 02:22:52 +00:00
wx.manifest
wx.rc