wxWidgets/include/wx/msw
Paul Cornett 93344f258a add wxUSE_DRAGIMAGE wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-05 19:00:35 +00:00
..
ole removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
wince add wxUSE_STC wrappers 2007-04-17 05:48:09 +00:00
.cvsignore
accel.h
amd64.manifest
app.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
apptbase.h don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795) 2007-02-02 23:12:34 +00:00
apptrait.h preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
bitmap.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
blank.cur
bmpbuttn.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
brush.h
bullseye.cur
button.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
caret.h
cdrom.ico
checkbox.h
checklst.h
child.ico
chkconf.h
choice.h
clipbrd.h 1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2007-03-31 02:57:55 +00:00
colordlg.h
colour.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
colours.bmp
combo.h
combobox.h Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys 2007-05-05 13:15:47 +00:00
computer.ico
control.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
crashrpt.h
cross.cur
csquery.bmp
cursor.h
datectrl.h
dc.h Moved all the coordinate system calculation to wxDCBase 2007-05-02 11:05:45 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h
dialog.h
dib.h
dirdlg.h
dragimag.h add wxUSE_DRAGIMAGE wrapper 2007-05-05 19:00:35 +00:00
drive.ico
enhmeta.h
evtloop.h
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h allocate HFONT on demand instead of doing every time a font property is modified 2007-03-13 21:59:55 +00:00
fontdlg.h
fontenum.h
frame.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
gauge95.h
gccpriv.h
gdiimage.h
genrcdefs.h
glcanvas.h Big wxGL classes refactoring/cleanup: 2007-04-10 17:38:55 +00:00
gsockmsw.h
hand.cur
helpbest.h
helpchm.h
helpwin.h
htmlhelp.h
ia64.manifest
icon.h
imaglist.h
iniconf.h derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607) 2007-03-10 18:16:10 +00:00
joystick.h multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497) 2007-03-16 00:51:43 +00:00
libraries.h
listbox.h
listctrl.h
magnif1.cur
mdi.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
mdi.ico
menu.h
menuitem.h
metafile.h changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font 2007-04-25 01:49:47 +00:00
microwin.h
mimetype.h
minifram.h
missing.h fixed wxDataViewCtrl compilation with DigitalMars 2007-03-19 13:03:02 +00:00
msgdlg.h
mslu.h
msvcrt.h
notebook.h
palette.h
pbrush.cur
pen.h allocate HPEN on demand instead of doing every time a pen property is modified; also significant code cleanup (finally) 2007-03-13 22:01:27 +00:00
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h argh, added missing comma in last commit 2007-03-11 02:32:53 +00:00
question.ico
radiobox.h
radiobut.h
rcdefs.h
regconf.h derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607) 2007-03-10 18:16:10 +00:00
region.h
registry.h
removble.ico
rightarr.cur
roller.cur
scrolbar.h
seh.h define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340) 2007-02-11 02:14:49 +00:00
setup0.h add wxUSE_STC wrappers 2007-04-17 05:48:09 +00:00
setup_microwin.h removed WXWIN_COMPATIBILITY_2_4 in non-MSW code 2007-03-07 11:48:53 +00:00
slider95.h
sound.h
spinbutt.h
spinctrl.h no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue 2007-01-11 01:59:42 +00:00
stackwalk.h
statbmp.h
statbox.h
statbr95.h implement GetBestSize() (patch 1386199) 2007-04-01 14:53:02 +00:00
statline.h
stattext.h added support for ellipsization and markup in wxStaticText (modified patch 1629946) 2007-04-01 14:13:15 +00:00
std.ico
stdpaths.h
subwin.h
tabctrl.h
taskbar.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
tbar95.h added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603) 2007-03-18 23:13:18 +00:00
textctrl.h IsRich should be defined even if wxUSE_RICHTEXT isn't 2007-01-09 21:26:53 +00:00
tglbtn.h
tooltip.h
toplevel.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
treectrl.h build fix for wxUSE_DRAGIMAGE==0 2007-05-05 18:48:56 +00:00
uxtheme.h
uxthemep.h
window.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapgdip.h extracted code including gdiplus.h in a separate header 2007-03-15 03:41:52 +00:00
wrapshl.h
wrapwin.h
wx.manifest
wx.rc