wxWidgets/include/wx
2002-05-07 20:40:04 +00:00
..
generic wxPanel is a canvas in wxUniv sense of the word 2002-05-06 14:09:47 +00:00
gtk initialize wxBitmapButton members 2002-05-04 11:57:39 +00:00
gtk1 initialize wxBitmapButton members 2002-05-04 11:57:39 +00:00
html wxHtmlBookRecords needs not be wxObject 2002-04-16 23:02:24 +00:00
mac added wxCheckBox::IsChecked() to wxMac and documented it 2002-05-06 11:40:16 +00:00
mgl Added wxDF_HTML 2002-04-17 11:48:11 +00:00
motif changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag 2002-04-28 14:30:54 +00:00
msw fixed multiple bugs in multiple selection wxCheckListBoxes 2002-05-05 23:09:37 +00:00
os2 Mono bitmap processing updates 2002-05-07 04:56:22 +00:00
protocol
stc Make it easier to not use wxPopupWindow in wxSTC, and for now, don't 2002-05-03 23:30:40 +00:00
univ Glitches in wxDelegateRenderer 2002-04-25 20:19:15 +00:00
unix wxIconBundle implementation. 2002-03-26 21:54:23 +00:00
x11 changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag 2002-04-28 14:30:54 +00:00
xrc compatibility macro 2002-04-08 22:50:56 +00:00
.cvsignore
accel.h implemented explicit copy constructor and assignement operator 2002-05-07 20:40:04 +00:00
app.h added wxBuildOptions and check that they are the same for the program and the library on startup 2002-05-07 19:56:43 +00:00
arrimpl.cpp added support for add/insert/deleting many items at once in wxArray (patch 548050) 2002-04-26 21:58:46 +00:00
artprov.h make wxArtProvider pure virtual (I was not so on 2002-04-16 23:03:24 +00:00
bitmap.h corrected warnings when compiling with -Wall -W 2002-05-03 19:41:22 +00:00
bmpbuttn.h
brush.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
buffer.h corrected warnings when compiling with -Wall -W 2002-05-03 19:41:22 +00:00
build.h added wxBuildOptions and check that they are the same for the program and the library on startup 2002-05-07 19:56:43 +00:00
busyinfo.h
button.h
calctrl.h
caret.h
checkbox.h
checklst.h
chkconf.h added a few more consistency tests which used to be in wx\msw\setup.h 2002-05-01 16:15:01 +00:00
choicdlg.h
choice.h
clipbrd.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
clntdata.h
cmdline.h corrected includes when wxUSE_CMDLINE_PARSER is 0 2002-01-26 21:59:52 +00:00
cmdproc.h Added back the missing Undo/Redo accelerators that unaccountably 2002-04-11 16:50:55 +00:00
cmndata.h added a const version of wxColourData::GetColour() 2002-03-07 23:36:44 +00:00
colordlg.h uses native implementation for mac 2002-04-24 19:53:23 +00:00
colour.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
combobox.h
confbase.h a preprocessor constant must be 0, not FALSE 2002-04-12 10:24:24 +00:00
config.h
containr.h
control.h
cshelp.h
ctrlsub.h
cursor.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
dataobj.h Implemented a simple modality under X11. 2002-02-23 21:26:16 +00:00
date.h
datetime.h made wxDateTimeDefault an object and not a reference to avoid (well, minimize) initialization order problems 2002-02-15 16:36:04 +00:00
datetime.inl
datstrm.h
db.h Committing in . 2002-03-26 09:37:35 +00:00
dbgrid.h
dbkeyg.h
dbtable.h
dc.h Added wxDF_HTML 2002-04-17 11:48:11 +00:00
dcbuffer.h really, it will build for 'doze this time. 2002-03-17 07:48:31 +00:00
dcclient.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
dcmemory.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
dcprint.h
dcps.h
dcscreen.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
dde.h
debug.h added wxCOMPILE_TIME_ASSERT2() macro allowing to give the unique name to the struct used by wxCOMPILE_TIME_ASSERT() and use it in dynarray.h 2002-02-07 12:33:40 +00:00
defs.h fixed definition of TRUE broken by the last commit 2002-05-01 16:25:23 +00:00
dialog.h
dialup.h corrected include guards 2002-05-03 19:33:43 +00:00
dir.h AIX compilation fixes from Paul Thiessen 2002-02-15 15:11:06 +00:00
dirctrl.h
dirdlg.h added missing include file 2002-05-04 13:17:36 +00:00
dnd.h changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag 2002-04-28 14:30:54 +00:00
docmdi.h
docview.h Applied docview patch 2002-04-12 13:15:44 +00:00
dragimag.h Added wxDF_HTML 2002-04-17 11:48:11 +00:00
dynarray.h added support for add/insert/deleting many items at once in wxArray (patch 548050) 2002-04-26 21:58:46 +00:00
dynlib.h
dynload.h fixed a fatal bug in DLL loading code: the deleted entries were never removed from the list of the loaded libraries 2002-04-22 12:28:02 +00:00
effects.h
encconv.h wxArray<T> macros have been changed to fix runtime problems under 64 bit 2002-03-06 06:31:34 +00:00
event.h Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it 2002-04-12 20:26:43 +00:00
evtloop.h Added SetActive to wxEventLoop 2002-03-24 21:19:27 +00:00
expr.h
fdrepdlg.h
features.h added raw key code and flags support (based on patch from Bryce Denney) 2002-04-07 21:06:59 +00:00
ffile.h include wx/defs.h to get wxUSE_FFILE 2002-05-06 10:52:35 +00:00
file.h
fileconf.h added missing default values for the 2nd argument of DeleteEntry() 2002-03-05 00:32:46 +00:00
filedlg.h Now compiling 2002-02-08 17:44:23 +00:00
filefn.h more MSLU fixes and moved MSLU stuff into separate file 2002-02-17 23:29:25 +00:00
filename.h fixed several bugs in Mkdir() and also modified its API to be more user friendly (based on the patch 541033 from Chris Elliott) 2002-04-08 16:28:50 +00:00
filesys.h added wx type info macros for wxFSFile 2002-02-01 02:08:19 +00:00
font.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
fontdlg.h typos due to much cut-and-paste: colour -> font in the docs and comment 2002-01-23 12:06:33 +00:00
fontenc.h
fontenum.h
fontmap.h added wxFontMapper::Get/Set 2002-04-06 15:04:27 +00:00
fontutil.h
frame.h These methods should be public 2002-05-02 23:56:00 +00:00
fs_inet.h added missing include guards 2002-03-06 11:17:14 +00:00
fs_mem.h added missing include guards 2002-03-06 11:17:14 +00:00
fs_zip.h added missing include guards 2002-03-06 11:17:14 +00:00
gauge.h
gdicmn.h corrected warnings when compiling with -Wall -W 2002-05-03 19:41:22 +00:00
gdiobj.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
geometry.h
gifdecod.h
glcanvas.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
grid.h
gsocket.h
hash.h
hashmap.h minor fixes to #include 2002-03-19 00:04:17 +00:00
help.h Use wxHtmlHelpController for HTML help, not wxHelpControllerHtml :-) 2002-03-23 12:02:54 +00:00
helpbase.h
helphtml.h
helpwin.h
icon.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
iconbndl.h corrected dynarray.h include 2002-03-28 14:14:00 +00:00
imagbmp.h A couple of changes to wxImage: 2002-02-16 01:45:30 +00:00
image.h cleaning up the mess created by the FloodFill patch 2002-04-07 23:05:49 +00:00
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h use the native wxImageList under Win32 as otherwise xUniv doesn't link currently 2002-02-14 14:23:35 +00:00
imagpcx.h
imagpng.h
imagpnm.h
imagtiff.h
imagxpm.h
intl.h rewrote wxLocale to work in Unicode mode and support charsets better 2002-03-15 23:28:15 +00:00
ioswrap.h
ipc.h added wx/ipc.h and used/documented it 2002-04-15 18:24:46 +00:00
ipcbase.h
isql.h
isqlext.h
joystick.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
layout.h
laywin.h
list.h Applied wxList::Prepend() patch. 2002-02-23 18:58:25 +00:00
listbox.h
listctrl.h Merges from Scitech Branch (George Davison): 2002-02-07 18:46:31 +00:00
listimpl.cpp
log.h fixed memory leak in wxLogChain 2002-04-27 22:14:49 +00:00
longlong.h corrected post increment operators which must return value before increment 2002-04-24 05:59:46 +00:00
matrix.h
mdi.h cleaned a bit of mess in wxX11 2002-02-17 14:53:58 +00:00
memconf.h
memory.h
memtext.h
menu.h wxITEM_FOO instead of wxItem_Foo, for the sake of consistency 2002-03-22 19:18:51 +00:00
menuitem.h Applied docview patch 2002-04-12 13:15:44 +00:00
metafile.h
mimetype.h
minifram.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
module.h
msgdlg.h
mstream.h
notebook.h
object.h fixes for operator new declaration/definition (patch 549349) 2002-04-27 10:35:04 +00:00
odbc.h
ownerdrw.h
palette.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
panel.h
paper.h
pen.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
platform.h changes needed for compilation with Project Builder 2002-02-24 17:58:30 +00:00
popupwin.h let the popup listbox process the kbd messages in wxComboBox 2002-03-21 02:36:25 +00:00
print.h
printdlg.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
prntbase.h
process.h
progdlg.h
prop.h
propform.h
proplist.h
quantize.h
radiobox.h
radiobut.h
regex.h
region.h Reformatted Motif headers; added __WXX11__ symbol support to common headers; 2002-02-05 16:34:33 +00:00
resource.h
sashwin.h
sckaddr.h only call GSocket_Init() when needed and do call it before using GAddress_XXX 2002-02-24 13:51:43 +00:00
sckipc.h implemented IPC using Unix domain sockets 2002-04-12 15:13:53 +00:00
sckstrm.h
scrolbar.h
scrolwin.h Added knowledge of virtual size to wx(Scrolled)Windows, they can now 2002-04-19 22:12:38 +00:00
settings.h Added screen design to system settings for 2002-05-04 18:33:35 +00:00
setup_redirect.h Moved setup.h out of the way 2002-01-26 10:59:51 +00:00
sizer.h Added knowledge of virtual size to wx(Scrolled)Windows, they can now 2002-04-19 22:12:38 +00:00
slider.h
snglinst.h
socket.h only call GSocket_Init() when needed and do call it before using GAddress_XXX 2002-02-24 13:51:43 +00:00
spawnbrowser.h
spinbutt.h
spinctrl.h
splash.h
splitter.h include wx/event.h before declarign the types (patch 543270) 2002-04-13 16:41:03 +00:00
stack.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h Implemented wxStatusBar::Push/PopStatusText. 2002-05-02 20:07:10 +00:00
strconv.h implemented explicit copy constructor and assignement operator 2002-05-07 20:40:04 +00:00
stream.h
string.h added Append(const wxString&) overload and replaced all wxASSERTs with wxASSERT_MSGs in attempt to make them more clear 2002-04-29 12:37:34 +00:00
sysopt.h
tab.h
tabctrl.h
taskbar.h
tbarbase.h made radio buttons and the toolbat text work for Win32 toolbar 2002-03-26 00:44:57 +00:00
tbarsmpl.h implemented (but it doesn't work yet) the radio buttons and text in the buttons for the GTK toolbars 2002-03-25 21:38:18 +00:00
textbuf.h wxArray<T> macros have been changed to fix runtime problems under 64 bit 2002-03-06 06:31:34 +00:00
textctrl.h corrected warnings when compiling with -Wall -W 2002-05-03 19:41:22 +00:00
textdlg.h
textfile.h
tglbtn.h
thread.h changed wxCondition API to take a reference, not pointer, to wxMutex 2002-04-02 15:37:57 +00:00
time.h
timer.h fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start()) and changed Pause()/Resume() calls to nest 2002-04-09 10:35:35 +00:00
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h compilation fixes for wxUSE_TOOLBAR under MSW 2002-03-15 00:33:05 +00:00
tooltip.h
toplevel.h wxIconBundle implementation. 2002-03-26 21:54:23 +00:00
treebase.h wxArray<T> macros have been changed to fix runtime problems under 64 bit 2002-03-06 06:31:34 +00:00
treectrl.h
treelay.h
txtstrm.h
types.h
url.h
utils.h added wxShutdown (patch 547443) 2002-05-05 14:18:36 +00:00
valgen.h
validate.h
valtext.h Applied custom character filter patch for text validator 2002-04-14 11:05:18 +00:00
variant.h
vector.h
version.h
vms_x_fix.h
volume.h compilation fix: include wx/iconbndl.h 2002-03-27 16:30:42 +00:00
wave.h
wfstream.h
window.h added and documented wxWindow::SetFocusFromKbd 2002-04-21 00:31:35 +00:00
wizard.h wxWizardPage(Simple) can do two-phase creation now 2002-04-21 11:45:37 +00:00
wx_cw_cm.h
wx_cw_d.h
wx_cw.h
wx_cwc_d.h
wx_cwc.h
wx_cwu_d.h
wx.h
wxchar.h warning fix for cygwin (patch 539654) 2002-04-05 10:43:33 +00:00
wxexpr.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
xpmdecod.h
xpmhand.h
zipstrm.h
zstream.h