wxWidgets/include/wx
2008-12-24 00:29:38 +00:00
..
aui change Has/SetFlag() to take int instead of unsigned as the latter provokes VC7 warnings 2008-11-20 13:13:27 +00:00
cocoa Review/simplify/cleanup MDI classes for all platforms and introduce base 2008-11-04 02:46:19 +00:00
dfb fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
generic split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING/ED pair for consistency with all the other controls; provide access to new/old value of the cell in the event object 2008-12-22 22:58:49 +00:00
gtk Added experimental async clipboard format query 2008-12-21 22:15:50 +00:00
gtk1 Review/simplify/cleanup MDI classes for all platforms and introduce base 2008-11-04 02:46:19 +00:00
html s/FALSE/false 2008-10-29 18:58:21 +00:00
meta
mgl fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
motif make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
msdos
msw undid change accidentally committed as part of r57093 but which didn't have anything to do with it and resulted in #10253 2008-12-22 13:34:12 +00:00
os2 add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase 2008-11-29 00:24:57 +00:00
osx Added wxDataViewCtrl::IsExpanded(item) 2008-12-16 21:23:55 +00:00
palmos add GetValue,GetRange and GetMessage helpers 2008-12-02 18:35:24 +00:00
private remove wxSocketManager::CreateSocket() function, we don't need to have different wxSocketImpl implementation for the same platform, all the differences between console and GUI applications are abstracted by wxSocketManager::Install/Uninstall_Callback() methods 2008-11-28 15:06:50 +00:00
propgrid Fixed various inconsistencies with deleting properties, added wxPGProperty::DeleteChildren() 2008-12-20 15:47:05 +00:00
protocol fix virtual function hiding warnings introduced to changing wxSockAddress argument of Connect() to be passed by const reference 2008-10-20 08:59:45 +00:00
richtext Compile fix 2008-11-28 16:04:55 +00:00
stc CanPaste() should be const too 2008-11-14 23:23:16 +00:00
univ replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
unix remove wxSocketManager::CreateSocket() function, we don't need to have different wxSocketImpl implementation for the same platform, all the differences between console and GUI applications are abstracted by wxSocketManager::Install/Uninstall_Callback() methods 2008-11-28 15:06:50 +00:00
x11 fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
xml
xrc also call AddGrowableRow/Col() for wxGridBagSizer 2008-12-24 00:29:38 +00:00
aboutdlg.h substitute (c) and (C) for copyright strings as documented 2008-12-11 12:14:14 +00:00
accel.h
access.h
afterstd.h
anidecod.h
animate.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
animdecod.h
app.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
apptrait.h Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known 2008-11-28 12:47:07 +00:00
archive.h
arrimpl.cpp replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
arrstr.h implement const rbegin/rend() versions (closes #3866) 2008-11-17 14:07:51 +00:00
artprov.h gtk1.x has less native functions than gtk2.x 2008-10-20 14:12:40 +00:00
atomic.h
base64.h
beforestd.h
bitmap.h provide GetSize() getters in wxBitmap and wxImage 2008-11-28 22:29:29 +00:00
bmpbuttn.h
bmpcbox.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
bookctrl.h
brush.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
buffer.h fix for Borland compilation 2008-12-17 09:26:58 +00:00
build.h
busyinfo.h
button.h
cairo.h route all Cairo calls in GTK printing code through gs_cairo (is this still needed?) 2008-09-21 09:42:49 +00:00
calctrl.h various misc ifacecheck fixes (many virtual attributes missing) 2008-09-21 23:13:49 +00:00
caret.h
chartype.h
checkbox.h
checklst.h
chkconf.h give a name to the enum to make it easier to reference it in docs; wxFSVolume shouldn't be considered incomplete anymore 2008-11-22 15:56:26 +00:00
choicdlg.h
choice.h
choicebk.h fix another MSVC /Wp64 warning about size_t to int conversion (closes #10140) 2008-10-31 23:07:49 +00:00
clipbrd.h Added pseudo-asynchronous clipboard implemenation to all ports excepts for GTK+ 2008-12-23 12:05:06 +00:00
clntdata.h
clrpicker.h
cmdargs.h
cmdline.h
cmdproc.h
cmndata.h added check for self-assignment to wxPrintData::operator=() (thanks HP aCC for a genuinely useful warning) and also changed it return type to the standard one instead of void 2008-11-12 14:34:40 +00:00
collpane.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
colordlg.h
colour.h
combo.h
combobox.h
confbase.h define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available; use it to exclude the calls to these functions from the test to fix VC6 compilation 2008-11-03 13:36:08 +00:00
config.h
containr.h
control.h add wxGenericStaticText (#9656) 2008-10-12 13:04:00 +00:00
convauto.h
cpp.h
cppunit.h add WX_ASSERT_EQUAL_MESSAGE 2008-11-19 11:51:21 +00:00
crt.h
cshelp.h
ctrlsub.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
cursor.h provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
dataobj.h
dataview.h Add wxDataViewCtrl::ExpandAncestors() and call it from both EnsureVisible() and Select() 2008-12-23 14:56:07 +00:00
datectrl.h
dateevt.h
datetime.h no real changes, just fixed all occurences of 'occurence' typo 2008-09-29 12:10:58 +00:00
datstrm.h
dc.h documented the wxDCBrushChanger, wxDCPenChanger, wxDCTextColourChanger; introduced a wxDCFontChanger 2008-11-26 15:54:08 +00:00
dcbuffer.h
dcclient.h
dcgraph.h
dcmemory.h
dcmirror.h
dcprint.h make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h fix some of icc 11.0 warnings and disable a few others 2008-11-16 14:24:13 +00:00
dialog.h
dialup.h
dir.h
dirctrl.h
dirdlg.h
display_impl.h
display.h
dlimpexp.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
dlist.h Also correct wxDList<T> 2008-10-14 09:43:53 +00:00
dnd.h
docmdi.h use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes) 2008-11-08 15:01:00 +00:00
docview.h use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes) 2008-11-08 15:01:00 +00:00
dragimag.h
dynarray.h don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link errors with VC[89] when building a DLL and shouldn't be necessary with any other compilers neither as these classes have only inline methods 2008-10-30 15:57:18 +00:00
dynlib.h implement wxLoadedDLL, a safer alternative to wxDL_GET_LOADED (closes #10208) 2008-12-17 22:19:41 +00:00
dynload.h
editlbox.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
effects.h
encconv.h
encinfo.h
event.h use wxEventType coherently with the docs 2008-11-09 16:44:56 +00:00
evtloop.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908 2008-09-27 10:28:43 +00:00
fileconf.h
filectrl.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
filedlg.h
filefn.h
filename.h check for self assignment in operator= 2008-11-16 18:03:08 +00:00
filepicker.h
filesys.h fix compilation without wxUSE_FILESYSTEM (closes #10114) 2008-10-31 13:07:42 +00:00
flags.h
fmappriv.h
font.h fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h
frame.h
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h implemented wxMemoryFSHandler::FindFirst/Next() 2008-10-06 13:55:39 +00:00
fs_zip.h
gauge.h
gbsizer.h
gdicmn.h added wxGetDisplayPPI() convenience function and wxPrintout::SetPPI*() overloads accepting single wxSize argument 2008-09-21 09:35:49 +00:00
gdiobj.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
geometry.h
gifdecod.h
glcanvas.h
graphics.h fix warnings about hiding virtual wxGraphicsContext::DrawText() overloads by using different names for the implementation functions 2008-11-13 12:16:39 +00:00
grid.h
hash.h
hashmap.h don't change the value of the hash element if insert() didn't add it (closes #10261) 2008-12-17 09:34:48 +00:00
hashset.h
headercol.h export wxSettableHeaderColumn from DLL 2008-12-11 13:27:03 +00:00
headerctrl.h made wxHeaderCtrl::GetColumn() const to get rid of the const_cast<>s 2008-12-17 00:11:57 +00:00
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
hyperlink.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
icon.h complete rev55777 with some icon.h modifications which I missed in the first place 2008-09-21 21:09:36 +00:00
iconbndl.h add header required for PCH-less mingw32 compilation (closes #10196) 2008-11-18 14:41:45 +00:00
iconloc.h
imagbmp.h
image.h provide GetSize() getters in wxBitmap and wxImage 2008-11-28 22:29:29 +00:00
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
init.h
intl.h
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h added wxConnection::IsTextFormat() 2008-10-16 12:32:06 +00:00
joystick.h
kbdstate.h allow specifying the initial modifier keys values in the ctor 2008-09-19 23:59:39 +00:00
layout.h
laywin.h
link.h
list.h STL build: fix missing const which results in Insert(int, T) being called instead of Insert(iterator, T) via iterator->bool conversion (this fixes at least one test failure) 2008-12-12 16:57:11 +00:00
listbase.h added self-assignment check to wxListItem::operator=() 2008-11-12 14:36:21 +00:00
listbook.h use #defines, not typedefs, for compatibility class names declarations to avoid breaking existing code forward declaring them 2008-09-18 16:56:53 +00:00
listbox.h
listctrl.h
listimpl.cpp
log.h a couple of more left over Borland unused variable/code warnings fixes 2008-10-20 10:52:17 +00:00
longlong.h
math.h fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721 2008-09-22 16:20:43 +00:00
matrix.h
mdi.h include wx/menu.h as we delete wxMenu pointer in this header (and creating a separate .cpp file just to move the code doing it there seems impractical) 2008-11-04 12:11:30 +00:00
mediactrl.h Get wxMediaCtrl stub impl. going for OS X Cocoa. 2008-09-25 00:02:52 +00:00
memconf.h
memory.h
memtext.h
menu.h fixed a missing ampersand 2008-10-28 15:34:46 +00:00
menuitem.h
metafile.h
mimetype.h
minifram.h
module.h
mousestate.h fix g++ warning about order of objects in the initializer list 2008-09-20 21:58:20 +00:00
msgdlg.h make more readable the checks for incoherent style flags 2008-11-28 17:58:39 +00:00
msgout.h
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h use #defines, not typedefs, for compatibility class names declarations to avoid breaking existing code forward declaring them 2008-09-18 16:56:53 +00:00
notifmsg.h use wxEmptyString instead of wxString() for default values 2008-10-13 08:51:45 +00:00
numdlg.h
object.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
odcombo.h make access for virtuals match base 2008-11-16 18:20:21 +00:00
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
pickerbase.h
platform.h
platinfo.h
popupwin.h
position.h
power.h
print.h
printdlg.h
prntbase.h use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes) 2008-11-08 15:01:00 +00:00
process.h
progdlg.h
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h
rearrangectrl.h PCH-less build fixes 2008-12-17 08:47:30 +00:00
recguard.h
regex.h no real changes, just fixed all occurences of 'occurence' typo 2008-09-29 12:10:58 +00:00
region.h
renderer.h Forward port new wxRenderer methods in 2.8 to trunk. 2008-12-13 17:36:27 +00:00
sashwin.h
sckaddr.h don't include (private) wx/gsocket.h from public header, forward declaring GAddress is enough 2008-11-26 12:07:20 +00:00
sckipc.h use buffered streams to reduce the number of TCP packets used per IPC command from up to 7 to 1 for reasonably sized payloads, this dramatically (by 150 times for the IPC benchmark on a LAN) increases performance; also centralize all the streams used in a single wxIPCSocketStreams class and allocate only it on the heap instead of doing it for all of the streams 2008-10-29 16:45:55 +00:00
sckstrm.h
scopeguard.h store the value to be set inside wxON_BLOCK_EXIT_SET(), this allows to use temporaries with it and also fixes the test failure when built with icc and optimizations on (not sure if it is a compiler bug or not but in any case it seems better to fix it) 2008-11-19 12:06:17 +00:00
scrolbar.h
scrolwin.h remove assert from GetSizeAvailableForScrollTarget 2008-10-18 13:50:10 +00:00
selstore.h
settings.h
setup_gccxml.h remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them 2008-11-02 02:16:09 +00:00
setup_inc.h
setup_redirect.h
sizer.h
slider.h
snglinst.h
socket.h Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known 2008-11-28 12:47:07 +00:00
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h
sstream.h
stack.h
stackwalk.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
statbmp.h
statbox.h
statline.h
stattext.h compilation fix for include wx/generic/stattextg.h before/without including wx/stattext.h in PCH-less wxUniv build 2008-10-17 12:02:47 +00:00
statusbr.h declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
stdpaths.h correct the example/documentation of GetDocumentsDir() return value 2008-10-05 22:56:23 +00:00
stockitem.h
stopwatch.h
strconv.h fix some of icc 11.0 warnings and disable a few others 2008-11-16 14:24:13 +00:00
stream.h provide ctors allowing to specify the non-default buffer size for buffered streams and wxStreamBuffer itself 2008-10-29 16:42:45 +00:00
string.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
stringimpl.h
stringops.h
strvararg.h fix some of icc 11.0 warnings and disable a few others 2008-11-16 14:24:13 +00:00
sysopt.h
tab.h
tabctrl.h
tarstrm.h interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them 2008-10-04 11:01:50 +00:00
taskbar.h added wxTaskBarIcon::IsAvailable 2008-09-30 20:54:02 +00:00
tbarbase.h
textbuf.h
textctrl.h interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them 2008-10-04 11:01:50 +00:00
textdlg.h
textentry.h
textfile.h
tglbtn.h
thread.h no change; just reformat wxThreadHelper::KillThread's comment and refer to wxThreadHelperThread inside it 2008-11-28 17:56:10 +00:00
thrimpl.cpp fix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111) 2008-10-27 16:46:43 +00:00
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
treebase.h
treebook.h
treectrl.h
txtstrm.h
types.h
unichar.h fix some of icc 11.0 warnings and disable a few others 2008-11-16 14:24:13 +00:00
uri.h
url.h
ustring.h set correct properties for the new files 2008-12-23 15:29:28 +00:00
utils.h deprecate wxStringEq 2008-12-10 20:07:33 +00:00
valgen.h
validate.h
valtext.h
variant.h remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them 2008-11-02 02:16:09 +00:00
vector.h added wxVector::resize() 2008-12-11 13:45:04 +00:00
version.h
vidmode.h
vlbox.h move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr 2008-10-28 15:03:37 +00:00
vms_x_fix.h
volume.h give a name to the enum to make it easier to reference it in docs 2008-11-22 15:54:33 +00:00
vscroll.h
weakref.h define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3.2 is reported not to work otherwise) 2008-12-19 09:58:49 +00:00
wfstream.h fixes #9982 2008-09-21 19:04:42 +00:00
window.h disable UI updating during GetPopupMenuSelectionFromUser() execution to avoid unexpected clashes between the ids used in it and the update UI handlers elsewhere in the program 2008-12-15 11:02:49 +00:00
windowid.h
wizard.h
wrapsizer.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 add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it 2008-11-29 14:41:02 +00:00
wxcrtbase.h
wxcrtvararg.h
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 replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
xpmdecod.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
xpmhand.h
xti.h
xtistrm.h
xtixml.h
zipstrm.h
zstream.h give a name to wxZlib enums to make it easier to document them 2008-09-27 10:58:15 +00:00