wxWidgets/include/wx
2019-01-30 15:59:37 +00:00
..
android Add wxUSE_WINSOCK2 wxMSW option to include winsock2.h 2019-01-28 00:34:34 +01:00
aui Implement wxAuiNotebook::GetBestSize() 2018-12-23 17:05:09 +01:00
dfb Remove redundant wxDFBDCImpl::m_mm_to_pix_[xy] members 2018-12-06 03:30:55 +01:00
generic Merge branch 'dvc-var-height' 2019-01-16 01:25:06 +01:00
gtk Add wxUSE_WINSOCK2 wxMSW option to include winsock2.h 2019-01-28 00:34:34 +01:00
gtk1 Fix wxGTK1 build after wxFont API changes 2018-09-17 15:24:42 +02:00
html Fix build without precompiled headers 2018-11-26 23:51:40 +01:00
meta
motif Add missing wxFont constructor to wxMotif 2018-09-19 22:02:47 +02:00
msw Add wxPU_CONTAINS_CONTROLS style for wxPopupWindow 2019-01-28 00:48:16 +01:00
osx macOS wxWidgetImpl constructor with flags 2019-01-03 20:02:24 +01:00
persist
private Invalidate wxDisplay cache under MSW when the displays change 2019-01-04 14:09:56 +01:00
propgrid Use wxEventType instead of int 2019-01-11 19:22:50 +01:00
protocol
qt Clean up the code a bit to follow the guidelines, including handling of default in switches and line length. 2019-01-30 15:59:37 +00:00
ribbon
richtext
stc
univ Add wxUSE_WINSOCK2 wxMSW option to include winsock2.h 2019-01-28 00:34:34 +01:00
unix Build fix for wxUSE_CONSOLE_EVENTLOOP==0 under Unix 2018-10-10 19:07:28 +02:00
x11 Deprecate Set{Height,Width,Depth} for other platforms as well 2018-09-23 20:02:21 -07:00
xml
xrc
aboutdlg.h
accel.h
access.h
activityindicator.h
addremovectrl.h
affinematrix2d.h
affinematrix2dbase.h
afterstd.h
anidecod.h
animate.h
animdecod.h
any.h
anybutton.h
anystr.h
app.h
appprogress.h
apptrait.h
archive.h
arrimpl.cpp
arrstr.h
artprov.h
atomic.h
bannerwindow.h
base64.h
beforestd.h
bitmap.h Fixes and Cleanup 2018-09-24 00:11:31 +02:00
bmpbuttn.h
bmpcbox.h
bookctrl.h Fix adding pages without associated window to wxTreebook 2018-09-18 00:33:59 +02:00
brush.h
buffer.h
build.h
busyinfo.h
button.h
calctrl.h
caret.h
catch_cppunit.h
chartype.h
checkbox.h
checkeddelete.h
checklst.h
chkconf.h Add message "wxStyledTextCtrl requires wxUSE_SCROLLBAR" 2018-10-21 22:01:49 -04:00
choicdlg.h
choice.h
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdargs.h
cmdline.h
cmdproc.h
cmndata.h
collheaderctrl.h
collpane.h Propagate InformFirstDirection() to wxCollapsiblePane pane 2018-10-21 16:45:24 +02:00
colordlg.h
colour.h Adding IsSolid to wxColour 2018-10-30 20:53:35 +01:00
colourdata.h
combo.h Don't re-enter wxComboCtrlBase::HidePopup 2018-11-14 21:30:35 +01:00
combobox.h
commandlinkbutton.h
compiler.h
compositewin.h
confbase.h
config.h
containr.h
control.h
convauto.h
cpp.h
crt.h
cshelp.h
ctrlsub.h
cursor.h
custombgwin.h
dataobj.h Switch wxQt to use UTF-8 for text data transfer via wxDataObject. The result otherwise was less than useful. 2019-01-30 15:03:05 +00:00
dataview.h
datectrl.h
dateevt.h
datetime.h
datetimectrl.h
datstrm.h
dc.h Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
dcbuffer.h
dcclient.h
dcgraph.h Improve creating wxGCDC from an existing wxGraphicsContext 2018-12-06 03:40:49 +01:00
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h Fix build with wxUSE_PALETTE==0 2018-10-09 22:24:58 -07:00
dde.h
debug.h
debugrpt.h
defs.h Get rid of wxRA_LEFTTORIGHT and wxRA_TOPTOBOTTOM styles 2019-01-27 15:26:16 +01:00
dialog.h
dialup.h
dir.h
dirctrl.h
dirdlg.h
display.h Invalidate wxDisplay cache under MSW when the displays change 2019-01-04 14:09:56 +01:00
dlimpexp.h
dlist.h
dnd.h
docmdi.h
docview.h
dragimag.h
dvrenderers.h
dynarray.h Don't export sorted dynamic arrays from the shared library 2018-11-10 12:17:53 +01:00
dynlib.h
dynload.h
editlbox.h
effects.h
encconv.h
encinfo.h
event.h Synchronize joystick events between all ports 2018-11-05 19:27:36 +01:00
eventfilter.h
evtloop.h
evtloopsrc.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h
fileconf.h
filectrl.h
filedlg.h
filefn.h
filehistory.h
filename.h
filepicker.h
filesys.h
flags.h
fmappriv.h
font.h Suppress gcc -Wfloat-conversion warning in wxFontInfo ctor 2018-09-18 15:57:43 +02:00
fontdata.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h Add wxNativeFontInfo::SetSizeOrDefault() and use it in all ports 2018-09-17 15:24:41 +02:00
frame.h
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
fswatcher.h
gauge.h
gbsizer.h Replace wxSizer::RecalcSizes() with RepositionChildren() 2018-12-20 23:36:51 +01:00
gdicmn.h Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02:00
gdiobj.h
geometry.h
gifdecod.h
glcanvas.h
graphics.h Add wxGraphicsContext::GetWindow() 2018-11-06 03:36:53 +01:00
grid.h
hash.h Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
hashmap.h
hashset.h Apply g++ 4.7 workaround in hash set macros to this compiler only 2019-01-04 23:51:31 +01:00
headercol.h
headerctrl.h Update column width in wxHeaderCtrlSimple while resizing the column 2019-01-20 13:22:50 +01:00
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
hyperlink.h Return true from wxHyperlinkCtrl::MSWOnNotify() 2018-11-05 19:35:44 +01:00
icon.h forgotten commit of header change for generic icon 2018-09-24 00:11:31 +02:00
iconbndl.h
iconloc.h
imagbmp.h
image.h
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h Fold wxOSX-specific wxImageList into generic version 2018-10-30 16:28:07 +01:00
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
infobar.h
init.h
intl.h
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h
itemattr.h
itemid.h
joystick.h
kbdstate.h
language.h
layout.h
laywin.h
link.h
list.h
listbase.h
listbook.h
listbox.h
listctrl.h
listimpl.cpp
log.h
longlong.h
lzmastream.h
math.h Move wxCTZ() documentation to the appropriate place 2018-11-05 19:27:53 +01:00
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h
menuitem.h
metafile.h
mimetype.h
minifram.h
modalhook.h
module.h
mousemanager.h
mousestate.h
msgdlg.h
msgout.h
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h
notifmsg.h
numdlg.h
numformatter.h
object.h
odcombo.h Replace wxArrayPtrVoid with wxVector<void*> 2019-01-04 21:37:27 +01:00
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
peninfobase.h
persist.h
pickerbase.h
platform.h
platinfo.h
popupwin.h Add wxPU_CONTAINS_CONTROLS style for wxPopupWindow 2019-01-28 00:48:16 +01:00
position.h
power.h
preferences.h
print.h
printdlg.h
prntbase.h
process.h
progdlg.h
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h
radiobox.h
radiobut.h
range.h
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h
richmsgdlg.h
richtooltip.h
rtti.h
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h
secretstore.h
selstore.h
settings.h
setup_inc.h
setup_redirect.h
sharedptr.h
simplebook.h
sizer.h Replace wxSizer::RecalcSizes() with RepositionChildren() 2018-12-20 23:36:51 +01:00
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h
sstream.h
stack.h
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h
stdpaths.h
stdstream.h
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h
stringimpl.h
stringops.h
strvararg.h
sysopt.h
systhemectrl.h Fix wxMSW build with wxUSE_UXTHEME==0 2018-12-08 20:24:05 +01:00
tarstrm.h
taskbar.h
taskbarbutton.h
tbarbase.h
testing.h Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
textbuf.h
textcompleter.h
textctrl.h
textdlg.h
textentry.h
textfile.h
textwrapper.h
tglbtn.h
thread.h
thrimpl.cpp
time.h
timectrl.h
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h Fix removing and inserting pages in wxToolbook 2018-12-05 17:23:57 +01:00
tooltip.h
toplevel.h
tracker.h
translation.h Revert all recent changes to wxTranslations 2018-12-23 17:33:49 +01:00
treebase.h
treebook.h Fix adding pages without associated window to wxTreebook 2018-09-18 00:33:59 +02:00
treectrl.h
treelist.h
txtstrm.h
typeinfo.h
types.h
uiaction.h
unichar.h Include <utility> to get std::swap() declaration in C++11 2018-09-17 23:01:30 +02:00
uri.h
url.h
ustring.h
utils.h
valgen.h
validate.h
valnum.h Suppress harmless gcc -Wfloat-equal in wxNumValidator code 2018-11-20 14:11:53 +01:00
valtext.h wxTextValidator improvements 2019-01-05 23:33:35 +01:00
variant.h
variantbase.h
vector.h Make wxVector::reverse_iterator satisfy RandomAccessIterator 2018-12-07 14:52:51 +01:00
version.h Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
versioninfo.h
vidmode.h
vlbox.h
vms_x_fix.h
volume.h
vscroll.h
weakref.h
webview.h
webviewarchivehandler.h
webviewfshandler.h
wfstream.h
window.h
windowid.h
windowptr.h
withimages.h
wizard.h
wrapsizer.h Replace wxSizer::RecalcSizes() with RepositionChildren() 2018-12-20 23:36:51 +01:00
wupdlock.h
wx.h
wxchar.h
wxcrt.h
wxcrtbase.h
wxcrtvararg.h
wxhtml.h
wxprec.h
xlocale.h
xpmdecod.h
xpmhand.h
xti2.h
xti.h
xtictor.h
xtihandler.h
xtiprop.h
xtistrm.h
xtitypes.h
xtixml.h
zipstrm.h
zstream.h