.. |
Icons
|
|
|
private
|
|
|
accel.h
|
|
|
app.h
|
second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker
|
2009-02-15 14:25:08 +00:00 |
AppResources.h
|
|
|
apptbase.h
|
remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase
|
2009-05-24 19:39:40 +00:00 |
apptrait.h
|
remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase
|
2009-05-24 19:39:40 +00:00 |
bitmap.h
|
first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling
|
2009-03-21 23:36:37 +00:00 |
bmpbuttn.h
|
|
|
brush.h
|
|
|
button.h
|
|
|
caret.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
|
|
choice.h
|
|
|
clipbrd.h
|
|
|
colordlg.h
|
|
|
combobox.h
|
|
|
control.h
|
|
|
cursor.h
|
|
|
datectrl.h
|
|
|
dc.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
dcclient.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dcmemory.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dcprint.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
dcscreen.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dialog.h
|
remove wxMSW-specific FindSuitableParent() and use GetParentForModalDialog() everywhere; extend it with additional checks and remove redundant ones elsewhere
|
2009-05-09 12:26:15 +00:00 |
dib.h
|
|
|
dirdlg.h
|
|
|
dragimag.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
enhmeta.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
evtloop.h
|
second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker
|
2009-02-15 14:25:08 +00:00 |
fdrepdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
filedlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
font.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
fontdlg.h
|
|
|
frame.h
|
|
|
gauge.h
|
|
|
gdiimage.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
glcanvas.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
help.h
|
|
|
imaglist.h
|
|
|
joystick.h
|
|
|
listbox.h
|
|
|
listctrl.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
mdi.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
menu.h
|
|
|
menuitem.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
metafile.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
mimetype.h
|
|
|
minifram.h
|
|
|
missing.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
msgdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
mslu.h
|
|
|
notebook.h
|
|
|
palette.h
|
|
|
pen.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
popupwin.h
|
|
|
prefconf.h
|
add wxUSE_CONFIG checks (see #10560)
|
2009-03-07 15:49:57 +00:00 |
printdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
printpalm.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
progdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
radiobox.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
radiobut.h
|
|
|
region.h
|
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
|
2009-01-08 16:43:56 +00:00 |
scrolbar.h
|
|
|
setup0.h
|
Initial wxInfoBar implementation.
|
2009-10-05 22:54:13 +00:00 |
slider.h
|
|
|
sound.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
spinbutt.h
|
|
|
spinctrl.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
statbmp.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
statusbr.h
|
Don't pop explicitly changed status messages.
|
2009-08-06 00:01:43 +00:00 |
stdpaths.h
|
|
|
taskbar.h
|
|
|
textctrl.h
|
No changes, just removed hard tabs and trailing white space.
|
2009-08-21 10:41:26 +00:00 |
tglbtn.h
|
|
|
timer.h
|
|
|
toolbar.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
tooltip.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
toplevel.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
treectrl.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
Version.xrd
|
|
|
window.h
|
add virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextExtent() on wxWindow objects without any ugly casts/scope resolution operators
|
2009-06-10 16:41:41 +00:00 |
wxWidgets.def
|
|
|
wxWidgets.sld
|
|
|
wxWidgets.xrd
|
|
|