wxWidgets/include/wx
Vadim Zeitlin 17dbd23000 added wxIsMainThread()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-29 11:51:17 +00:00
..
cocoa Changed bool WakeUpIdle() to void to match base class 2003-06-25 02:10:36 +00:00
generic split log.h into GUI and base parts 2003-06-25 16:28:47 +00:00
gtk wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
gtk1 wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
html made CopySelection() always available (otherwise it wouldn't compile when wxUSE_CLIPBOARD == 0); copy double/triple clicked selection to primary X11 clipboard under Unix as well; minor code cleanup 2003-06-11 11:34:44 +00:00
mac fix for compiling in wxUSE_GUI == 0 mode 2003-06-29 00:32:06 +00:00
mgl added wxIconLocation; minor fixes to wxIcon on some platforms 2003-06-21 13:39:40 +00:00
motif wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
msw fixed fatal crash in Create() after my last change 2003-06-28 13:12:00 +00:00
os2 wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
protocol
stc Added LoadFile and SaveFile methods 2003-05-29 23:50:21 +00:00
univ Applied [ 745533 ] implemented wxNotebook::DoGetBestSize 2003-06-01 13:13:03 +00:00
unix moved GetOSVersion() to the base traits class; implement it in platform-specific files 2003-06-27 00:16:04 +00:00
x11 wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
xrc added wxRTTI to XRC handlers (patch #752996 by David Falkinder) 2003-06-12 18:10:38 +00:00
.cvsignore
accel.h
access.h Extended wxTextAttr and added wxTextCtrl::GetStyle stub 2003-06-20 16:25:31 +00:00
app.h removed #pragma interface because it results in link problems when building wxBase/wxGUI 2003-06-25 00:08:31 +00:00
apptrait.h moved GetOSVersion() to the base traits class; implement it in platform-specific files 2003-06-27 00:16:04 +00:00
arrimpl.cpp Applied patch [ 743248 ] wxArray::RemoveAt() error message fix 2003-06-01 13:21:40 +00:00
artprov.h
bitmap.h Removed very obsolete Set/GetColourMap accessors. 2003-06-18 16:19:26 +00:00
bmpbuttn.h
brush.h
buffer.h
build.h wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
busyinfo.h
button.h
calctrl.h
caret.h
checkbox.h
checklst.h
chkconf.h Platform and compiler-specific checking for MSW and Mac now done 2003-06-16 12:31:45 +00:00
choicdlg.h
choice.h Spelling correction. 2003-06-23 14:49:46 +00:00
clipbrd.h
clntdata.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
cmdline.h
cmdproc.h
cmndata.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
colordlg.h
colour.h
combobox.h
confbase.h
config.h
containr.h containers don't always accept focus (patch 718913) 2003-04-11 13:48:27 +00:00
control.h
cshelp.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
ctrlsub.h Insert() patch from John Labenski 2003-05-09 12:58:28 +00:00
cursor.h
dataobj.h Added #if wxUSE_DATAOBJ guard around header 2003-06-07 02:16:44 +00:00
datetime.h added virtual dtor to wxDateTimeHolidayAuthority (patch 753947) 2003-06-14 13:23:56 +00:00
datetime.inl Moved wxDateTime::TIME_T_FACTOR into datetime.cpp to 2003-04-11 11:01:39 +00:00
datstrm.h
db.h Reverted the warning fix since it breaks MinGW 2003-06-05 20:33:17 +00:00
dbgrid.h Removing vestiges of wxUSE_NEW_GRID 2003-06-11 10:03:57 +00:00
dbkeyg.h
dbtable.h
dc.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
dcbuffer.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
defs.h added __WXBASE__ define; removed duplicated (in wx/chkconf.h) compatibility section 2003-06-19 23:39:51 +00:00
dialog.h Applied patch [ 738821 ] Allow more features to be turned off 2003-05-23 18:59:07 +00:00
dialup.h
dir.h
dirctrl.h
dirdlg.h
display.h Applied patch [ 649157 ] wxDisplay for Unix 2003-06-01 16:03:24 +00:00
dnd.h
docmdi.h
docview.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
dragimag.h
dynarray.h
dynlib.h
dynload.h
effects.h
encconv.h
event.h fixed linker errors 2003-06-28 12:33:09 +00:00
evtloop.h
fdrepdlg.h
features.h Typo fix. 2003-06-21 20:06:07 +00:00
ffile.h
file.h
fileconf.h allow wxFileConfig be created with empty name (will take it from wxApp) (patch 749749) 2003-06-22 22:45:05 +00:00
filedlg.h wxFileDialog cleanup, extracted common code to fldlgcmn.cpp (patch 754187) 2003-06-14 13:31:49 +00:00
filefn.h Macro swicth from SC to SYMANTEC 2003-05-02 11:21:03 +00:00
filename.h update to make digitalmars compile 2003-04-19 18:15:17 +00:00
filesys.h Added m_ prefix to wxColourData and wxFontData members for consistency. 2003-06-26 13:15:12 +00:00
fmappriv.h wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
font.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h removed #pragma interface because it results in link problems when building wxBase/wxGUI 2003-06-25 00:08:31 +00:00
fontutil.h
frame.h
fs_inet.h
fs_mem.h fixes to previous commit 2003-06-25 15:09:05 +00:00
fs_zip.h
gauge.h
gdicmn.h Removed AlignIn after further thought 2003-06-01 17:15:38 +00:00
gdiobj.h
geometry.h implemented constructor for rect from point and size 2003-04-13 11:55:25 +00:00
gifdecod.h
glcanvas.h
grid.h
gsocket.h
hash.h
hashmap.h stddef.h required for IRIX compilation (patch 721388) 2003-05-01 19:47:16 +00:00
help.h
helpbase.h
helphtml.h Include wxHTML help controller from wx/helphtml.h. 2003-06-14 19:48:14 +00:00
helpwin.h
htmllbox.h changing the number of items in wxHtmlListBox should flush the cache 2003-06-26 10:05:13 +00:00
icon.h added wxIconLocation; minor fixes to wxIcon on some platforms 2003-06-21 13:39:40 +00:00
iconbndl.h
iconloc.h added default ctor 2003-06-22 00:19:38 +00:00
imagbmp.h
image.h removed deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor 2003-06-18 21:38:29 +00:00
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtiff.h Applied patch [ 740071 ] Make tiff errors/warnings use wxLog functions 2003-05-21 18:25:24 +00:00
imagxpm.h
intl.h added wxLocale::GetLanguageName 2003-06-13 10:16:19 +00:00
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h
isql.h
isqlext.h
joystick.h
layout.h
laywin.h
list.h
listbase.h
listbox.h Insert() patch from John Labenski 2003-05-09 12:58:28 +00:00
listctrl.h
listimpl.cpp
log.h split log.h into GUI and base parts 2003-06-25 16:28:47 +00:00
longlong.h
math.h
matrix.h
mdi.h
memconf.h
memory.h Removed obsolete code 2003-06-26 17:10:14 +00:00
memtext.h
menu.h Added wxMenuBase::FindItemByPosition 2003-06-14 19:44:54 +00:00
menuitem.h Ensure that a wxMenuItem's parent menu is updated if it is removed 2003-06-10 23:48:46 +00:00
metafile.h
mimetype.h Only MSW has a class wxIconLocation. The other platforms have 2003-06-23 15:27:17 +00:00
minifram.h
module.h
msgdlg.h
msgout.h wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
mstream.h
notebook.h Removed WIN16 references 2003-06-26 17:26:34 +00:00
object.h
ownerdrw.h
palette.h
panel.h
paper.h Corrected small typo 2003-06-26 17:29:33 +00:00
pen.h
platform.h Platform and compiler-specific checking for MSW and Mac now done 2003-06-16 12:31:45 +00:00
popupwin.h
print.h
printdlg.h
prntbase.h Allow printing objects to be passed a wxWindow, not a wxFrame 2003-05-26 09:55:28 +00:00
process.h
progdlg.h
ptr_scpd.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h implemented alpha support for raw bitmaps under Mac 2003-06-14 12:57:44 +00:00
regex.h
region.h Used wxRegion code from wxX11. 2003-05-24 19:41:05 +00:00
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h
scrolbar.h
scrolwin.h
selstore.h extracted wxSelectionStore in a separate file 2003-06-11 10:49:53 +00:00
settings.h
setup_redirect.h
sizer.h
slider.h Removed 16-bit conditional compilation 2003-06-26 17:47:47 +00:00
snglinst.h
socket.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
stack.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h
stopwatch.h extracted wxStopWatch and global timer functions in a separate file 2003-06-25 23:49:45 +00:00
strconv.h digital mars fix 2003-05-11 20:02:40 +00:00
stream.h
string.h fixed error in inlined (standard) version of wxStringData deallocation 2003-05-29 15:59:46 +00:00
sysopt.h
tab.h
tabctrl.h
taskbar.h added wxHAS_TASK_BAR_ICON 2003-06-19 22:14:06 +00:00
tbarbase.h Applied patch [ 689188 ] adds wxToolBar::GetToolPos 2003-05-21 15:27:39 +00:00
tbarsmpl.h added a few #ifdefs needed to build a smaller library (patch 751523) 2003-06-14 13:00:55 +00:00
textbuf.h init m_isOpened in ctor (bug 736208) 2003-05-11 22:28:16 +00:00
textctrl.h Extended wxTextAttr and added wxTextCtrl::GetStyle stub 2003-06-20 16:25:31 +00:00
textdlg.h
textfile.h
tglbtn.h
thread.h added wxIsMainThread() 2003-06-29 11:51:17 +00:00
thrimpl.cpp
timer.h extracted wxStopWatch and global timer functions in a separate file 2003-06-25 23:49:45 +00:00
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
tooltip.h
toplevel.h Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an 2003-03-28 23:05:05 +00:00
treebase.h Added inline setters for wxTreeEvent so we don't need to add new 2003-05-07 00:30:37 +00:00
treectrl.h Use the generic tree control for wxCocoa 2003-04-07 02:49:17 +00:00
txtstrm.h
types.h
url.h
utils.h moved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took all String <-> Numebr functions inside WXWIN_COMPATIBILITY_2_4 2003-04-10 13:08:46 +00:00
valgen.h
validate.h
valtext.h Applied patch [ 738821 ] Allow more features to be turned off 2003-05-23 18:59:07 +00:00
variant.h Addition at simple wxObject*, support into wxVariant. 2003-06-02 21:17:28 +00:00
vector.h Fix some GCC 3.2 -O2 warnings. 2003-04-07 17:32:19 +00:00
version.h
vlbox.h changing the number of items in wxHtmlListBox should flush the cache 2003-06-26 10:05:13 +00:00
vms_x_fix.h Committing in . 2003-06-12 11:28:16 +00:00
volume.h wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
vscroll.h added EstimateTotalHeight 2003-06-26 15:39:24 +00:00
wave.h
wfstream.h
window.h got rid of wxEvtHandler::m_isWindow, use virtual functions (overridden in wxWindow) instead 2003-06-26 00:44:55 +00:00
wizard.h
wx_cw_cm.h mach-o addition 2003-03-28 19:18:51 +00:00
wx_cw_d.h
wx_cw.h
wx_cwc_d.h mach-o addition 2003-03-28 19:18:51 +00:00
wx_cwc.h mach-o addition 2003-03-28 19:18:51 +00:00
wx_cwu_d.h
wx.h Removed treectrl.h inclusion 2003-04-02 13:54:01 +00:00
wxchar.h Macro swicth from SC to SYMANTEC 2003-05-02 11:30:18 +00:00
wxhtml.h
wxprec.h fix DMars compilation to use precompiled headers 2003-06-18 12:09:16 +00:00
wxshlb_cw_d.h
wxshlb_cw.h
wxshlb_cwc_d.h
wxshlb_cwc.h
wxshlba_cw_d.h
wxshlba_cw.h
wxshlba_cwc_d.h
wxshlba_cwc.h
xpmdecod.h
xpmhand.h
zipstrm.h
zstream.h