.. |
aui
|
Reapply wxWeakRef patch again
|
2008-05-27 09:17:56 +00:00 |
cocoa
|
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads
|
2008-03-28 16:47:58 +00:00 |
dfb
|
wxDFB: implemented Raise() and Lower() for TLWs
|
2008-06-04 21:50:06 +00:00 |
generic
|
Added InsertColumn( pos, col ), some reformating
|
2008-05-21 08:47:21 +00:00 |
gtk
|
Separate label with wx mnemonics (&) and with gtk mnemonics (_) into m_text and m_gtkText, fixes #4409
|
2008-06-02 21:46:29 +00:00 |
gtk1
|
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads
|
2008-03-28 16:47:58 +00:00 |
html
|
Add wxWebKitNewWindowEvent
|
2008-05-28 06:33:46 +00:00 |
mac
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
meta
|
compilation fix for bcc 5.82: don't use enum for value definition, Borland doesn't use the value correctly when the template is used later then
|
2008-02-15 14:16:32 +00:00 |
mgl
|
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads
|
2008-03-28 16:47:58 +00:00 |
motif
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
msdos
|
add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented
|
2008-03-21 14:21:52 +00:00 |
msw
|
Add a SetDoubleBuffered method for wxMSW (XP+)
|
2008-06-02 18:30:13 +00:00 |
os2
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
palmos
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
private
|
Another attempt at fixing Watcom compilation.
|
2008-04-01 22:19:25 +00:00 |
protocol
|
|
|
richtext
|
COnversion of some common font names to current platform
|
2008-05-20 13:24:53 +00:00 |
stc
|
A bit of cleanup for STC's use of PopupWindow
|
2008-03-27 21:25:03 +00:00 |
univ
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
unix
|
prevent crash if panel/kicker is killed, bug 1872724
|
2008-05-11 22:45:36 +00:00 |
x11
|
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads
|
2008-03-28 16:47:58 +00:00 |
xml
|
added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based on patch by Francesco Montorsi)
|
2008-03-30 10:27:19 +00:00 |
xrc
|
extracted wxWrapSizer in separate files and somewhat improved it (heavily modified patch 1876663)
|
2008-05-08 22:45:44 +00:00 |
aboutdlg.h
|
|
|
accel.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
access.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
afterstd.h
|
|
|
anidecod.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
animate.h
|
allow loading wxAnimationCtrl contents from stream (patch 1962344)
|
2008-05-17 22:51:52 +00:00 |
animdecod.h
|
|
|
app.h
|
forward declare wxVideoMode as struct, not class, now that it was reverted to be struct again
|
2008-04-12 15:12:02 +00:00 |
apptrait.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
archive.h
|
|
|
arrimpl.cpp
|
|
|
arrstr.h
|
|
|
artprov.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
atomic.h
|
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop iterations in the test if it isn't as otherwise the test takes way too long to run
|
2008-06-02 20:42:23 +00:00 |
base64.h
|
|
|
beforestd.h
|
|
|
bitmap.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
bmpbuttn.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
bmpcbox.h
|
Native wxBitmapComboBox patch for GTK+
|
2008-05-27 10:17:56 +00:00 |
bookctrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
brush.h
|
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads
|
2008-03-28 16:47:58 +00:00 |
buffer.h
|
PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)
|
2008-03-02 00:43:06 +00:00 |
build.h
|
include VC++ version in build compatibility string
|
2008-01-16 12:49:19 +00:00 |
busyinfo.h
|
|
|
button.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
cairo.h
|
|
|
calctrl.h
|
[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
|
2008-04-17 15:31:50 +00:00 |
caret.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
chartype.h
|
wchar_t is now always required, updated chartype.h check accordingly
|
2008-04-16 22:20:50 +00:00 |
checkbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
checklst.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
chkconf.h
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
choicdlg.h
|
|
|
choice.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
choicebk.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
clipbrd.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
clntdata.h
|
|
|
clrpicker.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
cmdargs.h
|
|
|
cmdline.h
|
add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)
|
2008-05-12 00:03:06 +00:00 |
cmdproc.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
cmndata.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
collpane.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
colordlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colour.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
combo.h
|
[ 1945434 ] Changing method wxComboCtrlBase::DrawButton to virtual one
|
2008-04-21 18:48:03 +00:00 |
combobox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
confbase.h
|
define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)
|
2008-03-02 01:14:16 +00:00 |
config.h
|
define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)
|
2008-03-02 01:14:16 +00:00 |
containr.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
control.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
convauto.h
|
|
|
cpp.h
|
add wxCONCAT[345]() helper macros
|
2008-01-27 14:10:53 +00:00 |
cppunit.h
|
add a special macro for comparing time_t values to fix unit test compilation on platforms with 64 bit time_t (such as FreeBSD 6.2 apparently)
|
2008-06-01 13:01:59 +00:00 |
crt.h
|
|
|
cshelp.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
ctrlsub.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
cursor.h
|
|
|
dataobj.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dataview.h
|
Added InsertColumn( pos, col ), some reformating
|
2008-05-21 08:47:21 +00:00 |
datectrl.h
|
|
|
dateevt.h
|
added native GTK implementation of wxCalendarCtrl (modified patch 1925439)
|
2008-03-28 02:47:12 +00:00 |
datetime.h
|
added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
|
2008-05-22 00:49:27 +00:00 |
datstrm.h
|
|
|
dc.h
|
fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap unnecessarily when we can just do it on the stack
|
2008-05-08 14:12:38 +00:00 |
dcbuffer.h
|
|
|
dcclient.h
|
|
|
dcgraph.h
|
Added constructor to wxGCDC from wxPrinterDC
|
2008-04-30 09:26:02 +00:00 |
dcmemory.h
|
|
|
dcmirror.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dcprint.h
|
|
|
dcps.h
|
|
|
dcscreen.h
|
|
|
dcsvg.h
|
fix some warnings from GCC -Wextra
|
2008-05-15 17:24:48 +00:00 |
dde.h
|
|
|
debug.h
|
PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)
|
2008-03-02 00:43:06 +00:00 |
debugrpt.h
|
|
|
defs.h
|
there is no std::wostream under Palm (part of ticket 4700)
|
2008-05-27 16:38:12 +00:00 |
dialog.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dialup.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dir.h
|
make wxDir::Has{Files,SubDirs}() const
|
2008-04-22 16:29:43 +00:00 |
dirctrl.h
|
|
|
dirdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
display_impl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
display.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dlimpexp.h
|
Generalized wxScrolledWindow into wxScrolled<T> that can derive from
|
2008-04-01 15:07:03 +00:00 |
dnd.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
docmdi.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
docview.h
|
take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)
|
2008-05-11 20:32:35 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dynlib.h
|
Don't include dlfcn.h from wx/dynlib.h on Darwin. We might be using our own
|
2008-02-18 22:53:38 +00:00 |
dynload.h
|
|
|
editlbox.h
|
|
|
effects.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
encconv.h
|
|
|
encinfo.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
event.h
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
evtloop.h
|
Ensure that wxApp::Yield is always processing pending event by creating a
|
2008-05-16 12:50:26 +00:00 |
except.h
|
|
|
fdrepdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
features.h
|
correct error in wxHAVE_RAW_BITMAP definition: it shouldn't be defined at all if there is no raw bitmap support
|
2008-06-01 20:17:04 +00:00 |
ffile.h
|
|
|
file.h
|
|
|
fileconf.h
|
|
|
filectrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filedlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filefn.h
|
Compilation fixes for mingw-w64.
|
2008-05-31 12:44:40 +00:00 |
filename.h
|
|
|
filepicker.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filesys.h
|
give a name to the unnamed enum to make it easier to document it
|
2008-05-10 09:54:46 +00:00 |
flags.h
|
|
|
fmappriv.h
|
|
|
font.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontenc.h
|
|
|
fontenum.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontmap.h
|
|
|
fontpicker.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontutil.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
frame.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fs_arc.h
|
|
|
fs_filter.h
|
|
|
fs_inet.h
|
|
|
fs_mem.h
|
non-pch build fixes, after r53535
|
2008-05-10 17:46:38 +00:00 |
fs_zip.h
|
|
|
gauge.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
gbsizer.h
|
Fix for potential layout glitches in wxGridBagSizer when items span cells but
|
2008-04-03 02:50:15 +00:00 |
gdicmn.h
|
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and wxMemoryFSHandler
|
2008-05-10 09:40:33 +00:00 |
gdiobj.h
|
make IsOk() virtual to allow it to be overridden in e.g. wxEnhMetaFile (replaces patch 1896222)
|
2008-02-18 23:58:09 +00:00 |
geometry.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
gifdecod.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
glcanvas.h
|
no real changes, clarified the usage of WX_GL_DOUBLEBUFFER; documented it and other WX_GL_XXX constants lost during doxygen transition; simplified wxMSW code a bit
|
2008-04-27 12:46:28 +00:00 |
graphics.h
|
Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
|
2008-04-28 20:39:57 +00:00 |
grid.h
|
|
|
gsocket.h
|
|
|
hash.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
hashmap.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
hashset.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
help.h
|
|
|
helpbase.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
helphtml.h
|
|
|
helpwin.h
|
|
|
htmllbox.h
|
use custom selection colours in wxHtmlListBox again (restores functionality broken by patch 1650804 in r44640)
|
2008-03-02 23:05:35 +00:00 |
hyperlink.h
|
removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_ (part of patch 1927817)
|
2008-04-06 15:41:47 +00:00 |
icon.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
iconbndl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
iconloc.h
|
|
|
imagbmp.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
image.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imaggif.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagiff.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagjpeg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imaglist.h
|
PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)
|
2008-03-02 00:43:06 +00:00 |
imagpcx.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagpng.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagpnm.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagtga.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagtiff.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imagxpm.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
init.h
|
|
|
intl.h
|
added language info for Northern Sami (patch 1964036)
|
2008-05-17 22:49:30 +00:00 |
iosfwrap.h
|
|
|
ioswrap.h
|
|
|
ipc.h
|
|
|
ipcbase.h
|
add an assert indicating that old code overriding OnExecute() must be updated with 2.9
|
2008-05-02 22:05:43 +00:00 |
joystick.h
|
|
|
layout.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
laywin.h
|
|
|
link.h
|
|
|
list.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
listbase.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
listbook.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
listbox.h
|
Move event generation code for multiple selection mode to common code
|
2008-05-23 10:12:50 +00:00 |
listctrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
listimpl.cpp
|
|
|
log.h
|
use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization
|
2008-03-17 21:09:02 +00:00 |
longlong.h
|
|
|
math.h
|
Added header needed for Solaris to find finite() prototype.
|
2008-04-01 19:43:41 +00:00 |
matrix.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
mdi.h
|
|
|
mediactrl.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
memconf.h
|
|
|
memory.h
|
added wxDebugContext::SetShutdownNotifyFunction() (patch 1887210)
|
2008-02-09 23:57:41 +00:00 |
memtext.h
|
|
|
menu.h
|
use kind, not id, of a menu item to test whether it's a separator: this allows having separators with ids other than wxID_SEPARATOR in case it's useful to distinguish between them (patch 1929039)
|
2008-04-06 15:55:42 +00:00 |
menuitem.h
|
use kind, not id, of a menu item to test whether it's a separator: this allows having separators with ids other than wxID_SEPARATOR in case it's useful to distinguish between them (patch 1929039)
|
2008-04-06 15:55:42 +00:00 |
metafile.h
|
|
|
mimetype.h
|
|
|
minifram.h
|
|
|
module.h
|
|
|
msgdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
msgout.h
|
improve wxMessageOutputBest console output under Windows (closes 9146)
|
2008-05-23 23:28:13 +00:00 |
msgqueue.h
|
include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations
|
2008-01-25 21:51:42 +00:00 |
mstream.h
|
fix some warnings from GCC -Wextra
|
2008-05-15 17:24:48 +00:00 |
nativewin.h
|
call OnNativeDestroyed() if the native window is destroyed independently from us
|
2008-03-15 03:36:15 +00:00 |
nonownedwnd.h
|
make popup on mac behave as on msw
|
2008-03-25 07:39:43 +00:00 |
notebook.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
notifmsg.h
|
|
|
numdlg.h
|
|
|
object.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
odcombo.h
|
give a name to the enumeration of the values which can be passed to OnDrawItem to make it easier to document it
|
2008-04-06 15:35:21 +00:00 |
overlay.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
ownerdrw.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
palette.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
panel.h
|
|
|
paper.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
pen.h
|
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads
|
2008-03-28 16:47:58 +00:00 |
pickerbase.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
platform.h
|
define wxHAS_RAW_BITMAP (instead of inconsistenly named wxHAVE_RAW_BITMAP) and use it to avoid test build error under ports not supporting raw bitmaps
|
2008-06-01 18:42:33 +00:00 |
platinfo.h
|
fixed syntax error
|
2008-03-07 12:59:58 +00:00 |
popupwin.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
position.h
|
|
|
power.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
print.h
|
|
|
printdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
prntbase.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
process.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
progdlg.h
|
|
|
propdlg.h
|
|
|
ptr_scpd.h
|
Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr
|
2008-01-08 22:02:12 +00:00 |
ptr_shrd.h
|
Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr
|
2008-01-08 22:02:12 +00:00 |
quantize.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
radiobox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
radiobut.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
rawbmp.h
|
at least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData<wxBitmap> (thanks buildbot)
|
2008-05-30 20:04:09 +00:00 |
recguard.h
|
|
|
regex.h
|
|
|
region.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
renderer.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
sashwin.h
|
|
|
sckaddr.h
|
|
|
sckipc.h
|
|
|
sckstrm.h
|
|
|
scopeguard.h
|
added convenient wxON_BLOCK_EXIT_SET() macro
|
2008-03-27 16:13:50 +00:00 |
scrolbar.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
scrolwin.h
|
wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()
|
2008-04-02 13:51:30 +00:00 |
selstore.h
|
throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class
|
2008-03-31 15:22:10 +00:00 |
settings.h
|
wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port
|
2008-05-17 09:41:25 +00:00 |
setup_gccxml.h
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
setup_inc.h
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
setup_redirect.h
|
|
|
sizer.h
|
add wxSizer::SetDimension() overload taking wxPoint/wxSize instead of 4 ints
|
2008-05-08 18:58:04 +00:00 |
slider.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
snglinst.h
|
|
|
socket.h
|
|
|
sound.h
|
|
|
spinbutt.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
spinctrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
splash.h
|
|
|
splitter.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
srchctrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
sstream.h
|
add possibility to specify the conversion to use in wxStringOutputStream; use it instead of reimplementing the same logic erroneously in wxHTML (bug 1711476)
|
2008-04-15 12:22:41 +00:00 |
stack.h
|
|
|
stackwalk.h
|
|
|
statbmp.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statline.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
stattext.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statusbr.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
stdpaths.h
|
|
|
stockitem.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
stopwatch.h
|
|
|
strconv.h
|
rewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream uses the converters; also converted a couple off by 1 bugs and unit test finally pass now
|
2008-06-01 03:08:45 +00:00 |
stream.h
|
remove redundant m_buffer_size member (patch 1861348)
|
2008-01-02 16:51:53 +00:00 |
string.h
|
added wxString::Clone() and made wxString(wxCStrData) ctor make deep copy too
|
2008-04-24 07:16:48 +00:00 |
stringimpl.h
|
use std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even if wxUSE_STL==1
|
2008-05-07 00:46:45 +00:00 |
stringops.h
|
only provide ptrdiff_t versions of verious operator+/- working with iterators instead of overloads for both int and size_t: this seems to be enough and the existing overloads were not enough for 64 bit builds where expressions such as iter+(ptr2-ptr1) didn't compile without extra casts
|
2008-01-06 22:27:01 +00:00 |
strvararg.h
|
|
|
sysopt.h
|
|
|
tab.h
|
|
|
tabctrl.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
tarstrm.h
|
Always write end record unless one has already been written.
|
2008-01-03 17:09:10 +00:00 |
taskbar.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
tbarbase.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
textbuf.h
|
initialize m_nCurLine in wxTextBuffer ctor (part of patch 1908134)
|
2008-03-15 02:38:43 +00:00 |
textctrl.h
|
fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not int); corrected mangled documentation of these operators
|
2008-04-28 12:32:32 +00:00 |
textdlg.h
|
|
|
textentry.h
|
corrected inverted test in IsEmpty() (patch 1936052)
|
2008-04-06 15:25:41 +00:00 |
textfile.h
|
|
|
tglbtn.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
thread.h
|
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe it should be the same thing there as well)
|
2008-04-12 02:28:46 +00:00 |
thrimpl.cpp
|
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe it should be the same thing there as well)
|
2008-04-12 02:28:46 +00:00 |
timer.h
|
|
|
tipdlg.h
|
|
|
tipwin.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
tokenzr.h
|
|
|
toolbar.h
|
rename fobr95.{cpp,h} files to foobar.{cpp,h}
|
2008-03-15 16:53:06 +00:00 |
toolbook.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
Use wxWindowRef to hold pointer to default button
|
2008-05-27 08:53:48 +00:00 |
tracker.h
|
use import/export macro on wxTrackable to avoid warnings on derived classes in DLL build
|
2008-01-29 17:41:10 +00:00 |
treebase.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
treebook.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
treectrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
txtstrm.h
|
added wxTextOutputStream::Flush(): this is necessary with the stateful encodings, such as UTF-7
|
2008-06-01 03:09:25 +00:00 |
types.h
|
|
|
unichar.h
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
uri.h
|
|
|
url.h
|
|
|
utils.h
|
added wxMouseState::GetPosition(), for consistency with wxMouseEvent
|
2008-04-18 01:51:04 +00:00 |
valgen.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
validate.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
valtext.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
variant.h
|
|
|
vector.h
|
no changes, just fix a typo in comment
|
2008-01-31 17:21:41 +00:00 |
version.h
|
|
|
vidmode.h
|
reverted wxVideoMode API breakage by r53049, finished documentation for it
|
2008-04-11 09:52:04 +00:00 |
vlbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
vms_x_fix.h
|
|
|
volume.h
|
|
|
vscroll.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
weakref.h
|
[ 1960295 ] wxWeakRef - Reorganization and comments
|
2008-05-15 11:50:35 +00:00 |
wfstream.h
|
|
|
window.h
|
changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of additional wxDirection argument that doesn't always make sense; this also means the direction is never implicit
|
2008-05-08 21:56:26 +00:00 |
windowid.h
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
wizard.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
wrapsizer.h
|
remove extra semicolons, correct virtual access
|
2008-05-10 17:48:44 +00:00 |
wupdlock.h
|
|
|
wx_cw_cm.h
|
|
|
wx_cw_d.h
|
|
|
wx_cw.h
|
|
|
wx_cwc_d.h
|
|
|
wx_cwc.h
|
|
|
wx_cwcocoa_cm.h
|
|
|
wx_cwcocoa_d.h
|
|
|
wx_cwcocoa.h
|
|
|
wx_cwu_d.h
|
|
|
wx.h
|
include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223)
|
2008-05-11 17:45:52 +00:00 |
wxchar.h
|
|
|
wxcrt.h
|
removed no longer needed wxOKlibc() helper
|
2008-04-16 22:35:25 +00:00 |
wxcrtbase.h
|
PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)
|
2008-03-02 00:43:06 +00:00 |
wxcrtvararg.h
|
don't redeclare vsscanf() for Windows compilers, the case of missing declaration for an existing function only arises under old Unix systems
|
2008-05-08 13:57:54 +00:00 |
wxhtml.h
|
|
|
wxprec.h
|
|
|
wxshlb_cw_d.h
|
|
|
wxshlb_cw.h
|
|
|
wxshlb_cwc_d.h
|
|
|
wxshlb_cwc.h
|
|
|
wxshlba_cw_d.h
|
|
|
wxshlba_cw.h
|
|
|
wxshlba_cwc_d.h
|
|
|
wxshlba_cwc.h
|
|
|
xlocale.h
|
VC8 doesn't have xlocale support under CE
|
2008-02-21 16:11:37 +00:00 |
xpmdecod.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
xpmhand.h
|
|
|
xti.h
|
|
|
xtistrm.h
|
|
|
xtixml.h
|
|
|
zipstrm.h
|
Always write end record unless one has already been written.
|
2008-01-03 17:09:10 +00:00 |
zstream.h
|
|
|