wxWidgets/src/common
2000-01-16 22:55:43 +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 Removed two more GUI lock-ups. This time when 1999-12-30 12:02:57 +00:00
choiccmn.cpp 1. sorted wxListBox and wxComboBox seem to work under wxGTK 1999-10-22 18:00:39 +00:00
clipcmn.cpp added #if wxUSE_CLIPBOARD 1999-12-13 16:16:52 +00:00
cmdline.cpp 1. more HP-UX warning fixes (almost done...) 2000-01-06 15:42:32 +00:00
cmndata.cpp wxMSW compilation fixes for old mingw32 2000-01-04 16:35:55 +00:00
config.cpp a small compilation fix 1999-12-02 16:52:22 +00:00
ctrlcmn.cpp 1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp 2000-01-06 16:47:48 +00:00
ctrlsub.cpp 1. sorted wxListBox and wxComboBox seem to work under wxGTK 1999-10-22 18:00:39 +00:00
cwlex_yy.c Committing in . 1999-11-12 11:07:12 +00:00
cwy_tab.c changed make_int, make_exp .. to wxmake_int.. 1999-01-21 19:02:18 +00:00
datetime.cpp mac updates and msw bitmapdrawing on printer 2000-01-13 11:07:58 +00:00
datstrm.cpp 1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 1999-12-30 17:51:26 +00:00
db.cpp Added support for creating forward or backward scrolling cursors support at run-time versus compile time. Default behavior will be determined by wxODBC_FWD_ONLY_CURSORS set in setup.h 1999-11-29 19:20:53 +00:00
dbtable.cpp Added support for creating forward or backward scrolling cursors support at run-time versus compile time. Default behavior will be determined by wxODBC_FWD_ONLY_CURSORS set in setup.h 1999-11-29 19:20:53 +00:00
dcbase.cpp 1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and 1999-10-18 15:14:52 +00:00
descrip.mms Committing in . 2000-01-13 09:03:13 +00:00
dlgcmn.cpp Refresh() problem from DialogEd solved 1999-10-12 21:52:17 +00:00
dobjcmn.cpp 1. added wxEnhMetaFileXXX classes 2000-01-13 23:39:48 +00:00
docmdi.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
docview.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
doslex.c Some minor modifications for VA 4.0 support 1999-11-18 23:31:51 +00:00
dosyacc.c VisualAge V4.0 duplicate definition error suppression 1999-11-16 23:21:08 +00:00
dynarray.cpp bug in wxArray::Remove() fixed (thanks Robert) 1999-11-18 14:54:02 +00:00
dynlib.cpp String changes for translations, 1999-12-04 10:37:39 +00:00
encconv.cpp Borland #include hack 2000-01-08 23:44:49 +00:00
event.cpp Removed two more GUI lock-ups. This time when 1999-12-30 12:02:57 +00:00
extended.c compile fix 1999-10-15 16:14:01 +00:00
ffile.cpp wxMac completed so far, generic listctrl extension 1999-11-11 16:11:14 +00:00
file.cpp O_BINARY added to wxFile::Create 2000-01-03 10:32:19 +00:00
fileconf.cpp 1. misc compilation (errors, warnings) fixes (from the build logs) 1999-12-26 21:52:50 +00:00
filefn.cpp Unicode compilation fixes 2000-01-03 02:20:03 +00:00
filesys.cpp wxFileSystem now compiles if wxUSE_HTML (required by wxHTML) 2000-01-01 16:43:54 +00:00
fontcmn.cpp 1. wxFontMapper almost finished 1999-11-05 19:03:19 +00:00
fontmap.cpp changed format of wxFontMapper entries: facename_encoding instead of encoding as key 2000-01-16 22:52:51 +00:00
framecmn.cpp 'grey border' bug under MSW fixed 1999-12-20 14:02:48 +00:00
fs_inet.cpp fixed URL parsing problem 1999-11-06 17:28:02 +00:00
fs_zip.cpp String changes for translations, 1999-12-04 10:37:39 +00:00
ftp.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
gdicmn.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
geometry.cpp a base for geometry operations 2000-01-13 07:58:07 +00:00
gifdecod.cpp 1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 1999-12-30 17:51:26 +00:00
glob.inc Initial revision 1998-05-20 14:01:55 +00:00
hash.cpp Adding GetCount() to wxHashTable 2000-01-11 16:19:35 +00:00
helpbase.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
http.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
imagall.cpp TIFF code 2. 1999-11-28 17:18:25 +00:00
imagbmp.cpp image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
image.cpp image to bitmap rewrite, 2000-01-14 20:29:01 +00:00
imaggif.cpp image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagjpeg.cpp JPEG handler does not read entire file into memory anymore (+, of course, that headers change) 1999-12-15 22:38:18 +00:00
imagpcx.cpp more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
imagpng.cpp more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
imagpnm.cpp image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagtiff.cpp TIFF fix. 2000-01-14 14:27:09 +00:00
init.cpp 1. corrections for compilation of the wxBase apps with wxApp 2000-01-03 17:51:24 +00:00
intl.cpp Unicode compilation fix 2000-01-03 19:15:43 +00:00
ipcbase.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
layout.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
lboxcmn.cpp 1. wxDropTarget::OnData() returns wxDragResult now, not bool 1999-10-23 23:40:55 +00:00
lexer.l *** empty log message *** 1999-10-25 02:41:20 +00:00
list.cpp bugfix: wxList's copy ctor now works with keyed lists 1999-10-27 23:32:54 +00:00
log.cpp cw pro 5.3 adaptions 2000-01-13 07:58:45 +00:00
longlong.cpp wxLongLongWx::Assign(double) works - thanks Guillermo 2000-01-08 14:26:40 +00:00
matrix.cpp Initial revision 1998-05-20 14:01:55 +00:00
memory.cpp Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again 2000-01-01 12:24:35 +00:00
menucmn.cpp wxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed 2000-01-11 13:58:41 +00:00
mimetype.cpp KDE support for icons and mime types finished (icons searched in more directories, parsed .kdelnk files ever for mime types - mime.types or mailcap is no sufficient) 2000-01-16 00:31:26 +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 Fixed wxMemoryOutputStream (it wasn't working at all) 1999-11-06 17:44:03 +00:00
object.cpp 1. wxBase compiles under BeOS 1999-12-22 21:09:32 +00:00
objstrm.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
odbc.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
paper.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
parser.y Linux/AXP compilation fixed. 1999-11-18 09:26:30 +00:00
prntbase.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
process.cpp wxProcess fixes (Detach() added), cleared/corrected wxExecute() documentation 1999-02-17 17:56:59 +00:00
protocol.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
resourc2.cpp wxMac completed so far, generic listctrl extension 1999-11-11 16:11:14 +00:00
resource.cpp Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a 2000-01-13 13:17:19 +00:00
sckaddr.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
sckfile.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
sckipc.cpp Removing warnings 2000-01-06 16:57:30 +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 1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 1999-12-30 17:51:26 +00:00
sizer.cpp Corrected some things in, and some thing revealed by 2000-01-03 13:45:20 +00:00
socket.cpp wxSocekt now uses wxPostEvent. 2000-01-14 10:04:12 +00:00
strconv.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
stream.cpp Minor changes to wxTreeCtrl's horiz size, 1999-12-20 16:15:32 +00:00
string.cpp more stream-like insertion operators 2000-01-05 16:38:12 +00:00
tbarbase.cpp added wxToolBar::SetToolClientData 1999-12-17 13:10:05 +00:00
textcmn.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
textfile.cpp bug fixes for '\r' handling in wxTextFile::Translate() 2000-01-06 15:24:37 +00:00
timercmn.cpp 1. wxLongLong and wxDateTime compilation fixed for the compilers without native 1999-12-21 01:44:45 +00:00
tokenzr.cpp * Bug fixed in CountTokens() 1999-06-23 17:13:12 +00:00
txtstrm.cpp 1. wxLongLong and wxDateTime compilation fixed for the compilers without native 1999-12-21 01:44:45 +00:00
unictabl.inc added wxEncodingConverter 1999-12-31 00:35:13 +00:00
unzip.c somebody added #ifdefed #pragma to disable warnings about // in c source, instead of fixing the comments, grrr. So I fixed it. 2000-01-16 22:55:43 +00:00
unzip.h somebody added #ifdefed #pragma to disable warnings about // in c source, instead of fixing the comments, grrr. So I fixed it. 2000-01-16 22:55:43 +00:00
url.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
utilscmn.cpp more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
valgen.cpp Distrib changes. 1999-10-31 15:31:43 +00:00
validate.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
valtext.cpp 1. more HP-UX warning fixes (almost done...) 2000-01-06 15:42:32 +00:00
variant.cpp more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
wfstream.cpp Added wxFFileStream base on wxFFile (as opposed to wxFile) 1999-08-22 16:12:48 +00:00
wincmn.cpp 1. fixed small bug with toolbar size updates 2000-01-15 22:36:52 +00:00
wxchar.cpp attempted Unicode fixes for BC++ 1999-12-13 15:51:01 +00:00
wxexpr.cpp removed USE_SHARED_LIBRARY(IES) 1999-12-14 23:57:30 +00:00
zipstrm.cpp more fixes to compilation warnings from HP-UX build log. About 30% more to go 2000-01-05 15:35:04 +00:00
zstream.cpp Fixed from Mumit Khan to allow DLL compilation for mingw32 2000-01-10 01:00:13 +00:00