wxWidgets/src/common
Václav Slavík 6e3d582809 compilation fix for !wxUSE_PALETTE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 14:31:06 +00:00
..
.cvsignore
accesscmn.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
anidecod.cpp Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv library 2006-10-11 16:09:39 +00:00
animatecmn.cpp [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap 2006-10-21 13:51:38 +00:00
appbase.cpp moved GetLayoutDirection() to GUI wxApp, it has nothing to do in wxAppConsole 2006-10-11 22:34:53 +00:00
appcmn.cpp moved GetLayoutDirection() to GUI wxApp, it has nothing to do in wxAppConsole 2006-10-11 22:34:53 +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 Base class factory on the wxFilter base class and implement the new Find feature. 2006-10-27 09:53:38 +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
artprov.cpp 1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo() 2006-09-23 20:16:18 +00:00
artstd.cpp 1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo() 2006-09-23 20:16:18 +00:00
base.rc
bmpbase.cpp COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
bookctrl.cpp Fix for wxToolbook, allow oldSel == wxNOT_FOUND when changing to a 2006-10-13 18:33:54 +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 don't allow switches (i.e. options without value) to have values (closes 781373) 2006-10-21 14:04:27 +00:00
cmdproc.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
cmndata.cpp Applied patch [ 1583316 ] set media source for printing 2006-10-29 17:29:40 +00:00
colourcmn.cpp Move wxVariant support for GDI classes to their 2006-09-30 20:45:15 +00:00
combocmn.cpp It's too late. 2006-10-30 18:52:50 +00:00
config.cpp [ 1585253 ] Various important bugfixes to wxFileName::Normalize 2006-10-26 21:08:21 +00:00
containr.cpp Simplify use of MacIsWindowScrollbar 2006-09-09 18:12:59 +00:00
convauto.cpp 1. changed all "wxMBConv& conv" parameters to "const wxMBConv&" 2006-04-05 14:37:47 +00:00
cshelp.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
ctrlcmn.cpp added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText() 2006-07-25 18:40:04 +00:00
ctrlsub.cpp added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch 1476171; closes bug 1470505) 2006-05-06 19:05:50 +00:00
datacmn.cpp move some definitions out of datacmn.cpp 2006-10-21 19:53:05 +00:00
datavcmn.cpp Not everything has to be virtual. 2006-10-07 14:15:53 +00:00
datetime.cpp added NZST and NZDT time zones (request 617912) 2006-10-29 00:05:56 +00:00
datstrm.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
db.cpp escape special SQL chars in where clauses (patch 1204728) 2006-10-29 21:49:37 +00:00
dbgrid.cpp Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-28 12:44:37 +00:00
dbtable.cpp Match EscapeSqlChars() interface. 2006-10-30 13:29:46 +00:00
dcbase.cpp Fix incorrect comparison 2006-10-24 17:38:02 +00:00
dcbufcmn.cpp static class variable needs a definition 2006-10-24 06:25:02 +00:00
dcgraph.cpp correct meaning of logical origin 2006-10-31 10:30:42 +00:00
dcsvg.cpp math.h/PI integration 2004-12-13 20:10:59 +00:00
debugrpt.cpp some people disliked the asterisks in wxDebugReport dialog, removed (patch 1491869) 2006-10-29 19:53:53 +00:00
descrip.mms Update OpenVMS make files 2006-09-22 13:04:18 +00:00
dircmn.cpp Shouldn't need to repeat the extern 2006-08-19 08:45:31 +00:00
dlgcmn.cpp added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSizer() 2006-10-09 21:10:22 +00:00
dndcmn.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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 add Create to wxDocParentFrame 2006-09-14 17:53:06 +00:00
dpycmn.cpp use unsigned for display count 2006-10-02 05:38:05 +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 Alloc() doesn't clear the array any more, for consistency with reserve() 2006-10-28 14:16:20 +00:00
dynlib.cpp added static wxPlatformInfo::Get() and use it (patch 1549176) 2006-10-09 15:58:56 +00:00
dynload.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
effects.cpp Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +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 Move reentrance guard down. 2006-10-10 17:45:57 +00:00
evtloopcmn.cpp initial (not yet working) code for DirectFB port 2006-08-27 09:42:42 +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 Applied patch [ 1306443 ] Removal of C++-style comments from C files 2006-01-18 10:25:04 +00:00
fddlgcmn.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
ffile.cpp 1. changed all "wxMBConv& conv" parameters to "const wxMBConv&" 2006-04-05 14:37:47 +00:00
file.cpp use just HAVE_FSYNC as wxFsync() guard, it is now defined if wxFsync() is 2006-10-29 13:56:43 +00:00
fileback.cpp Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to 2006-10-29 20:06:45 +00:00
fileconf.cpp added static casts to void * for pointers used with format specifier to silence stupid gcc pedantic warning (bug 1500717) 2006-07-24 17:05:46 +00:00
filefn.cpp [ 1585270 ] Further fixes to wxPathList 2006-10-27 17:59:32 +00:00
filename.cpp [ 1585253 ] Various important bugfixes to wxFileName::Normalize 2006-10-26 21:08:21 +00:00
filepickercmn.cpp move some definitions out of datacmn.cpp 2006-10-21 19:53:05 +00:00
filesys.cpp Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to 2006-10-29 20:06:45 +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 Add class factories for filter streams. Also filters now follow the convention 2006-10-25 20:41:12 +00:00
fldlgcmn.cpp Move the wxFD_... flags back into m_windowStyle 2006-10-27 08:45:22 +00:00
fmapbase.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
fontcmn.cpp warning fix for !wxUSE_FONTMAP 2006-08-16 10:31:48 +00:00
fontenumcmn.cpp miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontmap.cpp Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-09 17:50:46 +00:00
fontpickercmn.cpp move some definitions out of datacmn.cpp 2006-10-21 19:53:05 +00:00
framecmn.cpp restore the old status bar text when DoGiveHelp(false) is called (should fix bug 1340887) 2006-10-21 15:56:24 +00:00
fs_arc.cpp Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to 2006-10-29 20:06:45 +00:00
fs_filter.cpp Bug fix. 2006-10-27 10:47:13 +00:00
fs_inet.cpp Applied 1215477, fixing a crash by properly removing 2006-09-06 13:49:42 +00:00
fs_mem.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
ftp.cpp Fixed typos in comments (patch #1515724) 2006-07-02 21:40:38 +00:00
gaugecmn.cpp Applied wxGauge:Pulse() patch. 2006-09-09 13:36:54 +00:00
gbsizer.cpp renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing 2006-09-13 17:12:25 +00:00
gdicmn.cpp Fix "PINK" to actually be pink, and not lavender 2006-10-26 03:26:57 +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 removed unused Tell() call 2006-10-31 12:51:02 +00:00
glob.inc Added licence/copyright information 2005-05-04 18:57:50 +00:00
graphcmn.cpp Add missing wxNullGraphicsPath 2006-10-29 02:28:15 +00:00
hash.cpp Include wx/hash.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-21 10:33:01 +00:00
hashmap.cpp Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-20 10:24:07 +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 Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-28 12:44:37 +00:00
iconbndl.cpp avoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the returned value is really needed to choose from >1 icons 2006-08-17 16:08:13 +00:00
imagall.cpp added TGA handler (somewhat modified patch 1393912) 2006-10-29 18:58:25 +00:00
imagbmp.cpp added wxAnimationCtrl (patch 1570325) 2006-10-09 17:51:07 +00:00
image.cpp replaced wxCint() with wxRound() (which is exactly the same) in Rotate(); small code cleanup 2006-10-30 20:03:33 +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 wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 07:24:35 +00:00
imagjpeg.cpp Revert the last commit since it doesn't work. 2006-09-04 16:57:13 +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 [ 1579793 ] numerous bug fixes when mask is used 2006-10-18 17:06:11 +00:00
imagpnm.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
imagtga.cpp compilation fix for !wxUSE_PALETTE 2006-10-31 14:31:06 +00:00
imagtiff.cpp call TIFF callbacks wxTIFFFooProc instead of _tiffFooProc to avoid potential conflicts; also there is no need to use reserved identifiers here 2006-09-03 09:56:50 +00:00
imagxpm.cpp Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-02 10:39:23 +00:00
init.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
intl.cpp added static wxPlatformInfo::Get() and use it (patch 1549176) 2006-10-09 15:58:56 +00:00
ipcbase.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 07:24:35 +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 don't assert in SetStringSelection() if the item isn't found for consistency with wxItemContainerImmutable 2006-07-04 00:31:52 +00:00
list.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 07:24:35 +00:00
listctrlcmn.cpp listctrl header cleanup 2006-10-02 17:38:30 +00:00
log.cpp compilation fix for WXWIN_COMPATIBILITY_2_6==0 2006-09-01 12:46:17 +00:00
longlong.cpp Use string.h instead of memory.h, since some system don't have memory.h and 2006-08-22 19:04:45 +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 GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
memory.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
menucmn.cpp It is not "Invalid" to have a menu item without an accelerator, so 2006-09-08 20:04:15 +00:00
mimecmn.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
module.cpp added possibility to specify modules dependencies 2006-06-11 22:19:12 +00:00
msgout.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
mstream.cpp Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-03 21:50:35 +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 Put the reentrance check inside #ifdef __DEBUG__ 2006-07-15 22:21:44 +00:00
overlaycmn.cpp changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1 2006-10-25 12:12:56 +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 Correct wxPickerBase size calculation. 2006-10-30 18:07:37 +00:00
platinfo.cpp added static wxPlatformInfo::Get() and use it (patch 1549176) 2006-10-09 15:58:56 +00:00
popupcmn.cpp removed unneeded ifdef from last commit 2006-10-30 23:03:08 +00:00
powercmn.cpp added wxPowerEvent; moved power functions stubs to common/powercmn.cpp 2006-05-27 14:09:40 +00:00
prntbase.cpp remove just added wxCoordRound() (see patch 1586499) 2006-10-30 20:34:25 +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 Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +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 make it possible to associate context help text with individual radiobox items 2006-06-11 21:13:13 +00:00
regex.cpp Take out wxASSERTs since they give a warning with gcc. 2005-11-27 18:12:37 +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 wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 07:24:35 +00:00
sckfile.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 07:24:35 +00:00
sckipc.cpp Applied part of [ 1575767 ] Init/size/check fixes for sockets 2006-10-13 09:00:06 +00:00
sckstrm.cpp allow partial read/writes (patch 1476893) 2006-05-28 17:27:40 +00:00
settcmn.cpp Include wx/settings.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-24 07:16:32 +00:00
sizer.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
socket.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
sstream.cpp added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitely show int truncation 2005-09-17 21:03:45 +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
stdpbase.cpp Added GetTempDir 2006-10-24 14:26:00 +00:00
stockitem.cpp Fix warning for unknown menu stock id. 2006-10-04 13:21:56 +00:00
stopwatch.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
strconv.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
stream.cpp Change GetC to return an int so that it can return wxEOF on error. 2006-10-29 17:00:07 +00:00
string.cpp Simplest fix received from OW community (Peter C. Chapin). 2006-10-30 18:40:50 +00:00
sysopt.cpp look in the environment for the options values 2006-06-27 14:33:14 +00:00
tarstrm.cpp Some watcom warnings. 2006-10-30 17:03:56 +00:00
taskbarcmn.cpp Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-18 07:13:20 +00:00
tbarbase.cpp ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down 2006-10-31 13:09:08 +00:00
textbuf.cpp 1. changed all "wxMBConv& conv" parameters to "const wxMBConv&" 2006-04-05 14:37:47 +00:00
textcmn.cpp moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif 2006-10-08 22:40:14 +00:00
textfile.cpp don't crash on weird line endings like \r\r\n 2006-10-09 19:28:46 +00:00
timercmn.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
tokenzr.cpp Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-13 11:30:40 +00:00
toplvcmn.cpp Moved overridden SetMinSize() to base class. 2006-10-30 13:25:00 +00:00
treebase.cpp Fixed apparent typo. 2006-07-16 16:01:56 +00:00
txtstrm.cpp Fixed ReadLine missing last character from text files with no final newline. 2006-09-06 21:43:19 +00:00
unictabl.inc made the rest of wxEncodingConverter tables const 2006-07-31 16:28:43 +00:00
uri.cpp more standard (although less RFC-conformant) treatment of file: URIs (patch 1415189) 2006-02-09 03:09:36 +00:00
url.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
utilscmn.cpp [ 1587059 ] wxLaunchDefaultBrowser fix for KDE 2006-10-30 11:46:44 +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 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
variant.cpp Warning fixes after char->wxChar in wxVariant. 2006-10-02 07:09:20 +00:00
wfstream.cpp Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-03 21:50:35 +00:00
wincmn.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
wxchar.cpp fix for handling from Francesco 2006-10-06 22:37:03 +00:00
xpmdecod.cpp Move some things to wxBitmapBase to avoid much duplication. 2006-10-08 08:04:49 +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 Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-27 12:47:14 +00:00
xtixml.cpp Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-27 12:47:14 +00:00
zipstrm.cpp Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT. 2006-10-29 16:47:20 +00:00
zstream.cpp Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT. 2006-10-29 16:47:20 +00:00