wxWidgets/include/wx/msw
Julian Smart 8cc4850c2d Patch from "Viktor Voroshylo" <viktor@voroshylo.com>
src/.cvsignore : changes to ignore temorary project files
src/regex/.cvsignore : changes to ignore temorary project files for CE compiler
src/regex/regguts.h : assert will be ignored under WinCE
src/msw/button.cpp : BS_FLAT is not available under winCE
src/msw/clipbrd.cpp : changed CLIPFORMAT to wxDataFormat::NativeFormat so it will compile when ole is not included (under winCE)
src/msw/menu.cpp : GetMenuItemCount is not available under winCE. Using wxMenu::GetMenuCount in this case
src/common/regex.cpp : regex will be included under wince
include/wx/msw/wince/setup.h : wxUSE_THREADS & wxUSE_REGEX is enabled by default (as in standard windows configuration)
src/msw/wince/wxWindowsCE.vcp: fixed problem with all configurations (except emu once) do not have procompiled headers setup correctly. Changes for compiling with regex.
src/msw/wince/wxWindowsCE.vcw : added regex in workspace file


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 17:47:37 +00:00
..
ctl3d these aren't being used any more 2000-01-26 18:14:05 +00:00
ole Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal 2003-09-11 09:58:31 +00:00
wince Patch from "Viktor Voroshylo" <viktor@voroshylo.com> 2004-01-27 17:47:37 +00:00
.cvsignore Just ignore CVS. It's better for you. 1999-06-07 19:41:37 +00:00
accel.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
app.h removed wxApp::Initialized() (replaced with a dummy version in wxApp itself); wxApp in wxGTK now uses wxEvtLoop too 2003-09-27 13:47:46 +00:00
apptbase.h return wxToolkitInfo by reference and not by pointer 2003-08-02 15:39:26 +00:00
apptrait.h return wxToolkitInfo by reference and not by pointer 2003-08-02 15:39:26 +00:00
bitmap.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +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 removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 2003-08-17 12:50:53 +00:00
brush.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
bullseye.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
button.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
caret.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
cdrom.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
checkbox.h SetValue() takes just bool, not const bool 2003-09-28 17:51:11 +00:00
checklst.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
child.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
chkconf.h 1. 2003-12-17 19:30:31 +00:00
choice.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
clipbrd.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
clock.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
colordlg.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
colour.h Applied patch [ 828303 ] Slight wxColour cleanup 2003-12-11 10:10:40 +00:00
colours.bmp 0. extracted toolbar colour mapping stuff to its own function 2002-01-13 23:04:11 +00:00
combobox.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
computer.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
control.h removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 2003-08-17 12:50:53 +00:00
crashrpt.h support creating larger minidumps; support WX_CRASH_FLAGS env var 2003-09-29 17:14:52 +00:00
csquery.bmp Put wxContextHelp into cshelp.h/cpp, added wxContextHelpButton 2000-09-08 10:49:39 +00:00
cursor.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dc.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dcclient.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dcmemory.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dcprint.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dcscreen.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dde.h Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal 2003-09-11 09:58:31 +00:00
dialog.h Applied patch [ 858324 ] Calling EndModal inside an EVT_INIT_DIALOG event handler 2004-01-11 16:34:05 +00:00
dib.h More WinCE mods 2003-07-11 21:43:57 +00:00
dirdlg.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
disable.bmp Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
display.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dragimag.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
drive.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
enhmeta.h Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal 2003-09-11 09:58:31 +00:00
error.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
fdrepdlg.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
file1.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
filedlg.h GetFilenames() always returned a single file only 2003-09-24 15:06:53 +00:00
floppy.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
folder1.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
folder2.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
font.h pointer returned by GetNativeFontInfo() is now const and must not be deleted (replaces patch 810192) 2003-09-24 01:23:37 +00:00
fontdlg.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
fontenum.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
frame.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
gauge95.h MinGW compilation fixes. 2003-09-28 13:57:52 +00:00
gccpriv.h dmars does not have w32api.h 2003-08-14 08:50:10 +00:00
gdiimage.h removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 2003-08-17 12:50:53 +00:00
gdiobj.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
glcanvas.h Fixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup. 2003-11-14 12:59:03 +00:00
gsockmsw.h fixed wxBase and GUI separation for sockets code 2003-08-07 12:26:17 +00:00
hand.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
heart.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
helpbest.h Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal 2003-09-11 09:58:31 +00:00
helpchm.h Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal 2003-09-11 09:58:31 +00:00
helpwin.h Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal 2003-09-11 09:58:31 +00:00
icon.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
imaglist.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
info.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
iniconf.h added missing default values for the 2nd argument of DeleteEntry() 2002-03-05 00:32:46 +00:00
joystick.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
listbox.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
listctrl.h added ShouldInheritColours() 2003-10-16 10:00:12 +00:00
magnif1.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
mdi.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
mdi.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
menu.h wxMenu::Append (and similar) now return a pointer to the wxMenuItem 2004-01-23 18:46:05 +00:00
menuitem.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
metafile.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
microwin.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
mimetype.h renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE 2003-07-02 01:59:24 +00:00
minifram.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
missing.h fix for DMC missing mouse defines 2004-01-19 16:41:08 +00:00
msgdlg.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
mslu.h SF patch [ 708702 ] Wide character filename support for BCC 2003-04-28 20:58:29 +00:00
msvcrt.h Removed erroneous copyright names and corrected licence spelling 2003-03-17 10:34:04 +00:00
noentry.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
notebook.h Fixed notebook redraw problems when using XP theme with Classic appearance. 2003-12-11 22:20:22 +00:00
palette.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
pbrush.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
pen.h Applied patch [ 819044 ] Adds MSW wxPen::GetDashCount 2003-12-11 07:44:53 +00:00
pencil.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
pntleft.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
pntright.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
popupwin.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
printdlg.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
printwin.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
private.h move define to better place 2003-08-14 11:00:38 +00:00
query.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
question.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
radiobox.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
radiobut.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
regconf.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
region.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
registry.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
removble.ico Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
rightarr.cur Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR, 2002-03-15 22:52:15 +00:00
roller.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
scrolbar.h RTTI extensions 2003-08-19 16:48:06 +00:00
setup0.h added wxGzipIOStreams (patch 792932) 2003-09-26 20:24:36 +00:00
setup_microwin.h removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 2003-08-17 12:50:53 +00:00
size.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
slider95.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
slidrmsw.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
spinbutt.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
spinctrl.h renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR 2003-10-08 22:13:14 +00:00
statbmp.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
statbox.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
statbr95.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
statline.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
stattext.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
std.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
tabctrl.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
taskbar.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
tbar95.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
tbarmsw.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
textctrl.h added wxTextCtrl::MarkDirty() 2003-09-23 00:09:18 +00:00
tglbtn.h more warning fixes; removed references to wxToolBarBase from wxRTTI 2003-07-22 01:42:41 +00:00
timer.h finally reverted patch 782947 completely, it is broken; added just a check that id returned by SetTimer() is not a dup instead 2003-09-24 14:48:33 +00:00
tooltip.h Removed erroneous copyright names and corrected licence spelling 2003-03-17 10:34:04 +00:00
toplevel.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
treectrl.h added ShouldInheritColours() 2003-10-16 10:00:12 +00:00
uxtheme.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
warning.ico Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
watch1.cur Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
wave.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
window.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
winundef.h WinCE fixes 2003-08-25 14:15:20 +00:00
wrapcctl.h added wrapper for <commctrl.h> as well 2003-08-03 10:57:51 +00:00
wrapwin.h removed _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h 2003-08-03 20:56:08 +00:00
wx.manifest added WindowsXP manifest directly into application's resources 2003-04-11 23:22:39 +00:00
wx.rc Added a resource for Smartphone menubar 2003-07-20 22:59:09 +00:00