.. |
.cvsignore
|
replaced T() makro with wxT() due to namespace probs, _T() exists, too
|
1999-10-08 14:35:56 +00:00 |
accesscmn.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
appbase.cpp
|
Frames to skip now honoured for Unix stackwalking
|
2005-03-31 16:26:49 +00:00 |
appcmn.cpp
|
.empty() string cleaning.
|
2005-02-01 19:37:36 +00:00 |
archive.cpp
|
Removed dependency on wx/html/forcelnk.h
|
2005-02-22 10:41:48 +00:00 |
artprov.cpp
|
Applied patch for ArtProvider.
|
2005-03-12 10:33:00 +00:00 |
artstd.cpp
|
Incomplete setup build fix (wxPalmOS).
|
2005-03-14 10:19:26 +00:00 |
base.rc
|
copyright update
|
2002-01-06 14:51:28 +00:00 |
bmpbase.cpp
|
Forgot one.
|
2005-02-05 14:18:55 +00:00 |
bookctrl.cpp
|
wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.
|
2004-11-23 11:45:07 +00:00 |
choiccmn.cpp
|
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)
|
2005-02-13 16:29:31 +00:00 |
clipcmn.cpp
|
create wxTheClipboard on first use, not startup -- this fixes crash in console-only apps that were linked against wxGTK's 'core' shared library
|
2004-06-20 17:19:26 +00:00 |
clntdata.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
cmdline.cpp
|
added SetCmdLine(int, char **) overload even when building a Unicode app
|
2004-12-25 01:58:36 +00:00 |
cmdproc.cpp
|
wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)
|
2005-02-19 16:52:08 +00:00 |
cmndata.cpp
|
moving wxMac to new printing architecture
|
2005-04-01 16:36:36 +00:00 |
config.cpp
|
int argument/unsigned int arg warning fix
|
2005-02-17 10:17:04 +00:00 |
containr.cpp
|
compilation fix after last patch
|
2005-02-20 00:45:10 +00:00 |
cshelp.cpp
|
Incomplete wxUSE_* warning fix.
|
2005-03-24 17:49:56 +00:00 |
ctrlcmn.cpp
|
Source cleaning: TRUE/true, FALSE/false, whitespaces, tabs.
|
2004-09-09 17:42:36 +00:00 |
ctrlsub.cpp
|
don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it
|
2005-02-13 19:01:17 +00:00 |
datacmn.cpp
|
Fixed name strings to match documentation (Expanded patch 1098784)
|
2005-01-21 03:56:16 +00:00 |
datetime.cpp
|
Thinking about it, this is a bad idea as MW CRT's struct tm is two
|
2005-03-27 08:56:27 +00:00 |
datstrm.cpp
|
gcc doesn't have pragma warning
|
2005-02-17 10:19:31 +00:00 |
db.cpp
|
Added support (barely tested) for MaxDB from MySQL
|
2005-03-14 14:41:12 +00:00 |
dbgrid.cpp
|
Applied patch [ 1117207 ] changed the test for SQL_C_WCHAR
|
2005-02-10 16:31:13 +00:00 |
dbtable.cpp
|
Added support (barely tested) for MaxDB from MySQL
|
2005-03-14 14:41:12 +00:00 |
dcbase.cpp
|
Revert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke compilation across the board when wxUSE_IMAGE is defined.
|
2005-03-01 19:13:24 +00:00 |
dcsvg.cpp
|
math.h/PI integration
|
2004-12-13 20:10:59 +00:00 |
debugrpt.cpp
|
Add comments explaining the workaround for mingw 3.2.3
|
2005-04-06 08:34:01 +00:00 |
descrip.mms
|
Committing in .
|
2005-03-03 12:52:43 +00:00 |
dircmn.cpp
|
.empty() string cleaning.
|
2005-02-01 19:37:36 +00:00 |
dlgcmn.cpp
|
Do the right thing for Smartphone if creating button sizer
|
2005-03-22 10:34:35 +00:00 |
dndcmn.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
dobjcmn.cpp
|
(blind) fix for GTK2/Unicode crashes when copying text to the clipboard
|
2004-11-22 17:37:58 +00:00 |
docmdi.cpp
|
.empty() string cleaning.
|
2005-02-01 19:37:36 +00:00 |
docview.cpp
|
Applied patch [ 1171467 ] Fix for DocManager not checking OnNewDocument's return value
|
2005-03-30 16:40:41 +00:00 |
dpycmn.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
dseldlg.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
dynarray.cpp
|
Fix wxSortedArray::Index() when wxUSE_STL == 1, with tests.
|
2005-01-22 13:28:49 +00:00 |
dynlib.cpp
|
Fixed duplicate symbol link error
|
2005-04-02 04:47:10 +00:00 |
dynload.cpp
|
Old API depreciated. Use of new API. Source cleaning.
|
2005-01-04 19:35:52 +00:00 |
effects.cpp
|
Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.
|
2004-09-13 18:03:44 +00:00 |
emptydmy.cpp
|
Fix build on platforms without any real source in the new media library.
|
2004-11-12 15:48:10 +00:00 |
encconv.cpp
|
wxEncodingConverter should and can be compiled
|
2005-01-06 11:53:53 +00:00 |
event.cpp
|
Added WXK_SPECIAL... keycodes for special hardware buttons
|
2005-03-18 14:26:57 +00:00 |
execcmn.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
extended.c
|
harmless warning fixes for WinCE (mostly unused parameters)
|
2005-03-07 19:50:06 +00:00 |
fddlgcmn.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-14 12:08:28 +00:00 |
ffile.cpp
|
Recent commits added new variables for length when there is already one available with warnings silenced.
|
2005-03-03 19:09:11 +00:00 |
file.cpp
|
Seek(-1, mode) should work instead of giving an error if mode != wxFromStart
|
2005-03-20 18:48:58 +00:00 |
fileconf.cpp
|
reversed change of rev 1.127: this resulted in bug 1175461 while the original bug which 1.127 fixed can't be reproduced any more (probably fixed by 1.131?)
|
2005-04-06 00:24:14 +00:00 |
filefn.cpp
|
Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.
|
2005-04-05 16:10:48 +00:00 |
filename.cpp
|
Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.
|
2005-04-05 16:10:48 +00:00 |
filesys.cpp
|
.empty() string cleaning.
|
2005-02-01 19:37:36 +00:00 |
fldlgcmn.cpp
|
init member variables properly (patch 1156088)
|
2005-03-08 00:29:56 +00:00 |
fmapbase.cpp
|
Improve type safety by doing a runtime check to make sure the
|
2005-03-26 21:47:54 +00:00 |
fontcmn.cpp
|
Applied patch [ 1171542 ] access static class members via scoping operator
|
2005-03-30 16:49:41 +00:00 |
fontmap.cpp
|
Improve type safety by doing a runtime check to make sure the
|
2005-03-26 21:47:54 +00:00 |
framecmn.cpp
|
Implemented PocketPC menubar/toolbar as wxToolMenuBar derived
|
2005-03-16 17:51:41 +00:00 |
fs_inet.cpp
|
Fix for ambiguities which happen in STL=1 mode under DigitalMars C++.
|
2005-03-24 20:01:55 +00:00 |
fs_mem.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-14 12:08:28 +00:00 |
fs_zip.cpp
|
Fix for ambiguities which happen in STL=1 mode under DigitalMars C++.
|
2005-03-24 20:01:55 +00:00 |
ftp.cpp
|
Warning fixes.
|
2004-11-22 17:45:20 +00:00 |
gaugecmn.cpp
|
Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().
|
2004-09-15 13:20:18 +00:00 |
gbsizer.cpp
|
wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks]
|
2004-11-09 18:33:00 +00:00 |
gdicmn.cpp
|
fixed Inflate() to not move the rectangle (patch 1114622)
|
2005-02-04 11:04:43 +00:00 |
geometry.cpp
|
GCC of PalmOS fix.
|
2004-12-16 19:36:11 +00:00 |
gifdecod.cpp
|
fixes for animated GIFs playing (patch 1097003)
|
2005-01-31 22:21:11 +00:00 |
glob.inc
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
hash.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
hashmap.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
helpbase.cpp
|
Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().
|
2004-09-15 13:20:18 +00:00 |
http.cpp
|
made IsMainLoopRunning() static and implemented it for wxAppConsole too
|
2004-10-04 20:21:44 +00:00 |
iconbndl.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
imagall.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
imagbmp.cpp
|
Warning fixes.
|
2005-01-25 15:49:14 +00:00 |
image.cpp
|
added wxImage::IsTransparent(x, y)
|
2005-04-02 21:30:22 +00:00 |
imagfill.cpp
|
Revert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke compilation across the board when wxUSE_IMAGE is defined.
|
2005-03-01 19:13:24 +00:00 |
imaggif.cpp
|
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-16 18:13:32 +00:00 |
imagiff.cpp
|
new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498)
|
2004-11-10 21:02:58 +00:00 |
imagjpeg.cpp
|
Small warning fixes.
|
2005-03-04 19:23:28 +00:00 |
imagpcx.cpp
|
iterator methods fixes (patch 1164808)
|
2005-03-17 23:19:13 +00:00 |
imagpng.cpp
|
Small warning fixes.
|
2005-03-04 19:23:28 +00:00 |
imagpnm.cpp
|
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-16 18:13:32 +00:00 |
imagtiff.cpp
|
removed strange bit flipping under wxGTK when saving TIFFs
|
2005-02-28 16:05:04 +00:00 |
imagxpm.cpp
|
iterator methods fixes (patch 1164808)
|
2005-03-17 23:19:13 +00:00 |
init.cpp
|
don't translate Win32 structured exceptions into C++ ones (requires always using a special wxEntry for MSW in init.cpp)
|
2005-02-11 22:31:23 +00:00 |
intl.cpp
|
removed extra dot from msg catalog names (fix for the fix for the patch 1169837)
|
2005-03-29 18:12:26 +00:00 |
ipcbase.cpp
|
MinGW fixes.
|
2005-01-17 19:08:44 +00:00 |
layout.cpp
|
"As is" means the current size (or position) not the best size.
|
2005-03-12 20:57:14 +00:00 |
lboxcmn.cpp
|
Use event modifiers and accessors rather than m_ variables directly, which are now protected rather than public with 2.4 compatibility disabled
|
2005-01-18 15:08:15 +00:00 |
list.cpp
|
Warning fix.
|
2005-03-24 20:07:00 +00:00 |
log.cpp
|
Applied patch [ 1171542 ] access static class members via scoping operator
|
2005-03-30 16:49:41 +00:00 |
longlong.cpp
|
fixed last commit to not break ToString() for negative numbers but still fix it for wxLongLong(LONG_MIN, 0) for which Negate() doesn't work
|
2005-02-28 00:13:38 +00:00 |
matrix.cpp
|
math.h/PI integration
|
2004-12-13 20:04:51 +00:00 |
mediactrlcmn.cpp
|
Fix recursiveness on error...
|
2005-03-18 19:57:54 +00:00 |
memory.cpp
|
Applied patch [ 1113624 ] MSW DLL requires global new/delete ops inline
|
2005-02-09 21:36:10 +00:00 |
menucmn.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
mimecmn.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
module.cpp
|
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.
|
2004-09-17 22:23:59 +00:00 |
msgout.cpp
|
Final MSW/PalmOS split. Remove dump copies of MSW specific code.
|
2004-12-22 07:22:25 +00:00 |
mstream.cpp
|
Warning fixes.
|
2005-04-05 10:23:27 +00:00 |
nbkbase.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
object.cpp
|
blind fix for XTI compilation after last change
|
2005-02-06 23:21:59 +00:00 |
paper.cpp
|
Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
|
2005-03-22 19:39:54 +00:00 |
popupcmn.cpp
|
removed commented out calls to ReleaseMouse() (no real changes)
|
2005-03-17 21:38:19 +00:00 |
prntbase.cpp
|
moving wxMac to new printing architecture
|
2005-04-01 16:36:36 +00:00 |
process.cpp
|
Old API clearly deprecated.
|
2005-01-07 20:03:22 +00:00 |
protocol.cpp
|
Now possible to compile with wxURL disabled
|
2004-10-27 17:33:32 +00:00 |
quantize.cpp
|
Warning fixes related to various cases of typecasting.
|
2004-10-17 21:39:05 +00:00 |
radiocmn.cpp
|
don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it
|
2005-02-13 19:01:17 +00:00 |
regex.cpp
|
a better fix for using builtin regex under BSD (also fixes compilation for Mac OS X) (patch 1089445)
|
2005-02-04 09:37:55 +00:00 |
rendcmn.cpp
|
Missed reversions
|
2004-05-25 17:31:17 +00:00 |
rgncmn.cpp
|
Warning fixes related to various cases of typecasting.
|
2004-10-17 21:39:05 +00:00 |
sckaddr.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
sckfile.cpp
|
somewhat modded [ 1056879 ] use wxURI::Unescape vs wxURL::ConvertFromURI
|
2004-10-29 20:19:49 +00:00 |
sckipc.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
sckstrm.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
settcmn.cpp
|
Old API depreciated. Use of new API. Source cleaning.
|
2005-01-04 19:35:52 +00:00 |
sizer.cpp
|
Fix memory leak when a spacer is added, and crash when a window is added before wxSizerItem::DeleteWindows
|
2005-04-06 11:39:04 +00:00 |
socket.cpp
|
Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141).
|
2005-03-16 16:18:31 +00:00 |
sstream.cpp
|
Correct malloc()/delete[] mismatch.
|
2005-01-05 07:29:24 +00:00 |
statbar.cpp
|
fix memory leak when using styes (closes 1086273)
|
2004-12-16 10:24:37 +00:00 |
stdpbase.cpp
|
added wxUSE_STDPATHS
|
2005-03-07 22:37:58 +00:00 |
stockitem.cpp
|
Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation).
|
2005-01-31 17:57:35 +00:00 |
stopwatch.cpp
|
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.
|
2005-02-16 09:35:31 +00:00 |
strconv.cpp
|
The octal escaping code needs to escape the escape character
|
2005-04-03 21:20:11 +00:00 |
stream.cpp
|
Huge streams checking and warning fixes.
|
2005-03-03 19:12:18 +00:00 |
string.cpp
|
Compilation fix for old OS/2 compilers.
|
2005-03-28 19:21:09 +00:00 |
sysopt.cpp
|
removed cleanup module which was only used for working around bugs in memory debugging code which were fixed since
|
2004-11-25 17:56:47 +00:00 |
taskbarcmn.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-23 18:20:56 +00:00 |
tbarbase.cpp
|
changed wxCreateGreyedImage() to respect the original image mask
|
2005-04-02 21:34:29 +00:00 |
textbuf.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
textcmn.cpp
|
wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning.
|
2005-01-19 16:25:34 +00:00 |
textfile.cpp
|
new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498)
|
2004-11-10 21:02:58 +00:00 |
timercmn.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-23 18:20:56 +00:00 |
tokenzr.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-23 18:20:56 +00:00 |
toplvcmn.cpp
|
Fix centering of top-level children of wxMDIParentFrame on Mac
|
2004-11-22 20:10:53 +00:00 |
treebase.cpp
|
Old API depreciated. Use of new API. Source cleaning.
|
2005-01-04 19:35:52 +00:00 |
txtstrm.cpp
|
wxTextOutputStream::PutChar and text stream test
|
2004-11-21 18:26:38 +00:00 |
unictabl.inc
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().
|
2004-09-23 18:20:56 +00:00 |
uri.cpp
|
Update wxURI for RFC 3986
|
2005-04-03 03:48:08 +00:00 |
url.cpp
|
Unicode fix after last commit
|
2005-03-10 19:19:09 +00:00 |
utilscmn.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
valgen.cpp
|
wxUSE_STATTEXT fixes
|
2005-03-01 10:55:32 +00:00 |
validate.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.
|
2004-09-24 14:32:35 +00:00 |
valtext.cpp
|
compilation fix for wxUSE_STL==1
|
2005-02-20 14:38:17 +00:00 |
variant.cpp
|
Fix for ambiguities which happen in STL=1 mode under DigitalMars C++.
|
2005-03-24 20:01:55 +00:00 |
wfstream.cpp
|
Add wxTempFileOutputStream
|
2005-03-13 16:20:51 +00:00 |
wincmn.cpp
|
wxSYS_COLOUR_WINDOW is better for window backgrounds on PPC/Smartphone
|
2005-04-02 17:24:44 +00:00 |
wxchar.cpp
|
src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as otherwise we may fail to convert the result of libc functions (and, presumably, they might not accept what we give them on input) in Unicode build, see patch 1168341
|
2005-03-23 23:49:36 +00:00 |
xpmdecod.cpp
|
iterator methods fixes (patch 1164808)
|
2005-03-17 23:19:13 +00:00 |
xti.cpp
|
Last .empty() string source cleaning before 2.5.4.
|
2005-02-02 13:57:02 +00:00 |
xtistrm.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.
|
2004-09-24 14:32:35 +00:00 |
xtixml.cpp
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.
|
2004-09-24 14:32:35 +00:00 |
zipstrm.cpp
|
Incomplete setup build fix.
|
2005-04-05 14:56:08 +00:00 |
zstream.cpp
|
Applied patch [ 1171542 ] access static class members via scoping operator
|
2005-03-30 16:49:41 +00:00 |