wxWidgets/include/wx
2007-11-12 19:41:38 +00:00
..
aui Move the %disownarg directive to the .i file 2007-10-26 19:06:46 +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 Add wxDataViewTextRendererAttr, blind noop under wxMac 2007-11-08 22:51:58 +00:00
gtk 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
gtk1 New "pizza" widget implementation. Window border widths now match the GtkStyle they are drawn with. 2007-11-06 18:14:15 +00:00
html use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable 2007-10-05 22:56:55 +00:00
mac forward port from 2.8 2007-11-09 20:36:20 +00:00
mgl remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
motif implemented wxTextEntry for wxMotif, made wxComboBox derive from it 2007-11-05 23:13:09 +00:00
msdos
msw added functions for setting the columns order in wxListCtrl (modified patch 1828074) 2007-11-10 00:55:14 +00:00
os2 Compilation fix (patch #1829901) 2007-11-11 22:22:14 +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 Fixed context menu in wxRichTextCtrl 2007-10-27 16:59:24 +00:00
stc
univ remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +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 added wxApp::Set/GetAppDisplayName() (patch 1780414) 2007-09-09 23:26:18 +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
bmpcbox.h
bookctrl.h
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
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
checklst.h
chkconf.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
choicdlg.h
choice.h
choicebk.h
clipbrd.h
clntdata.h
clrpicker.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
cmdline.h 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
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 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
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 remove declaration of EscapeMnemonics() which doesn't exist 2007-11-12 19:04:15 +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 Applied patch [ 1764987 ] fix localtime link error using wm5 SDK 2007-08-21 12:14:09 +00:00
datstrm.h
dc.h add const overload for GetImpl() 2007-11-12 19:03:03 +00:00
dcbuffer.h
dcclient.h
dcgraph.h forward port from 2.8 2007-11-09 20:25:57 +00:00
dcmemory.h Converted wxGTK's basic DC classes to new DC code 2007-09-23 11:27:41 +00:00
dcmirror.h
dcprint.h
dcps.h
dcscreen.h Converted wxGTK's basic DC classes to new DC code 2007-09-23 11:27:41 +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
dialup.h
dir.h
dirctrl.h
dirdlg.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
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 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
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
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 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
fontutil.h export wxGetNativeFontEncoding and wxTestFontEncoding 2007-09-03 03:03:14 +00:00
frame.h compilation fix for some build configurations (forward declare wxMenuItem) 2007-11-12 00:23:15 +00:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
gauge.h
gbsizer.h
gdicmn.h Use wxPointList instead of wxList in wxDC code 2007-10-19 14:53:55 +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 build fixes for universal 2007-11-04 19:39:12 +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
listctrl.h
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 Applied slightly-modified patch 1826540 from Gareth Simpson. 2007-11-09 18:11:17 +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
numdlg.h
object.h
odcombo.h
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
pickerbase.h
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
radiobut.h
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 added wxWindow::AlwaysShowScrollbars() and its wxMac implementation 2007-11-03 22:14:29 +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
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.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
sstream.h
stack.h Update wxStack class macro for the new wxVector 2007-09-03 03:05:50 +00:00
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
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 Fix bug with assigning a part of the string to the same string 2007-08-21 16:45:41 +00:00
stringops.h made UTF-8 tables const 2007-08-22 09:30:40 +00:00
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 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
textbuf.h
textctrl.h Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table 2007-10-09 11:20:36 +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
treebase.h
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 make access for virtuals match base 2007-10-26 06:20:23 +00:00
vms_x_fix.h
volume.h
vscroll.h
wfstream.h
window.h added wxWindow::AlwaysShowScrollbars() and its wxMac implementation 2007-11-03 22:14:29 +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