wxWidgets/include/wx/msw
2008-03-21 14:21:52 +00:00
..
ole use standard functions for BSTR handling instead of doing it ourselves incorrectly (fixed patch 1829152) 2007-11-13 01:18:06 +00:00
private fixes for building wxMSW with --disbale-all-features 2007-07-21 02:05:03 +00:00
wince set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988 2008-03-04 12:16:33 +00:00
accel.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
amd64.manifest Manifest files for win64 2005-10-12 11:47:09 +00:00
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 Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
blank.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
bmpbuttn.h create greyed image for wxBitmapButton in MSW automatically, as in wxGTK (replaces patch 1734018) 2007-07-15 19:29:20 +00:00
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 Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
button.h Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). 2007-08-07 19:22:43 +00:00
caret.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
cdrom.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
checkbox.h Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). 2007-08-07 19:22:43 +00:00
checklst.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
child.ico REmoved unnecessary cursor and icon files 2005-05-15 14:48:42 +00:00
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 added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
colordlg.h fix wxColourDialog::Centre() and SetSize() (modified patch 1831628) 2007-11-17 14:43:38 +00:00
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 0. extracted toolbar colour mapping stuff to its own function 2002-01-13 23:04:11 +00:00
combo.h wxChar -> char 2007-11-13 11:00:14 +00:00
combobox.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
computer.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
control.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
crashrpt.h Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
cross.cur Cross-hair cursor appears as an I-beam on WinXP for some reason; 2005-04-03 11:36:31 +00:00
csquery.bmp Restored scrollbar background 2005-05-31 14:40:34 +00:00
ctrlsub.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
cursor.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
datectrl.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
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 many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926) 2007-10-20 22:54:26 +00:00
debughlp.h wxWinCE fixes. 2005-01-18 10:10:23 +00:00
dialog.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
dib.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
dirdlg.h Trying to commit wxDirDialog patch. 2006-04-30 09:44:29 +00:00
dragimag.h add wxUSE_DRAGIMAGE wrapper 2007-05-05 19:00:35 +00:00
drive.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
enhmeta.h restored wxEnhMetaFileDC::Close() lost in wxDC reorganization 2008-01-17 00:31:33 +00:00
evtloop.h added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop 2007-07-15 19:33:16 +00:00
fdrepdlg.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
file1.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
filedlg.h fixed bugs with moving/centering the file dialog (replaces patch 1825170) 2007-11-09 20:02:47 +00:00
floppy.ico Artwork replacement (c) Julian Smart 2005-05-31 20:29:11 +00:00
folder1.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
folder2.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +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 removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
gauge.h rename fobr95.{cpp,h} files to foobar.{cpp,h} 2008-03-15 16:53:06 +00:00
gccpriv.h Macros for simplified testing Open Watcom version and required tweaks. 2005-11-10 16:16:05 +00:00
gdiimage.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
genrcdefs.h removed executable bit on files that aren't executables 2007-06-25 14:04:34 +00:00
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 Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
helpbest.h added missing include after last commit 2006-05-29 14:51:42 +00:00
helpchm.h fix WPARAM typo 2008-03-02 14:03:42 +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 Use theme and HTML Help headers from Wine (with permission) 2005-05-14 16:58:36 +00:00
ia64.manifest Manifest files for win64 2005-10-12 11:47:09 +00:00
icon.h make XPM data pointer parameter fully const 2008-01-14 18:16:37 +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 added wxUSE_INICONF (disabled by default) 2007-07-27 14:57:31 +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 Move oleacc.lib from the VC++ projects/makefiles to libraries.h 2006-01-21 22:50:46 +00:00
listbox.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
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 Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
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 REmoved unnecessary cursor and icon files 2005-05-15 14:48:42 +00:00
menu.h Menu label consistency changes 2007-08-11 17:54:59 +00:00
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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
mimetype.h more changes to make wx compile without implicit wxString->char* conversion (for STL build) 2007-06-20 07:44:45 +00:00
minifram.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
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 move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h 2006-10-26 19:06:51 +00:00
msvcrt.h no changes, just updated the URL of KB article in a comment 2008-01-03 00:05:15 +00:00
notebook.h change UpdateSelection() parameter type to int from size_t; also replaced remaining -1s with wxNOT_FOUND 2006-10-09 12:10:01 +00:00
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 Restoring binary files 2005-05-16 12:33:21 +00:00
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 Restoring binary files 2005-05-16 12:33:21 +00:00
pntleft.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
pntright.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
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 added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
printwin.h Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
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 Replaced icon 2005-05-15 19:20:49 +00:00
radiobox.h implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030) 2008-02-19 02:43:29 +00:00
radiobut.h Conflict correction 2007-11-14 14:51:00 +00:00
rcdefs.h Add rcdefs.h and support for automatic manifests on Windows 2005-11-08 22:49:46 +00:00
regconf.h added wxUSE_REGKEY checks 2007-08-22 14:49:41 +00:00
region.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
registry.h added wxUSE_REGKEY option 2007-07-21 13:01:28 +00:00
removble.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
rightarr.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
roller.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
scrolbar.h Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). 2007-08-07 19:22:43 +00:00
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 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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinbutt.h Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). 2007-08-07 19:22:43 +00:00
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 added maxDepth parameter to WalkFromException() (patch 1759239) 2007-07-28 00:14:53 +00:00
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 More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
stattext.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statusbar.h rename fobr95.{cpp,h} files to foobar.{cpp,h} 2008-03-15 16:53:06 +00:00
std.ico REmoved unnecessary cursor and icon files 2005-05-15 14:48:42 +00:00
stdpaths.h allow to optionally use vendor name component in standard paths (slightly modified patch 1831308) 2007-11-17 14:59:13 +00:00
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 make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
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 implement AutoComplete for wxMSW too 2007-11-05 00:44:26 +00:00
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 added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804) 2007-08-15 12:57:36 +00:00
toplevel.h made Freeze/Thaw recursively (un)freeze child windows too 2008-03-03 11:30:07 +00:00
treectrl.h use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT 2007-10-01 11:54:50 +00:00
uxtheme.h need to include wx/msw/private.h to get GetHwnd() which is used here 2006-10-30 15:37:42 +00:00
uxthemep.h include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h 2005-06-08 21:47:29 +00:00
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 #undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it 2005-10-31 19:35:41 +00:00
wrapcctl.h predefine _WIN32_IE before including shellapi.h too to allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon 2007-09-21 17:51:11 +00:00
wrapcdlg.h Include winundefs.h 2006-11-07 09:08:33 +00:00
wrapgdip.h extracted code including gdiplus.h in a separate header 2007-03-15 03:41:52 +00:00
wrapshl.h include wx/log.h to fix PCH-less compilation 2007-09-22 12:08:23 +00:00
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 added WindowsXP manifest directly into application's resources 2003-04-11 23:22:39 +00:00
wx.rc added comment explaining the condition for compiling manifest into resources 2007-06-04 09:01:37 +00:00