wxWidgets/include/wx
2009-01-11 00:34:09 +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
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 fixing wrong constant 2009-01-10 19:56:13 +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 Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change 2009-01-10 15:16:03 +00:00
protocol
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
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
arrstr.h
artprov.h
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
bookctrl.h
brush.h
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
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
collpane.h
colordlg.h
colour.h
combo.h
combobox.h
confbase.h
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
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
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
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
dlist.h
dnd.h
docmdi.h
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
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
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
fileconf.h
filectrl.h
filedlg.h
filefn.h fix deprecation warnings when building filefn.cpp 2009-01-10 16:04:36 +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
flags.h
fmappriv.h
font.h
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
fs_zip.h
gauge.h
gbsizer.h
gdicmn.h fix a couple of typos 2009-01-10 11:11:33 +00:00
gdiobj.h
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 fix build with wxUSE_MENU==0 (closes #10330) 2009-01-11 00:34:09 +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
icon.h
iconbndl.h
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
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
listbook.h
listbox.h
listctrl.h
listimpl.cpp
log.h
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
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
numdlg.h
object.h
odcombo.h
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
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
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
sckstrm.h
scopeguard.h
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
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
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h
stringimpl.h
stringops.h
strvararg.h
sysopt.h
tarstrm.h
taskbar.h
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
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
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
vector.h reverted apparently accidental change of r57896 2009-01-10 14:55:56 +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
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
xpmdecod.h
xpmhand.h
xti.h
xtistrm.h
xtixml.h
zipstrm.h
zstream.h