wxWidgets/include/wx
Vadim Zeitlin a758f601dd No real changes, just refactor wxEventLoop/wxApp::ProcessIdle().
Old code called wxApp::ProcessIdle() from wxEventLoopManualRun::Run() which called wxEventLoop::ProcessIdle() which called wxApp methods from it. In the new version wxEventLoopManualRun::Run() calls wxEventLoopManualRun::ProcessIdle() which calls wxApp::ProcessIdle() which calls other wxApp methods which seems to make more sense and also allows overriding ProcessIdle() in either wxEventLoopManual or wxApp-derived classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-17 16:52:43 +00:00
..
aui
cocoa added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
dfb added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
generic Changed wxLog DoLogXXX() callbacks and introduced wxLogRecordInfo. 2009-07-08 13:47:33 +00:00
gtk set the initial size of bitmap buttons correctly again after it was broken by r61081 (closes #10927) 2009-06-27 22:22:48 +00:00
gtk1 added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
html fix harmless warnings (mostly about unused parameters/variables) 2009-07-03 12:48:44 +00:00
meta compilation fixes for g++ 3.2 (closes #10875) 2009-06-05 08:54:48 +00:00
mgl added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
motif suppress warning about implicit conversion of literal string XmSTRING_DEFAULT_CHARSET to non-const char * 2009-06-24 14:49:09 +00:00
msdos
msw Added DoGetClientBestSize() and use it for a couple of controls in wxMSW. 2009-06-22 20:36:13 +00:00
os2 added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
osx adapting to widgetimpl extensions and iPhone OS 3.0 2009-07-10 19:19:36 +00:00
palmos added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
persist
private Make wxLog::EnableLogging() and wxLogNull thread-specific. 2009-07-13 13:21:52 +00:00
propgrid Added wxPropertyGrid::WasValueChangedInEvent(), added code to avoid showing colour picker dialog twice when 'Custom' colour was picked from drop-down list 2009-07-11 07:59:59 +00:00
protocol
richtext wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode 2009-06-17 21:10:04 +00:00
stc
univ compilation fix for wxUniv with 2.8 compatibility disabled (closes #10912) 2009-06-28 17:16:41 +00:00
unix don't call OnWriteWaiting() if we lost connection in OnReadWaiting() called just before it (closes #10963) 2009-07-05 21:42:56 +00:00
x11 added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
xml
xrc added XRC handler for wxFileCtrl (closes #10785) 2009-06-12 17:40:11 +00:00
aboutdlg.h add parent parameter to wxAboutBox() (closes #9952) 2009-04-26 13:41:21 +00:00
accel.h
access.h
afterstd.h remove more occurrences of MSVC #pragma warning(default) (closes #10885) 2009-06-16 21:50:23 +00:00
anidecod.h document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams 2009-06-01 11:43:36 +00:00
animate.h
animdecod.h non-PCH compilo 2009-06-01 15:26:24 +00:00
anystr.h
app.h No real changes, just refactor wxEventLoop/wxApp::ProcessIdle(). 2009-07-17 16:52:43 +00:00
apptrait.h return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get() to allow calling platform-specific methods on it if necessary 2009-06-06 23:34:05 +00:00
archive.h
arrimpl.cpp
arrstr.h make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947) 2009-07-01 08:56:31 +00:00
artprov.h
atomic.h
base64.h
beforestd.h disable VC6 warnings before warning(push), otherwise they're reenabled by warning(pop) in wx/afterstd.h 2009-07-09 15:19:03 +00:00
bitmap.h
bmpbuttn.h compilation fix after r61232 2009-06-28 16:22:55 +00:00
bmpcbox.h
bookctrl.h
brush.h
buffer.h (blind) fix for VC6s' warning about non-dll base template class 2009-04-14 07:02:59 +00:00
build.h
busyinfo.h
button.h added wxBU_NOTEXT style to allow creating bitmap buttons with stock id not showing the label, as it was possible before 2009-06-17 22:13:46 +00:00
cairo.h
calctrl.h
caret.h
chartype.h
checkbox.h
checkeddelete.h
checklst.h
chkconf.h
choicdlg.h
choice.h
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdargs.h
cmdline.h
cmdproc.h
cmndata.h
collpane.h
colordlg.h
colour.h
combo.h
combobox.h
confbase.h
config.h build fixes for wxUSE_CONFIG==0 2009-05-06 03:08:33 +00:00
containr.h
control.h
convauto.h
cpp.h
cppunit.h work around (harmless) warnings in VC7 release build 2009-06-06 23:04:50 +00:00
crt.h
cshelp.h
ctrlsub.h
cursor.h fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs 2009-05-16 10:42:48 +00:00
dataobj.h Use UTF16 for text data object on Mac. Fixes #10902 2009-06-18 06:18:50 +00:00
dataview.h added EVT_DATAVIEW_CACHE_HINT event (closes #9891) 2009-07-05 15:21:52 +00:00
datectrl.h
dateevt.h
datetime.h don't redefine HAVE_STRFTIME as it can already be defined by configure (closes #10861) 2009-05-31 18:57:20 +00:00
datstrm.h
dc.h added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics 2009-05-31 19:40:04 +00:00
dcbuffer.h introduce wxBG_STYLE_{ERASE,PAINT} and implement their documented semantics in wxGTK 2009-06-16 23:04:42 +00:00
dcclient.h
dcgraph.h
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h added wxLB_NO_SB style and implementation for wxMSW (closes #10991) 2009-07-17 14:36:30 +00:00
dialog.h remove confusing wxDialog::ButtonSizerFlags and extract button styles properly in each generic dialog implementation instead (closes #9836) 2009-06-23 08:56:32 +00:00
dialup.h
dir.h
dirctrl.h
dirdlg.h
display_impl.h
display.h
dlimpexp.h
dlist.h
dnd.h
docmdi.h disable MSVC warning 4275 correctly (closes #10885) 2009-06-12 03:37:47 +00:00
docview.h disable MSVC warning 4275 correctly (closes #10885) 2009-06-12 03:37:47 +00:00
dragimag.h
dynarray.h
dynlib.h
dynload.h
editlbox.h
effects.h
encconv.h
encinfo.h
event.h check for wxHAS_EVENT_BIND instead of its converse; updated/coorected some comments 2009-05-03 07:43:28 +00:00
evtloop.h No real changes, just refactor wxEventLoop/wxApp::ProcessIdle(). 2009-07-17 16:52:43 +00:00
except.h
fdrepdlg.h
features.h enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later 2009-05-06 11:42:16 +00:00
ffile.h
file.h added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4) 2009-05-31 09:49:31 +00:00
fileconf.h move virtual GetPath() implementation out of line to work around an apparent Fedora g++ 4.x bug (see #10791) 2009-05-15 18:02:41 +00:00
filectrl.h
filedlg.h
filefn.h define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and test for it in wx/filefn.h (closes #10844); document that wx/filefn.h must be included before testing for wxHAS_LARGE_(F)FILES 2009-05-30 17:15:36 +00:00
filename.h make more wxFileName methods const (closes #10887) 2009-06-12 15:28:45 +00:00
filepicker.h
filesys.h
flags.h
fmappriv.h
font.h wxFont::MakeXXX() and Scale() methods now modify the font in place; XXX() and Scaled() create new font 2009-06-17 21:27:37 +00:00
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h
frame.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
gauge.h
gbsizer.h
gdicmn.h add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669) 2009-05-09 12:40:09 +00:00
gdiobj.h
geometry.h
gifdecod.h document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams 2009-06-01 11:43:36 +00:00
glcanvas.h
graphics.h Forward port wxGraphicsBitmap cairo implementation, and fix the credit info in measuring.cpp 2009-06-20 23:33:55 +00:00
grid.h
hash.h
hashmap.h Add information about the log message generation location to wxLog. 2009-07-09 20:26:34 +00:00
hashset.h make it possible to forward declare the class defined by WX_DECLARE_HASH_SET (fixes the build on systems where unordered_set is available after r60408) 2009-04-27 13:26:19 +00:00
headercol.h
headerctrl.h
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
hyperlink.h
icon.h
iconbndl.h fix compilation without wxUSE_STREAMS (closes #10900) 2009-06-16 21:57:23 +00:00
iconloc.h
imagbmp.h document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams 2009-06-01 11:43:36 +00:00
image.h include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly included from other headers in minimal builds (closes #10914) 2009-06-19 23:46:21 +00:00
imaggif.h document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams 2009-06-01 11:43:36 +00:00
imagiff.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams 2009-06-01 11:43:36 +00:00
imagxpm.h
init.h
intl.h added Asturian language entry (see #10808) 2009-05-19 10:51:11 +00:00
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h
joystick.h
kbdstate.h
layout.h
laywin.h
link.h
list.h
listbase.h fill in the fields of wxListItem in a wxListEvent before handling the event (closes #10820) 2009-05-24 18:04:37 +00:00
listbook.h
listbox.h
listctrl.h
listimpl.cpp
log.h fix log target auto creation broken by recent changes 2009-07-15 12:36:09 +00:00
longlong.h
math.h
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h add a few comments about wxDEPRECATED stuff to ease upgrade path (closes #10628) 2009-05-09 12:41:31 +00:00
menuitem.h
metafile.h
mimetype.h
minifram.h
module.h
mousemanager.h added default ctor to wxMouseEventsManager, this is convenient when deriving window classes (which must provide default ctors to e.g. allow loading them from XRC) from it 2009-05-31 14:43:01 +00:00
mousestate.h keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9; just deprecate them in favour of the new XXXIsDown() ones (see #10756) 2009-05-02 13:10:38 +00:00
msgdlg.h correct wrong assert checking for default button flags consistency (closes #10906) 2009-06-17 23:16:22 +00:00
msgout.h disable MSVC warning 4275 correctly (closes #10885) 2009-06-12 03:37:47 +00:00
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h
notifmsg.h
numdlg.h
object.h Rename wxObjectDataRef wxRefCounter, use it in wxVariant 2009-06-12 20:16:07 +00:00
odcombo.h
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
persist.h
pickerbase.h
platform.h Add information about the log message generation location to wxLog. 2009-07-09 20:26:34 +00:00
platinfo.h add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions 2009-06-02 13:01:41 +00:00
popupwin.h
position.h
power.h
print.h
printdlg.h
prntbase.h
process.h
progdlg.h
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h fix loading ICO from socket stream: override OnSysTell and OnSysSeek rather than directly SeekO/I or TellO/I; in wxICOHandler only call SeekI() if we have a non-null seek offset 2009-06-01 13:56:41 +00:00
scopedarray.h
scopedptr.h workaround for Borland compilation: don't use unspecified_bool_type for it 2009-04-25 14:07:15 +00:00
scopeguard.h
scrolbar.h
scrolwin.h
selstore.h
settings.h
setup_gccxml.h
setup_inc.h enable OpenGL library build by default under Windows too 2009-05-31 12:55:11 +00:00
setup_redirect.h
sharedptr.h
sizer.h no real change; just add the standard separator where it's missing 2009-04-21 00:05:14 +00:00
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h
sstream.h
stack.h
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h export wxStatusBarPaneArray from the DLL to fix Borland multilib build 2009-06-06 12:01:46 +00:00
stdpaths.h return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get() to allow calling platform-specific methods on it if necessary 2009-06-06 23:34:05 +00:00
stdstream.h added wxStd{In,Out}putStream classes (closes #10637) 2009-05-02 18:29:33 +00:00
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h disable MSVC warning 4275 correctly (closes #10885) 2009-06-12 03:37:47 +00:00
stringimpl.h remove more occurrences of MSVC #pragma warning(default) (closes #10885) 2009-06-16 21:50:23 +00:00
stringops.h
strvararg.h
sysopt.h
tarstrm.h
taskbar.h
tbarbase.h adjust the toolbar tools bitmap size to fit the biggest bitmap used under wxOSX too, not only under MSW (and moved the code doing it to the common base class to avoid duplicating it) 2009-06-23 10:21:18 +00:00
textbuf.h
textctrl.h
textdlg.h
textentry.h
textfile.h
textwrapper.h add missing DLL export declaration to fix linking in shared library build 2009-06-10 14:43:38 +00:00
tglbtn.h
thread.h Added wxThread::GetMainId(). 2009-07-11 20:46:55 +00:00
thrimpl.cpp
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
treebase.h
treebook.h
treectrl.h added wxTreeCtrl::GetFocusedItem() (closes #10859) 2009-06-19 23:34:51 +00:00
txtstrm.h
types.h
unichar.h
uri.h
url.h don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see #10815) 2009-05-20 23:02:21 +00:00
ustring.h disable MSVC warning 4275 correctly (closes #10885) 2009-06-12 03:37:47 +00:00
utils.h add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions 2009-06-02 13:01:41 +00:00
valgen.h
validate.h
valtext.h
variant.h Added support for wxLongLong and wxULongLong in wxVariant (closes #10166) 2009-06-15 22:43:27 +00:00
vector.h Added wxVector::swap(). 2009-07-12 17:00:29 +00:00
version.h updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
vidmode.h
vlbox.h
vms_x_fix.h
volume.h
vscroll.h
weakref.h
wfstream.h
window.h Added DoGetClientBestSize() and use it for a couple of controls in wxMSW. 2009-06-22 20:36:13 +00:00
windowid.h
wizard.h
wrapsizer.h
wupdlock.h
wx_cw_cm.h
wx_cw_d.h
wx_cw.h
wx_cwc_d.h
wx_cwc.h
wx_cwcocoa_cm.h
wx_cwcocoa_d.h
wx_cwcocoa.h
wx_cwu_d.h
wx.h
wxchar.h
wxcrt.h another typo correction after last change, correct the return types too 2009-04-25 17:18:31 +00:00
wxcrtbase.h use correct Windows CE version number in strnlen() check (really closes #10763) 2009-05-02 16:17:00 +00:00
wxcrtvararg.h
wxhtml.h
wxprec.h
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
xlocale.h
xpmdecod.h document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams 2009-06-01 11:43:36 +00:00
xpmhand.h
xti.h
xtistrm.h
xtixml.h
zipstrm.h
zstream.h