wxWidgets/include/wx
Robert Roebling 4f37154e98 Further wxDC changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-14 14:49:40 +00:00
..
aui More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
cocoa Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__) 2007-11-09 19:02:06 +00:00
dfb remove wxWindow::Clear() from wxDFB and wxMGL which was unused (probably replaced by ClearBackground()) and conflicted with methods with the same name in other classes 2007-10-17 18:22:15 +00:00
generic Further wxDC changes 2007-11-14 14:49:40 +00:00
gtk Further wxDC changes 2007-11-14 14:49:40 +00:00
gtk1 make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
html use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable 2007-10-05 22:56:55 +00:00
mac wxChar -> char 2007-11-13 13:03:51 +00:00
mgl remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
motif Border corrections 2007-11-14 14:44:13 +00:00
msdos
msw Border corrections 2007-11-14 14:44:13 +00:00
os2 Border corrections 2007-11-14 14:44:13 +00:00
palmos remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
private refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too 2007-11-12 19:41:38 +00:00
protocol
richtext Border corrections, and more compact dialog sizes 2007-11-14 14:42:31 +00:00
stc
univ Border corrections 2007-11-14 14:44:13 +00:00
unix reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems 2007-09-17 00:22:05 +00:00
x11 fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them 2007-11-05 22:29:16 +00:00
xml include line number information in wxXmlNode (based on patch #1803492 by Heikki Linnakangas) 2007-09-30 11:09:54 +00:00
xrc globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it 2007-10-07 17:15:37 +00:00
aboutdlg.h added wxApp::Set/GetAppDisplayName() (patch 1780414) 2007-09-09 23:26:18 +00:00
accel.h
access.h
afterstd.h
anidecod.h
animate.h
animdecod.h
app.h made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code 2007-11-12 22:32:23 +00:00
apptrait.h
archive.h
arrimpl.cpp
arrstr.h
artprov.h
atomic.h Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead. 2007-09-10 22:27:15 +00:00
base64.h added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build 2007-10-08 23:41:50 +00:00
beforestd.h
bitmap.h
bmpbuttn.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
bmpcbox.h
bookctrl.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
brush.h
buffer.h define wxUTF8Buf as the type returned by wxString::utf8_str() 2007-10-20 22:52:36 +00:00
build.h
busyinfo.h
button.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
cairo.h define wxUSE_CAIRO as 0 for non-GTK builds to avoid warnings about using undefined symbols in preprocessor conditions 2007-09-17 00:25:50 +00:00
calctrl.h
caret.h
chartype.h
checkbox.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
checklst.h
chkconf.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
choicdlg.h
choice.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
cmdargs.h Added missing return type 2007-11-13 15:11:26 +00:00
cmdline.h made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code 2007-11-12 22:32:23 +00:00
cmdproc.h
cmndata.h
collpane.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
colordlg.h
colour.h
combo.h
combobox.h disambiguate between 2 base class IsEmpty() versions too (bug 1831121) 2007-11-13 15:22:40 +00:00
confbase.h add DMC to misbehaving compilers 2007-10-05 17:03:32 +00:00
config.h
containr.h Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs 2007-09-17 10:17:12 +00:00
control.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
convauto.h use fallback encoding in wxConvAuto when input is not in UTF-8 2007-08-30 17:54:28 +00:00
cpp.h
cppunit.h don't define operator<<(ostream&, wxString) at all if it's already defined in the library 2007-10-09 00:01:20 +00:00
crt.h allow including wx/crt.h first 2007-10-26 06:19:08 +00:00
cshelp.h
ctrlsub.h 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
cursor.h
dataobj.h
dataview.h Add wxDataViewTextRendererAttr, blind noop under wxMac 2007-11-08 22:51:58 +00:00
datectrl.h
dateevt.h
datetime.h
datstrm.h
dc.h Further wxDC changes 2007-11-14 14:49:40 +00:00
dcbuffer.h
dcclient.h
dcgraph.h forward port from 2.8 2007-11-09 20:25:57 +00:00
dcmemory.h Further wxDC changes 2007-11-14 14:49:40 +00:00
dcmirror.h
dcprint.h Further wxDC changes 2007-11-14 14:49:40 +00:00
dcps.h
dcscreen.h Further wxDC changes 2007-11-14 14:49:40 +00:00
dcsvg.h reorganized wxSVGFileDC code 2007-09-24 09:30:24 +00:00
dde.h
debug.h
debugrpt.h
defs.h forward port from 2.8 2007-11-09 20:25:57 +00:00
dialog.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
dialup.h
dir.h
dirctrl.h
dirdlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
display_impl.h
display.h
dlimpexp.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
dnd.h
docmdi.h
docview.h
dragimag.h
dynarray.h add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too 2007-11-12 13:58:48 +00:00
dynlib.h added more convenient wxDL_INIT_FUNC[_AW] macros and use them instead of verbose wxDynamicLibrary::GetSymbol() calls 2007-09-21 18:43:51 +00:00
dynload.h
editlbox.h
effects.h deprecate wxEffects 2007-10-20 21:58:47 +00:00
encconv.h
encinfo.h
event.h add wxMouseEvent::GetClickCount() and implement it for wxMac 2007-10-29 22:31:18 +00:00
evtloop.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h
fileconf.h
filectrl.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
filedlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
filefn.h Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions) 2007-10-28 18:52:46 +00:00
filename.h export wxInvalidSize from DLL builds (patch 1805738) 2007-10-20 14:34:43 +00:00
filepicker.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
filesys.h
flags.h
fmappriv.h
font.h
fontdlg.h
fontenc.h added ISO-2022-JP encoding 2007-08-22 21:46:01 +00:00
fontenum.h
fontmap.h
fontpicker.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
fontutil.h export wxGetNativeFontEncoding and wxTestFontEncoding 2007-09-03 03:03:14 +00:00
frame.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
gauge.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
gbsizer.h
gdicmn.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
gdiobj.h
geometry.h
gifdecod.h
glcanvas.h
graphics.h forward port from 2.8 2007-11-09 20:25:57 +00:00
grid.h
gsocket.h
hash.h
hashmap.h
hashset.h fixed WX_CLEAR_HASH_SET to compile 2007-10-05 22:41:54 +00:00
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
hyperlink.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
icon.h
iconbndl.h
iconloc.h
imagbmp.h
image.h made Blur() methods const (bug 180914) 2007-10-07 17:02:12 +00:00
imaggif.h
imagiff.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
init.h
intl.h 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 19:34:56 +00:00
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h remove extra ';' 2007-10-25 11:04:43 +00:00
joystick.h
layout.h
laywin.h
link.h
list.h Made wxList no longer inherit from wxObject, no change in STL mode 2007-10-13 22:00:10 +00:00
listbase.h
listbook.h
listbox.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
listctrl.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
listimpl.cpp undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix 2007-10-20 22:02:08 +00:00
log.h made LogLastRepetitionCountIfNeeded() non static to avoid recreating the log target from ~wxLog 2007-11-01 20:22:06 +00:00
longlong.h
math.h
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h
menuitem.h
metafile.h
mimetype.h
minifram.h add wxUSE_MINIFRAME wrapper 2007-10-21 18:07:29 +00:00
module.h
msgdlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
msgout.h
msgqueue.h added wxMessageQueue class for inter-thread communications 2007-11-01 01:35:20 +00:00
mstream.h
nonownedwnd.h
notebook.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
numdlg.h
object.h
odcombo.h
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
pickerbase.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
platform.h allow Borland 5.5 again 2007-10-25 11:08:10 +00:00
platinfo.h
popupwin.h
position.h
power.h Give wxPowerEvent wxRTTI 2007-09-19 23:14:16 +00:00
print.h
printdlg.h
prntbase.h 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.h
progdlg.h
propdlg.h
ptr_scpd.h
quantize.h
radiobox.h Border corrections 2007-11-14 14:44:13 +00:00
radiobut.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
rawbmp.h removed extra semicolon 2007-09-21 13:57:30 +00:00
recguard.h
regex.h
region.h
renderer.h
sashwin.h
sckaddr.h
sckipc.h 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.h
scopeguard.h make wxScopeGuardImplBase copy ctor public to avoid Sun CC warnings 2007-09-21 12:27:25 +00:00
scrolbar.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
scrolwin.h
selstore.h
settings.h add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control rename timer interval (patch 1782472) 2007-09-09 22:57:12 +00:00
setup_inc.h update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions, set the former to 1 by default 2007-11-12 15:15:47 +00:00
setup_redirect.h
sizer.h allow using wxSizerFlags with wxSizer methods adding spacers too (patch 1797272) 2007-09-19 00:45:31 +00:00
slider.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
sstream.h
stack.h Update wxStack class macro for the new wxVector 2007-09-03 03:05:50 +00:00
stackwalk.h
statbmp.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statbox.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statline.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
stattext.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statusbr.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
stdpaths.h
stockitem.h
stopwatch.h
strconv.h fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction of wxMBConvStrictUTF8: as it overrides From/ToWChar(), wxMBConvUTF8 needs to do it (instead of deprecated MB2WC/WC2MB) as well 2007-09-15 00:16:58 +00:00
stream.h
string.h revert calling static directly, its not always static 2007-10-26 17:31:18 +00:00
stringimpl.h
stringops.h
strvararg.h allow copying wxFormatString for compiler-generated temporaries 2007-09-21 16:04:24 +00:00
sysopt.h
tab.h
tabctrl.h
tarstrm.h
taskbar.h
tbarbase.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
textbuf.h
textctrl.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
textdlg.h
textentry.h implemented wxTextEntry for wxMotif, made wxComboBox derive from it 2007-11-05 23:13:09 +00:00
textfile.h
tglbtn.h
thread.h add support for detached threads in wxThreadHelper (patch 1809015) 2007-10-20 14:49:10 +00:00
thrimpl.cpp
timer.h
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
treebase.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
treebook.h
treectrl.h
txtstrm.h
types.h
unichar.h
uri.h
url.h
utils.h always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build 2007-10-06 12:38:15 +00:00
valgen.h
validate.h
valtext.h build fixes 2007-11-02 05:04:26 +00:00
variant.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
vector.h fix several mingw32 warnings (patch from Tim Stahlhut) 2007-10-02 11:36:35 +00:00
version.h
vidmode.h
vlbox.h Tidying 2007-11-13 12:17:25 +00:00
vms_x_fix.h
volume.h
vscroll.h
wfstream.h
window.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
wizard.h
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
wxchar.h
wxcrt.h DMC work round 2007-10-29 13:33:12 +00:00
wxcrtbase.h wcstod seems to be more widely available than wcstof 2007-09-21 02:48:56 +00:00
wxcrtvararg.h do use vswprintf() with mingw32 if STLPort >= 5.1 is used (and not msvcrt which defines vswprintf() in a pre-standard way) 2007-10-23 18:20:44 +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
xpmdecod.h
xpmhand.h
xti.h
xtistrm.h
xtixml.h
zipstrm.h
zstream.h