.. |
generic
|
Added mouse wheel support for MSW. It generates a wxMouseEvent with a
|
2001-05-04 07:26:30 +00:00 |
gtk
|
Some minor clean-ups to the wxScrolledWindow code.
|
2001-05-01 20:09:10 +00:00 |
gtk1
|
Some minor clean-ups to the wxScrolledWindow code.
|
2001-05-01 20:09:10 +00:00 |
html
|
added new wxHF_xxxx contants to control wxHtmlHelpFrame's appearance (book icons in contents)
|
2001-05-05 18:05:57 +00:00 |
mac
|
applied SourceForge patch #419884 from Marc Newsam
|
2001-05-01 16:27:26 +00:00 |
motif
|
I moved platform specific code from wxImage to wxBitmap
|
2001-04-04 23:15:36 +00:00 |
msw
|
Added mouse wheel support for MSW. It generates a wxMouseEvent with a
|
2001-05-04 07:26:30 +00:00 |
os2
|
add wxUSE_IMAGE to setup.h and GetHFONT to wxFont.
|
2001-04-23 18:33:05 +00:00 |
protocol
|
detabified
|
2001-04-22 12:24:51 +00:00 |
qt
|
merged 2.2 branch
|
2000-07-15 19:51:35 +00:00 |
stc
|
Added MouseWheel support to wxSTC
|
2001-05-06 01:20:41 +00:00 |
stubs
|
corrections for final release of Mac OS X
|
2001-04-01 20:42:05 +00:00 |
unix
|
Unix compilation fixes for new MIME code
|
2001-04-24 00:07:04 +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
|
|
|
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
|
|
|
colour.h
|
|
|
combobox.h
|
|
|
confbase.h
|
merged 2.2 branch
|
2000-07-15 19:51:35 +00:00 |
config.h
|
|
|
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
|
merged 2.2 branch
|
2000-07-15 19:51:35 +00:00 |
datetime.h
|
Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
|
2001-05-02 19:48:15 +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
|
Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases
|
2001-04-11 14:11:02 +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
|
|
|
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
|
Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
|
2001-05-02 19:48:15 +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
|
|
|
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
|
|
|
docmdi.h
|
|
|
docview.h
|
Added optional parameter to SelectDocumentType() and SelectViewType() to allow the choice lists of documents/views to be alphabetically sorted if desired. Default behavior is FALSE on the sort to maintain backward compatability.
|
2001-01-24 11:04:30 +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
|
modifications for compilation under Mac OS X
|
2001-02-15 21:51:14 +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
|
Added mouse wheel support for MSW. It generates a wxMouseEvent with a
|
2001-05-04 07:26:30 +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
|
corrections for Mac OS X
|
2001-04-19 19:06:42 +00:00 |
filename.h
|
Added wxFileName::GetModificationTime()
|
2001-04-09 17:16:09 +00:00 |
filesys.h
|
|
|
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
|
|
|
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
|
modifications for compilation under Mac OS X
|
2001-02-15 21:51:14 +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
|
|
|
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
|
added wxUSE_IMAGE; added write-only wxXPMHandler
|
2001-04-22 22:21:21 +00:00 |
imaggif.h
|
|
|
imagjpeg.h
|
|
|
imaglist.h
|
|
|
imagpcx.h
|
|
|
imagpng.h
|
|
|
imagpnm.h
|
|
|
imagtiff.h
|
|
|
imagxpm.h
|
added wxUSE_IMAGE; added write-only wxXPMHandler
|
2001-04-22 22:21:21 +00:00 |
intl.h
|
no changes, just resolved conflicts
|
2001-04-06 17:22:04 +00:00 |
ioswrap.h
|
|
|
ipcbase.h
|
merged 2.2 branch
|
2000-07-15 19:51:35 +00:00 |
isql.h
|
|
|
isqlext.h
|
|
|
joystick.h
|
|
|
layout.h
|
|
|
laywin.h
|
|
|
list.h
|
modifications for compilation under Mac OS X
|
2001-02-15 21:51:14 +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
|
merged 2.2 branch
|
2000-07-15 19:51:35 +00:00 |
longlong.h
|
applied patch 417699 (remove WXDLLEXPORT from inline functions)
|
2001-04-26 16:38:11 +00:00 |
matrix.h
|
OS/2 VisualAge doesn't know about lower case true and false
|
2000-11-27 19:59:25 +00:00 |
mdi.h
|
|
|
memconf.h
|
|
|
memory.h
|
compilation fix for new iostreams
|
2001-01-24 14:51:38 +00:00 |
menu.h
|
merged 2.2 branch
|
2000-07-15 19:51:35 +00:00 |
menuitem.h
|
|
|
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
|
Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
|
2001-05-02 19:48:15 +00:00 |
objstrm.h
|
|
|
odbc.h
|
|
|
ownerdrw.h
|
Corrected typo
|
2000-09-01 09:13:41 +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
|
|
|
printdlg.h
|
|
|
prntbase.h
|
merged 2.2 branch
|
2000-07-15 19:51:35 +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
|
|
|
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
|
|
|
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
|
|
|
stattext.h
|
|
|
statusbr.h
|
corrections for Mac OS X
|
2001-04-19 19:06:42 +00:00 |
strconv.h
|
merged 2.2 branch
|
2000-07-15 19:51:35 +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 417699 (remove WXDLLEXPORT from inline functions)
|
2001-04-26 16:38:11 +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
|
Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
|
2001-05-02 19:48:15 +00:00 |
tbarsmpl.h
|
|
|
textctrl.h
|
|
|
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
|
|
|
toolbar.h
|
|
|
tooltip.h
|
|
|
treebase.h
|
fixed (?) problems with assignment operator in wxTreeItemId
|
2001-03-21 14:04:19 +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
|
|
|
valtext.h
|
|
|
variant.h
|
|
|
version.h
|
Updated version number.
|
2000-07-24 09:44:46 +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 417699 (remove WXDLLEXPORT from inline functions)
|
2001-04-26 16:38:11 +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 |