.. |
ole
|
require semicolon after wxDECLARE/DEFINE_EVENT() (closes #10456)
|
2009-02-07 18:59:25 +00:00 |
private
|
disable the events when we get a notification about socket being ready for IO and reenable them later after performing the IO in the Unix version to avoid continuous flood of ready notifications
|
2009-01-02 21:53:30 +00:00 |
wince
|
don't always disable new events code; leave it enabled for MSVC8+
|
2009-02-02 11:39:48 +00:00 |
accel.h
|
|
|
amd64.manifest
|
|
|
app.h
|
check in the 'selective yield' patch (see ticket #10320):
|
2009-02-04 17:42:28 +00:00 |
apptbase.h
|
|
|
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
|
|
|
caret.h
|
|
|
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
|
|
|
cursor.h
|
|
|
datectrl.h
|
|
|
dc.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
dcclient.h
|
|
|
dcmemory.h
|
|
|
dcprint.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
dcscreen.h
|
|
|
dde.h
|
|
|
debughlp.h
|
|
|
dialog.h
|
remove m_endModalCalled flag, it seems to be unnecessary
|
2008-12-21 01:37:39 +00:00 |
dib.h
|
|
|
dirdlg.h
|
|
|
dragimag.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 |
drive.ico
|
|
|
enhmeta.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 |
evtloop.h
|
call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from wxAppBase::ProcessIdle(); do not call it from wxConsoleEventLoop::Dispatch() as this results in unwanted reentrancies in the socket code when using it
|
2009-01-02 22:18:10 +00:00 |
fdrepdlg.h
|
just fix some $Id$ tokens
|
2009-01-11 11:58:34 +00:00 |
file1.ico
|
|
|
filedlg.h
|
minor fixes for custom controls support in wxFileDialog: slightly improve documentation, make variable names more clear and add more WinCE checks (closes #10416)
|
2009-01-24 14:04:25 +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
|
|
|
genrcdefs.h
|
|
|
glcanvas.h
|
|
|
hand.cur
|
|
|
headerctrl.h
|
fix several bugs in index/position translation code between wx and MSW
|
2008-12-14 22:54:34 +00:00 |
helpbest.h
|
|
|
helpchm.h
|
|
|
helpwin.h
|
|
|
htmlhelp.h
|
|
|
ia64.manifest
|
|
|
icon.h
|
|
|
imaglist.h
|
|
|
iniconf.h
|
|
|
joystick.h
|
|
|
libraries.h
|
|
|
listbox.h
|
|
|
listctrl.h
|
added (MSW-only) wxListCtrl::OnGetItemColumnAttr() (#10018)
|
2009-01-25 13:27:48 +00:00 |
magnif1.cur
|
|
|
mdi.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 |
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
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +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
|
|
|
mslu.h
|
|
|
msvcrt.h
|
|
|
notebook.h
|
|
|
notifmsg.h
|
|
|
palette.h
|
|
|
pbrush.cur
|
|
|
pen.h
|
|
|
pencil.cur
|
|
|
pntleft.cur
|
|
|
pntright.cur
|
|
|
popupwin.h
|
|
|
printdlg.h
|
|
|
printwin.h
|
|
|
private.h
|
add wxDrawStateBitmap() (closes #10289)
|
2009-01-25 14:38:44 +00:00 |
question.ico
|
|
|
radiobox.h
|
|
|
radiobut.h
|
|
|
rcdefs.h
|
|
|
regconf.h
|
|
|
region.h
|
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
|
2009-01-08 16:43:56 +00:00 |
registry.h
|
|
|
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
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
|
|
stackwalk.h
|
don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead
|
2009-01-14 14:38:00 +00:00 |
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
statusbar.h
|
|
|
std.ico
|
|
|
stdpaths.h
|
|
|
subwin.h
|
|
|
taskbar.h
|
|
|
textctrl.h
|
|
|
textentry.h
|
|
|
tglbtn.h
|
Implemented wxBitmapToggleButton generically for now
|
2008-12-19 16:04:31 +00:00 |
tls.h
|
|
|
toolbar.h
|
restore the default bitmap icons size to 16*15, making them larger if necessary is enough and doesn't result in having ugly 16*16 bitmaps in a 24*24 button rectangle
|
2009-02-04 12:19:45 +00:00 |
tooltip.h
|
added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817)
|
2009-01-23 13:26:20 +00:00 |
toplevel.h
|
|
|
treectrl.h
|
undid change accidentally committed as part of r57093 but which didn't have anything to do with it and resulted in #10253
|
2008-12-22 13:34:12 +00:00 |
uxtheme.h
|
|
|
uxthemep.h
|
|
|
window.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 |
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
|
|
|
wrapwin.h
|
|
|
wx.manifest
|
|
|
wx.rc
|
|
|