wxWidgets/include/wx
Václav Slavík 622ea7838d fixed cursor flickering in wxHtmlWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-10 20:18:08 +00:00
..
generic Added missing costructor 1999-10-09 07:10:26 +00:00
gtk Changed SetToolBar() to behave a bit smarter. Untested. 1999-10-09 09:06:35 +00:00
gtk1 Changed SetToolBar() to behave a bit smarter. Untested. 1999-10-09 09:06:35 +00:00
html fixed cursor flickering in wxHtmlWindow 1999-10-10 20:18:08 +00:00
mac replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
motif some fixes after global _T() => T() change 1999-10-07 14:07:48 +00:00
msw Attempting to restore the binary files that got trashed earlier today. 1999-10-09 07:15:31 +00:00
os2 *** empty log message *** 1999-10-10 18:36:14 +00:00
protocol Augmented beta to 9, 1999-08-12 19:24:39 +00:00
qt Factorize timercmm.cpp code 1999-09-29 19:40:04 +00:00
stubs replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
unix bugfixes 1999-09-30 23:53:10 +00:00
.cvsignore
accel.h *** empty log message *** 1999-07-28 03:38:12 +00:00
app.h many changes; major ones: 1999-10-04 20:15:38 +00:00
arrimpl.cpp replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
bitmap.h *** empty log message *** 1999-07-28 03:38:12 +00:00
bmpbuttn.h *** empty log message *** 1999-07-28 03:38:12 +00:00
brush.h *** empty log message *** 1999-07-28 03:38:12 +00:00
buffer.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
busyinfo.h added DLL exports 1999-08-03 23:56:34 +00:00
button.h *** empty log message *** 1999-07-28 03:38:12 +00:00
caret.h More OS/2 stubs and caret fix 1999-09-17 21:46:51 +00:00
checkbox.h *** empty log message *** 1999-07-28 03:38:12 +00:00
checklst.h *** empty log message *** 1999-07-28 03:38:12 +00:00
choicdlg.h Did somework on the generic dialogs, 1999-08-11 11:53:40 +00:00
choice.h fixes I previously forgot to check in 1999-10-03 00:05:52 +00:00
clipbrd.h *** empty log message *** 1999-07-28 03:38:12 +00:00
cmndata.h Added Set/GetSelection to wxPrintDialogData (the value of the Selection radio button); 1999-08-31 12:03:05 +00:00
colordlg.h *** empty log message *** 1999-07-28 03:38:12 +00:00
colour.h *** empty log message *** 1999-07-28 03:38:12 +00:00
combobox.h *** empty log message *** 1999-07-28 03:38:12 +00:00
confbase.h
config.h
control.h Added tmake template for simple wxGTK makefile 1999-07-28 22:18:58 +00:00
cursor.h Useful little fix that automatically hides the busy cursor in modal dialogs. 1999-08-12 15:36:50 +00:00
dataobj.h *** empty log message *** 1999-08-02 04:44:01 +00:00
date.h
datstrm.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
db.h Applied a few patches, 1999-10-09 13:32:40 +00:00
dbtable.h Added support for dBase, PostGres, MySQL, Access, MS SQL Server. 1999-10-07 14:19:57 +00:00
dc.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dcclient.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dcmemory.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dcprint.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dcps.h
dcscreen.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dde.h *** empty log message *** 1999-07-28 03:38:12 +00:00
debug.h many changes; major ones: 1999-10-04 20:15:38 +00:00
defs.h Applied a few patches, 1999-10-09 13:32:40 +00:00
dialog.h Did somework on the generic dialogs, 1999-08-11 11:53:40 +00:00
dialup.h updated richedit and nettest 1999-10-10 16:52:34 +00:00
dirdlg.h Mingw32/gcc-2.95 change 1999-09-14 20:57:06 +00:00
dnd.h *** empty log message *** 1999-07-28 03:38:12 +00:00
docmdi.h
docview.h 1. added a brief overview of Unicode support 1999-09-29 19:02:07 +00:00
dragimag.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dynarray.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
dynlib.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
event.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
expr.h *** empty log message *** 1999-08-02 04:44:01 +00:00
ffile.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
file.h 1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of 1999-07-14 22:55:57 +00:00
fileconf.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
filedlg.h Added new file dialog 1999-08-17 15:55:25 +00:00
filefn.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
filesys.h I got tired of some of the memory leak messages related to html and 1999-09-20 20:15:31 +00:00
font.h *** empty log message *** 1999-10-07 04:44:22 +00:00
fontdlg.h *** empty log message *** 1999-10-07 04:44:22 +00:00
fontenum.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
frame.h *** empty log message *** 1999-07-28 03:38:12 +00:00
fs_inet.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
fs_zip.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
gauge.h *** empty log message *** 1999-07-28 03:38:12 +00:00
gdicmn.h 1. added a brief overview of Unicode support 1999-09-29 19:02:07 +00:00
gdiobj.h *** empty log message *** 1999-07-28 03:38:12 +00:00
gifdecod.h Took anonymous class out of wxHtmlHelpFrame; corrected some typos 1999-09-13 13:16:28 +00:00
grid.h Added new wxGrid classes. This is a work in progress ! 1999-10-06 05:13:20 +00:00
gsocket.h typedef unsigned int bool (instead of int) for consistency with defs.h 1999-09-17 01:45:36 +00:00
hash.h
help.h help classes compilation fixes 1999-07-24 23:12:39 +00:00
helpbase.h Removed some unused parameter warnings; compile error in dialup.cpp corrected; 1999-10-04 15:07:20 +00:00
helphtml.h
helpwin.h *** empty log message *** 1999-08-02 04:44:01 +00:00
helpxlp.h
icon.h *** empty log message *** 1999-07-28 03:38:12 +00:00
image.h Added WXDLLEXPORT for wxInitAllImageHandlers 1999-10-09 21:16:45 +00:00
imaglist.h *** empty log message *** 1999-07-28 03:38:12 +00:00
intl.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
ioswrap.h
ipcbase.h many changes; major ones: 1999-10-04 20:15:38 +00:00
joystick.h *** empty log message *** 1999-07-28 03:38:12 +00:00
layout.h Replaced old wxSizer, 1999-08-09 17:00:51 +00:00
laywin.h
list.h LINKAGEMODE moved to defs.h - string.cpp actually compiles now... 1999-08-03 11:31:47 +00:00
listbox.h *** empty log message *** 1999-07-28 03:38:12 +00:00
listctrl.h Whole lot of stuff for new wxFileDialog 1999-08-18 11:40:40 +00:00
listimpl.cpp
log.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
longlong.h
matrix.h
mdi.h *** empty log message *** 1999-07-28 03:38:12 +00:00
memory.h
menu.h *** empty log message *** 1999-07-28 03:38:12 +00:00
menuitem.h *** empty log message *** 1999-07-28 03:38:12 +00:00
metafile.h *** empty log message *** 1999-07-28 03:38:12 +00:00
mimetype.h CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files) 1999-08-20 15:36:30 +00:00
minifram.h *** empty log message *** 1999-07-28 03:38:12 +00:00
module.h
msgdlg.h Did somework on the generic dialogs, 1999-08-11 11:53:40 +00:00
mstream.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
notebook.h *** empty log message *** 1999-07-28 03:38:12 +00:00
object.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
objstrm.h
odbc.h
ownerdrw.h *** empty log message *** 1999-07-29 04:56:34 +00:00
palette.h *** empty log message *** 1999-07-28 03:38:12 +00:00
panel.h
paper.h
pen.h *** empty log message *** 1999-07-28 03:38:12 +00:00
pnghand.h *** empty log message *** 1999-07-28 03:38:12 +00:00
print.h
printdlg.h *** empty log message *** 1999-07-29 04:56:34 +00:00
prntbase.h unused parameter warnings suppressed 1999-09-18 16:49:30 +00:00
process.h
progdlg.h
prop.h Added Prepend() and Remove() methods to wxSizer, 1999-08-16 20:17:48 +00:00
propform.h Misc changes, including to wxPropertyForm and sample to make it work 1999-09-29 15:55:50 +00:00
proplist.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
radiobox.h *** empty log message *** 1999-07-28 03:38:12 +00:00
radiobut.h *** empty log message *** 1999-07-28 03:38:12 +00:00
region.h *** empty log message *** 1999-07-28 03:38:12 +00:00
resource.h Compile fix for dynarray, 1999-08-05 20:38:51 +00:00
sashwin.h
sckaddr.h Updated wxSocket documentation 1999-09-05 10:23:22 +00:00
sckipc.h many changes; major ones: 1999-10-04 20:15:38 +00:00
sckstrm.h *** empty log message *** 1999-08-02 04:44:01 +00:00
scrolbar.h *** empty log message *** 1999-07-28 03:38:12 +00:00
scrolwin.h
serbase.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
settings.h *** empty log message *** 1999-07-28 03:38:12 +00:00
setup.h *** empty log message *** 1999-07-28 03:38:12 +00:00
sizer.h Added userData to wxSizerItems and other things to make sizers more 1999-09-20 03:12:49 +00:00
slider.h *** empty log message *** 1999-07-28 03:38:12 +00:00
socket.h bugfixes 1999-09-30 23:53:10 +00:00
spinbutt.h Distrib things, 1999-08-06 10:10:10 +00:00
splitter.h
statbmp.h *** empty log message *** 1999-07-28 03:38:12 +00:00
statbox.h *** empty log message *** 1999-07-28 03:38:12 +00:00
statline.h *** empty log message *** 1999-07-28 03:38:12 +00:00
stattext.h *** empty log message *** 1999-07-28 03:38:12 +00:00
statusbr.h
strconv.h many changes; major ones: 1999-10-04 20:15:38 +00:00
stream.h Removed LastError() from wxFilterStream 1999-08-29 19:48:03 +00:00
string.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
tab.h
tabctrl.h *** empty log message *** 1999-07-28 03:38:12 +00:00
taskbar.h *** empty log message *** 1999-07-28 03:38:12 +00:00
tbar95.h *** empty log message *** 1999-07-28 03:38:12 +00:00
tbarbase.h
tbarmsw.h *** empty log message *** 1999-07-28 03:38:12 +00:00
tbarsmpl.h
textctrl.h some compilation fixes atttempts for solaris 1999-08-12 12:18:49 +00:00
textdlg.h Did somework on the generic dialogs, 1999-08-11 11:53:40 +00:00
textfile.h OS/2 updates 1999-07-30 21:47:13 +00:00
thread.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
time.h
timer.h Change wxGetCurrentUTime as wxGetCurrentMTime (milli not micro!) 1999-09-29 19:51:04 +00:00
tipdlg.h more files I forgot to commit 1999-06-28 22:08:46 +00:00
tokenzr.h
toolbar.h *** empty log message *** 1999-07-28 03:38:12 +00:00
tooltip.h *** empty log message *** 1999-07-28 03:38:12 +00:00
treectrl.h 1. Implemented support for different icons for different states (expanded, 1999-09-29 22:47:56 +00:00
txtstrm.h Added wxFFileStream base on wxFFile (as opposed to wxFile) 1999-08-22 16:12:48 +00:00
types.h
url.h Updated wxSocket documentation 1999-09-05 10:23:22 +00:00
utils.h many changes; major ones: 1999-10-04 20:15:38 +00:00
valgen.h
validate.h
valtext.h
variant.h many changes; major ones: 1999-10-04 20:15:38 +00:00
version.h Augmented beta to 9, 1999-08-12 19:24:39 +00:00
wave.h *** empty log message *** 1999-07-28 03:38:12 +00:00
wfstream.h Added WXDLLEXPORT's to the class definitions 1999-09-13 03:49:33 +00:00
window.h Minor changes to keep my MSW source 1999-10-10 15:04:47 +00:00
wizard.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
wx_cw_cm.h CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files) 1999-08-20 15:36:30 +00:00
wx_cw_d.h
wx_cw.h
wx.h many changes; major ones: 1999-10-04 20:15:38 +00:00
wxchar.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
wxexpr.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
wxhtml.h making wxHTML 8.3 compliant 1999-10-02 18:19:46 +00:00
wxprec.h more compilation fixes, some object files were missing 1999-08-13 19:24:13 +00:00
xpmhand.h *** empty log message *** 1999-07-28 03:38:12 +00:00
zipstrm.h zipstrm link fix 1999-08-08 13:58:24 +00:00
zstream.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00