..
Icons
private
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
accel.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
app.h
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
2010-06-09 13:23:13 +00:00
AppResources.h
apptbase.h
Add wxUSE_THREADS checks around wxMSW functions dealing with threads.
2011-03-22 17:15:56 +00:00
apptrait.h
Add wxUSE_THREADS checks around wxMSW functions dealing with threads.
2011-03-22 17:15:56 +00:00
bitmap.h
Make wxBitmap::ConvertToDisabled() available in all ports.
2010-11-10 13:51:51 +00:00
bmpbuttn.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
brush.h
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
2008-06-17 17:28:26 +00:00
button.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
checklst.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
chkconf.h
Replaced C++ comments with C ones in C files.
2011-04-15 19:18:34 +00:00
choice.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
clipbrd.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
colordlg.h
Move wxColourData and wxFontData into separate files.
2011-01-07 05:26:57 +00:00
combobox.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
control.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
cursor.h
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)
2008-09-25 17:56:07 +00:00
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
Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum.
2009-12-08 16:35:47 +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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
dirdlg.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
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
Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont::GetFamily().
2010-09-29 13:46:09 +00:00
fontdlg.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
frame.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
gauge.h
Fixed various typos.
2011-03-22 14:17:38 +00:00
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
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
imaglist.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
joystick.h
listbox.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
listctrl.h
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
2010-06-09 13:55:48 +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
having menu classinfo at one place
2011-01-07 21:36:17 +00:00
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
get rid of wxMimeTypesManager::ReadMailcap and wxMimeTypesManager::ReadMimeTypes from old include files and from the docs.
2010-06-06 11:37:10 +00:00
minifram.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
missing.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
notebook.h
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls ( #9667 )
2008-08-01 13:46:46 +00:00
palette.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
prefconf.h
Globally use "wxWindows licence" consistently.
2010-07-13 13:29:13 +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
Globally use "wxWindows licence" consistently.
2010-07-13 13:29:13 +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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
region.h
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
2009-01-08 16:43:56 +00:00
scrolbar.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
setup0.h
Don't use the standard containers by default.
2011-05-13 13:30:12 +00:00
slider.h
Deprecate second parameter of wxSlider::SetTickFreq().
2011-02-05 16:36:30 +00:00
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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
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
Fixed various typos.
2011-03-22 14:17:38 +00:00
statline.h
Fixed various typos.
2011-03-22 14:17:38 +00:00
stattext.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
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
Move wxCheckBoxNameStr declarations to wx/tglbtn.h from wx/port/tglbtn.h.
2011-02-22 13:25:30 +00:00
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
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
2010-06-09 13:55:48 +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