.. |
generic
|
wxDirDialog no longer shows hidden files. I don't
|
2002-01-09 18:00:39 +00:00 |
gtk
|
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
|
2002-01-14 19:04:35 +00:00 |
gtk1
|
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
|
2002-01-14 19:04:35 +00:00 |
html
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
mac
|
applied ANI images patch and added wxUSE_ICO_CUR
|
2002-01-13 12:01:42 +00:00 |
mgl
|
wxRTTI for wxPopupWindow in wxMGL
|
2002-01-08 23:25:23 +00:00 |
motif
|
removed setup0.h artifacts
|
2002-01-14 00:22:03 +00:00 |
msw
|
0. extracted toolbar colour mapping stuff to its own function
|
2002-01-13 23:04:11 +00:00 |
os2
|
applied ANI images patch and added wxUSE_ICO_CUR
|
2002-01-13 12:01:42 +00:00 |
protocol
|
fixed memory leak in wxHTTP
|
2002-01-03 17:18:38 +00:00 |
stc
|
Updated to use correct value for wxSTC_MASK_FOLDERS
|
2002-01-09 21:14:48 +00:00 |
univ
|
applied ANI images patch and added wxUSE_ICO_CUR
|
2002-01-13 12:01:42 +00:00 |
unix
|
|
|
xrc
|
implemented subclassing in XRC
|
2001-12-29 16:13:43 +00:00 |
.cvsignore
|
|
|
accel.h
|
|
|
app.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
arrimpl.cpp
|
|
|
bitmap.h
|
|
|
bmpbuttn.h
|
|
|
brush.h
|
|
|
buffer.h
|
|
|
busyinfo.h
|
|
|
button.h
|
|
|
calctrl.h
|
|
|
caret.h
|
|
|
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
applied ANI images patch and added wxUSE_ICO_CUR
|
2002-01-13 12:01:42 +00:00 |
choicdlg.h
|
|
|
choice.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
clipbrd.h
|
|
|
clntdata.h
|
|
|
cmdline.h
|
fixes error/usage messages given by the cmd line parsing logic in wxApp;
|
2001-12-17 12:21:03 +00:00 |
cmdproc.h
|
|
|
cmndata.h
|
removing dependancy on mac headers from public wx headers
|
2002-01-06 15:38:43 +00:00 |
colordlg.h
|
|
|
colour.h
|
|
|
combobox.h
|
|
|
confbase.h
|
wxConfig clean up and bug fix for record defaults
|
2001-12-14 00:58:59 +00:00 |
config.h
|
|
|
containr.h
|
|
|
control.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
cshelp.h
|
|
|
ctrlsub.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
cursor.h
|
|
|
dataobj.h
|
fixed mem leak in wxDataObjectComposite
|
2001-12-03 00:30:51 +00:00 |
date.h
|
|
|
datetime.h
|
|
|
datetime.inl
|
Removed warning for Darwin compilation from datetime.inl
|
2001-12-23 15:52:29 +00:00 |
datstrm.h
|
added wx(U)int64, then added it to wxDataStream so contrib should
|
2001-11-26 03:53:32 +00:00 |
db.h
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
dbgrid.h
|
added missing WXDLLEXPORTs
|
2002-01-14 12:14:38 +00:00 |
dbkeyg.h
|
|
|
dbtable.h
|
|
|
dc.h
|
|
|
dcclient.h
|
|
|
dcmemory.h
|
|
|
dcprint.h
|
|
|
dcps.h
|
|
|
dcscreen.h
|
|
|
dde.h
|
|
|
debug.h
|
|
|
defs.h
|
Some additions to the 12-bit patch.
|
2002-01-12 12:21:57 +00:00 |
dialog.h
|
Fixing wxMicroWindows compilation
|
2001-11-28 18:22:16 +00:00 |
dialup.h
|
add missing header for !wxUSE_PCH case
|
2001-12-17 01:06:21 +00:00 |
dir.h
|
|
|
dirctrl.h
|
|
|
dirdlg.h
|
merged both implementations of wxGenericDirCtrl
|
2002-01-06 23:10:56 +00:00 |
dnd.h
|
|
|
docmdi.h
|
|
|
docview.h
|
added Close All command support to wxDocView (patch 496068)
|
2001-12-30 17:35:07 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
dynlib.h
|
removing dependany on mac headers from public wx headers
|
2002-01-04 17:09:59 +00:00 |
dynload.h
|
compilation fix (use int instead of wxDLFlags as parameter type, since the flags are used in OR-combinations
|
2001-12-31 00:46:04 +00:00 |
effects.h
|
|
|
encconv.h
|
|
|
event.h
|
|
|
evtloop.h
|
|
|
expr.h
|
|
|
fdrepdlg.h
|
|
|
ffile.h
|
|
|
file.h
|
Added wxFile::write_excl and use it from wxTempFile to securely open the
|
2001-12-01 13:51:24 +00:00 |
fileconf.h
|
Added new dynamic loading classes. (which handle proper
|
2001-12-19 07:09:58 +00:00 |
filedlg.h
|
|
|
filefn.h
|
removing dependany on mac headers from public wx headers
|
2002-01-04 17:09:59 +00:00 |
filename.h
|
added type and creator routines for mac
|
2002-01-13 17:38:55 +00:00 |
filesys.h
|
|
|
font.h
|
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
|
2002-01-14 19:04:35 +00:00 |
fontdlg.h
|
|
|
fontenc.h
|
|
|
fontenum.h
|
|
|
fontmap.h
|
|
|
fontutil.h
|
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
|
2002-01-14 19:04:35 +00:00 |
frame.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
fs_inet.h
|
|
|
fs_mem.h
|
|
|
fs_zip.h
|
|
|
gauge.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
gdicmn.h
|
applied ANI images patch and added wxUSE_ICO_CUR
|
2002-01-13 12:01:42 +00:00 |
gdiobj.h
|
|
|
geometry.h
|
changed the MulDiv Macro removing macheader dep.
|
2002-01-13 17:56:22 +00:00 |
gifdecod.h
|
applied patch for safer GIF decoding (502103)
|
2002-01-13 01:26:57 +00:00 |
glcanvas.h
|
|
|
grid.h
|
|
|
gsocket.h
|
|
|
hash.h
|
Added new dynamic loading classes. (which handle proper
|
2001-12-19 07:09:58 +00:00 |
help.h
|
|
|
helpbase.h
|
|
|
helphtml.h
|
|
|
helpwin.h
|
|
|
helpxlp.h
|
|
|
icon.h
|
|
|
imagbmp.h
|
applied ANI images patch and added wxUSE_ICO_CUR
|
2002-01-13 12:01:42 +00:00 |
image.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imaggif.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imagjpeg.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imaglist.h
|
|
|
imagpcx.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imagpng.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imagpnm.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imagtiff.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
imagxpm.h
|
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
|
2002-01-03 23:08:59 +00:00 |
intl.h
|
|
|
ioswrap.h
|
|
|
ipcbase.h
|
|
|
isql.h
|
|
|
isqlext.h
|
|
|
joystick.h
|
|
|
layout.h
|
|
|
laywin.h
|
|
|
list.h
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
listbox.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
listctrl.h
|
|
|
listimpl.cpp
|
|
|
log.h
|
added wxLog functions with a variable argument list pointer
|
2002-01-14 07:10:34 +00:00 |
longlong.h
|
long long for DJGPP
|
2001-12-15 23:16:10 +00:00 |
matrix.h
|
|
|
mdi.h
|
|
|
memconf.h
|
|
|
memory.h
|
|
|
memtext.h
|
|
|
menu.h
|
|
|
menuitem.h
|
|
|
metafile.h
|
|
|
mimetype.h
|
|
|
minifram.h
|
|
|
module.h
|
Added new dynamic loading classes. (which handle proper
|
2001-12-19 07:09:58 +00:00 |
msgdlg.h
|
|
|
mstream.h
|
|
|
notebook.h
|
|
|
object.h
|
Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95
|
2002-01-04 14:18:59 +00:00 |
odbc.h
|
|
|
ownerdrw.h
|
|
|
palette.h
|
|
|
panel.h
|
|
|
paper.h
|
|
|
pen.h
|
|
|
platform.h
|
removing dependancy on mac headers from public wx headers
|
2002-01-06 15:38:43 +00:00 |
popupwin.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
print.h
|
|
|
printdlg.h
|
|
|
prntbase.h
|
|
|
process.h
|
|
|
progdlg.h
|
|
|
prop.h
|
|
|
propform.h
|
|
|
proplist.h
|
|
|
quantize.h
|
|
|
radiobox.h
|
|
|
radiobut.h
|
|
|
regex.h
|
|
|
region.h
|
|
|
resource.h
|
Added new dynamic loading classes. (which handle proper
|
2001-12-19 07:09:58 +00:00 |
sashwin.h
|
|
|
sckaddr.h
|
|
|
sckipc.h
|
|
|
sckstrm.h
|
|
|
scrolbar.h
|
|
|
scrolwin.h
|
fixed event processing for the target window
|
2001-12-02 15:04:38 +00:00 |
settings.h
|
backward-compatiblity functions must go to wxSystemSettings,
|
2002-01-08 23:25:53 +00:00 |
sizer.h
|
|
|
slider.h
|
|
|
snglinst.h
|
|
|
socket.h
|
|
|
spawnbrowser.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
|
|
splash.h
|
|
|
splitter.h
|
|
|
stack.h
|
|
|
statbmp.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
statusbr.h
|
|
|
strconv.h
|
|
|
stream.h
|
Added new dynamic loading classes. (which handle proper
|
2001-12-19 07:09:58 +00:00 |
string.h
|
Added GetStringArray method.
|
2001-12-24 11:16:46 +00:00 |
sysopt.h
|
|
|
tab.h
|
|
|
tabctrl.h
|
|
|
taskbar.h
|
|
|
tbarbase.h
|
|
|
tbarsmpl.h
|
|
|
textbuf.h
|
|
|
textctrl.h
|
added, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()
|
2002-01-09 01:32:02 +00:00 |
textdlg.h
|
|
|
textfile.h
|
compilation fix for wxUSE_TEXTBUFFER=0
|
2001-11-25 00:20:56 +00:00 |
tglbtn.h
|
|
|
thread.h
|
moved Watcom thread stack size fix from .h to the .cpp
|
2002-01-03 19:07:32 +00:00 |
time.h
|
|
|
timer.h
|
implement out-of-line destructors where needed instead of using __DARWIN__
|
2002-01-07 21:52:28 +00:00 |
tipdlg.h
|
|
|
tipwin.h
|
wxTipWindow can now derived from wxFrame if not wxUSE_POPUPWIN, or
|
2001-12-02 01:54:38 +00:00 |
tokenzr.h
|
|
|
toolbar.h
|
|
|
tooltip.h
|
Must honour wxUSE_TOOLTIPS in tooltip.h
|
2001-11-24 23:55:43 +00:00 |
toplevel.h
|
moved InteractiveMove to wxUniv's wxTopLevelWindow
|
2002-01-08 18:06:15 +00:00 |
treebase.h
|
applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to wxTreeCtrl
|
2001-12-17 00:30:23 +00:00 |
treectrl.h
|
|
|
treelay.h
|
|
|
txtstrm.h
|
|
|
types.h
|
|
|
url.h
|
added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
|
2001-12-30 22:27:24 +00:00 |
utils.h
|
removing dependancy on mac headers from public wx headers
|
2002-01-04 17:13:39 +00:00 |
valgen.h
|
|
|
validate.h
|
|
|
valtext.h
|
added slightly more informative failure reporting.
|
2001-12-24 12:12:30 +00:00 |
variant.h
|
|
|
vector.h
|
|
|
version.h
|
Updated versions to 2.3.3
|
2001-12-19 21:43:09 +00:00 |
vms_x_fix.h
|
|
|
wave.h
|
|
|
wfstream.h
|
|
|
window.h
|
fixes for handling WM_SYSCOLORCHANGE - now seems to work
|
2001-12-08 00:26:30 +00:00 |
wizard.h
|
|
|
wx_cw_cm.h
|
changed to non-opaque structs for debugging (makes debugging useful, otherwise we cannot view toolbox structs)
|
2002-01-11 13:49:41 +00:00 |
wx_cw_d.h
|
|
|
wx_cw.h
|
|
|
wx_cwc_d.h
|
|
|
wx_cwc.h
|
|
|
wx_cwu_d.h
|
|
|
wx.h
|
preemptive fix for wxPython compilation. It will break otherwise when
|
2001-12-11 06:40:48 +00:00 |
wxchar.h
|
Fixes for GNUPro 00r1
|
2002-01-04 17:36:18 +00:00 |
wxexpr.h
|
|
|
wxhtml.h
|
|
|
wxprec.h
|
|
|
xpmdecod.h
|
|
|
xpmhand.h
|
|
|
zipstrm.h
|
|
|
zstream.h
|
|
|