wxWidgets/include/wx/msw
2009-01-26 23:18:47 +00:00
..
ole convert COM arguments to wx lazily to improve performance and allow calling Invoke/handling events involving parameters which can't be mapped to wx types at all (new GetNativeParameters() method can be used to access them) (closes #9606) 2009-01-25 12:25:43 +00:00
private disable the events when we get a notification about socket being ready for IO and reenable them later after performing the IO in the Unix version to avoid continuous flood of ready notifications 2009-01-02 21:53:30 +00:00
wince add more flexible and safer template Connect() overloads (#10000) 2009-01-12 14:26:13 +00:00
accel.h
amd64.manifest
app.h cleanup the Win32 window classes registration code: remove global variables and register the window classes we use on demand to avoid registering MDI or GL classes unnecessarily 2008-11-29 22:19:55 +00:00
apptbase.h Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known 2008-11-28 12:47:07 +00:00
apptrait.h
bitmap.h
blank.cur
bmpbuttn.h
bmpcbox.h correct Id tags 2009-01-19 13:30:34 +00:00
brush.h
bullseye.cur
button.h
calctrl.h
caret.h
cdrom.ico
checkbox.h
checklst.h remove duplicated HitTest implementation from wxCheckListBox, it already inherits wxListBox::HitTest() (which was however lacking an overload taking 2 coordinates, added now) 2009-01-25 18:10:24 +00:00
child.ico
chkconf.h disable new events for VC9 too, it fails when linking in DLL build (#10000) 2009-01-12 15:16:39 +00:00
choice.h
clipbrd.h
colordlg.h
colour.h
colours.bmp
combo.h compilation fix after NULL cast removal; also used it to get rid of an ugly OnTimerEvent(*(wxTimerEvent *)NULL) call 2009-01-19 14:40:13 +00:00
combobox.h
computer.ico
control.h set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object 2009-01-20 18:33:33 +00:00
crashrpt.h
cross.cur
csquery.bmp
ctrlsub.h
cursor.h
datectrl.h
dc.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcclient.h
dcmemory.h
dcprint.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcscreen.h
dde.h
debughlp.h
dialog.h remove m_endModalCalled flag, it seems to be unnecessary 2008-12-21 01:37:39 +00:00
dib.h
dirdlg.h
dragimag.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
drive.ico
enhmeta.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
evtloop.h call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from wxAppBase::ProcessIdle(); do not call it from wxConsoleEventLoop::Dispatch() as this results in unwanted reentrancies in the socket code when using it 2009-01-02 22:18:10 +00:00
fdrepdlg.h just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
file1.ico
filedlg.h minor fixes for custom controls support in wxFileDialog: slightly improve documentation, make variable names more clear and add more WinCE checks (closes #10416) 2009-01-24 14:04:25 +00:00
floppy.ico
folder1.ico
folder2.ico
font.h
fontdlg.h
frame.h use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code: this not only makes the code cleaner but should also remove the last dependency on MDI code when linking wx applications not using MDI 2009-01-26 23:18:47 +00:00
gauge.h
gccpriv.h
gdiimage.h add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase 2008-11-29 00:24:57 +00:00
genrcdefs.h
glcanvas.h
hand.cur
headerctrl.h fix several bugs in index/position translation code between wx and MSW 2008-12-14 22:54:34 +00:00
helpbest.h
helpchm.h
helpwin.h
htmlhelp.h
ia64.manifest
icon.h
imaglist.h
iniconf.h
joystick.h
libraries.h
listbox.h
listctrl.h added (MSW-only) wxListCtrl::OnGetItemColumnAttr() (#10018) 2009-01-25 13:27:48 +00:00
magnif1.cur
mdi.h use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code: this not only makes the code cleaner but should also remove the last dependency on MDI code when linking wx applications not using MDI 2009-01-26 23:18:47 +00:00
mdi.ico
menu.h
menuitem.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
metafile.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
microwin.h
mimetype.h
minifram.h
missing.h fix for compilation with newer DMC headers (see #10112) 2008-12-21 02:48:45 +00:00
msgdlg.h
mslu.h
msvcrt.h
notebook.h
notifmsg.h
palette.h
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h add wxDrawStateBitmap() (closes #10289) 2009-01-25 14:38:44 +00:00
question.ico
radiobox.h
radiobut.h
rcdefs.h
regconf.h
region.h a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
registry.h
removble.ico
rightarr.cur
roller.cur
scrolbar.h
seh.h
setup0.h add more flexible and safer template Connect() overloads (#10000) 2009-01-12 14:26:13 +00:00
setup_inc.h
slider.h
sound.h
spinbutt.h
spinctrl.h
stackwalk.h don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead 2009-01-14 14:38:00 +00:00
statbmp.h
statbox.h
statline.h
stattext.h
statusbar.h
std.ico
stdpaths.h
subwin.h
taskbar.h
textctrl.h
textentry.h
tglbtn.h Implemented wxBitmapToggleButton generically for now 2008-12-19 16:04:31 +00:00
tls.h
toolbar.h don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there 2008-08-02 22:34:37 +00:00
tooltip.h added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817) 2009-01-23 13:26:20 +00:00
toplevel.h
treectrl.h undid change accidentally committed as part of r57093 but which didn't have anything to do with it and resulted in #10253 2008-12-22 13:34:12 +00:00
uxtheme.h
uxthemep.h
window.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
winundef.h
wrapcctl.h extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h
wx.manifest
wx.rc