.. |
ole
|
Build fix.
|
2006-10-09 09:32:08 +00:00 |
wince
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
.cvsignore
|
|
|
accel.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
amd64.manifest
|
|
|
app.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
apptbase.h
|
don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)
|
2007-02-02 23:12:34 +00:00 |
apptrait.h
|
don't wake up on Windows messages when waiting for thread termination in a console application as this results in an infinite loop because we never process them and thus they remain in the queue for always (modified patch 1615875; closes bugs 877128)
|
2007-02-02 22:46:48 +00:00 |
bitmap.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
blank.cur
|
|
|
bmpbuttn.h
|
use focused bitmap as fallback for the hover one
|
2005-11-03 19:38:20 +00:00 |
brush.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
bullseye.cur
|
|
|
button.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
caret.h
|
|
|
cdrom.ico
|
|
|
checkbox.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
checklst.h
|
replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
|
2006-03-23 22:05:23 +00:00 |
child.ico
|
|
|
chkconf.h
|
Wine fixes
|
2006-11-12 15:54:06 +00:00 |
choice.h
|
replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
|
2006-03-23 22:05:23 +00:00 |
clipbrd.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
colordlg.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
colour.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
colours.bmp
|
|
|
combo.h
|
correct access for virtuals
|
2006-12-09 19:48:21 +00:00 |
combobox.h
|
fixed event generation for wxComboBox to be consistent with the other platforms and also simplified the code by using the existing wxChoice logic instead of reimplementing it in a broken way
|
2006-03-12 20:53:27 +00:00 |
computer.ico
|
|
|
control.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
crashrpt.h
|
|
|
cross.cur
|
|
|
csquery.bmp
|
|
|
cursor.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
datectrl.h
|
filter out duplicate date changed events sent by the native control (part of bug 1482773)
|
2006-10-21 16:29:33 +00:00 |
dc.h
|
wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
|
2007-03-18 15:32:27 +00:00 |
dcclient.h
|
|
|
dcmemory.h
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
dcprint.h
|
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
|
2006-10-27 13:07:40 +00:00 |
dcscreen.h
|
Start/EndDrawingOnTop are still used under Motif, don't deprecate them
|
2005-12-25 12:52:53 +00:00 |
dde.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
debughlp.h
|
|
|
dialog.h
|
moved all wxDialog event handlers to wxDialogBase to avoid code duplication
|
2006-08-19 22:56:11 +00:00 |
dib.h
|
|
|
dirdlg.h
|
Trying to commit wxDirDialog patch.
|
2006-04-30 09:44:29 +00:00 |
dragimag.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
drive.ico
|
|
|
enhmeta.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
evtloop.h
|
Build fix for wxWindowMSW used in header.
|
2006-01-15 10:13:40 +00:00 |
fdrepdlg.h
|
|
|
file1.ico
|
|
|
filedlg.h
|
File/dir dialog styles and other changes (patch 1488371):
|
2006-05-28 23:32:12 +00:00 |
floppy.ico
|
|
|
folder1.ico
|
|
|
folder2.ico
|
|
|
font.h
|
allocate HFONT on demand instead of doing every time a font property is modified
|
2007-03-13 21:59:55 +00:00 |
fontdlg.h
|
Better backward compatibility and deprecation markup for interface deprecated in comments.
|
2006-03-30 14:04:17 +00:00 |
fontenum.h
|
Source markup fixes.
|
2006-05-29 21:12:51 +00:00 |
frame.h
|
correct access for virtuals
|
2006-05-07 01:14:50 +00:00 |
gauge95.h
|
correct access for virtuals
|
2006-12-09 19:48:21 +00:00 |
gccpriv.h
|
Macros for simplified testing Open Watcom version and required tweaks.
|
2005-11-10 16:16:05 +00:00 |
gdiimage.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
genrcdefs.h
|
Add rcdefs.h and support for automatic manifests on Windows
|
2005-11-08 22:49:46 +00:00 |
glcanvas.h
|
move WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them available for wxCocoa too); also only include <windows.h> via wx/msw/wrapwin.h and not directly for wxMSW
|
2006-11-06 00:57:46 +00:00 |
gsockmsw.h
|
|
|
hand.cur
|
|
|
helpbest.h
|
added missing include after last commit
|
2006-05-29 14:51:42 +00:00 |
helpchm.h
|
show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController
|
2006-06-14 17:46:51 +00:00 |
helpwin.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
htmlhelp.h
|
|
|
ia64.manifest
|
|
|
icon.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
imaglist.h
|
Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl.
|
2006-09-18 04:41:09 +00:00 |
iniconf.h
|
derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)
|
2007-03-10 18:16:10 +00:00 |
joystick.h
|
multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497)
|
2007-03-16 00:51:43 +00:00 |
libraries.h
|
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
|
2006-01-21 22:50:46 +00:00 |
listbox.h
|
call SetHorizontalExtent() from SetString(); also simplified/cleaned up the former function and call InvalidateBestSize() from it automatically now
|
2006-07-12 21:44:34 +00:00 |
listctrl.h
|
non-pch build fix
|
2006-10-02 18:04:02 +00:00 |
magnif1.cur
|
|
|
mdi.h
|
fix wxMDIChidFrame::GetPosition() (patch 1626610)
|
2007-01-07 16:42:00 +00:00 |
mdi.ico
|
|
|
menu.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
menuitem.h
|
|
|
metafile.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
microwin.h
|
|
|
mimetype.h
|
|
|
minifram.h
|
|
|
missing.h
|
Make QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.
|
2007-02-13 16:30:53 +00:00 |
msgdlg.h
|
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.
|
2006-01-26 17:20:50 +00:00 |
mslu.h
|
move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h
|
2006-10-26 19:06:51 +00:00 |
msvcrt.h
|
define WXDEBUG_NEW to use special VC++-specific new version too (closes 1386286)
|
2006-10-24 23:19:12 +00:00 |
notebook.h
|
change UpdateSelection() parameter type to int from size_t; also replaced remaining -1s with wxNOT_FOUND
|
2006-10-09 12:10:01 +00:00 |
palette.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
pbrush.cur
|
|
|
pen.h
|
allocate HPEN on demand instead of doing every time a pen property is modified; also significant code cleanup (finally)
|
2007-03-13 22:01:27 +00:00 |
pencil.cur
|
|
|
pntleft.cur
|
|
|
pntright.cur
|
|
|
popupwin.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
printdlg.h
|
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
|
2006-10-27 13:07:40 +00:00 |
printwin.h
|
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
|
2006-10-27 13:07:40 +00:00 |
private.h
|
argh, added missing comma in last commit
|
2007-03-11 02:32:53 +00:00 |
question.ico
|
|
|
radiobox.h
|
correct access for virtuals
|
2006-12-09 19:48:21 +00:00 |
radiobut.h
|
allow wxRB_GROUP to be changed after creation (patch 1544686)
|
2006-09-10 23:08:13 +00:00 |
rcdefs.h
|
Add rcdefs.h and support for automatic manifests on Windows
|
2005-11-08 22:49:46 +00:00 |
regconf.h
|
derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)
|
2007-03-10 18:16:10 +00:00 |
region.h
|
The Great wxRegion Refactoring:
|
2006-09-25 11:47:23 +00:00 |
registry.h
|
always define our HKPD/CC/DD constants, without using WINVER which is irrelevant anyhow (only run-time version matters, not compile-time)
|
2006-10-31 17:29:55 +00:00 |
removble.ico
|
|
|
rightarr.cur
|
|
|
roller.cur
|
|
|
scrolbar.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
seh.h
|
define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)
|
2007-02-11 02:14:49 +00:00 |
setup0.h
|
removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer
|
2007-03-14 17:11:52 +00:00 |
setup_microwin.h
|
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
|
2007-03-07 11:48:53 +00:00 |
slider95.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
sound.h
|
|
|
spinbutt.h
|
Made MSW wxSpinCtrl emit UPDATE event when validating
|
2006-09-20 14:15:14 +00:00 |
spinctrl.h
|
no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue
|
2007-01-11 01:59:42 +00:00 |
stackwalk.h
|
Applied wxStackWalker improvement part of
|
2006-11-12 14:33:03 +00:00 |
statbmp.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
statbox.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
statbr95.h
|
Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
|
2006-09-06 17:36:22 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
stattext.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
std.ico
|
|
|
stdpaths.h
|
[ 1590221 ] wxStandardPaths::GetExecutablePath
|
2006-11-12 12:58:10 +00:00 |
subwin.h
|
|
|
tabctrl.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
taskbar.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
tbar95.h
|
added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)
|
2007-03-18 23:13:18 +00:00 |
textctrl.h
|
IsRich should be defined even if wxUSE_RICHTEXT isn't
|
2007-01-09 21:26:53 +00:00 |
tglbtn.h
|
make access specifiers for the virtual functions match their access in the base class (patch 1400131)
|
2006-02-08 21:47:09 +00:00 |
timer.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
tooltip.h
|
Warning fix, minor source cleaning and better !PCH support.
|
2006-07-24 14:04:31 +00:00 |
toplevel.h
|
Avoid do-nothing virtuals in WinCE.
|
2007-02-13 17:08:36 +00:00 |
treectrl.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
uxtheme.h
|
need to include wx/msw/private.h to get GetHwnd() which is used here
|
2006-10-30 15:37:42 +00:00 |
uxthemep.h
|
|
|
window.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
winundef.h
|
#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it
|
2005-10-31 19:35:41 +00:00 |
wrapcctl.h
|
Include wx/msw/wrap*.h according to pch support (with other minor cleaning).
|
2006-09-07 19:01:45 +00:00 |
wrapcdlg.h
|
Include winundefs.h
|
2006-11-07 09:08:33 +00:00 |
wrapgdip.h
|
extracted code including gdiplus.h in a separate header
|
2007-03-15 03:41:52 +00:00 |
wrapshl.h
|
moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls
|
2006-07-29 19:19:50 +00:00 |
wrapwin.h
|
move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h
|
2006-10-26 19:06:51 +00:00 |
wx.manifest
|
|
|
wx.rc
|
rename bICON (see rev 1.47) to wxICON_AAA to make it alphabetically first among wx icons but not among all application icons
|
2006-11-18 16:46:59 +00:00 |