.. |
ole
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
private
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
wince
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
accel.h
|
|
|
amd64.manifest
|
|
|
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 |
apptbase.h
|
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
|
2008-11-28 12:47:07 +00:00 |
apptrait.h
|
|
|
bitmap.h
|
|
|
blank.cur
|
|
|
bmpbuttn.h
|
|
|
bmpcbox.h
|
correct Id tags
|
2009-01-19 13:30:34 +00:00 |
brush.h
|
|
|
bullseye.cur
|
|
|
button.h
|
|
|
calctrl.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +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 |
cdrom.ico
|
|
|
checkbox.h
|
|
|
checklst.h
|
remove duplicated HitTest implementation from wxCheckListBox, it already inherits wxListBox::HitTest() (which was however lacking an overload taking 2 coordinates, added now)
|
2009-01-25 18:10:24 +00:00 |
child.ico
|
|
|
chkconf.h
|
Changes to template Connect() to make it compile with MSVC7 and possible other
|
2009-02-02 20:38:56 +00:00 |
choice.h
|
|
|
clipbrd.h
|
|
|
colordlg.h
|
|
|
colour.h
|
|
|
colours.bmp
|
|
|
combo.h
|
compilation fix after NULL cast removal; also used it to get rid of an ugly OnTimerEvent(*(wxTimerEvent *)NULL) call
|
2009-01-19 14:40:13 +00:00 |
combobox.h
|
|
|
computer.ico
|
|
|
control.h
|
set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object
|
2009-01-20 18:33:33 +00:00 |
crashrpt.h
|
|
|
cross.cur
|
|
|
csquery.bmp
|
|
|
ctrlsub.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
cursor.h
|
|
|
datectrl.h
|
|
|
dc.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +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
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +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 |
dde.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
debughlp.h
|
|
|
dialog.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +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 |
drive.ico
|
|
|
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
|
PCH-less build fix by Tim S
|
2009-02-15 19:34:58 +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 |
file1.ico
|
|
|
filedlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
floppy.ico
|
|
|
folder1.ico
|
|
|
folder2.ico
|
|
|
font.h
|
|
|
fontdlg.h
|
|
|
frame.h
|
remove the recently added MSWFindMenuBarItem() as we already had FindItemInMenuBar() for the same purpose; just change the latter to return a non-const pointer; this fixes help string display in the status bar for the window menu items
|
2009-01-28 09:14:07 +00:00 |
gauge.h
|
|
|
gccpriv.h
|
|
|
gdiimage.h
|
add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase
|
2008-11-29 00:24:57 +00:00 |
genrcdefs.h
|
|
|
glcanvas.h
|
|
|
hand.cur
|
|
|
headerctrl.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
helpbest.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
helpchm.h
|
|
|
helpwin.h
|
|
|
htmlhelp.h
|
|
|
ia64.manifest
|
|
|
icon.h
|
|
|
imaglist.h
|
Make wxImageList not copiable (fixes #10503), replace wxList with wxObjectList
|
2009-02-19 20:26:00 +00:00 |
iniconf.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
joystick.h
|
|
|
libraries.h
|
|
|
listbox.h
|
|
|
listctrl.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
magnif1.cur
|
|
|
mdi.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
mdi.ico
|
|
|
menu.h
|
added CreateAccelTable() helper which creates the accel table for just this menu
|
2009-01-27 16:45:24 +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
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
microwin.h
|
|
|
mimetype.h
|
|
|
minifram.h
|
|
|
missing.h
|
define MIIM_BITMAP &c in wx/msw/missing.h instead of msw/menu.cpp as menuitem.cpp now needs them too
|
2009-01-31 20:52:44 +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
|
|
|
msvcrt.h
|
|
|
notebook.h
|
|
|
notifmsg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
palette.h
|
|
|
pbrush.cur
|
|
|
pen.h
|
|
|
pencil.cur
|
|
|
pntleft.cur
|
|
|
pntright.cur
|
|
|
popupwin.h
|
|
|
printdlg.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
printwin.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
private.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
question.ico
|
|
|
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
|
|
|
rcdefs.h
|
|
|
regconf.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
region.h
|
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
|
2009-01-08 16:43:56 +00:00 |
registry.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
removble.ico
|
|
|
rightarr.cur
|
|
|
roller.cur
|
|
|
scrolbar.h
|
|
|
seh.h
|
|
|
setup0.h
|
don't always disable new events code; leave it enabled for MSVC8+
|
2009-02-02 11:39:48 +00:00 |
setup_inc.h
|
|
|
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
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
stackwalk.h
|
don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead
|
2009-01-14 14:38:00 +00:00 |
statbmp.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
statusbar.h
|
use WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE to avoid mingw32 warnings
|
2009-02-13 23:23:03 +00:00 |
std.ico
|
|
|
stdpaths.h
|
|
|
subwin.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
taskbar.h
|
|
|
textctrl.h
|
|
|
textentry.h
|
|
|
tglbtn.h
|
Implemented wxBitmapToggleButton generically for now
|
2008-12-19 16:04:31 +00:00 |
tls.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
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 |
uxtheme.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
uxthemep.h
|
|
|
window.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
winundef.h
|
|
|
wrapcctl.h
|
extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later
|
2008-12-03 21:53:10 +00:00 |
wrapcdlg.h
|
|
|
wrapgdip.h
|
|
|
wrapshl.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
wrapwin.h
|
|
|
wx.manifest
|
|
|
wx.rc
|
|
|