wxWidgets/include/wx/msw
Vadim Zeitlin a1b82138ef 1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
open/read/seek...
2. wxTextCtrlBase appears, several bug fixes in MSW wxTextCtrl and made
   LoadFile() behave in the same way under GTK and MSW (fixed it for MSW
   too)
3. Corrected the sash position calculation in sashwin.cpp - seems to work
   now but I wonder how it could ever work before?
4. new, tmake generated, MSW makefiles. They probably don't work - will fix
   them as soon as people start complaining.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-07-14 22:55:57 +00:00
..
ctl3d now MSW stuff is complete 1998-05-20 14:21:00 +00:00
ole Motif compile fixes 1999-06-23 10:03:44 +00:00
.cvsignore Just ignore CVS. It's better for you. 1999-06-07 19:41:37 +00:00
accel.h 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +00:00
app.h 1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly 1999-07-06 00:44:26 +00:00
bitmap.h Some corrections for BC++ compilation; Latex doc corrections 1999-01-31 11:42:58 +00:00
blank.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
bmpbuttn.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
brush.h Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree 1999-06-02 14:08:08 +00:00
bullseye.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
button.h wxButton::GetDefaultSize() added for MSW and documented 1999-07-10 21:51:58 +00:00
caret.h 1. some minor but nasty bugs fixed (see post to the list) 1999-05-23 23:48:12 +00:00
checkbox.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
checklst.h Made SetFont for wxCheckListBox more intelligent. 1999-05-28 17:27:55 +00:00
child.ico Re-added corrupt binary files; small change to filefn.cpp for Cygwin. 1998-12-17 09:44:29 +00:00
choice.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
clipbrd.h 1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of 1999-07-14 22:55:57 +00:00
clock.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
colordlg.h Fixed various wxMSW compile problems that came down the telephone line... 1998-08-07 23:52:45 +00:00
colour.h Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute 1999-02-18 14:55:34 +00:00
combobox.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
control.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
curico.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
curicop.h Because someone was inconsistent about using LPSTR and char*, I missed 1999-06-19 08:44:05 +00:00
cursor.h wxWindow split (MSW part of changes) 1999-05-10 00:42:57 +00:00
dc.h 1. wxMSW seems to work (please test and send your bug reports!) 1999-05-19 00:53:27 +00:00
dcclient.h WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough 1999-06-13 23:59:16 +00:00
dcmemory.h Changed GetSize to DoGetSize so virtual GetSize works right. 1999-06-08 06:58:57 +00:00
dcprint.h 1. some more of "#if wxUSE_XXX" here and there 1999-06-13 22:54:04 +00:00
dcscreen.h Changed wxRectangle to wxRect. Sorry for the bandwidth... 1998-12-03 10:13:41 +00:00
dde.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
dialog.h my wxMotif fixes (merged with Robert's changes), wxMotif compiles, links 1999-06-29 12:34:18 +00:00
dib.h OK, maybe not done yet, have to fix Unicode compilation one more place... 1999-06-20 06:03:35 +00:00
dibutils.h Couple more Unicode fixes. 1999-06-14 14:20:58 +00:00
dirdlg.h More wxChar conversion 1999-04-19 18:23:09 +00:00
disable.bmp added some wxMSW stuff 1998-05-20 14:12:05 +00:00
dragimag.h Added candidate wxDragImage implementation for wxMSW 1999-04-08 19:36:00 +00:00
error.ico standard icons for msg boxes 1999-06-18 17:56:51 +00:00
filedlg.h More wxChar conversion 1999-04-19 18:23:09 +00:00
font.h Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree 1999-06-02 14:08:08 +00:00
fontdlg.h Fixed various wxMSW compile problems that came down the telephone line... 1998-08-07 23:52:45 +00:00
frame.h Couple more Unicode fixes. 1999-06-14 14:20:58 +00:00
gauge95.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
gauge.h Added variant.h/cpp; changed variable names in object.h; added some functions 1998-09-12 17:31:48 +00:00
gaugemsw.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
gdiobj.h Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree 1999-06-02 14:08:08 +00:00
hand.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
heart.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
helpwin.h USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you 1998-09-25 13:28:52 +00:00
icon.h some very minor fixes (I don't even remember what exactly) 1999-02-23 22:57:19 +00:00
imaglist.h Fixed various wxMSW compile problems that came down the telephone line... 1998-08-07 23:52:45 +00:00
info.ico standard icons for msg boxes 1999-06-18 17:56:51 +00:00
iniconf.h RenameEntry/Group() functions added to wxConfig and derivations (not yet 1999-01-20 19:54:17 +00:00
joystick.h Fixed various wxMSW compile problems that came down the telephone line... 1998-08-07 23:52:45 +00:00
listbox.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
listctrl.h 1. wxDialogs are now destroyed when they go out of scope 1999-06-17 21:21:52 +00:00
magnif1.cur binary insertion 1999-01-26 04:40:45 +00:00
Makefile.am headers are now installed by automake too 1999-06-02 08:34:09 +00:00
mdi.h 1. wxMSW seems to work (please test and send your bug reports!) 1999-05-19 00:53:27 +00:00
mdi.ico Re-added corrupt binary files; small change to filefn.cpp for Cygwin. 1998-12-17 09:44:29 +00:00
menu.h Couple more Unicode fixes. 1999-06-14 14:20:58 +00:00
menuitem.h wxMenu and wxMenuBar modifications: now works much better with owner-drawn 1999-04-03 22:25:12 +00:00
metafile.h Removed lots of OnClose functions; doc'ed OnCloseWindow better; 1999-02-05 23:55:04 +00:00
minifram.h Some more WXWIN_COMPATIBILITY fixes. 1998-12-06 20:26:55 +00:00
msgdlg.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
msvcrt.h _MSC_VER => __VISUALC__ change 1999-02-03 16:48:12 +00:00
noentry.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
notebook.h WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough 1999-06-13 23:59:16 +00:00
palette.h Sorry folks, a lot of changes to remedy GetFont, GetBrush etc. 1998-12-08 23:26:18 +00:00
pbrush.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
pen.h TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC; 1999-01-19 18:23:02 +00:00
pencil.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
pnghand.h For wxMSW, split XPM handler into separate file (please add handler explicitly in app); 1999-01-16 22:17:13 +00:00
pngread.h Couple more Unicode fixes. 1999-06-14 14:20:58 +00:00
pntleft.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
pntright.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
printdlg.h 1. some more of "#if wxUSE_XXX" here and there 1999-06-13 22:54:04 +00:00
printwin.h more backwards compatibility for printing 1999-04-02 22:30:56 +00:00
private.h 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +00:00
query.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
question.ico standard icons for msg boxes 1999-06-18 17:56:51 +00:00
radiobox.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
radiobut.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
regconf.h no more SetAppName/SetVendor in the config classes 1999-04-07 13:01:50 +00:00
region.h Various changes for Salford C++, and commited fileconf.h/fileconf.cpp changes 1999-01-16 00:13:58 +00:00
registry.h 1. serious bug in wxRegConfig corrected - deleting a value would delete the 1999-06-26 11:10:50 +00:00
roller.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
scrolbar.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
settings.h Fixed various wxMSW compile problems that came down the telephone line... 1998-08-07 23:52:45 +00:00
setup0.h *** empty log message *** 1999-07-12 13:24:59 +00:00
size.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
slider95.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
slider.h Added variant.h/cpp; changed variable names in object.h; added some functions 1998-09-12 17:31:48 +00:00
slidrmsw.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
spinbutt.h 1. wxMSW seems to work (please test and send your bug reports!) 1999-05-19 00:53:27 +00:00
statbmp.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
statbox.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
statbr95.h USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you 1998-09-25 13:28:52 +00:00
statline.h 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +00:00
stattext.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
std.ico Re-added corrupt binary files; small change to filefn.cpp for Cygwin. 1998-12-17 09:44:29 +00:00
tabctrl.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
taskbar.h no message 1999-01-08 16:31:09 +00:00
tbar95.h 1. some more of "#if wxUSE_XXX" here and there 1999-06-13 22:54:04 +00:00
tbarmsw.h A few Unicode fixes. 1999-06-10 18:12:13 +00:00
textctrl.h 1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of 1999-07-14 22:55:57 +00:00
timer.h minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled() 1998-10-14 23:53:24 +00:00
tip.ico 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +00:00
tooltip.h made wxToolTip::Enable() and SetDelay() static (as in wxGTK) and added some 1999-02-14 21:59:48 +00:00
treectrl.h 1. some more of "#if wxUSE_XXX" here and there 1999-06-13 22:54:04 +00:00
warning.ico standard icons for msg boxes 1999-06-18 17:56:51 +00:00
watch1.cur added some wxMSW stuff 1998-05-20 14:12:05 +00:00
wave.h TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC; 1999-01-19 18:23:02 +00:00
window.h 1. DoSetSize() simplified, DoGetBestSize() introduced 1999-07-02 22:02:05 +00:00
winundef.h 1. minor fixes in wxDynLib 1999-07-10 00:50:16 +00:00
wx.rc 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +00:00
xpmhand.h For wxMSW, split XPM handler into separate file (please add handler explicitly in app); 1999-01-16 22:17:13 +00:00