wxWidgets/include/wx
2009-01-10 14:43:22 +00:00
..
aui Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX 2009-01-07 14:45:27 +00:00
cocoa change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dfb change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
generic Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not support multiple combined styles; fix wxTextValidator::Validate when wxFILTER_EXCLUDE_LIST is used; fixes #1211 2009-01-09 12:43:20 +00:00
gtk use wxRound(x) instead of int( x+0.5 ) 2009-01-08 14:36:18 +00:00
gtk1 a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
html s/FALSE/false 2008-10-29 18:58:21 +00:00
meta
mgl a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
motif change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
msdos
msw a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
os2 a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
osx supporting PopUp on osx cocoa as well, see #10361 2009-01-10 14:43:22 +00:00
palmos a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
private fix a couple of typos 2009-01-10 11:11:33 +00:00
propgrid Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive 2009-01-07 18:53:09 +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 unhide the second wxTextAreaBase::HitTest() overload to suppress a warning about it 2008-12-25 12:45:59 +00:00
univ get rid of the wxListString class in wxStatusBar code; introduce a wxStatusBarPane class which enormously simplifies the code handling stacks/widths/styles of panes 2008-12-31 12:28:05 +00:00
unix added wxFDIODispatcher::HasPending() and implemented correctly wxConsoleEventLoop::Pending() using it to fix the pending events processing in console event loop based programs; also changed wxFDIODispatcher::Dispatch() return type/value to be able to indicate the errors 2009-01-03 01:21:24 +00:00
x11 a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +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 fix wxYield[IfNeeded] dll linkage (closes #10325) 2009-01-07 11:28:50 +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
calctrl.h Fix wxCalendarEvent and wxTextUrlEvent event classes implementing Clone() correctly (as pointed out by the new runtime check) 2008-12-27 14:23:38 +00:00
caret.h
chartype.h
checkbox.h
checklst.h
chkconf.h remove the long deprecated wxTabCtrl class 2008-12-27 14:58:12 +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 VC6 compilation fix after r57689 (closes #10318) 2009-01-01 15:17:05 +00:00
convauto.h
cpp.h
cppunit.h abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUALS_TO_INT() macro 2009-01-04 16:04:22 +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
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 use #if instead of #ifdef for WX_COMPAT 2009-01-09 12:40:11 +00:00
dcbuffer.h
dcclient.h
dcgraph.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcmemory.h
dcmirror.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcprint.h make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
dcps.h
dcscreen.h
dcsvg.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dde.h
debug.h
debugrpt.h
defs.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +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 minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefilename; avoid some (small) code duplication; closes #10080 2009-01-09 16:13:49 +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 no real change: rename wxPendingEvents to wxHandlersWithPendingEvents since its current name is misleading; that's not a list of events but a list of event handlers 2008-12-28 19:30:43 +00:00
evtloop.h implement DispatchTimeout() for wxCocoa 2008-12-28 14:25:00 +00:00
except.h
fdrepdlg.h fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent to implement Clone() correctly 2008-12-27 14:48:26 +00:00
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 deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions) 2009-01-07 01:29:54 +00:00
filename.h rewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeDir; add test units and docs for them 2009-01-07 00:38:46 +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 fix a couple of typos 2009-01-10 11:11:33 +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 use #if instead of #ifdef for WX_COMPAT 2009-01-09 12:40:11 +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 extract AddColumnsItems() from ShowColumnsMenu() to make it possible to reuse it in custom menu 2008-12-30 23:19:06 +00:00
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h add the HTML string of the selected item to wxSimpleHtmlListBox events (closes #10159) 2008-12-29 16:06:53 +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
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 add wxImage::Clear (patch by troelsk); closes #10141 2009-01-09 15:35:59 +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
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
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
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
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
msgdlg.h fix GCC warning "suggest explicit braces..." 2009-01-02 18:10:10 +00:00
msgout.h
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h
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 ensure that WIN32 is defined, winsock2.h relies on it being defined and fails in interesting ways (by silently changing the struct alignment resulting in difficult to diagnose crashes later) if it isn't 2008-12-30 11:01:28 +00:00
platinfo.h
popupwin.h
position.h
power.h fix wxPowerEvent, wxRichTextEvent and wxWizardEvent so that they pass the runtime check for correct implementation of the Clone() function 2008-12-28 01:29:37 +00:00
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 make wxRearrangeDialog more customizable and add an example of customizing it to the dialogs sample 2008-12-31 14:26:52 +00:00
recguard.h
regex.h fix header dependancy 2009-01-02 17:29:32 +00:00
region.h a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
renderer.h Forward port new wxRenderer methods in 2.8 to trunk. 2008-12-13 17:36:27 +00:00
sashwin.h
sckaddr.h VC6 doesn't support using keyword (closes #10322) 2009-01-01 17:08:41 +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 make Scroll() itself virtual too as existing code might override it (but new code should override DoScroll() only); use the same access in the derived classes as in wxScrollHelperBase 2008-12-25 12:27:20 +00:00
selstore.h
settings.h make colours used by list and tree controls more consistent with the system theme settings; also use the correct colour for the status bar (closes #10089) 2008-12-25 13:03:24 +00:00
setup_gccxml.h remove the long deprecated wxTabCtrl class 2008-12-27 14:58:12 +00:00
setup_inc.h remove the long deprecated wxTabCtrl class 2008-12-27 14:58:12 +00:00
setup_redirect.h
sizer.h also add wxSizer::IsEmpty() 2009-01-01 23:25:37 +00:00
slider.h
snglinst.h
socket.h streamline handling of wxSOCKET_LOST in DoWait() 2009-01-02 22:07:45 +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 move Ellipsize() to wxControl so it can be easily used by other controls 2008-12-28 21:16:00 +00:00
statusbr.h get rid of the wxListString class in wxStatusBar code; introduce a wxStatusBarPane class which enormously simplifies the code handling stacks/widths/styles of panes 2008-12-31 12:28:05 +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
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 Fix wxCalendarEvent and wxTextUrlEvent event classes implementing Clone() correctly (as pointed out by the new runtime check) 2008-12-27 14:23:38 +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 fix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMIC_CLASS macro 2008-12-27 13:40:49 +00:00
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
treebase.h fix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMIC_CLASS macro 2008-12-27 13:40:49 +00:00
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 fix wxYield[IfNeeded] dll linkage (closes #10325) 2009-01-07 11:28:50 +00:00
valgen.h
validate.h
valtext.h Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not support multiple combined styles; fix wxTextValidator::Validate when wxFILTER_EXCLUDE_LIST is used; fixes #1211 2009-01-09 12:43:20 +00:00
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 insert missing iclude file 2009-01-07 19:50:26 +00:00
version.h
vidmode.h
vlbox.h add the HTML string of the selected item to wxSimpleHtmlListBox events (closes #10159) 2008-12-29 16:06:53 +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
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 fix wxPowerEvent, wxRichTextEvent and wxWizardEvent so that they pass the runtime check for correct implementation of the Clone() function 2008-12-28 01:29:37 +00:00
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