wxWidgets/src/common
2001-08-02 19:20:47 +00:00
..
.cvsignore replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
appcmn.cpp Committing in . 2001-07-12 15:02:40 +00:00
base.rc second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
bmpbase.cpp added bmpbase.cpp (forgotten during merge?) 2001-08-01 22:54:24 +00:00
choiccmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
clipcmn.cpp added #if wxUSE_CLIPBOARD 1999-12-13 16:16:52 +00:00
cmdline.cpp Unicode fixes to wxCmdLineParser 2001-07-18 22:59:51 +00:00
cmdproc.cpp another file I added on the wxUniv branch and forgot to merge 2001-06-27 12:04:21 +00:00
cmndata.cpp implemented Carbon printing for wxMac 2001-06-29 20:40:22 +00:00
config.cpp Various wxUniversal/wxMicroWindows fixes 2001-07-02 13:22:19 +00:00
cshelp.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
ctrlcmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
ctrlsub.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
cwlex_yy.c updated mac sources (CW 5.3 working , CW6 still having code gen problems) 2001-02-08 21:13:12 +00:00
cwy_tab.c Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
datetime.cpp Misc fixes, now menus are almost working on MicroWindows 2001-07-05 13:35:53 +00:00
datstrm.cpp Merged latest changes from SciTech code base into wxWindows CVS Tree. 2001-06-08 19:37:56 +00:00
db.cpp true vs TRUE again. 2001-07-13 17:42:16 +00:00
dbgrid.cpp Changed the 'true's and 'false's back to TRUE and FALSE 2001-06-11 16:54:28 +00:00
dbtable.cpp wxBase compilation fix 2001-06-21 18:37:33 +00:00
dcbase.cpp Removed cacheing option 2001-07-11 17:27:23 +00:00
descrip.mms Committing in . 2001-07-12 15:02:40 +00:00
dircmn.cpp Included filefn.h for non-precompiled headers to 2001-05-20 21:31:22 +00:00
dlgcmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
dndcmn.cpp Added geometry.cpp and made it compile, 2000-01-24 13:13:41 +00:00
dobjcmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
docmdi.cpp GetSelection() replaced with GetId() in OnMRUFile 2000-09-08 18:09:34 +00:00
docview.cpp Updated version to 2.3.2 so apps can test for differences in new merged source 2001-06-27 20:36:30 +00:00
doslex.c Various VC++ 1.5 and other corrections 2000-02-16 11:53:16 +00:00
dosyacc.c Added PROIO_ prefix to yyparse to get it to link. 2001-02-22 17:46:41 +00:00
dynarray.cpp compilation fixes 2001-07-09 12:21:43 +00:00
dynlib.cpp modified configure to allow configuration of wxMotif under Darwin/Mac OS X 2001-07-15 18:47:13 +00:00
effects.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
encconv.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
event.cpp 1. added wxTE_AUTO_URL style and support for it under Win32 (and brief 2001-07-29 22:40:21 +00:00
extended.c removed KLB mods - but I'm doing this for the last time 2001-08-01 11:45:20 +00:00
fddlgcmn.cpp added generic implementation and documentation for wxFindReplaceDialog 2001-08-01 14:55:03 +00:00
ffile.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
file.cpp More wxMicroWindows fixes 2001-07-02 14:20:32 +00:00
fileconf.cpp 1. fixed bug with empty value not being written to the file 2001-07-23 17:45:56 +00:00
filefn.cpp fixed bug with wxPathExists('c:\') yet again 2001-07-23 18:17:28 +00:00
filename.cpp Restored wxFileName::GetFullPath() 2001-07-14 14:29:09 +00:00
filesys.cpp bad delete operator, should be delete [] for gs_FSMimeFallbacks and removing debug allocs and deallocs for OS/2 in memory.cpp 2000-11-15 04:58:06 +00:00
fontcmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
fontmap.cpp remember unknown charsets in the config too 2001-08-02 19:20:47 +00:00
framecmn.cpp wxUniv compilation fixes 2001-07-10 12:25:46 +00:00
fs_inet.cpp removed/replaced include 'wx/wx.h' 2001-07-05 18:48:48 +00:00
fs_mem.cpp added headers needed for wxBase compilation 2001-07-13 13:52:19 +00:00
fs_zip.cpp removed/replaced include 'wx/wx.h' 2001-07-05 18:48:48 +00:00
ftp.cpp corrected WXWIN_COMPATIBILITY conditional tests 2001-07-07 11:23:24 +00:00
gaugecmn.cpp Further wxUniv fixes 2001-06-29 19:18:30 +00:00
gdicmn.cpp tons of fixes for wxGTK/Univ - seems to work, more or less, now 2001-07-03 19:38:19 +00:00
geometry.cpp Made geometry class link. 2000-11-24 21:51:52 +00:00
gifdecod.cpp MSW fixes; added wxUSE_XPM to wxUniv's setup.h so now widgets sample works 2001-07-03 10:03:13 +00:00
glob.inc Initial revision 1998-05-20 14:01:55 +00:00
hash.cpp applied patch 430961 (fix for wxHashTable::Put(key, value, object) 2001-06-15 11:37:56 +00:00
helpbase.cpp tons of fixes for wxGTK/Univ - seems to work, more or less, now 2001-07-03 19:38:19 +00:00
http.cpp Fixed memory leak 2000-10-16 07:10:32 +00:00
imagall.cpp added wxUSE_IMAGE; added write-only wxXPMHandler 2001-04-22 22:31:53 +00:00
imagbmp.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
image.cpp added #ifdef wxUSE_XPM around XPM handler initialization 2001-07-01 15:08:46 +00:00
imaggif.cpp added wxUSE_IMAGE; added write-only wxXPMHandler 2001-04-22 22:31:53 +00:00
imagjpeg.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
imagpcx.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
imagpng.cpp Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
imagpnm.cpp added wxUSE_IMAGE; added write-only wxXPMHandler 2001-04-22 22:31:53 +00:00
imagtiff.cpp Suppress "Assignement in logical expression" type warnings for compilers that compain about this sort of thing. 2001-04-30 14:13:41 +00:00
imagxpm.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
init.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
intl.cpp Mingw Unicode fix 2001-07-18 23:00:17 +00:00
ipcbase.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
layout.cpp oops... compilation fix 2000-11-26 14:16:39 +00:00
lboxcmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
lexer.l *** empty log message *** 1999-10-25 02:41:20 +00:00
list.cpp no changes 2001-01-17 16:18:49 +00:00
log.cpp modified configure to allow configuration of wxMotif under Darwin/Mac OS X 2001-07-15 21:07:34 +00:00
longlong.cpp applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
matrix.cpp ifdef pi which is already defined by Mac OS X 2001-04-11 06:18:08 +00:00
memory.cpp Tex2RTF: underscores now only checked for if syntax checking is on. 2001-06-11 21:52:58 +00:00
menucmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
mimecmn.cpp applied patch 439186 (mingw and VC5 fixes) 2001-07-07 23:02:09 +00:00
module.cpp Some changes in a vain attempt to make Salford C++ work; added FAQ files; 1999-01-19 11:00:22 +00:00
mstream.cpp compilation fixes for wxMemoryStreams 2000-11-23 16:26:12 +00:00
nbkbase.cpp 1. fixed typo ('&' instead of '|') in wxNotebook 2001-07-07 22:42:35 +00:00
object.cpp applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
objstrm.cpp wxBase compilation fixes 2000-01-28 20:54:50 +00:00
odbc.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
paper.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
parser.y added Id cvs tag 2001-01-27 12:46:50 +00:00
popupcmn.cpp 1. #ifdefed wxPopupComboWindow to be used only in wxUniv 2001-07-10 22:46:18 +00:00
prntbase.cpp reset preview bitmap variable to NULL after deleting it 2001-06-27 19:44:56 +00:00
process.cpp 1. improved wxKill() implementation for Win32 2001-06-16 00:59:07 +00:00
protocol.cpp HTTP_PROXY bug (freeze on program startup) should be fixed 2000-03-17 18:18:58 +00:00
quantize.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
radiocmn.cpp MSW compilation fixes - widgets sample runs! 2001-06-27 00:27:24 +00:00
regex.cpp FreeBSD compilation fix 2001-07-19 20:54:49 +00:00
resourc2.cpp switched to new XPM code in wxMSW 2001-05-08 22:44:34 +00:00
resource.cpp added virtual listctrl support 2001-07-05 01:27:38 +00:00
sckaddr.cpp modified configure to allow configuration of wxMotif under Darwin/Mac OS X 2001-07-15 21:07:34 +00:00
sckfile.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
sckipc.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
sckstrm.cpp Now uses wxSocketBase::Error() to see if last IO call failed 1999-09-15 00:17:15 +00:00
serbase.cpp applied patch 436908 (warning fix in serialization code) 2001-07-07 22:46:53 +00:00
sizer.cpp Removed arbitrary window-shrinking code; corrected log message 2001-07-01 17:24:42 +00:00
socket.cpp fixed memory leak in Accept() 2001-02-20 16:34:23 +00:00
strconv.cpp hopefully fixed bytesex issues in strconv 2001-08-01 22:56:12 +00:00
stream.cpp use wxTextFile::Eol() in wxEndL 2001-07-07 23:20:05 +00:00
string.cpp use wxRegEx if available in wxString::Matches 2001-07-14 16:41:55 +00:00
sysopt.cpp Added wxUSE_DC_CACHEING and associated code to wxMSW 2001-07-11 10:07:06 +00:00
tbarbase.cpp removed/replaced include 'wx/wx.h' 2001-07-05 18:48:48 +00:00
textcmn.cpp declare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0 2001-07-31 17:56:45 +00:00
textfile.cpp fixed wxTextFile::GuessType assertion 2000-12-20 23:06:40 +00:00
timercmn.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
tokenzr.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
treebase.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
txtstrm.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
unictabl.inc added wxEncodingConverter 1999-12-31 00:35:13 +00:00
unzip.c removed KLB mods - but I'm doing this for the last time 2001-08-01 11:45:20 +00:00
unzip.h Fixed crash-on-exit bug due to status bar being deleted twice (MDI apps); 2000-03-14 11:25:54 +00:00
url.cpp Applied patch #421073 (making setup options work) 2001-05-16 11:22:01 +00:00
utilscmn.cpp compilation fixes for wxGTK 2001-07-30 11:18:12 +00:00
valgen.cpp first pass of wxUniv merge - nothing works, most parts don't even compile 2001-06-26 20:59:19 +00:00
validate.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
valtext.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
variant.cpp wxDbGrid additions - Added support for ODBC date types 2001-06-10 17:04:00 +00:00
wfstream.cpp Applied BMP patch. 2001-04-22 10:20:56 +00:00
wincmn.cpp renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented 2001-07-17 08:25:43 +00:00
wxchar.cpp wxMac: wxUniversal integration steps 2001-07-04 20:11:26 +00:00
wxexpr.cpp applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp) 2001-02-16 18:36:17 +00:00
xpmdecod.cpp fixed crash in XPM decoder when reading non XPM files 2001-07-20 01:18:08 +00:00
zipstrm.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
zstream.cpp memory leak in wxZlibOutputStream fixed 2001-04-04 02:57:05 +00:00