.. |
accelcmn.cpp
|
supporting rawctrl strings, fixes #13496, rawctrl is correctly interpreted for all platforms
|
2011-11-28 10:24:13 +00:00 |
accesscmn.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
affinematrix2d.cpp
|
Fix wxAffineMatrix2D::Translate() to multiply on the left.
|
2012-01-23 11:28:16 +00:00 |
anidecod.cpp
|
Fixed failing to load ANI, BMP, and ICO images from non-seekable streams.
|
2011-05-05 23:52:07 +00:00 |
animatecmn.cpp
|
correct Borland #pragma hdrstop position
|
2009-06-01 20:54:03 +00:00 |
any.cpp
|
Fixed various typos.
|
2011-03-22 14:17:38 +00:00 |
appbase.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
appcmn.cpp
|
Remove wxMGL port.
|
2012-01-15 14:46:41 +00:00 |
arcall.cpp
|
Base class factory on the wxFilter base class and implement the new Find feature.
|
2006-10-27 09:53:38 +00:00 |
arcfind.cpp
|
don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future
|
2007-06-10 17:42:41 +00:00 |
archive.cpp
|
Base class factory on the wxFilter base class and implement the new Find feature.
|
2006-10-27 09:53:38 +00:00 |
arrstr.cpp
|
Add wxUSE_STD_CONTAINERS and turn it on by default.
|
2011-03-30 14:16:04 +00:00 |
artprov.cpp
|
Add standard art providers at the bottom of the art providers stack.
|
2011-12-28 13:51:29 +00:00 |
artstd.cpp
|
Add standard art providers at the bottom of the art providers stack.
|
2011-12-28 13:51:29 +00:00 |
arttango.cpp
|
Add standard art providers at the bottom of the art providers stack.
|
2011-12-28 13:51:29 +00:00 |
base64.cpp
|
Never overflow the output buffer in wxBase64Decode().
|
2009-08-23 22:25:12 +00:00 |
bmpbase.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
bmpbtncmn.cpp
|
set eol-style and keywords properties on new files
|
2011-01-05 06:56:36 +00:00 |
bmpcboxcmn.cpp
|
Use wxString's empty() when checking if the string is (non-)empty throughout wx.
|
2011-01-22 14:38:36 +00:00 |
bookctrl.cpp
|
Use best controller size in wxBookCtrl best size calculation.
|
2011-12-28 13:51:25 +00:00 |
btncmn.cpp
|
Refactor wxButton and wxToggleButton to derive from wxAnyButton.
|
2011-06-14 13:00:42 +00:00 |
cairo.cpp
|
The new wxImage related gaphics context code uses some new Cairo APIs, add the code needed when loading them dynamically.
|
2011-10-20 04:58:00 +00:00 |
calctrlcmn.cpp
|
Add wxTimePickerCtrl class.
|
2011-09-29 13:43:15 +00:00 |
checkboxcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
checklstcmn.cpp
|
set eol-style and keywords properties on new files
|
2011-01-05 06:56:36 +00:00 |
choiccmn.cpp
|
Use wxControl instead of wxControlWithItems with wxRTTI macros.
|
2011-01-04 14:13:29 +00:00 |
clipcmn.cpp
|
Include wx/dataobj.h from wx/clipbrd.h.
|
2009-07-20 23:54:08 +00:00 |
clntdata.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
clrpickercmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
cmdline.cpp
|
Fix parsing of negated long options in wxCmdLineParser.
|
2011-07-21 13:49:55 +00:00 |
cmdproc.cpp
|
Fix wxCommandProcessor::IsDirty() result after undoing everything after save.
|
2012-01-25 00:05:12 +00:00 |
cmndata.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
colourcmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
colourdata.cpp
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
combocmn.cpp
|
Avoid infinite recursion on Mac in comboctrl, and fix an uninitialized pointer in propgrid
|
2011-09-05 20:08:04 +00:00 |
config.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
containr.cpp
|
Fix bug with TAB being able to switch focus between MDI frames.
|
2011-08-03 00:45:42 +00:00 |
convauto.cpp
|
Add wxConvAuto::GetBOMChars() helper.
|
2011-11-05 11:23:41 +00:00 |
cshelp.cpp
|
Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
|
2011-08-23 04:55:46 +00:00 |
ctrlcmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
ctrlsub.cpp
|
Check index in wxItemContainer methods working with client data.
|
2011-01-10 12:00:54 +00:00 |
datavcmn.cpp
|
Replace wxDataViewCtrl::StartEditor() with EditItem().
|
2012-01-17 14:05:17 +00:00 |
datetime.cpp
|
Fix time zone in wxDateTime::UNow().
|
2012-01-20 22:11:55 +00:00 |
datetimefmt.cpp
|
Implement support for "%z" in wxDateTime::Format() and Parse().
|
2012-01-05 00:47:10 +00:00 |
datstrm.cpp
|
Use #pragma message and not #pragma warning for MSVC.
|
2009-08-26 20:44:01 +00:00 |
dcbase.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
dcbufcmn.cpp
|
Verify the validity of the buffer size in wxBufferedDC.
|
2011-05-01 15:47:46 +00:00 |
dcgraph.cpp
|
avoid accepting an invalid color, ignore it, as other ports do, fixes #13720
|
2011-12-09 15:23:37 +00:00 |
dcsvg.cpp
|
Handle colours with alpha channel correctly in wxSVGFileDC.
|
2011-06-07 22:27:35 +00:00 |
debugrpt.cpp
|
do not add files in wxDebugReport::AddFile if copy failed
|
2010-07-25 11:26:04 +00:00 |
descrip.mms
|
Update Make-files for OpenVMS
|
2011-12-07 07:47:29 +00:00 |
dircmn.cpp
|
Don't exclude a bunch of wxDir methods when wxUSE_LONGLONG==0.
|
2010-11-10 13:52:10 +00:00 |
dirctrlcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
dlgcmn.cpp
|
Don't interpret '&' specially in wxTextWrapper.
|
2011-10-18 21:56:36 +00:00 |
dndcmn.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
dobjcmn.cpp
|
Don't add spurious NULs at the end of wxTextDataObject text under OS X.
|
2010-09-10 19:28:52 +00:00 |
docmdi.cpp
|
Refactor wxDocParentFrame and wxDocMDIParentFrame to share common base class.
|
2010-05-12 14:34:18 +00:00 |
docview.cpp
|
Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at wxDocument level.
|
2012-02-20 21:56:55 +00:00 |
dpycmn.cpp
|
Use window position in screen coordinates in wxDisplay::GetFromWindow().
|
2010-08-10 18:57:42 +00:00 |
dseldlg.cpp
|
Globally use "wxWindows licence" consistently.
|
2010-07-13 13:29:13 +00:00 |
dummy.cpp
|
Various dummy.cpp centralized in common/dummy.cpp. Build rebaked.
|
2006-05-31 11:48:45 +00:00 |
dynarray.cpp
|
Correct typo in wxArray::insert() fix of r68468.
|
2011-07-31 12:19:51 +00:00 |
dynlib.cpp
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
dynload.cpp
|
Use wxDELETE() and wxDELETEA() when possible.
|
2010-06-20 18:18:23 +00:00 |
effects.cpp
|
fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks, #if should be used (#9644)
|
2008-06-26 11:16:40 +00:00 |
emptydmy.cpp
|
|
|
encconv.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
event.cpp
|
Make wxEVT_CHAR_HOOK propagate upwards and send it to the window itself.
|
2011-12-02 00:50:25 +00:00 |
evtloopcmn.cpp
|
Delete pending objects in wxApp::ProcessPendingEvents() and not ProcessIdle().
|
2010-11-22 01:22:56 +00:00 |
execcmn.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
extended.c
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
fddlgcmn.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
fdiodispatcher.cpp
|
no changes, just removed _T()s and unnecessary wxUnusedVar()s
|
2008-10-16 12:07:35 +00:00 |
ffile.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
file.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
fileback.cpp
|
Use wxDELETE() and wxDELETEA() when possible.
|
2010-06-20 18:18:23 +00:00 |
fileconf.cpp
|
Allow using '(' and ')' in wxFileConfig entry names unescaped.
|
2011-12-29 22:11:11 +00:00 |
filectrlcmn.cpp
|
Add "filter changed" event to wxFileCtrl.
|
2010-05-29 10:35:47 +00:00 |
filefn.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
filehistorycmn.cpp
|
Fix speed regression in wxFileHistory::AddFileToHistory().
|
2012-02-03 17:27:13 +00:00 |
filename.cpp
|
Suppress harmless MSVC warnings about int to bool conversions.
|
2012-02-25 23:49:53 +00:00 |
filepickercmn.cpp
|
Auto complete file names in the text controls of wx{File,Dir}PickerCtrl.
|
2011-08-27 14:11:20 +00:00 |
filesys.cpp
|
Check string length correctly in wxFileSystem::URLToFileName().
|
2012-02-03 17:27:21 +00:00 |
filtall.cpp
|
Add class factories for filter streams. Also filters now follow the convention
|
2006-10-25 20:41:12 +00:00 |
filtfind.cpp
|
don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future
|
2007-06-10 17:42:41 +00:00 |
fldlgcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
fmapbase.cpp
|
Remove fixed size of gs_encodingNames array in font mapper code.
|
2011-04-28 16:57:21 +00:00 |
fontcmn.cpp
|
Fix compilation ofr ports without native font info, such as wxDFB.
|
2012-02-10 23:34:45 +00:00 |
fontdata.cpp
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
fontenumcmn.cpp
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
fontmap.cpp
|
Move wxColourData and wxFontData into separate files.
|
2011-01-07 05:26:57 +00:00 |
fontmgrcmn.cpp
|
Remove wxMGL port.
|
2012-01-15 14:46:41 +00:00 |
fontpickercmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
fontutilcmn.cpp
|
enable wxFontMapper in wxDFB port
|
2007-01-22 14:05:07 +00:00 |
framecmn.cpp
|
Fix int field of wxCommandEvents generated by menu items in wxMSW.
|
2011-09-16 13:23:14 +00:00 |
fs_arc.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
fs_filter.cpp
|
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h
|
2009-02-03 12:01:46 +00:00 |
fs_inet.cpp
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
fs_mem.cpp
|
Avoid needless second string conversion when adding files to memory FS.
|
2012-01-18 19:42:58 +00:00 |
fswatchercmn.cpp
|
Implement watching directory correctly in MSW wxFileSystemWatcher.
|
2011-05-03 23:31:39 +00:00 |
ftp.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
gaugecmn.cpp
|
merging back XTI branch part 2
|
2011-01-04 08:31:53 +00:00 |
gbsizer.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
gdicmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
geometry.cpp
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
gifdecod.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
glcmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
graphcmn.cpp
|
Allow creating wxGraphicsFont without using wxFont.
|
2011-10-09 22:07:29 +00:00 |
gridcmn.cpp
|
set eol-style and keywords properties on new files
|
2011-01-05 06:56:36 +00:00 |
hash.cpp
|
Use wxDELETE() and wxDELETEA() when possible.
|
2010-06-20 18:18:23 +00:00 |
hashmap.cpp
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
headercolcmn.cpp
|
added wxUSE_HEADERCTRL
|
2009-01-11 00:57:08 +00:00 |
headerctrlcmn.cpp
|
Make column width calculations in wxDataViewCtrl and wxHeaderCtrl consistent.
|
2012-01-14 16:51:57 +00:00 |
helpbase.cpp
|
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
|
2006-04-18 07:24:35 +00:00 |
http.cpp
|
Fix wxHTTP::SetPostBuffer() compilation in ANSI build.
|
2012-01-31 13:09:11 +00:00 |
hyperlnkcmn.cpp
|
adding xti info
|
2011-01-07 22:37:43 +00:00 |
iconbndl.cpp
|
Fix setting frame icon when using non-standard icon sizes in wxMSW.
|
2012-01-24 22:17:47 +00:00 |
imagall.cpp
|
added TGA handler (somewhat modified patch 1393912)
|
2006-10-29 18:58:25 +00:00 |
imagbmp.cpp
|
Improved BMP decoding.
|
2011-08-17 21:01:09 +00:00 |
image.cpp
|
Don't crash in wxImage::SaveFile() if MIME type is not recognized.
|
2012-02-20 21:57:17 +00:00 |
imagfill.cpp
|
Add wx{Pen,Brush}::Is[Non]Transparent() methods and use them.
|
2010-10-15 23:46:46 +00:00 |
imaggif.cpp
|
Fixed saving GIFs on big-endian architectures.
|
2011-05-27 12:25:25 +00:00 |
imagiff.cpp
|
Remove unused wxIFFDecoder::picptr member variable.
|
2011-10-27 21:10:38 +00:00 |
imagjpeg.cpp
|
Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage options.
|
2011-11-14 13:35:48 +00:00 |
imagpcx.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
imagpng.cpp
|
Remove wxMGL port.
|
2012-01-15 14:46:41 +00:00 |
imagpnm.cpp
|
Add information about the log message generation location to wxLog.
|
2009-07-09 20:26:34 +00:00 |
imagtga.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
imagtiff.cpp
|
Remove wxMGL port.
|
2012-01-15 14:46:41 +00:00 |
imagxpm.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
init.cpp
|
Use wxDELETE() and wxDELETEA() when possible.
|
2010-06-20 18:18:23 +00:00 |
intl.cpp
|
Don't assert in wxLocale::IsAvailable() if language is not supported.
|
2012-02-25 23:49:39 +00:00 |
ipcbase.cpp
|
xti changes
|
2011-01-07 17:49:18 +00:00 |
languageinfo.cpp
|
Correct Javanese language code.
|
2011-04-10 15:35:56 +00:00 |
layout.cpp
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
lboxcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
list.cpp
|
Avoid conversion from wxString to wxChar* and back in wxListBase::DoCopy().
|
2011-05-20 14:29:07 +00:00 |
listctrlcmn.cpp
|
Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColumn().
|
2012-01-07 15:09:51 +00:00 |
log.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
longlong.cpp
|
Fix wxULongLongNative::ToDouble() compilation with VC6.
|
2011-04-28 16:16:16 +00:00 |
markupparser.cpp
|
Fix for PCH-less build in markup code.
|
2011-02-27 13:17:41 +00:00 |
matrix.cpp
|
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-15 17:58:49 +00:00 |
mediactrlcmn.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
memory.cpp
|
fix GCC warning
|
2011-02-16 05:13:00 +00:00 |
menucmn.cpp
|
fixing the routing of UpdateUI to the window by just passing NULL as source
|
2012-01-30 16:05:03 +00:00 |
mimecmn.cpp
|
adding mimetype patch, closes #12072
|
2010-06-21 16:36:45 +00:00 |
module.cpp
|
xti changes
|
2011-01-07 17:49:18 +00:00 |
mousemanager.cpp
|
set focus to the window when the mouse is clicked in it explicitly as we don't let the default mouse click handling take place
|
2009-05-31 19:20:20 +00:00 |
msgout.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
mstream.cpp
|
No real changes, just use const_cast<> instead of C casts.
|
2010-10-22 14:17:30 +00:00 |
nbkbase.cpp
|
common rtti in nbkbase.cpp
|
2011-01-07 22:31:26 +00:00 |
numformatter.cpp
|
Always include locale.h to get LC_ALL declaration.
|
2011-10-27 21:10:40 +00:00 |
object.cpp
|
xti changes
|
2011-01-07 17:49:18 +00:00 |
odcombocmn.cpp
|
set eol-style and keywords properties on new files
|
2011-01-05 06:56:36 +00:00 |
overlaycmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
ownerdrwcmn.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
panelcmn.cpp
|
Replace wxControlContainer-related macros with wxNavigationEnabled<>.
|
2011-07-24 22:19:33 +00:00 |
paper.cpp
|
Use wxDELETE() and wxDELETEA() when possible.
|
2010-06-20 18:18:23 +00:00 |
persist.cpp
|
Allow customization of the locations where persistent settings are stored.
|
2011-10-30 10:08:18 +00:00 |
pickerbase.cpp
|
Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File,Dir}PickerCtrl.
|
2011-08-27 14:11:25 +00:00 |
platinfo.cpp
|
Remove wxMGL port.
|
2012-01-15 14:46:41 +00:00 |
popupcmn.cpp
|
Restore mouse capturing/releasing in wxPopupTransientWindow under MSW.
|
2011-12-09 15:20:55 +00:00 |
powercmn.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
prntbase.cpp
|
Restore wxPreviewFrame::Initialize(void) and add InitializeWithModality().
|
2011-06-22 22:58:07 +00:00 |
process.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
protocol.cpp
|
Compilation fix for wxUSE_PROTOCOL && !wxUSE_URL.
|
2009-08-28 10:44:25 +00:00 |
quantize.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
radiobtncmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
radiocmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
rearrangectrl.cpp
|
Correct recently broken checked state handling in wxRearrangeList.
|
2010-10-18 23:43:09 +00:00 |
regex.cpp
|
Use wxDELETE() and wxDELETEA() when possible.
|
2010-06-20 18:18:23 +00:00 |
rendcmn.cpp
|
Globally use "wxWindows licence" consistently.
|
2010-07-13 13:29:13 +00:00 |
rgncmn.cpp
|
Correct the fix that broke wxRegion::ConvertToBitmap().
|
2010-10-20 23:11:04 +00:00 |
richtooltipcmn.cpp
|
Added wxRichToolTip class.
|
2011-10-18 21:57:02 +00:00 |
sckaddr.cpp
|
Suppress harmless unused variable warnings in wxSocket under AIX.
|
2011-10-31 14:24:54 +00:00 |
sckfile.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
sckipc.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
sckstrm.cpp
|
add wxSocket::IsClosed(), use it to implement Eof() in wxSocketStream
|
2008-07-12 02:28:12 +00:00 |
scrolbarcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
selectdispatcher.cpp
|
Fix timeval struct initialization in wxSelectDispatcher.
|
2010-11-09 23:53:33 +00:00 |
settcmn.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
sizer.cpp
|
Don't limit window size to (0, 0) in wxSizer if getting display size failed.
|
2011-09-21 15:07:37 +00:00 |
slidercmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
socket.cpp
|
Fix wxSocket::WaitForAccept() in blocking mode.
|
2011-08-02 19:46:40 +00:00 |
socketiohandler.cpp
|
Globally use "wxWindows licence" consistently.
|
2010-07-13 13:29:13 +00:00 |
spinbtncmn.cpp
|
xti changes
|
2011-01-07 17:50:25 +00:00 |
spinctrlcmn.cpp
|
xti changes
|
2011-01-07 17:49:18 +00:00 |
srchcmn.cpp
|
add more flexible and safer template Connect() overloads (#10000)
|
2009-01-12 14:26:13 +00:00 |
sstream.cpp
|
Fix wxStringOutputStream in wxUSE_UNICODE_UTF8 build.
|
2011-06-16 16:22:15 +00:00 |
statbar.cpp
|
Globally use "wxWindows licence" consistently.
|
2010-07-13 13:29:13 +00:00 |
statbmpcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
statboxcmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
statlinecmn.cpp
|
move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp
|
2011-01-05 18:27:58 +00:00 |
stattextcmn.cpp
|
Replace wxST_MARKUP style with wxControl::SetLabelMarkup().
|
2011-02-27 12:47:26 +00:00 |
stdpbase.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
stdstream.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
stockitem.cpp
|
Removed ellipsis from "About..." occurrences.
|
2012-01-20 16:51:09 +00:00 |
stopwatch.cpp
|
Compilation fix for wxStopWatch with wxUSE_THREADS==0.
|
2011-12-15 21:13:03 +00:00 |
strconv.cpp
|
Fix return value of wxMBConvUTF8::FromWChar().
|
2012-01-25 00:10:44 +00:00 |
stream.cpp
|
Correct wxStreamBuffer::Seek() return value.
|
2009-09-18 14:03:55 +00:00 |
string.cpp
|
Fixed various typos.
|
2011-03-22 14:17:38 +00:00 |
stringimpl.cpp
|
Use memmove() instead of memcpy() in wxString::AssignCopy().
|
2011-12-28 13:51:13 +00:00 |
stringops.cpp
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
strvararg.cpp
|
Fix handling of positional parameters in wxPrintf() and related.
|
2012-02-06 13:28:34 +00:00 |
sysopt.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
tarstrm.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
taskbarcmn.cpp
|
minor cleanup
|
2009-12-05 19:57:58 +00:00 |
tbarbase.cpp
|
Don't send idle events to the windows about to be destroyed.
|
2011-12-29 22:05:31 +00:00 |
textbuf.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
textcmn.cpp
|
Fix wxTextAttr::m_fontStrikethrough initialization.
|
2012-01-23 12:33:03 +00:00 |
textentrycmn.cpp
|
Split wxTextCompleter into a base class and wxTextCompleterSimple.
|
2011-04-16 17:27:34 +00:00 |
textfile.cpp
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
time.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
timercmn.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
timerimpl.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
tokenzr.cpp
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
toplvcmn.cpp
|
Replace wxControlContainer-related macros with wxNavigationEnabled<>.
|
2011-07-24 22:19:33 +00:00 |
translation.cpp
|
Fix wxHash{Set,Map} compilation with g++ 4.7 in C++11 mode.
|
2012-02-10 10:22:45 +00:00 |
treebase.cpp
|
Update all controls using in-place editors to handle Escape/Return correctly.
|
2011-12-02 00:50:41 +00:00 |
txtstrm.cpp
|
Check the result of ToWChar() call in wxTextInputStream::NextChar() better.
|
2010-01-24 10:13:33 +00:00 |
uiactioncmn.cpp
|
Use '1'..'9' to simulate digits instead of WXK_NUMPADn.
|
2011-12-08 15:55:40 +00:00 |
unichar.cpp
|
Allow calling wxStrchr() with a narrow string and wide character.
|
2009-11-28 14:37:03 +00:00 |
unictabl.inc
|
Add support for CP-866 encoding to wxEncodingConverter.
|
2010-07-23 23:33:16 +00:00 |
uri.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
url.cpp
|
Use wxString's empty() when checking if the string is (non-)empty throughout wx.
|
2011-01-22 14:38:36 +00:00 |
ustring.cpp
|
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer<T> and wxCharTypeBuffer<T> -- the former is for transient data with validity limited to parent's lifetime, the latter is for permanent storage of string data (bug #9638)
|
2009-03-27 15:33:55 +00:00 |
utilscmn.cpp
|
Remove wxMGL port.
|
2012-01-15 14:46:41 +00:00 |
valgen.cpp
|
Copy recently added wxGenericValidator fields in Copy().
|
2011-07-11 14:51:32 +00:00 |
validate.cpp
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
valnum.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
valtext.cpp
|
Instead of having wxComboCtrl mimic wxTextEntry interface, make it actually inherit from the class and implement functions to redirect to the embedded wxTextCtrl. This allows us to simplify the code and get rid of the dirty trick of directing wxComboCtrl's validator to the embedded wxTextCtrl. Also see #12779, which issue 1 is fixed by this change.
|
2010-12-16 17:21:49 +00:00 |
variant.cpp
|
fixing a few typos, wxAny copy constructor implementation, making wxAnyList available everywhere
|
2011-01-06 11:06:12 +00:00 |
webview.cpp
|
don't include files which may not exist in source release for a specific platform, fixes #13746
|
2011-12-11 05:36:52 +00:00 |
webviewarchivehandler.cpp
|
Ensure we pass the correct type of string to EscapeFileNameCharsInURL in wxWebViewArchiveHandler.
|
2011-10-06 10:01:17 +00:00 |
wfstream.cpp
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
wincmn.cpp
|
Implement wxBG_STYLE_TRANSPARENT support for wxGTK.
|
2012-02-11 16:26:52 +00:00 |
windowid.cpp
|
Allow reusing the same wxWindowID more than 254 times.
|
2011-11-05 11:24:04 +00:00 |
wrapsizer.cpp
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
wxcrt.cpp
|
Remove Palm OS port.
|
2012-01-15 01:05:28 +00:00 |
wxprintf.cpp
|
fix support for using asterisks in the format string and some code cleanup
|
2009-04-12 23:37:28 +00:00 |
xlocale.cpp
|
Correctly restore the old locale in wxXLocale functions.
|
2011-04-06 14:37:32 +00:00 |
xpmdecod.cpp
|
make array data fully const
|
2009-12-02 17:28:45 +00:00 |
xti.cpp
|
Use wxT() instead of _T() in XTI code.
|
2012-01-09 18:48:39 +00:00 |
xtistrm.cpp
|
Use wxT() instead of _T() in XTI code.
|
2012-01-09 18:48:39 +00:00 |
xtixml.cpp
|
Fix spelling error in an error message in wxObjectXmlReader.
|
2011-08-29 12:33:40 +00:00 |
zipstrm.cpp
|
Replaced Ok() occurrences with IsOk() throughout trunk.
|
2011-05-03 16:29:04 +00:00 |
zstream.cpp
|
Add wxVersionInfo and functions returning it for 3rd party libraries.
|
2010-11-25 00:53:44 +00:00 |