wxWidgets/include/wx
2001-06-08 01:47:15 +00:00
..
generic Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user 2001-05-31 06:23:06 +00:00
gtk we now send iconize events 2001-05-31 14:32:06 +00:00
gtk1 we now send iconize events 2001-05-31 14:32:06 +00:00
html fixed typo in pragma implementation 2001-05-08 22:26:58 +00:00
mac clipboard implementation generalized 2001-06-07 20:57:31 +00:00
motif I moved platform specific code from wxImage to wxBitmap 2001-04-04 23:15:36 +00:00
msw replaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() - fixes tree ctrl bug 2001-06-08 01:47:15 +00:00
os2 Lots of OS/2 Updates mirroring msw updates 2001-05-29 18:59:17 +00:00
protocol detabified 2001-04-22 12:24:51 +00:00
stc Added MouseWheel support to wxSTC 2001-05-06 01:20:41 +00:00
unix Private gsocket files were using 'typedef int bool', removed this 2001-05-10 06:31:39 +00:00
.cvsignore
accel.h
app.h applied patch 417699 (remove WXDLLEXPORT from inline functions) 2001-04-26 16:38:11 +00:00
arrimpl.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
bitmap.h
bmpbuttn.h
brush.h
buffer.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
busyinfo.h
button.h
calctrl.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
caret.h wxCaret now uses backing store instead of forcing window refresh each time the 2000-09-22 22:44:34 +00:00
checkbox.h
checklst.h
choicdlg.h
choice.h added destructor (correction for Mac OS X) 2001-04-11 06:32:17 +00:00
clipbrd.h and now it even compiles 1999-10-21 14:00:30 +00:00
cmdline.h Added Reset() to command line parser and called it from Parse(), so 2000-08-22 14:00:47 +00:00
cmndata.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
colordlg.h 1. wxWizard appears in the centre of the screen by default 2000-02-08 01:08:51 +00:00
colour.h
combobox.h
confbase.h really fixed wxConfig bug 2001-05-27 19:01:38 +00:00
config.h wxUSE_CONFIG_NATIVE fix 1999-12-02 16:32:16 +00:00
control.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
cshelp.h Doc corrections; added HelpGen project files 2000-10-09 13:53:33 +00:00
ctrlsub.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
cursor.h 1. removed 'B' flag from treebase.cpp and regenerated the makefiles 2000-09-12 15:15:44 +00:00
dataobj.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
date.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
datetime.h Default wxDateTime objects are now 'invalid', 2001-05-21 19:03:33 +00:00
datetime.inl restored previously removed inline 2001-04-08 22:32:17 +00:00
datstrm.h Beautified header. 2001-01-25 18:27:44 +00:00
db.h Removed TABs that had gotten in to the source 2001-05-23 13:39:40 +00:00
dbtable.h A couple more 'int' to UWORD conversions 2001-04-15 13:06:01 +00:00
dc.h Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
dcclient.h
dcmemory.h
dcprint.h mac adaptions 1999-11-09 15:24:52 +00:00
dcps.h
dcscreen.h
dde.h
debug.h 1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code 2001-04-09 01:22:48 +00:00
defs.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
dialog.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
dialup.h and another... 2001-01-31 17:31:15 +00:00
dir.h added wxDir::Traverse 2001-05-19 00:58:05 +00:00
dirctrl.h Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. 2000-07-23 19:10:27 +00:00
dirdlg.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
dnd.h Added geometry.cpp and made it compile, 2000-01-24 13:13:41 +00:00
docmdi.h
docview.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
dragimag.h Added wxDragImage generic implementation and sample; added mask handling to Motif's 2000-03-01 11:05:49 +00:00
dynarray.h fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array) 2001-05-20 11:56:20 +00:00
dynlib.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
effects.h Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage 2000-07-28 17:53:25 +00:00
encconv.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
event.h we now send iconize events 2001-05-31 14:32:06 +00:00
expr.h applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp) 2001-02-16 18:36:17 +00:00
ffile.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
file.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
fileconf.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
filedlg.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
filefn.h applied patch 430452 (mingw32 compilation fixes) 2001-06-05 20:32:09 +00:00
filename.h Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
filesys.h added --enable-filesystem 2000-02-27 21:06:17 +00:00
font.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
fontdlg.h
fontenc.h some stupid attempts to make utf8 work - it doesn't, but the code does no harm and could be useful in the future 2001-02-08 18:11:36 +00:00
fontenum.h added wxFontEnumerator::GetFacenames and GetEncodings that return array of facenames/encodings found by EnumerateXXXX 1999-11-06 15:38:23 +00:00
fontmap.h wxNativeFontInfo changes 2000-12-18 21:15:16 +00:00
fontutil.h applied wxNativeFontInfo patch #103089 2001-01-24 17:16:04 +00:00
frame.h we now send iconize events 2001-05-31 14:32:06 +00:00
fs_inet.h fixed gcc pragmas in fs_*.h,cpp 2001-04-28 23:31:03 +00:00
fs_mem.h fixed gcc pragmas in fs_*.h,cpp 2001-04-28 23:31:03 +00:00
fs_zip.h fixed gcc pragmas in fs_*.h,cpp 2001-04-28 23:31:03 +00:00
gauge.h
gdicmn.h Implemented wxGetClientDisplayRect which returns the dimensions of the 2001-04-30 20:55:11 +00:00
gdiobj.h
geometry.h corrections for final release of Mac OS X 2001-04-01 20:42:05 +00:00
gifdecod.h Now wxGIFDecoder always tries to read to the end of the GIF data. 2000-02-17 23:39:35 +00:00
glcanvas.h Moved wxGLCanvas to more normal positions 2000-02-28 08:22:57 +00:00
grid.h
gsocket.h Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
hash.h fix for DoPut() from long time ago 2001-01-27 12:40:57 +00:00
help.h Added WinHelp sample doc to samples/help, and made it possible to show 2000-03-08 13:04:51 +00:00
helpbase.h Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup 2000-09-12 14:53:39 +00:00
helphtml.h
helpwin.h
helpxlp.h
icon.h
imagbmp.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
image.h removed wxImage::operator wxBitmap() 2001-05-16 22:07:39 +00:00
imaggif.h image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagjpeg.h image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imaglist.h
imagpcx.h image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagpng.h image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagpnm.h image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagtiff.h image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC 1999-12-15 22:38:02 +00:00
imagxpm.h added wxUSE_IMAGE; added write-only wxXPMHandler 2001-04-22 22:21:21 +00:00
intl.h added wxLocale::GetSystemEncoding 2001-05-31 20:27:37 +00:00
ioswrap.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
ipcbase.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
isql.h Added an OS/2 section to the sql defines 2000-02-10 18:32:08 +00:00
isqlext.h Updates to make latest changes compile 2000-02-09 22:58:41 +00:00
joystick.h (blind) fix for joystick compilation problems 2001-05-21 22:49:40 +00:00
layout.h 1. fixed (to test) the bug with bitmaps without masks in wxImageList 2000-01-21 21:38:51 +00:00
laywin.h
list.h Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
listbox.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
listctrl.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
listimpl.cpp merged 2.2 branch 2000-07-15 19:51:35 +00:00
log.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
longlong.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
matrix.h Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
mdi.h
memconf.h 1. added wxMemoryConfig (private) class 2000-01-22 23:15:52 +00:00
memory.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
menu.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
menuitem.h added wxMenuITemBase copy ctor decl apparently needed under FreeBSD 2000-01-20 22:34:48 +00:00
metafile.h merge of wxMac into main repository 2000-08-09 11:14:15 +00:00
mimetype.h applied MIME patch(es) from Chris Elliott 2001-04-23 23:46:21 +00:00
minifram.h
module.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
msgdlg.h
mstream.h compilation fixes for wxMemoryStreams 2000-11-23 16:26:12 +00:00
notebook.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
object.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
objstrm.h
odbc.h fix include files path 2000-02-03 13:07:42 +00:00
ownerdrw.h tried to fix the accel string drawing in the owner drawn menu items 2001-05-21 23:58:58 +00:00
palette.h Corrected include/wx/palette.h; added wxGenericTreeCtrl::SetFont 2001-04-24 16:38:02 +00:00
panel.h
paper.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
pen.h
print.h mac adaptions 1999-11-09 15:24:52 +00:00
printdlg.h More OS/2 stuff 1999-10-12 22:49:24 +00:00
prntbase.h applied Unicode fixes for mingw32 (patch 429654) 2001-06-03 02:58:56 +00:00
process.h argh... yet another compilation fix 2001-01-31 17:25:56 +00:00
progdlg.h
prop.h
propform.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
proplist.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
quantize.h FloodFill correction, wxQuantize correction 2000-07-29 17:25:36 +00:00
radiobox.h
radiobut.h
region.h
resource.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
sashwin.h
sckaddr.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
sckipc.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
sckstrm.h
scrolbar.h
scrolwin.h Added #define for apps to detect new situation 2001-05-01 13:01:58 +00:00
serbase.h
settings.h added wxSYS_COLOUR_LISTBOX 2000-02-15 22:10:08 +00:00
setup.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
sizer.h Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow outside the display area of the screen. NEcessary to fix the problems seen in wxAnyChoiceDialog() derived classes where the dialog grows too big to see the top or bottom of the dialog 2001-04-25 16:08:22 +00:00
slider.h
snglinst.h added wxSingleInstanceChecker class 2001-06-08 01:28:49 +00:00
socket.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
spinbutt.h corrections for final release of Mac OS X 2001-04-01 20:42:05 +00:00
spinctrl.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
splash.h Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage 2000-07-28 17:53:25 +00:00
splitter.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
statbmp.h
statbox.h
statline.h wxMac (debug) builds and runs wxMinimal again 1999-11-10 11:32:00 +00:00
stattext.h
statusbr.h corrections for Mac OS X 2001-04-19 19:06:42 +00:00
strconv.h added wxLocale::GetSystemEncoding 2001-05-31 20:27:37 +00:00
stream.h more fixes to stream code: allow deriving from wxStreamBuffer and using custom 2000-11-23 19:45:46 +00:00
string.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
tab.h
tabctrl.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
taskbar.h
tbarbase.h Corrected recursive GetToolMargins() 2001-05-22 15:16:28 +00:00
tbarsmpl.h wxToolBarSimple fix + OGL studio sample compilation 2000-02-24 16:26:20 +00:00
textctrl.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
textdlg.h
textfile.h fixed compilation with wxUSE_TEXTFILE=0 2000-12-05 22:38:43 +00:00
tglbtn.h applied (slightly modified) wxToggleButton patch from John Norris and Axel Schlueter 2001-02-08 18:57:23 +00:00
thread.h thread support for mac finished 2000-08-14 08:15:51 +00:00
time.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
timer.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
tipdlg.h
tipwin.h Attempted to improve tip window behaviour, but kill focus still not working in wxGTK. 2001-02-22 17:29:51 +00:00
tokenzr.h more HP-UX compilation warnings fixed (187th try) 2000-02-09 17:51:16 +00:00
toolbar.h merging in the toolbar changes 1999-12-15 19:47:54 +00:00
tooltip.h
treebase.h applied Unicode fixes for mingw32 (patch 429654) 2001-06-03 02:58:56 +00:00
treectrl.h Generic tree control fixes 2000-08-04 15:23:28 +00:00
treelay.h Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc errors 2000-02-28 13:42:59 +00:00
txtstrm.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
types.h
url.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
utils.h Added wxYieldIfNeeded 2001-02-22 12:09:06 +00:00
valgen.h
validate.h 1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp 2000-01-06 16:47:48 +00:00
valtext.h
variant.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
version.h Updated version numbers to 2.3.1 2001-06-06 16:50:48 +00:00
vms_x_fix.h Committing in . 2000-08-24 10:58:27 +00:00
wave.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
wfstream.h
window.h applied patch 417699 (remove WXDLLEXPORT from inline functions) 2001-04-26 16:38:11 +00:00
wizard.h 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPES really work 2001-01-31 17:16:40 +00:00
wx_cw_cm.h modifications for compilation under Mac OS X 2001-02-15 21:51:14 +00:00
wx_cw_d.h added cw6 fixes and patrick's patches 2000-12-10 10:17:00 +00:00
wx_cw.h added cw6 fixes and patrick's patches 2000-12-10 10:17:00 +00:00
wx_cwc_d.h added cw6 fixes and patrick's patches 2000-12-10 10:17:00 +00:00
wx_cwc.h added cw6 fixes and patrick's patches 2000-12-10 10:17:00 +00:00
wx.h no message 2000-10-25 04:17:17 +00:00
wxchar.h applied patch 430452 (mingw32 compilation fixes) 2001-06-05 20:32:09 +00:00
wxexpr.h applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp) 2001-02-16 18:36:17 +00:00
wxhtml.h
wxprec.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
xpmdecod.h added wxXPMDecoder 2001-04-28 23:30:24 +00:00
xpmhand.h
zipstrm.h merged 2.2 branch 2000-07-15 19:51:35 +00:00
zstream.h added compression ratio argument to wxZlibOutputStream ctor 2000-03-03 22:52:17 +00:00