wxWidgets/include/wx
1999-12-13 16:52:18 +00:00
..
generic small cosmetic fix for wxListCtrl 1999-12-07 14:15:23 +00:00
gtk Added wxUSE_SPINCTRL, 1999-12-07 11:59:07 +00:00
gtk1 Added wxUSE_SPINCTRL, 1999-12-07 11:59:07 +00:00
html new wxHTML printing code ; parser now supports scaling 1999-12-11 21:50:44 +00:00
mac wxMSW update for CW, wxMac updated 1999-12-03 14:40:17 +00:00
motif Committing in . 1999-12-10 12:45:51 +00:00
msw removed pnghand from MSW sources - obsoleted 1999-12-12 16:18:55 +00:00
os2 wxDC new virtual function 1999-12-06 23:47:52 +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 Added wxODBC_FWD_ONLY_CURSORS to allow for drivers/data sources that only support forward scrolling cursors 1999-11-06 17:50:34 +00:00
unix small Motif compilation fix 1999-11-08 15:59:33 +00:00
.cvsignore Just ignore CVS. It's better for you. 1999-06-07 19:41:37 +00:00
accel.h *** empty log message *** 1999-07-28 03:38:12 +00:00
app.h 1. wxThread changes (detached/joinable) for MSW and docs updates 1999-11-27 22:57:06 +00:00
arrimpl.cpp RemoveAt() added to array classes 1999-11-16 13:28:23 +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 1. sorted wxListBox and wxComboBox seem to work under wxGTK 1999-10-22 18:00:39 +00:00
clipbrd.h and now it even compiles 1999-10-21 14:00:30 +00:00
cmndata.h mac adaptions 1999-11-09 15:24:52 +00:00
colordlg.h no message 1999-10-14 22:36:24 +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 wxUSE_CONFIG_NATIVE fix 1999-12-02 16:32:16 +00:00
config.h wxUSE_CONFIG_NATIVE fix 1999-12-02 16:32:16 +00:00
control.h Removal of previous wxValidtor code for wxOS2 1999-11-19 22:36:55 +00:00
ctrlsub.h 1. sorted wxListBox and wxComboBox seem to work under wxGTK 1999-10-22 18:00:39 +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 wxMac completed so far, generic listctrl extension 1999-11-11 16:11:14 +00:00
date.h Work on streams of all sorts. More to come. 1999-06-27 10:39:38 +00:00
datetime.h more timezone stuff - it's a miracle, but it seems to work 1999-12-10 20:44:37 +00:00
datetime.inl more timezone stuff - it's a miracle, but it seems to work 1999-12-10 20:44:37 +00:00
datstrm.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
db.h Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX), 1999-11-30 18:42:35 +00:00
dbtable.h Added support for creating forward or backward scrolling cursors support at run-time versus compile time. Default behavior will be determined by wxODBC_FWD_ONLY_CURSORS set in setup.h 1999-11-29 19:20:53 +00:00
dc.h Rotated text patch from Hans-Joachim Baader (with some corrections) 1999-12-06 09:35:27 +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 mac adaptions 1999-11-09 15:24:52 +00:00
dcps.h Made wxGTK dcps.cpp generic. 1999-01-22 11:06:20 +00:00
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 moved wxID_SEPARATOR from menuitem.h to defs.h 1999-12-13 00:55:35 +00:00
dialog.h Refresh() problem from DialogEd solved 1999-10-12 21:52:17 +00:00
dialup.h updated richedit and nettest 1999-10-10 16:52:34 +00:00
dir.h wxDir class added 1999-12-08 14:16:53 +00:00
dirdlg.h Mingw32/gcc-2.95 change 1999-09-14 20:57:06 +00:00
dnd.h 1. small dnd compilation fixes (no attempt to make icon setting work though) 1999-10-25 15:51:37 +00:00
docmdi.h Now uses proper wxUSE_xxx flags 1999-06-22 17:39:02 +00:00
docview.h Fixed wxSlider95 bug; updated .dsp files; added Set/GetLastDirectory to wxDocManager 1999-10-19 22:18:32 +00:00
dragimag.h *** empty log message *** 1999-07-28 03:38:12 +00:00
dynarray.h Remove() -> RemoveAt() 1999-11-18 16:14:10 +00:00
dynlib.h Changed a few #include <xxx.h> to #include "xxx.h" 1999-08-20 22:52:21 +00:00
event.h String changes for translations, 1999-12-04 10:37:39 +00:00
expr.h compilation fix (no C++ comments in C files, include/wx/expr.hsrc/msw/textctrl.cpp$include/wx/expr.h@!src/msw/textctrl.cppsrc/msw/textctrl.cpp) 1999-11-29 09:34:54 +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 wxMac completed so far, generic listctrl extension 1999-11-11 16:11:14 +00:00
filedlg.h 1. wxFileDialog patch for multiple selection applied (with some small changes), 1999-12-07 00:48:45 +00:00
filefn.h Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBILITY for 'old' menu 1999-11-14 14:41:30 +00:00
filesys.h added wxFileSystem::FindFirst and FindNext 1999-10-31 22:05:10 +00:00
font.h 1. wxFontMapper almost finished 1999-11-05 19:03:19 +00:00
fontdlg.h *** empty log message *** 1999-10-07 04:44:22 +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 wXMotif compilation fixes 1999-11-05 19:36:35 +00:00
fontutil.h wxMac (debug) builds and runs wxMinimal again 1999-11-10 11:32:00 +00:00
frame.h 1. wxMotif::wxFrame derives from wxFrameBase now 1999-12-01 15:23:56 +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 added wxFileSystem::FindFirst and FindNext 1999-10-31 22:05:10 +00:00
gauge.h *** empty log message *** 1999-07-28 03:38:12 +00:00
gdicmn.h fixed wxBITMAP for Motif 1999-11-29 17:33:44 +00:00
gdiobj.h *** empty log message *** 1999-07-28 03:38:12 +00:00
geometry.h wxMSW update for CW, wxMac updated 1999-12-03 14:49:23 +00:00
gifdecod.h source clean-up 1999-12-10 20:16:01 +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 added copy ctor to wxHashTable 1999-10-27 23:33:05 +00:00
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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
helpwin.h *** empty log message *** 1999-08-02 04:44:01 +00:00
helpxlp.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
icon.h *** empty log message *** 1999-07-28 03:38:12 +00:00
image.h Compile fix for GIF decoder, 1999-11-30 17:24:14 +00:00
imaglist.h *** empty log message *** 1999-07-28 03:38:12 +00:00
intl.h From: #define wxTRANSLATE(str) (str) 1999-11-13 10:48:00 +00:00
ioswrap.h missing newline at the end of file added 1999-06-27 22:06:33 +00:00
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 Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample 1998-09-07 09:27:34 +00:00
list.h LINKAGEMODE moved to defs.h - string.cpp actually compiles now... 1999-08-03 11:31:47 +00:00
listbox.h 1. sorted wxListBox and wxComboBox seem to work under wxGTK 1999-10-22 18:00:39 +00:00
listctrl.h Various things related to wxFileDialog and attributes. 1999-12-07 10:47:21 +00:00
listimpl.cpp 1. new wxList code 1998-11-24 23:30:50 +00:00
log.h replaced T() makro with wxT() due to namespace probs, _T() exists, too 1999-10-08 14:35:56 +00:00
longlong.h wxDateTime... 1999-12-03 21:27:57 +00:00
matrix.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
mdi.h *** empty log message *** 1999-07-28 03:38:12 +00:00
memory.h *** empty log message *** 1999-10-28 04:48:40 +00:00
menu.h wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should 1999-11-15 14:04:06 +00:00
menuitem.h moved wxID_SEPARATOR from menuitem.h to defs.h 1999-12-13 00:55:35 +00:00
metafile.h *** empty log message *** 1999-07-28 03:38:12 +00:00
mimetype.h 1. fixes for DrawRotatedText(), drawing sample extended to show it 1999-12-07 00:09:40 +00:00
minifram.h *** empty log message *** 1999-07-28 03:38:12 +00:00
module.h OnExit() is called for modules which were initialized even if the init of 1999-01-17 22:44:04 +00:00
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 wxMSW update for CW, wxMac updated 1999-12-03 14:30:39 +00:00
object.h wxMac completed so far, generic listctrl extension 1999-11-11 16:11:14 +00:00
objstrm.h file should end with newline 1999-06-17 10:03:00 +00:00
odbc.h compile fix 1999-10-15 16:14:01 +00:00
ownerdrw.h mingw32 compilation fixes 1999-12-02 14:47:49 +00:00
palette.h *** empty log message *** 1999-07-28 03:38:12 +00:00
panel.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
paper.h Added paper classes. 1999-03-26 21:14:01 +00:00
pen.h *** empty log message *** 1999-07-28 03:38:12 +00:00
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 unused parameter warnings suppressed 1999-09-18 16:49:30 +00:00
process.h wxProcess fixes (Detach() added), cleared/corrected wxExecute() documentation 1999-02-17 17:56:59 +00:00
progdlg.h Added a generic wxProgressDialog and made wxPostscriptPrinter use it. 1999-05-09 15:19:45 +00:00
prop.h Added Prepend() and Remove() methods to wxSizer, 1999-08-16 20:17:48 +00:00
propform.h *** empty log message *** 1999-10-24 15:57:35 +00:00
proplist.h improved dialup manager, added wxALL_FILES define 1999-10-21 15:00:17 +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 Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample 1998-09-07 09:27:34 +00:00
sckaddr.h Committing in . 1999-11-12 11:27:07 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
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 Committing in . 1999-11-25 13:41:50 +00:00
sizer.h wxNotebookSizer surrounder by wxUSE_NOTEBOOK 1999-12-13 16:52:18 +00:00
slider.h *** empty log message *** 1999-07-28 03:38:12 +00:00
socket.h and the compilation fix which really compiles, finally 1999-10-21 19:44:11 +00:00
spinbutt.h Distrib things, 1999-08-06 10:10:10 +00:00
spinctrl.h 1. added encoding param to wxFontEncoding::EnumFamilies() which allows to get 1999-10-29 17:54:13 +00:00
splitter.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
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 wxMac (debug) builds and runs wxMinimal again 1999-11-10 11:32:00 +00:00
stattext.h *** empty log message *** 1999-07-28 03:38:12 +00:00
statusbr.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
strconv.h wxFNCONV no longer references wxConv in a non-Unicode build 1999-10-28 10:29:51 +00:00
stream.h Added wxOutputStream::PutC() 1999-12-13 01:02:32 +00:00
string.h wxString::substr() bug fixed 1999-12-10 16:29:34 +00:00
tab.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
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
tbarbase.h 1. wxIcon/wxCursor change, wxGDIImage class added 1999-11-24 12:30:56 +00:00
tbarmsw.h *** empty log message *** 1999-10-26 04:47:56 +00:00
tbarsmpl.h wxWindow split into wxWindowBase and wxWindow (wxGTK part) 1999-05-09 22:17:03 +00:00
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 1. DLL compilation fixes (wrong WXDLLEXPORT placement) in db.h/cpp 1999-10-12 23:57:40 +00:00
thread.h wxThread::GetCPUCount() and SetConcurrency() added and documented 1999-12-06 12:31:04 +00:00
time.h char->wxChar 1999-04-13 10:31:53 +00:00
timer.h wxTimer/timercmn.cpp change 1999-11-12 19:19:38 +00:00
tipdlg.h more files I forgot to commit 1999-06-28 22:08:46 +00:00
tokenzr.h Fixed compile errors. 1999-06-10 23:00:03 +00:00
toolbar.h 1. wxIcon/wxCursor change, wxGDIImage class added 1999-11-24 12:30:56 +00:00
tooltip.h *** empty log message *** 1999-07-28 03:38:12 +00:00
treectrl.h 1. fixes for DrawRotatedText(), drawing sample extended to show it 1999-12-07 00:09:40 +00:00
txtstrm.h Accept list of separators as a wxString instead of wxChar\nTurn NextNonWhiteSpace to NextNonSeparators\nIntroduce EatEOL (major factorization)\nFix GetC() call on last char introduce a bug 1999-10-29 11:18:46 +00:00
types.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
url.h Updated wxSocket documentation 1999-09-05 10:23:22 +00:00
utils.h a more easy to use version of wxGetHomeDir() added 1999-12-09 15:14:58 +00:00
valgen.h Added a few #if wxUSE_XXX 1999-06-15 20:21:59 +00:00
validate.h Removal of previous wxValidtor code for wxOS2 1999-11-19 22:36:55 +00:00
valtext.h Added a few #if wxUSE_XXX 1999-06-15 20:21:59 +00:00
variant.h many changes; major ones: 1999-10-04 20:15:38 +00:00
version.h Distrib changes. 1999-11-14 19:25:07 +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 Removal of previous wxValidtor code for wxOS2 1999-11-19 22:36:55 +00:00
wizard.h 1. wxBitmap copy ctor and operator=() taking wxIcon added 1999-11-14 02:22:27 +00:00
wx_cw_cm.h CW5.2 Pro Adaptions, wxMac starting to move in 1999-11-05 09:16:09 +00:00
wx_cw_d.h CW5.2 Pro Adaptions, wxMac starting to move in 1999-11-05 09:16:09 +00:00
wx_cw.h CW5.2 Pro Adaptions, wxMac starting to move in 1999-11-05 09:16:09 +00:00
wx.h Made some treectrl sample icons transparent; added toolbar.h to wx.h 1999-11-17 14:29:00 +00:00
wxchar.h attempted Unicode fixes for BC++ 1999-12-13 15:51:01 +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