.. |
accelcmn.cpp
|
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)
|
2007-09-07 21:47:45 +00:00 |
accesscmn.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
anidecod.cpp
|
replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)
|
2006-12-10 14:18:37 +00:00 |
animatecmn.cpp
|
[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap
|
2006-11-18 17:46:29 +00:00 |
appbase.cpp
|
reverted the change of wxCmdLineEntryDesc fields to wxString as this doesn't compile with VC6; make them const char * instead
|
2007-09-14 21:05:12 +00:00 |
appcmn.cpp
|
wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc Unicode changes
|
2007-09-15 21:23:19 +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
|
ANSI+Unicode compatibility fixes to wxArrayString
|
2007-06-28 18:56:00 +00:00 |
artprov.cpp
|
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
|
2007-04-07 19:59:51 +00:00 |
artstd.cpp
|
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
|
2007-04-07 19:59:51 +00:00 |
base64.cpp
|
use the right cast to fix warning, rather than just suppressing it
|
2007-07-20 17:23:30 +00:00 |
bmpbase.cpp
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
bookctrl.cpp
|
don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956)
|
2007-04-11 00:23:19 +00:00 |
btncmn.cpp
|
added missing wxUSE_XXX checks
|
2007-07-10 23:59:42 +00:00 |
cairo.cpp
|
wxDL_XXX macros and dynamic loading cleanup:
|
2007-09-10 10:49:55 +00:00 |
choiccmn.cpp
|
Include wx/choice.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-30 07:34:30 +00:00 |
clipcmn.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
clntdata.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
clrpickercmn.cpp
|
move some definitions out of datacmn.cpp
|
2006-10-21 19:53:05 +00:00 |
cmdline.cpp
|
accept "--opt val" and "--opt:val" syntax in addition to "--opt=val" as
|
2007-10-20 21:08:38 +00:00 |
cmdproc.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
cmndata.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
colourcmn.cpp
|
added wxTo/FromString(wxColour) (part of patch 1753875)
|
2007-07-21 23:24:10 +00:00 |
combocmn.cpp
|
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms
|
2007-09-26 00:30:22 +00:00 |
config.cpp
|
added support for user-defined types to wxConfig (patch 1753875)
|
2007-07-21 23:47:22 +00:00 |
containr.cpp
|
A number of focus handling improvements:
|
2007-08-18 10:54:31 +00:00 |
convauto.cpp
|
use fallback encoding in wxConvAuto when input is not in UTF-8
|
2007-08-30 17:54:28 +00:00 |
cshelp.cpp
|
don't check whether wxUSE_MS_HTML_HELP is defined here, this is the job of wx/chkconf.h
|
2006-11-09 00:41:18 +00:00 |
ctrlcmn.cpp
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
ctrlsub.cpp
|
fix access to client data of wxComboBox in wxUniv by virtualizing access to wxControlWithItems::m_clientDataItemsType
|
2007-09-16 23:12:27 +00:00 |
datacmn.cpp
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
datavcmn.cpp
|
build fixes
|
2007-10-25 16:13:06 +00:00 |
datetime.cpp
|
don't crash in GetAsDOS() if the time is not in time_t range (bug 1804421)
|
2007-09-30 20:37:29 +00:00 |
datstrm.cpp
|
added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo/FromIeeeExtended() and deprecated the latters; also added missing dll export declarations for them (patch 1772233)
|
2007-08-15 11:07:13 +00:00 |
dcbase.cpp
|
compilation fix for wxUSE_STL==1 after wxList methods changes
|
2007-10-22 11:27:13 +00:00 |
dcbufcmn.cpp
|
allow using multiple wxBufferedDCs at once (patch 1589441)
|
2007-03-10 18:09:38 +00:00 |
dcgraph.cpp
|
Use wxPointList instead of wxList in wxDC code
|
2007-10-19 14:53:55 +00:00 |
dcsvg.cpp
|
reorganized wxSVGFileDC code
|
2007-09-24 09:30:24 +00:00 |
debugrpt.cpp
|
added wxApp::Set/GetAppDisplayName() (patch 1780414)
|
2007-09-09 23:26:18 +00:00 |
descrip.mms
|
OpenVMS update
|
2007-10-01 05:58:13 +00:00 |
dircmn.cpp
|
compilation fixes for wxUSE_LONGLONG==0
|
2007-07-10 23:19:17 +00:00 |
dlgcmn.cpp
|
make wxFrame a wxControlContainer too, so that it behaves in the same way as wxDialog
|
2007-06-13 16:29:23 +00:00 |
dndcmn.cpp
|
Added DnD guard
|
2006-11-26 21:50:51 +00:00 |
dobjcmn.cpp
|
wx/debug.h is always unconditionally included by wx/defs.h
|
2006-05-24 15:13:23 +00:00 |
docmdi.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
docview.cpp
|
Made dialog captions more standard
|
2007-10-24 14:17:37 +00:00 |
dpycmn.cpp
|
correct closing comments in #endifs (patch 1756990)
|
2007-07-21 23:54:55 +00:00 |
dseldlg.cpp
|
Include wx/scrolwin.h and wx/dirdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-07 11:44:19 +00:00 |
dummy.cpp
|
Various dummy.cpp centralized in common/dummy.cpp. Build rebaked.
|
2006-05-31 11:48:45 +00:00 |
dynarray.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 |
dynlib.cpp
|
return wxString from wxDynamicLibrary::GetDllExt()
|
2007-06-19 19:29:07 +00:00 |
dynload.cpp
|
Make wxClassInfo attributes private. Replace
|
2007-04-15 11:43:37 +00:00 |
effects.cpp
|
deprecate wxEffects
|
2007-10-20 21:58:47 +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
|
encconv.cpp: Remove comment about 5 being big enough value for ENC_PER_PLATFORM - it should be the minimum
|
2006-04-05 10:02:28 +00:00 |
event.cpp
|
removed wxEVT_POWER which wasn't declared nor used anywhere anyhow
|
2007-09-21 11:22:02 +00:00 |
evtloopcmn.cpp
|
fix for monolithic build
|
2007-07-15 19:32:20 +00:00 |
execcmn.cpp
|
some compilers don't like statics in inline functions, even if they're const -- replaced with an enum
|
2005-08-23 23:12:48 +00:00 |
extended.c
|
added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo/FromIeeeExtended() and deprecated the latters; also added missing dll export declarations for them (patch 1772233)
|
2007-08-15 11:07:13 +00:00 |
fddlgcmn.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
fdiodispatcher.cpp
|
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
|
2007-09-17 00:22:05 +00:00 |
ffile.cpp
|
compilation fixes for PCH-less build
|
2007-06-11 06:10:37 +00:00 |
file.cpp
|
compilation fixes for PCH-less build
|
2007-06-11 06:10:37 +00:00 |
fileback.cpp
|
Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to
|
2006-10-29 20:06:45 +00:00 |
fileconf.cpp
|
no need to use ToAscii() explicitly in wxBase64Decode() call after r49095
|
2007-10-09 00:00:31 +00:00 |
filectrlcmn.cpp
|
remove extra colons and semicolons
|
2007-09-20 10:23:20 +00:00 |
filefn.cpp
|
fix for HP and IBM compilers, calls to static template functions must be qualified
|
2007-09-21 02:39:08 +00:00 |
filename.cpp
|
export wxInvalidSize from DLL builds (patch 1805738)
|
2007-10-20 14:34:43 +00:00 |
filepickercmn.cpp
|
move some definitions out of datacmn.cpp
|
2006-10-21 19:53:05 +00:00 |
filesys.cpp
|
fix to the previous commit: percent signs have to be escaped first
|
2007-06-21 11:16:57 +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
|
fix Watcom compilation: removed templates for wxFileSelector() compatibility with passing NULL
|
2007-07-08 08:40:37 +00:00 |
fmapbase.cpp
|
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)
|
2007-09-07 21:47:45 +00:00 |
fontcmn.cpp
|
added wxTo/FromString() overloads for wxFont (1st part of patch 1760073)
|
2007-07-27 23:49:08 +00:00 |
fontenumcmn.cpp
|
added wxUSE_FONTENUM for wxFontEnumerator
|
2007-07-21 02:20:00 +00:00 |
fontmap.cpp
|
added wxApp::Set/GetAppDisplayName() (patch 1780414)
|
2007-09-09 23:26:18 +00:00 |
fontmgrcmn.cpp
|
wxDFB wxUSE_STL compilation fixes
|
2007-06-25 13:55:06 +00:00 |
fontpickercmn.cpp
|
use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers
|
2006-11-03 21:54:13 +00:00 |
fontutilcmn.cpp
|
enable wxFontMapper in wxDFB port
|
2007-01-22 14:05:07 +00:00 |
framecmn.cpp
|
added virtual wxFrame::FindItemInMenuBar(): overriding it in wxMDIParentFrame allows to look for the items in the active child when giving help for the current menu item
|
2007-05-18 17:03:38 +00:00 |
fs_arc.cpp
|
determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix
|
2007-06-17 10:59:01 +00:00 |
fs_filter.cpp
|
WX_PRECOMP, not WXPRECOMP
|
2007-04-27 21:35:43 +00:00 |
fs_inet.cpp
|
determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix
|
2007-06-17 10:59:01 +00:00 |
fs_mem.cpp
|
improve XRC loading performance on Unix by avoiding MIME database loading
|
2007-06-18 18:43:34 +00:00 |
ftp.cpp
|
remove extra space which confuses some servers (at least wu-ftpd 2.6.2) from interpreting the PORT command correctly
|
2007-08-08 23:34:14 +00:00 |
gaugecmn.cpp
|
Applied wxGauge:Pulse() patch.
|
2006-09-09 13:36:54 +00:00 |
gbsizer.cpp
|
don't pass unneeded arguments to AdustForGrowables()
|
2007-04-22 20:27:36 +00:00 |
gdicmn.cpp
|
remove extraneous semicolons
|
2007-10-23 07:27:12 +00:00 |
geometry.cpp
|
Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-26 08:21:31 +00:00 |
gifdecod.cpp
|
fixed memory leaks when reading invalid GIFs
|
2007-03-30 16:22:15 +00:00 |
glcmn.cpp
|
changed wxGLContext::SetColour() argument from wxChar* to wxString
|
2007-06-19 11:54:36 +00:00 |
graphcmn.cpp
|
Add wxGraphicsMatrix::Get
|
2006-12-05 23:42:52 +00:00 |
gsocketiohandler.cpp
|
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
|
2007-09-17 00:22:05 +00:00 |
hash.cpp
|
include object.h so that delete has complete type
|
2007-05-02 07:41:27 +00:00 |
hashmap.cpp
|
made wxHashMap work with any form of strings
|
2007-03-28 09:46:46 +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
|
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 |
hyperlnkcmn.cpp
|
native wxHyperlinkCtrl implementation for GTK+ 2.10+ (patch 1661851)
|
2007-03-07 22:12:47 +00:00 |
iconbndl.cpp
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
imagall.cpp
|
added TGA handler (somewhat modified patch 1393912)
|
2006-10-29 18:58:25 +00:00 |
imagbmp.cpp
|
fix gcc warnings about float/double to int conversion after the latest changes
|
2007-09-09 19:34:01 +00:00 |
image.cpp
|
made Blur() methods const (bug 180914)
|
2007-10-07 17:02:12 +00:00 |
imagfill.cpp
|
Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-07-03 19:02:54 +00:00 |
imaggif.cpp
|
added wxAnimationCtrl (patch 1570325)
|
2006-10-09 17:51:07 +00:00 |
imagiff.cpp
|
various warning fixes for icc 9.1 compilation
|
2007-09-21 12:00:25 +00:00 |
imagjpeg.cpp
|
added support for reading resolution information from TIFF, JPEG and BMP formats; corrected some bugs with saving resolution; added command allowing to see the image resolution (if available) to the sample (heavily modified patch 1790546)
|
2007-09-08 18:32:36 +00:00 |
imagpcx.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
imagpng.cpp
|
fix double to int conversion warning
|
2007-04-22 17:43:14 +00:00 |
imagpnm.cpp
|
added raw RGB support and colour normalization to PNM handler
|
2007-06-03 22:09:51 +00:00 |
imagtga.cpp
|
added IO errors handling to TGA reading code
|
2007-03-30 16:33:12 +00:00 |
imagtiff.cpp
|
fix gcc warnings about float/double to int conversion after the latest changes
|
2007-09-09 19:34:01 +00:00 |
imagxpm.cpp
|
get color count from ComputeHistogram, use sprintf for hex conversion
|
2007-07-03 17:17:20 +00:00 |
init.cpp
|
Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that
|
2007-05-18 21:17:06 +00:00 |
intl.cpp
|
load message catalogs using wxFileSystem; use wxMemoryBuffer instead of raw pointers (slightly modified patch 1810106)
|
2007-10-20 15:33:24 +00:00 |
ipcbase.cpp
|
many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)
|
2007-10-20 22:54:26 +00:00 |
layout.cpp
|
Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-08 06:57:39 +00:00 |
lboxcmn.cpp
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
list.cpp
|
Made wxList no longer inherit from wxObject, no change in STL mode
|
2007-10-13 22:00:10 +00:00 |
listctrlcmn.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
log.cpp
|
use LogLastRepetitionCountIfNeeded() instead of DoLogNumberOfRepeats() in logg.cpp too
|
2007-10-24 22:19:28 +00:00 |
longlong.cpp
|
first phase of transition to unified Unicode build:
|
2007-03-17 10:26:10 +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
|
Must update iterator to avoid infinite loop
|
2007-06-18 19:23:09 +00:00 |
memory.cpp
|
Make wxClassInfo attributes private. Replace
|
2007-04-15 11:43:37 +00:00 |
menucmn.cpp
|
use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined ids; bug fixes in wxMSW for negative menu and toolbar items ids
|
2007-09-20 22:58:55 +00:00 |
mimecmn.cpp
|
the wxFormatString hack used in wxFileTypeInfo variadic ctors doesn't work anymore, replaced with something that does
|
2007-08-20 23:16:02 +00:00 |
module.cpp
|
Make wxClassInfo attributes private. Replace
|
2007-04-15 11:43:37 +00:00 |
msgout.cpp
|
added wxApp::Set/GetAppDisplayName() (patch 1780414)
|
2007-09-09 23:26:18 +00:00 |
mstream.cpp
|
added wxRTTI macros to stream classes (patch 1687073)
|
2007-04-14 23:35:13 +00:00 |
nbkbase.cpp
|
added SendPageChanging/ChangedEvent() functions; fixed wxCocoa build broken by wxNotebook::ChangePage() change
|
2006-10-08 23:41:52 +00:00 |
object.cpp
|
compilation fixes for PCH-less build
|
2007-06-11 06:10:37 +00:00 |
overlaycmn.cpp
|
compilation fix for wxGTK1
|
2007-09-26 12:17:01 +00:00 |
paper.cpp
|
Include wx/msw/wrap*.h according to pch support (with other minor cleaning).
|
2006-09-07 19:01:45 +00:00 |
pickerbase.cpp
|
don't crash when setting tooltip for a picker without text control
|
2007-01-14 16:18:36 +00:00 |
platinfo.cpp
|
use the lower-case version of the parameter in GetEndianness() as intended (thanks icc for the warning)
|
2007-09-21 10:51:14 +00:00 |
popupcmn.cpp
|
fix for popup positioning in RTL mode (patch 1622930)
|
2007-01-07 16:07:59 +00:00 |
powercmn.cpp
|
Give wxPowerEvent wxRTTI
|
2007-09-19 23:14:16 +00:00 |
prntbase.cpp
|
allow the user to press Esc to close preview frame wherever the focus is, not only if it's on the canvas itself (patch 1719276)
|
2007-09-20 23:11:22 +00:00 |
process.cpp
|
Applied patch [ 1586964 ] Getting the PID of the process executed by wxProcess::Open()
|
2006-10-30 09:03:18 +00:00 |
protocol.cpp
|
removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works
|
2007-07-13 21:30:36 +00:00 |
quantize.cpp
|
Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-07-03 19:02:54 +00:00 |
radiocmn.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
regex.cpp
|
compilation fixes for --with-regex=sys
|
2007-06-26 10:57:49 +00:00 |
rendcmn.cpp
|
Minor cleanup.
|
2006-09-14 16:04:18 +00:00 |
rgncmn.cpp
|
more inlines called before defined
|
2006-10-10 17:33:49 +00:00 |
sckaddr.cpp
|
added support for broadcasting to UDP sockets (patch 1740266)
|
2007-07-04 21:33:11 +00:00 |
sckfile.cpp
|
we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1)
|
2006-12-06 19:20:40 +00:00 |
sckipc.cpp
|
many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)
|
2007-10-20 22:54:26 +00:00 |
sckstrm.cpp
|
Reverted patch 1476893 pending further investigation (broke Advise in IPC)
|
2006-11-01 10:21:24 +00:00 |
selectdispatcher.cpp
|
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
|
2007-09-17 00:22:05 +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
|
various warning fixes for icc 9.1 compilation
|
2007-09-21 12:00:25 +00:00 |
socket.cpp
|
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
|
2007-09-17 00:22:05 +00:00 |
srchcmn.cpp
|
Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs.
|
2006-12-11 20:32:16 +00:00 |
sstream.cpp
|
fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug 1792727, part of patch 1795174)
|
2007-09-15 00:32:54 +00:00 |
statbar.cpp
|
fixed computation of status bar fields width if the total width is not divisible by the number of fields
|
2006-10-20 14:54:14 +00:00 |
stattextcmn.cpp
|
added the static function GetLabelText() to wxStaticText which was mentioned in the docs but not implemented; also fixed the return type documented for wxControl::GetLabel*() functions
|
2007-08-05 18:54:22 +00:00 |
stdpbase.cpp
|
always compile at least a minimal version of wxStandardPaths class, it's used too often
|
2007-06-15 15:21:57 +00:00 |
stockitem.cpp
|
added ellipsis to a couple of stock labels
|
2007-03-26 19:27:27 +00:00 |
stopwatch.cpp
|
made wxGetTimeOfDay() public
|
2007-03-08 01:44:16 +00:00 |
strconv.cpp
|
fix round trip check in wxMBConv_win32::WC2MB() when the buffer size is 0
|
2007-09-20 13:16:37 +00:00 |
stream.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 |
string.cpp
|
Go back to my original idea of checking for EILSEQ and EINVAL and failing
|
2007-10-23 03:30:16 +00:00 |
stringimpl.cpp
|
Fix wxString::replace when nLen is wxString::npos.
|
2007-10-04 12:50:49 +00:00 |
stringops.cpp
|
made UTF-8 tables const
|
2007-08-22 09:30:40 +00:00 |
strvararg.cpp
|
fixed variadic templates in the case when char value is passed in place of (e.g.) %i or %d argument
|
2007-08-20 19:20:10 +00:00 |
sysopt.cpp
|
look in the environment for the options values
|
2006-06-27 14:33:14 +00:00 |
tarstrm.cpp
|
Cache user and group name as these can be expensive to get on some systems.
|
2007-10-04 15:59:09 +00:00 |
taskbarcmn.cpp
|
added wxTaskBarIcon::Destroy()
|
2007-08-14 22:43:39 +00:00 |
tbarbase.cpp
|
added support for drop down toolbar buttons (patch 1713470)
|
2007-05-11 23:35:49 +00:00 |
textbuf.cpp
|
debug messages don't need translation
|
2007-05-21 14:27:16 +00:00 |
textcmn.cpp
|
Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
|
2007-10-09 11:20:36 +00:00 |
textentrycmn.cpp
|
Compilo
|
2007-09-26 20:57:42 +00:00 |
textfile.cpp
|
corrected VC warning about possibly uninitialized variable in the last change
|
2007-01-18 20:37:12 +00:00 |
timercmn.cpp
|
added wxTimerEvent::GetTimer()
|
2007-05-05 14:59:25 +00:00 |
timerimpl.cpp
|
added wxTimerEvent::GetTimer()
|
2007-05-05 14:59:25 +00:00 |
tokenzr.cpp
|
fixed wxStringTokenizer to correctly handle wxTOKEN_RET_DELIMS after the recent change to use iterators
|
2007-08-11 19:17:14 +00:00 |
toplvcmn.cpp
|
destroy TLW children pending for deletion from ~wxTLW to avoid leaving them with dangling parent pointer
|
2007-07-27 23:16:25 +00:00 |
treebase.cpp
|
don't update the tree unnecessarily in Expand/CollapseAllChildren() (patch 1809520)
|
2007-10-20 14:55:50 +00:00 |
txtstrm.cpp
|
undo revision 48162 as it broke unit tests
|
2007-09-15 00:03:47 +00:00 |
unichar.cpp
|
make To/From8bit() inline for performance reasons
|
2007-07-20 01:10:22 +00:00 |
unictabl.inc
|
made the rest of wxEncodingConverter tables const
|
2006-07-31 16:28:43 +00:00 |
uri.cpp
|
compilation fixes for PCH-less build
|
2007-06-11 06:10:37 +00:00 |
url.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
utilscmn.cpp
|
Menu label consistency changes
|
2007-08-11 17:54:59 +00:00 |
valgen.cpp
|
Include wx/checklst.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-29 21:26:35 +00:00 |
validate.cpp
|
Include wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-09 21:21:53 +00:00 |
valtext.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
variant.cpp
|
remove ODBC and DBgrid libraries
|
2007-10-23 13:40:27 +00:00 |
wfstream.cpp
|
Also added wxFFileStream::IsOk() and corrected IsOk() implementations of
|
2007-07-10 02:02:54 +00:00 |
wincmn.cpp
|
removed a wrong WXUNUSED() from DoNavigateIn()
|
2007-10-23 23:02:19 +00:00 |
wxcrt.cpp
|
fix several mingw32 warnings (patch from Tim Stahlhut)
|
2007-10-02 11:36:35 +00:00 |
wxprintf.cpp
|
compilation fixes after introduction of wxprintf.h
|
2007-08-22 15:22:28 +00:00 |
xpmdecod.cpp
|
use first unused colour for the mask instead of hardcoded #ff00ff (patch 1746895)
|
2007-07-09 17:08:20 +00:00 |
xti.cpp
|
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-20 07:31:44 +00:00 |
xtistrm.cpp
|
Added --enable-extended_rtti configure switch (defaults to disabled).
|
2007-04-11 10:32:01 +00:00 |
xtixml.cpp
|
no changes, just fixed a typo in an error message
|
2007-10-07 19:54:05 +00:00 |
zipstrm.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 |
zstream.cpp
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |