wxWidgets/src/common
2003-03-10 22:14:40 +00:00
..
.cvsignore
accesscmn.cpp Added start at accessibility functionality 2003-02-16 11:59:49 +00:00
appcmn.cpp Removed unnecessary #ifs 2003-02-28 22:23:25 +00:00
artprov.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
artstd.cpp use wxART_BROKEN_IMAGE in wxHTML 2003-01-19 18:10:09 +00:00
base.rc copyright update 2002-01-06 14:51:28 +00:00
bmpbase.cpp Do not #include an header where a forward declaration suffixes. Do not 2003-02-03 20:56:40 +00:00
choiccmn.cpp implement out-of-line destructors where needed instead of using __DARWIN__ 2002-01-07 21:52:28 +00:00
clipcmn.cpp
clntdata.cpp Added wxClientDataContainer to wxSizer, so sizers can now do OOR in 2001-10-21 03:56:07 +00:00
cmdline.cpp allow compilation with wxUSE_DATETIME == 0 (patch 679822) 2003-02-06 00:53:46 +00:00
cmdproc.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
cmndata.cpp Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol) 2003-01-07 18:11:53 +00:00
config.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
containr.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
cshelp.cpp use DECLARE_NO_COPY_CLASS() where applicable (patch 633384) 2003-01-02 23:38:11 +00:00
ctrlcmn.cpp Font fix for OS/2 common control creation 2002-08-05 03:13:59 +00:00
ctrlsub.cpp added wxControlWithItems constructor/destructor (for Darwin) 2002-05-11 17:14:46 +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 accept \r as a delimiter when parsing dates (bug 684617) 2003-03-10 22:14:40 +00:00
datstrm.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
db.cpp Applied patch [ 649284 ] Fix wxODBC to work with MySQL 2.x 2002-12-09 10:50:14 +00:00
dbgrid.cpp Applied patch #514037 from Paul Gammans to remove unneeded code in wxDbGridTableBase::CanSetValueAs() 2002-02-07 14:44:44 +00:00
dbtable.cpp Applied patch [ 649284 ] Fix wxODBC to work with MySQL 2.x 2002-12-09 10:50:14 +00:00
dcbase.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
dcsvg.cpp fix contrib makefile for watcom 2003-02-10 21:55:23 +00:00
descrip.mms Committing in . 2003-01-29 11:52:47 +00:00
dircmn.cpp added and documented wxDirTraverser::OnOpenError 2003-01-24 00:32:17 +00:00
dlgcmn.cpp Reverted changes to make buttons smaller in wxMotif because they uncover 2003-03-08 13:47:53 +00:00
dndcmn.cpp
dobjcmn.cpp wxTextDataObject should convert to and 2002-08-15 20:47:04 +00:00
docmdi.cpp compilation fixes for non default wxUSE_XXX values (patch 662781) 2003-01-12 22:20:46 +00:00
docview.cpp added possibility to use several wxFileHistories (patch 685876) 2003-03-02 23:35:17 +00:00
doslex.c removed read() declaration which resulted in a warning 2001-11-22 21:03:36 +00:00
dosyacc.c compilation fix: include wx/platform.h before testing for __WIN32__ 2003-03-03 02:15:55 +00:00
dpycmn.cpp define some global wxDisplay-related stuff here (wxArrayVideoModes, wxDefaultVideoMode) 2003-03-02 14:30:17 +00:00
dseldlg.cpp applied wxDirSelector() patch and regenerated the makefiles to include the new src/common/dseldlg.cpp 2001-10-30 16:58:42 +00:00
dynarray.cpp fixed a serious bug in Shrink() 2003-03-10 18:11:15 +00:00
dynlib.cpp Unicode compilation fix 2002-12-17 01:36:47 +00:00
dynload.cpp _really_ fixed translation messages 2002-12-15 12:38:15 +00:00
effects.cpp use the new wxSystemSettings API everywhere 2002-01-08 23:53:01 +00:00
encconv.cpp Removed redundant <search.h> inclusion 2003-01-07 16:49:22 +00:00
event.cpp Changed how the dynamic event tables (used for all Python wx classes, 2003-02-25 21:22:44 +00:00
execcmn.cpp made the #error message less self-contradictory 2003-01-06 23:13:13 +00:00
extended.c removed defs.h include 2001-10-26 20:45:22 +00:00
fddlgcmn.cpp added generic implementation and documentation for wxFindReplaceDialog 2001-08-01 14:55:03 +00:00
ffile.cpp use wxChar, not char, for the second argument of Open() and also use wxFopen() in the implementation 2003-02-02 12:46:33 +00:00
file.cpp Patch for Winlib: struct stat is defined in sys/stat.h, which is not 2003-01-15 08:17:25 +00:00
fileconf.cpp wxFileConfig in Unicode fixes 2003-02-23 19:01:29 +00:00
filefn.cpp TRUE not true, FALSE not false 2003-01-20 21:22:43 +00:00
filename.cpp applied fix to MkDir for mac 2003-03-01 21:09:23 +00:00
filesys.cpp allow compilation with wxUSE_DATETIME == 0 (patch 679822) 2003-02-06 00:53:46 +00:00
fontcmn.cpp added DoSetNativeFontInfo() to avoid virtual function hiding 2003-02-12 15:42:27 +00:00
fontmap.cpp use DECLARE_NO_COPY_CLASS() where applicable (patch 633384) 2003-01-02 23:38:11 +00:00
framecmn.cpp removed wxTLW cruft now that all ports have it 2003-01-07 15:03:56 +00:00
fs_inet.cpp allow compilation with wxUSE_DATETIME == 0 (patch 679822) 2003-02-06 00:53:46 +00:00
fs_mem.cpp allow compilation with wxUSE_DATETIME == 0 (patch 679822) 2003-02-06 00:53:46 +00:00
fs_zip.cpp allow compilation with wxUSE_DATETIME == 0 (patch 679822) 2003-02-06 00:53:46 +00:00
ftp.cpp compilation fixes for non default wxUSE_XXX values (patch 662781) 2003-01-12 22:20:46 +00:00
gaugecmn.cpp implement out-of-line destructors where needed instead of using __DARWIN__ 2002-01-07 21:52:28 +00:00
gdicmn.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
geometry.cpp added wxRect2DDouble == != = operators (patch 684616) 2003-03-02 23:44:56 +00:00
gifdecod.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
glob.inc
hash.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
hashmap.cpp various minor fixes to wxHashMap: compilation warnings suppressed, use calloc() instead of new[] 2002-02-01 14:58:55 +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 Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
iconbndl.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
imagall.cpp removed XPM handler from wxImage's standard handlers, let's see if it does any harm 2002-12-09 21:03:25 +00:00
imagbmp.cpp compilation fixes for non default wxUSE_XXX values (patch 662781) 2003-01-12 22:20:46 +00:00
image.cpp added alpha channel support to wxImage 2003-03-03 20:33:40 +00:00
imagfill.cpp corrected assert even better 2002-04-17 14:16:36 +00:00
imaggif.cpp restore the stream position in wxImageHandler itself instead of forcing all 2002-05-22 23:14:47 +00:00
imagiff.cpp restore the stream position in wxImageHandler itself instead of forcing all 2002-05-22 23:14:47 +00:00
imagjpeg.cpp OpenWatcom compilation fixes (patch 665959) 2003-01-12 22:40:48 +00:00
imagpcx.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
imagpng.cpp added support for reading alpha channel 2003-03-03 20:39:50 +00:00
imagpnm.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
imagtiff.cpp compilation fixes for non default wxUSE_XXX values (patch 662781) 2003-01-12 22:20:46 +00:00
imagxpm.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
init.cpp free argv in Unicode build 2002-12-17 19:52:06 +00:00
intl.cpp fixed Traditional Chinese mapping 2003-02-19 19:25:47 +00:00
ipcbase.cpp TRUE not true; FALSE not false 2002-09-14 02:09:52 +00:00
layout.cpp Fix for when Set is called with wxSameAs to behave just like calling SameAs() 2002-01-22 18:30:54 +00:00
lboxcmn.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
lexer.l
list.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
log.cpp added iosfwrap.h (wrapper for <iosfwd>) 2003-01-26 00:12:12 +00:00
longlong.cpp compilation fix for wxULongLongWx::Divide (Vadim, is this correct?) 2001-12-07 22:40:17 +00:00
matrix.cpp corrected warnings when compiling with -Wall -W 2002-05-03 19:49:20 +00:00
memory.cpp compilation fixes (bug #672413) 2003-01-26 16:16:13 +00:00
menucmn.cpp Only call use uppercase letter if control, alt, or shift is held down, 2003-02-01 13:45:49 +00:00
mimecmn.cpp Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol) 2003-01-07 18:11:53 +00:00
module.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
msgout.cpp correct compilation fix for the previous commit 2002-09-08 00:29:08 +00:00
mstream.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
nbkbase.cpp Move notebook size code for mac to mac/notebook.cpp 2002-01-11 14:34:38 +00:00
object.cpp tidied up patch 583937 (wxClassInfo dtor) 2002-08-13 22:37:41 +00:00
odbc.cpp
paper.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
parser.y Added knowledge of virtual size to wx(Scrolled)Windows, they can now 2002-04-19 22:12:38 +00:00
popupcmn.cpp use DECLARE_NO_COPY_CLASS() where applicable (patch 633384) 2003-01-02 23:38:11 +00:00
prntbase.cpp the string 'Goto...' should be translated (patch 674569) 2003-01-27 01:04:57 +00:00
process.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
protocol.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
quantize.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
radiocmn.cpp MSW compilation fixes - widgets sample runs! 2001-06-27 00:27:24 +00:00
regex.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
resourc2.cpp use the new wxSystemSettings API everywhere 2002-01-08 23:53:01 +00:00
resource.cpp Make wxr resources work in Unicode mode. 2003-02-03 22:39:02 +00:00
sckaddr.cpp Applied patch [ 662321 ] Port of wxWindows to Wine 2003-01-07 13:49:08 +00:00
sckfile.cpp compilation fix for wxUSE_PROTOCOL_FILE=0 2001-12-31 23:30:38 +00:00
sckipc.cpp Applied patch [ 662321 ] Port of wxWindows to Wine 2003-01-07 13:49:08 +00:00
sckstrm.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
settcmn.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
sizer.cpp added proportion parameter to wxFlexGridSizer::AddGrowableRow/Col() 2003-02-27 11:55:26 +00:00
socket.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
statbar.cpp Implemented wxStatusBar::Push/PopStatusText. 2002-05-02 20:07:10 +00:00
strconv.cpp make wxConvUTF8 available in wchar_t-less mode, too 2003-02-23 19:01:54 +00:00
stream.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
string.cpp Removed redundant <search.h> inclusion 2003-01-07 16:49:22 +00:00
sysopt.cpp Add WXDLLEXPORT to friend declaration for GCC 3.2. 2002-12-13 21:35:15 +00:00
tbarbase.cpp fixed spurious assert in FindControl() (fixes patch 696147) 2003-03-03 00:00:52 +00:00
textbuf.cpp watcom fixes 2001-12-07 22:41:25 +00:00
textcmn.cpp Unicode compilation fixes after wxFFile change 2003-02-02 14:17:41 +00:00
textfile.cpp changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile 2002-02-02 23:14:45 +00:00
timercmn.cpp Start() should resume the stopwatch if it is suspended 2003-01-14 22:22:27 +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
toplvcmn.cpp removed wxTLW cruft now that all ports have it 2003-01-07 15:03:56 +00:00
treebase.cpp Applied patch [ 605189 ] add edit cancel notify to wxTreeEvent 2002-09-05 19:50:41 +00:00
txtstrm.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
unictabl.inc
unzip.c removing path corrections for wxMac, we now want a correct platform string for unzOpen 2003-01-29 15:00:57 +00:00
unzip.h merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
url.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
utilscmn.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
valgen.cpp Added RTTI macros 2002-08-31 11:14:30 +00:00
validate.cpp
valtext.cpp TRUE not true, FALSE not false 2003-01-20 21:22:43 +00:00
variant.cpp silent gcc warning about missing \n at the end of file 2003-02-14 20:21:00 +00:00
wfstream.cpp Unicode compilation fixes after wxFFile change 2003-02-02 14:17:41 +00:00
wincmn.cpp fixed typo in he check in SetSizeHints() 2003-02-25 16:12:42 +00:00
wxchar.cpp linking fix for wxUSE_WCHAR_T=0: always provide wxStrtok() unless HAVE_STRTOK_R is defined 2003-01-22 17:32:43 +00:00
wxexpr.cpp Make wxr resources work in Unicode mode. 2003-02-03 22:39:02 +00:00
xpmdecod.cpp added semicolons after HASH_MAP macros 2002-12-07 02:28:02 +00:00
zipstrm.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
zstream.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00